FPU_round         208 arch/x86/math-emu/fpu_emu.h asmlinkage int FPU_round(FPU_REG *arg, unsigned int extent, int dummy,
FPU_round         316 arch/x86/math-emu/fpu_trig.c 			    FPU_round(st0_ptr, 1, 0, FULL_PRECISION, arg_sign);
FPU_round         595 arch/x86/math-emu/fpu_trig.c 		tag = FPU_round(st0_ptr, 1, 0, FULL_PRECISION, arg_sign);
FPU_round         946 arch/x86/math-emu/fpu_trig.c 			    FPU_round(st0_ptr, 0, 0, FULL_PRECISION, st0_sign);
FPU_round        1522 arch/x86/math-emu/fpu_trig.c 		FPU_round(st0_ptr, 0, 0, control_word, sign);
FPU_round         138 arch/x86/math-emu/poly_2xm1.c 	tag = FPU_round(result, 1, 0, FULL_PRECISION, sign);
FPU_round         202 arch/x86/math-emu/poly_atan.c 	tag = FPU_round(st1_ptr, 1, 0, FULL_PRECISION, sign2);
FPU_round          92 arch/x86/math-emu/poly_l2.c 	tag = FPU_round(st1_ptr, 1, 0, FULL_PRECISION, sign ^ st1_sign);
FPU_round         128 arch/x86/math-emu/poly_l2.c 		tag = FPU_round(dest, 1, 0, FULL_PRECISION, sign0 ^ sign1);