CONST_PI2extra     77 arch/x86/math-emu/fpu_trig.c 		if ((exponent(st0_ptr) <= exponent(&CONST_PI2extra) + 64)
CONST_PI2extra     86 arch/x86/math-emu/fpu_trig.c 			    FPU_u_mul(&CONST_PI2extra, &tmp, &tmp,
CONST_PI2extra     88 arch/x86/math-emu/fpu_trig.c 				      exponent(&CONST_PI2extra) +
CONST_PI2extra     90 arch/x86/math-emu/fpu_trig.c 			setsign(&tmp, getsign(&CONST_PI2extra));
CONST_PI2extra    110 arch/x86/math-emu/fpu_trig.c 		     && (exponent(st0_ptr) <= exponent(&CONST_PI2extra) + 64))
CONST_PI2extra    119 arch/x86/math-emu/fpu_trig.c 			    FPU_u_mul(&CONST_PI2extra, &tmp, &tmp,
CONST_PI2extra    121 arch/x86/math-emu/fpu_trig.c 				      exponent(&CONST_PI2extra) +
CONST_PI2extra    123 arch/x86/math-emu/fpu_trig.c 			setsign(&tmp, getsign(&CONST_PI2extra));
CONST_PI2extra     37 arch/x86/math-emu/reg_constant.c FPU_REG const CONST_PI2extra = MAKE_REG(NEG, -66,
CONST_PI2extra     18 arch/x86/math-emu/reg_constant.h extern FPU_REG const CONST_PI2extra;