FPU_round         209 arch/x86/math-emu/fpu_emu.h asmlinkage int FPU_round(FPU_REG *arg, unsigned int extent, int dummy,
FPU_round         317 arch/x86/math-emu/fpu_trig.c 			    FPU_round(st0_ptr, 1, 0, FULL_PRECISION, arg_sign);
FPU_round         596 arch/x86/math-emu/fpu_trig.c 		tag = FPU_round(st0_ptr, 1, 0, FULL_PRECISION, arg_sign);
FPU_round         947 arch/x86/math-emu/fpu_trig.c 			    FPU_round(st0_ptr, 0, 0, FULL_PRECISION, st0_sign);
FPU_round        1523 arch/x86/math-emu/fpu_trig.c 		FPU_round(st0_ptr, 0, 0, control_word, sign);
FPU_round         139 arch/x86/math-emu/poly_2xm1.c 	tag = FPU_round(result, 1, 0, FULL_PRECISION, sign);
FPU_round         203 arch/x86/math-emu/poly_atan.c 	tag = FPU_round(st1_ptr, 1, 0, FULL_PRECISION, sign2);
FPU_round          93 arch/x86/math-emu/poly_l2.c 	tag = FPU_round(st1_ptr, 1, 0, FULL_PRECISION, sign ^ st1_sign);
FPU_round         129 arch/x86/math-emu/poly_l2.c 		tag = FPU_round(dest, 1, 0, FULL_PRECISION, sign0 ^ sign1);