CONST_PI2          51 arch/x86/math-emu/fpu_trig.c 	tag = FPU_u_div(st0_ptr, &CONST_PI2, &tmp, PR_64_BITS | RC_CHOP | 0x3f,
CONST_PI2          60 arch/x86/math-emu/fpu_trig.c 			   significand(&CONST_PI2),
CONST_PI2          61 arch/x86/math-emu/fpu_trig.c 			   q, exponent(st0_ptr) - exponent(&CONST_PI2));
CONST_PI2          62 arch/x86/math-emu/fpu_trig.c 		setexponent16(&tmp, exponent(&CONST_PI2));
CONST_PI2          69 arch/x86/math-emu/fpu_trig.c 		    FPU_sub(REV | LOADED | TAG_Valid, (int)&CONST_PI2,
CONST_PI2         126 arch/x86/math-emu/fpu_trig.c 			if ((exponent(st0_ptr) == exponent(&CONST_PI2)) &&
CONST_PI2         127 arch/x86/math-emu/fpu_trig.c 			    ((st0_ptr->sigh > CONST_PI2.sigh)
CONST_PI2         128 arch/x86/math-emu/fpu_trig.c 			     || ((st0_ptr->sigh == CONST_PI2.sigh)
CONST_PI2         129 arch/x86/math-emu/fpu_trig.c 				 && (st0_ptr->sigl > CONST_PI2.sigl)))) {
CONST_PI2         137 arch/x86/math-emu/fpu_trig.c 					    (int)&CONST_PI2, FULL_PRECISION);
CONST_PI2        1237 arch/x86/math-emu/fpu_trig.c 					    FPU_u_add(&CONST_PI4, &CONST_PI2,
CONST_PI2        1241 arch/x86/math-emu/fpu_trig.c 						      exponent(&CONST_PI2));
CONST_PI2        1265 arch/x86/math-emu/fpu_trig.c 			FPU_copy_to_reg1(&CONST_PI2, TAG_Valid);
CONST_PI2        1290 arch/x86/math-emu/fpu_trig.c 		FPU_copy_to_reg1(&CONST_PI2, TAG_Valid);
CONST_PI2          31 arch/x86/math-emu/reg_constant.c FPU_REG const CONST_PI2 = MAKE_REG(POS, 0, 0x2168c235, 0xc90fdaa2);
CONST_PI2          17 arch/x86/math-emu/reg_constant.h extern FPU_REG const CONST_PI2;