Searched refs:pi_lo (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/lib/libm/src/
H A De_atan2f.c25 pi_lo = 1.5099578832e-07; /* 0x34222168 */ variable
78 if(k > 60) z=pi_o_2+(float)0.5*pi_lo; /* |y/x| > 2**60 */
89 case 2: return pi-(z-pi_lo);/* atan(+,-) */
91 return (z-pi_lo)-pi;/* atan(-,-) */
H A De_atan2.c51 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
105 if(k > 60) z=pi_o_2+0.5*pi_lo; /* |y/x| > 2**60 */
116 case 2: return pi-(z-pi_lo);/* atan(+,-) */
118 return (z-pi_lo)-pi;/* atan(-,-) */
H A De_atan2l.c159 case 2: return pi-(z-pi_lo);/* atan(+,-) */
161 return (z-pi_lo)-pi;/* atan(-,-) */
/openbsd-current/lib/libm/src/ld80/
H A Dinvtrig.h66 #define pi_lo _ItL_pi_lo macro
85 extern const LONGDOUBLE pi_lo;
H A Dinvtrig.c80 const long double pi_lo = -5.01655761266833202345e-20L; variable
/openbsd-current/lib/libm/src/ld128/
H A Dinvtrig.h73 #define pi_lo _ItL_pi_lo macro
84 extern const long double pi_lo;
H A Dinvtrig.c98 const long double pi_lo = 8.67181013012378102479704402604335225e-35L; variable
/openbsd-current/lib/libm/arch/amd64/
H A Dinvtrig.c84 pi_lo = { 0xece675d1fc8f8cbbULL, 0xbfbeU }; /* -5.01655761266833202345e-20L */ variable
/openbsd-current/lib/libm/arch/i387/
H A Dinvtrig.c84 pi_lo = { 0xece675d1fc8f8cbbULL, 0xbfbeU }; /* -5.01655761266833202345e-20L */ variable

Completed in 140 milliseconds