Searched refs:CONST_PI2 (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/math-emu/ |
H A D | fpu_trig.c | 51 tag = FPU_u_div(st0_ptr, &CONST_PI2, &tmp, PR_64_BITS | RC_CHOP | 0x3f, in trig_arg() 60 significand(&CONST_PI2), in trig_arg() 61 q, exponent(st0_ptr) - exponent(&CONST_PI2)); in trig_arg() 62 setexponent16(&tmp, exponent(&CONST_PI2)); in trig_arg() 69 FPU_sub(REV | LOADED | TAG_Valid, (int)&CONST_PI2, in trig_arg() 126 if ((exponent(st0_ptr) == exponent(&CONST_PI2)) && in trig_arg() 127 ((st0_ptr->sigh > CONST_PI2.sigh) in trig_arg() 128 || ((st0_ptr->sigh == CONST_PI2.sigh) in trig_arg() 129 && (st0_ptr->sigl > CONST_PI2.sigl)))) { in trig_arg() 137 (int)&CONST_PI2, FULL_PRECISION); in trig_arg() [all …]
|
H A D | reg_constant.h | 17 extern FPU_REG const CONST_PI2;
|
H A D | reg_constant.c | 31 FPU_REG const CONST_PI2 = MAKE_REG(POS, 0, 0x2168c235, 0xc90fdaa2); variable
|