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

/linux-4.4.14/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, trig_arg()
59 significand(&CONST_PI2), trig_arg()
60 q, exponent(st0_ptr) - exponent(&CONST_PI2)); trig_arg()
61 setexponent16(&tmp, exponent(&CONST_PI2)); trig_arg()
68 FPU_sub(REV | LOADED | TAG_Valid, (int)&CONST_PI2, trig_arg()
125 if ((exponent(st0_ptr) == exponent(&CONST_PI2)) && trig_arg()
126 ((st0_ptr->sigh > CONST_PI2.sigh) trig_arg()
127 || ((st0_ptr->sigh == CONST_PI2.sigh) trig_arg()
128 && (st0_ptr->sigl > CONST_PI2.sigl)))) { trig_arg()
136 (int)&CONST_PI2, FULL_PRECISION); trig_arg()
1236 FPU_u_add(&CONST_PI4, &CONST_PI2, fpatan()
1240 exponent(&CONST_PI2)); fpatan()
1264 FPU_copy_to_reg1(&CONST_PI2, TAG_Valid); fpatan()
1289 FPU_copy_to_reg1(&CONST_PI2, TAG_Valid); fpatan()
H A Dreg_constant.c30 FPU_REG const CONST_PI2 = MAKE_REG(POS, 0, 0x2168c235, 0xc90fdaa2); variable

Completed in 189 milliseconds