Home
last modified time | relevance | path

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

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