tag | line | file | source code |
round_to_int | 128 | arch/i386/math-emu/fpu_proto.h | extern int round_to_int(FPU_REG *r); |
round_to_int | 54 | arch/i386/math-emu/fpu_trig.c | round_to_int(&tmp); /* Fortunately, this can't overflow |
round_to_int | 508 | arch/i386/math-emu/fpu_trig.c | if ( (flags = round_to_int(st0_ptr)) ) |
round_to_int | 801 | arch/i386/math-emu/fpu_trig.c | round_to_int(&tmp); /* Fortunately, this can't overflow |
round_to_int | 870 | arch/i386/math-emu/fpu_trig.c | round_to_int(&tmp); /* Fortunately, this can't overflow to 2^64 */ |
round_to_int | 1589 | arch/i386/math-emu/fpu_trig.c | round_to_int(&tmp); /* This can never overflow here */ |
round_to_int | 493 | arch/i386/math-emu/reg_ld_str.c | if ( (precision_loss = round_to_int(&tmp)) ) |
round_to_int | 688 | arch/i386/math-emu/reg_ld_str.c | if ( (precision_loss = round_to_int(&tmp)) ) |
round_to_int | 866 | arch/i386/math-emu/reg_ld_str.c | precision_loss = round_to_int(&t); |
round_to_int | 924 | arch/i386/math-emu/reg_ld_str.c | precision_loss = round_to_int(&t); |
round_to_int | 978 | arch/i386/math-emu/reg_ld_str.c | precision_loss = round_to_int(&t); |
round_to_int | 1029 | arch/i386/math-emu/reg_ld_str.c | precision_loss = round_to_int(&t); |
round_to_int | 1427 | arch/i386/math-emu/reg_ld_str.c | round_to_int(&tmp); |