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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A De_atan2.c59 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
113 if(k > 60) z=pi_o_2+0.5*pi_lo; /* |y/x| > 2**60 */
124 case 2: return pi-(z-pi_lo);/* atan(+,-) */
126 return (z-pi_lo)-pi;/* atan(-,-) */

Completed in 226 milliseconds