Searched refs:pio4_hi (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/lib/msun/src/
H A De_asin.c33 * For x<=0.98, let pio4_hi = pio2_hi/2, then
38 * = pio4_hi+(pio4-2s)-(2s*z*R(z)-pio2_lo)
39 * = pio4_hi+(pio4-2f)-(2s*z*R(z)-(pio2_lo+2c))
57 pio4_hi = 7.85398163397448278999e-01, /* 0x3FE921FB, 0x54442D18 */ variable
109 q = pio4_hi-2.0*w;
110 t = pio4_hi-(p-q);
H A De_asinl.c73 q = pio4_hi-2.0*w;
74 t = pio4_hi-(p-q);
/freebsd-10.0-release/lib/msun/ld80/
H A Dk_tanl.c39 pio4_hi = 0.78539816339744828, /* 0x1921fb54442d18.0p-53 */ variable
46 #define pio4 ((long double)pio4_hi + pio4_lo)
H A Dinvtrig.h65 #define pio4_hi atanhi[1] macro
/freebsd-10.0-release/lib/msun/ld128/
H A Dinvtrig.h72 #define pio4_hi atanhi[1] macro

Completed in 66 milliseconds