Searched refs:CONST_PI2 (Results 1 - 3 of 3) sorted by relevance

/arch/x86/math-emu/
H A Dreg_constant.h16 extern FPU_REG const CONST_PI2;
H A Dfpu_trig.c50 tag = FPU_u_div(st0_ptr, &CONST_PI2, &tmp, PR_64_BITS | RC_CHOP | 0x3f,
59 significand(&CONST_PI2),
60 q, exponent(st0_ptr) - exponent(&CONST_PI2));
61 setexponent16(&tmp, exponent(&CONST_PI2));
68 FPU_sub(REV | LOADED | TAG_Valid, (int)&CONST_PI2,
125 if ((exponent(st0_ptr) == exponent(&CONST_PI2)) &&
126 ((st0_ptr->sigh > CONST_PI2.sigh)
127 || ((st0_ptr->sigh == CONST_PI2.sigh)
128 && (st0_ptr->sigl > CONST_PI2.sigl)))) {
136 (int)&CONST_PI2, FULL_PRECISIO
[all...]
H A Dreg_constant.c30 FPU_REG const CONST_PI2 = MAKE_REG(POS, 0, 0x2168c235, 0xc90fdaa2); variable

Completed in 51 milliseconds