tag | line | file | source code |
round_to_int | 121 | drivers/FPU-emu/fpu_proto.h | extern int round_to_int(FPU_REG *r); |
round_to_int | 53 | drivers/FPU-emu/fpu_trig.c | round_to_int(&tmp); /* Fortunately, this can't overflow |
round_to_int | 495 | drivers/FPU-emu/fpu_trig.c | if ( (flags = round_to_int(FPU_st0_ptr)) ) |
round_to_int | 776 | drivers/FPU-emu/fpu_trig.c | round_to_int(&tmp); /* Fortunately, this can't overflow |
round_to_int | 845 | drivers/FPU-emu/fpu_trig.c | round_to_int(&tmp); /* Fortunately, this can't overflow to 2^64 */ |
round_to_int | 1588 | drivers/FPU-emu/fpu_trig.c | round_to_int(&tmp); /* This can never overflow here */ |
round_to_int | 499 | drivers/FPU-emu/reg_ld_str.c | if ( (precision_loss = round_to_int(&tmp)) ) |
round_to_int | 694 | drivers/FPU-emu/reg_ld_str.c | if ( (precision_loss = round_to_int(&tmp)) ) |
round_to_int | 872 | drivers/FPU-emu/reg_ld_str.c | precision_loss = round_to_int(&t); |
round_to_int | 930 | drivers/FPU-emu/reg_ld_str.c | precision_loss = round_to_int(&t); |
round_to_int | 984 | drivers/FPU-emu/reg_ld_str.c | precision_loss = round_to_int(&t); |
round_to_int | 1035 | drivers/FPU-emu/reg_ld_str.c | precision_loss = round_to_int(&t); |
round_to_int | 1376 | drivers/FPU-emu/reg_ld_str.c | round_to_int(&tmp); |