HomeSort by relevance Sort by last modified time
    Searched refs:pi_lo (Results 1 - 4 of 4) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_atan2f.c 30 pi_lo = -8.7422776573e-08; /* 0xb3bbbd2e */ variable
84 z=pi_o_2+(float)0.5*pi_lo;
92 case 2: return pi-(z-pi_lo);/* atan(+,-) */
94 return (z-pi_lo)-pi;/* atan(-,-) */
e_atan2.c 58 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
113 z=pi_o_2+0.5*pi_lo;
121 case 2: return pi-(z-pi_lo);/* atan(+,-) */
123 return (z-pi_lo)-pi;/* atan(-,-) */
e_atan2l.c 116 case 2: return pi-(z-pi_lo);/* atan(+,-) */
118 return (z-pi_lo)-pi;/* atan(-,-) */
  /external/fdlibm/
e_atan2.c 54 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
112 if(k > 60) z=pi_o_2+0.5*pi_lo; /* |y/x| > 2**60 */
119 case 2: return pi-(z-pi_lo);/* ieee_atan(+,-) */
121 return (z-pi_lo)-pi;/* ieee_atan(-,-) */

Completed in 214 milliseconds