Searched refs:pi_o_2 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/lib/libm/src/
H A De_atan2f.c28 pi_o_2 = 1.5707963705e+00, /* 0x3fc90fdb */ variable
58 if(ix==0) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
79 if(iy==0x7f800000) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
83 if(k > 60) z=pi_o_2+(float)0.5*pi_lo; /* |y/x| > 2**60 */
H A De_atan2.c52 pi_o_2 = 1.5707963267948965580E+00, /* 0x3FF921FB, 0x54442D18 */ variable
83 if((ix|lx)==0) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
104 if(iy==0x7ff00000) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
108 if(k > 60) z=pi_o_2+0.5*pi_lo; /* |y/x| > 2**60 */
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Datan2q.c49 pi_o_2 = 1.57079632679489661923132169163975140e+00Q, /* 3fff921fb54442d18469898cc51701b8 */ variable
80 if((ix|lx)==0) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
101 if(iy==0x7fff000000000000LL) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
105 if(k > 120) z=pi_o_2+0.5Q*pi_lo; /* |y/x| > 2**120 */
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Datan2q.c49 pi_o_2 = 1.57079632679489661923132169163975140e+00Q, /* 3fff921fb54442d18469898cc51701b8 */ variable
80 if((ix|lx)==0) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
101 if(iy==0x7fff000000000000LL) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
105 if(k > 120) z=pi_o_2+0.5Q*pi_lo; /* |y/x| > 2**120 */

Completed in 103 milliseconds