Searched refs:pio4_hi (Results 1 – 7 of 7) sorted by relevance
21 pio4_hi = 0.785398185253143310546875f, variable76 q = pio4_hi - (float)2.0 * w; in asinf()77 t = pio4_hi - (p - q); in asinf()
53 pio4_hi = _F_64(7.85398163397448278999e-01), /* 0x3FE921FB, 0x54442D18 */ variable108 q = pio4_hi - _F_64(2.0) * w; in asin64()109 t = pio4_hi - (p - q); in asin64()
69 q = pio4_hi-2.0L*w; in asinl()70 t = pio4_hi-(p-q); in asinl()
37 pio4_hi = 0.78539816339744828, /* 0x1921fb54442d18.0p-53 */ variable44 #define pio4 ((long double)pio4_hi + (long double)pio4_lo)
61 #define pio4_hi atanhi[1] macro
68 #define pio4_hi atanhi[1] macro
19727 * newlib/libm/math/ef_asin.c (pio2_hi, pio2_lo, pio4_hi):