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

  /bionic/libm/src/
e_atan2f.c 29 pi_lo = -8.7422776573e-08; /* 0xb3bbbd2e */ variable
82 if(k > 60) z=pi_o_2+(float)0.5*pi_lo; /* |y/x| > 2**60 */
93 case 2: return pi-(z-pi_lo);/* atan(+,-) */
95 return (z-pi_lo)-pi;/* atan(-,-) */
e_atan2.c 55 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
109 if(k > 60) z=pi_o_2+0.5*pi_lo; /* |y/x| > 2**60 */
120 case 2: return pi-(z-pi_lo);/* atan(+,-) */
122 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 12 milliseconds