Home
last modified time | relevance | path

Searched refs:pi_lo (Results 1 – 25 of 129) sorted by relevance

123456

/dports/math/openlibm/openlibm-0.8.0/src/
H A De_atan2f.c31 pi_lo = -8.7422776573e-08; /* 0xb3bbbd2e */ variable
85 z=pi_o_2+(float)0.5*pi_lo; in __ieee754_atan2f()
93 case 2: return pi-(z-pi_lo);/* atan(+,-) */ in __ieee754_atan2f()
95 return (z-pi_lo)-pi;/* atan(-,-) */ in __ieee754_atan2f()
H A De_atan2.c58 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
113 z=pi_o_2+0.5*pi_lo; in __ieee754_atan2()
121 case 2: return pi-(z-pi_lo);/* atan(+,-) */ in __ieee754_atan2()
123 return (z-pi_lo)-pi;/* atan(-,-) */ in __ieee754_atan2()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/fdlibm/src/
H A De_atan2.cpp57 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
112 z=pi_o_2+0.5*pi_lo; in __ieee754_atan2()
120 case 2: return pi-(z-pi_lo);/* atan(+,-) */ in __ieee754_atan2()
122 return (z-pi_lo)-pi;/* atan(-,-) */ in __ieee754_atan2()
/dports/www/firefox-legacy/firefox-52.8.0esr/modules/fdlibm/src/
H A De_atan2.cpp57 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
112 z=pi_o_2+0.5*pi_lo; in __ieee754_atan2()
120 case 2: return pi-(z-pi_lo);/* atan(+,-) */ in __ieee754_atan2()
122 return (z-pi_lo)-pi;/* atan(-,-) */ in __ieee754_atan2()
/dports/www/firefox-esr/firefox-91.8.0/modules/fdlibm/src/
H A De_atan2.cpp57 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
112 z=pi_o_2+0.5*pi_lo; in __ieee754_atan2()
120 case 2: return pi-(z-pi_lo);/* atan(+,-) */ in __ieee754_atan2()
122 return (z-pi_lo)-pi;/* atan(-,-) */ in __ieee754_atan2()
/dports/math/amath/amath-1.8.5/src/real/
H A Datan2.c54 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
161 z = pi_o_2 + 0.5 * pi_lo; /* |y/x| > 2**60 */ in atan2()
178 return pi - (z - pi_lo); /* atan(+,-) */ in atan2()
180 return (z - pi_lo) - pi; /* atan(-,-) */ in atan2()
/dports/www/firefox/firefox-99.0/modules/fdlibm/src/
H A De_atan2.cpp57 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
112 z=pi_o_2+0.5*pi_lo; in __ieee754_atan2()
120 case 2: return pi-(z-pi_lo);/* atan(+,-) */ in __ieee754_atan2()
122 return (z-pi_lo)-pi;/* atan(-,-) */ in __ieee754_atan2()
/dports/mail/thunderbird/thunderbird-91.8.0/modules/fdlibm/src/
H A De_atan2.cpp57 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
112 z=pi_o_2+0.5*pi_lo; in __ieee754_atan2()
120 case 2: return pi-(z-pi_lo);/* atan(+,-) */ in __ieee754_atan2()
122 return (z-pi_lo)-pi;/* atan(-,-) */ in __ieee754_atan2()
/dports/lang/spidermonkey78/firefox-78.9.0/modules/fdlibm/src/
H A De_atan2.cpp57 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
112 z=pi_o_2+0.5*pi_lo; in __ieee754_atan2()
120 case 2: return pi-(z-pi_lo);/* atan(+,-) */ in __ieee754_atan2()
122 return (z-pi_lo)-pi;/* atan(-,-) */ in __ieee754_atan2()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/native/fdlibm/
H A De_atan2.c56 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
114 if(k > 60) z=pi_o_2+0.5*pi_lo; /* |y/x| > 2**60 */
125 case 2: return pi-(z-pi_lo);/* atan(+,-) */
127 return (z-pi_lo)-pi;/* atan(-,-) */
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/math/
H A Def_atan2.c29 pi_lo = -8.7422776573e-08; /* 0xb3bbbd2e */ variable
90 if(k > 60) z=pi_o_2+(float)0.5*pi_lo; /* |y/x| > 2**60 */
101 case 2: return pi-(z-pi_lo);/* atan(+,-) */
103 return (z-pi_lo)-pi;/* atan(-,-) */
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/libfdlibm/
H A De_atan2.c65 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
123 if(k > 60) z=pi_o_2+0.5*pi_lo; /* |y/x| > 2**60 */
130 case 2: return pi-(z-pi_lo);/* atan(+,-) */
132 return (z-pi_lo)-pi;/* atan(-,-) */
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/fdlibm/
H A De_atan2.c54 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);/* atan(+,-) */
121 return (z-pi_lo)-pi;/* atan(-,-) */
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/native/libfdlibm/
H A De_atan2.c65 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
123 if(k > 60) z=pi_o_2+0.5*pi_lo; /* |y/x| > 2**60 */
130 case 2: return pi-(z-pi_lo);/* atan(+,-) */
132 return (z-pi_lo)-pi;/* atan(-,-) */
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/math/
H A Def_atan2.c29 pi_lo = 1.5099578832e-07; /* 0x34222168 */ variable
86 if(k > 60) z=pi_o_2+(float)0.5*pi_lo; /* |y/x| > 2**60 */
97 case 2: return pi-(z-pi_lo);/* atan(+,-) */
99 return (z-pi_lo)-pi;/* atan(-,-) */
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/math/
H A Def_atan2.c29 pi_lo = 1.5099578832e-07; /* 0x34222168 */ variable
86 if(k > 60) z=pi_o_2+(float)0.5*pi_lo; /* |y/x| > 2**60 */
97 case 2: return pi-(z-pi_lo);/* atan(+,-) */
99 return (z-pi_lo)-pi;/* atan(-,-) */
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/lang/
H A De_atan2.c56 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
114 if(k > 60) z=pi_o_2+0.5*pi_lo; /* |y/x| > 2**60 */
125 case 2: return pi-(z-pi_lo);/* atan(+,-) */
127 return (z-pi_lo)-pi;/* atan(-,-) */
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/native/fdlibm/
H A De_atan2.c56 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
114 if(k > 60) z=pi_o_2+0.5*pi_lo; /* |y/x| > 2**60 */
125 case 2: return pi-(z-pi_lo);/* atan(+,-) */
127 return (z-pi_lo)-pi;/* atan(-,-) */
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/math/
H A De_atan2.c56 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
114 if(k > 60) z=pi_o_2+0.5*pi_lo; /* |y/x| > 2**60 */
125 case 2: return pi-(z-pi_lo);/* atan(+,-) */
127 return (z-pi_lo)-pi;/* atan(-,-) */
H A Def_atan2.c29 pi_lo = -8.7422776573e-08; /* 0xb3bbbd2e */ variable
86 if(k > 60) z=pi_o_2+(float)0.5*pi_lo; /* |y/x| > 2**60 */
97 case 2: return pi-(z-pi_lo);/* atan(+,-) */
99 return (z-pi_lo)-pi;/* atan(-,-) */
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/native/fdlibm/
H A De_atan2.c56 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
114 if(k > 60) z=pi_o_2+0.5*pi_lo; /* |y/x| > 2**60 */
125 case 2: return pi-(z-pi_lo);/* atan(+,-) */
127 return (z-pi_lo)-pi;/* atan(-,-) */
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/libfdlibm/
H A De_atan2.c65 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
123 if(k > 60) z=pi_o_2+0.5*pi_lo; /* |y/x| > 2**60 */
130 case 2: return pi-(z-pi_lo);/* atan(+,-) */
132 return (z-pi_lo)-pi;/* atan(-,-) */
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/libm/
H A De_atan2.c48 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
101 if(k > 60) z=pi_o_2+0.5*pi_lo; /* |y/x| > 2**60 */ in __ieee754_atan2()
112 case 2: return pi-(z-pi_lo);/* atan(+,-) */ in __ieee754_atan2()
114 return (z-pi_lo)-pi;/* atan(-,-) */ in __ieee754_atan2()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/libm/
H A De_atan2.c48 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
101 if(k > 60) z=pi_o_2+0.5*pi_lo; /* |y/x| > 2**60 */ in __ieee754_atan2()
112 case 2: return pi-(z-pi_lo);/* atan(+,-) */ in __ieee754_atan2()
114 return (z-pi_lo)-pi;/* atan(-,-) */ in __ieee754_atan2()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/libm/
H A De_atan2.c48 pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ variable
101 if(k > 60) z=pi_o_2+0.5*pi_lo; /* |y/x| > 2**60 */ in __ieee754_atan2()
112 case 2: return pi-(z-pi_lo);/* atan(+,-) */ in __ieee754_atan2()
114 return (z-pi_lo)-pi;/* atan(-,-) */ in __ieee754_atan2()

123456