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

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_atan2.c66 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
124 if(k > 60) z=pi_o_2+0.5*pi_lo; /* |y/x| > 2**60 */
131 case 2: return pi-(z-pi_lo);/* atan(+,-) */
133 return (z-pi_lo)-pi;/* atan(-,-) */

Completed in 35 milliseconds