FPU_round_to_int 132 arch/x86/math-emu/fpu_proto.h extern int FPU_round_to_int(FPU_REG *r, u_char tag); FPU_round_to_int 53 arch/x86/math-emu/fpu_trig.c FPU_round_to_int(&tmp, tag); /* Fortunately, this can't overflow FPU_round_to_int 525 arch/x86/math-emu/fpu_trig.c if ((flags = FPU_round_to_int(st0_ptr, st0_tag))) FPU_round_to_int 820 arch/x86/math-emu/fpu_trig.c FPU_round_to_int(&tmp, tag); /* Fortunately, this can't FPU_round_to_int 896 arch/x86/math-emu/fpu_trig.c FPU_round_to_int(&tmp, tag); /* Fortunately, this can't FPU_round_to_int 1514 arch/x86/math-emu/fpu_trig.c FPU_round_to_int(&tmp, st1_tag); /* This can never overflow here */ FPU_round_to_int 395 arch/x86/math-emu/reg_ld_str.c if ((precision_loss = FPU_round_to_int(&tmp, st0_tag))) { FPU_round_to_int 581 arch/x86/math-emu/reg_ld_str.c if ((precision_loss = FPU_round_to_int(&tmp, st0_tag))) { FPU_round_to_int 771 arch/x86/math-emu/reg_ld_str.c precision_loss = FPU_round_to_int(&t, st0_tag); FPU_round_to_int 820 arch/x86/math-emu/reg_ld_str.c precision_loss = FPU_round_to_int(&t, st0_tag); FPU_round_to_int 866 arch/x86/math-emu/reg_ld_str.c precision_loss = FPU_round_to_int(&t, st0_tag); FPU_round_to_int 915 arch/x86/math-emu/reg_ld_str.c precision_loss = FPU_round_to_int(&t, st0_tag);