Home
last modified time | relevance | path

Searched refs:scalb (Results 1 – 25 of 760) sorted by relevance

12345678910>>...31

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DSphereGeneratorTest.java157 … Arrays.asList(new Vector3D(FastMath.scalb(-8039905610797991.0, -50), // -7.140870659936730
158 … FastMath.scalb(-4663475464714142.0, -48), // -16.567993074240455
159 … FastMath.scalb( 6592658872616184.0, -49)), // 11.710914678204503
160 … new Vector3D(FastMath.scalb(-8036658568968473.0, -50), // -7.137986707455888
161 … FastMath.scalb(-4664256346424880.0, -48), // -16.570767323375720
162 … FastMath.scalb( 6591357011730307.0, -49)), // 11.708602108715928)
163 … new Vector3D(FastMath.scalb(-8037820142977230.0, -50), // -7.139018392423351
164 … FastMath.scalb(-4665280434237813.0, -48), // -16.574405614157020
165 … FastMath.scalb( 6592435966112099.0, -49)), // 11.710518716711425
166 … new Vector3D(FastMath.scalb(-8038007803611611.0, -50), // -7.139185068549035
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/doc/pastposix-functions/
H A Dscalb.texi1 @node scalb
2 @section @code{scalb}
3 @findex scalb
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/scalb.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/pastposix-functions/
H A Dscalb.texi1 @node scalb
2 @section @code{scalb}
3 @findex scalb
5 POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/scalb.html}
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/mathfp/
H A De_scalb.c26 double scalb(double x, int fn) in scalb() function
28 double scalb(x,fn) in scalb()
33 double scalb(double x, double fn)
35 double scalb(x,fn)
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/mathfp/
H A De_scalb.c26 double scalb(double x, int fn) in scalb() function
28 double scalb(x,fn) in scalb()
33 double scalb(double x, double fn)
35 double scalb(x,fn)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/mathfp/
H A De_scalb.c26 double scalb(double x, int fn) in scalb() function
28 double scalb(x,fn) in scalb()
33 double scalb(double x, double fn)
35 double scalb(x,fn)
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/uwin/
H A Dexp.c147 return scalb(1.0+(hi-(lo-(x*c)/(2.0-c))),k);
154 if(finite(x)) return(scalb(1.0,-5000));
163 return( finite(x) ? scalb(1.0,5000) : x);
195 return scalb(1.+(hi-(lo - c)), k);
201 if(finite(x)) return(scalb(1.0,-5000));
210 return( finite(x) ? scalb(1.0,5000) : x);
/dports/shells/ksh93/ast-93u/src/lib/libast/uwin/
H A Dexp.c147 return scalb(1.0+(hi-(lo-(x*c)/(2.0-c))),k);
154 if(finite(x)) return(scalb(1.0,-5000));
163 return( finite(x) ? scalb(1.0,5000) : x);
195 return scalb(1.+(hi-(lo - c)), k);
201 if(finite(x)) return(scalb(1.0,-5000));
210 return( finite(x) ? scalb(1.0,5000) : x);
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/uwin/
H A Dexp.c147 return scalb(1.0+(hi-(lo-(x*c)/(2.0-c))),k);
154 if(finite(x)) return(scalb(1.0,-5000));
163 return( finite(x) ? scalb(1.0,5000) : x);
195 return scalb(1.+(hi-(lo - c)), k);
201 if(finite(x)) return(scalb(1.0,-5000));
210 return( finite(x) ? scalb(1.0,5000) : x);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/Math/
H A DCubeRootTests.java101 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
102 Math.scalb(1.0, i) ); in testCubeRoot()
107 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
108 Math.scalb(1.0, i) ); in testCubeRoot()
116 Double.doubleToLongBits(Math.scalb(1.0, 55)) & in testCubeRoot()
119 Double.doubleToLongBits(Math.scalb(1.0, -55)) & in testCubeRoot()
248 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
287 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/Math/
H A DCubeRootTests.java101 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
102 Math.scalb(1.0, i) ); in testCubeRoot()
107 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
108 Math.scalb(1.0, i) ); in testCubeRoot()
116 Double.doubleToLongBits(Math.scalb(1.0, 55)) & in testCubeRoot()
119 Double.doubleToLongBits(Math.scalb(1.0, -55)) & in testCubeRoot()
248 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
287 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/Math/
H A DCubeRootTests.java101 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
102 Math.scalb(1.0, i) ); in testCubeRoot()
107 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
108 Math.scalb(1.0, i) ); in testCubeRoot()
116 Double.doubleToLongBits(Math.scalb(1.0, 55)) & in testCubeRoot()
119 Double.doubleToLongBits(Math.scalb(1.0, -55)) & in testCubeRoot()
248 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
287 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/Math/
H A DCubeRootTests.java101 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
102 Math.scalb(1.0, i) ); in testCubeRoot()
107 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
108 Math.scalb(1.0, i) ); in testCubeRoot()
116 Double.doubleToLongBits(Math.scalb(1.0, 55)) & in testCubeRoot()
119 Double.doubleToLongBits(Math.scalb(1.0, -55)) & in testCubeRoot()
248 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
287 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/Math/
H A DCubeRootTests.java101 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
102 Math.scalb(1.0, i) ); in testCubeRoot()
107 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
108 Math.scalb(1.0, i) ); in testCubeRoot()
116 Double.doubleToLongBits(Math.scalb(1.0, 55)) & in testCubeRoot()
119 Double.doubleToLongBits(Math.scalb(1.0, -55)) & in testCubeRoot()
248 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
287 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/Math/
H A DCubeRootTests.java101 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
102 Math.scalb(1.0, i) ); in testCubeRoot()
107 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
108 Math.scalb(1.0, i) ); in testCubeRoot()
116 Double.doubleToLongBits(Math.scalb(1.0, 55)) & in testCubeRoot()
119 Double.doubleToLongBits(Math.scalb(1.0, -55)) & in testCubeRoot()
248 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
287 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/Math/
H A DCubeRootTests.java101 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
102 Math.scalb(1.0, i) ); in testCubeRoot()
107 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
108 Math.scalb(1.0, i) ); in testCubeRoot()
116 Double.doubleToLongBits(Math.scalb(1.0, 55)) & in testCubeRoot()
119 Double.doubleToLongBits(Math.scalb(1.0, -55)) & in testCubeRoot()
248 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
287 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/Math/
H A DCubeRootTests.java101 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
102 Math.scalb(1.0, i) ); in testCubeRoot()
107 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
108 Math.scalb(1.0, i) ); in testCubeRoot()
116 Double.doubleToLongBits(Math.scalb(1.0, 55)) & in testCubeRoot()
119 Double.doubleToLongBits(Math.scalb(1.0, -55)) & in testCubeRoot()
248 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
287 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/Math/
H A DCubeRootTests.java98 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
99 Math.scalb(1.0, i) ); in testCubeRoot()
104 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
105 Math.scalb(1.0, i) ); in testCubeRoot()
113 Double.doubleToLongBits(Math.scalb(1.0, 55)) & in testCubeRoot()
116 Double.doubleToLongBits(Math.scalb(1.0, -55)) & in testCubeRoot()
245 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
284 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/Math/
H A DCubeRootTests.java98 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
99 Math.scalb(1.0, i) ); in testCubeRoot()
104 failures += testCubeRootCase(Math.scalb(1.0, 3*i), in testCubeRoot()
105 Math.scalb(1.0, i) ); in testCubeRoot()
113 Double.doubleToLongBits(Math.scalb(1.0, 55)) & in testCubeRoot()
116 Double.doubleToLongBits(Math.scalb(1.0, -55)) & in testCubeRoot()
245 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
284 double pc = Math.scalb(1.0, 3*i); in testCubeRoot()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/libfdlibm/
H A Dw_scalb.c39 double scalb(double x, int fn) /* wrapper scalb */ in scalb() function
41 double scalb(double x, double fn) /* wrapper scalb */ in scalb()
44 double scalb(x,fn) /* wrapper scalb */ in scalb()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/fdlibm/
H A Dw_scalb.c26 double scalb(double x, int fn) /* wrapper scalb */ in scalb() function
28 double scalb(double x, double fn) /* wrapper scalb */ in scalb()
31 double scalb(x,fn) /* wrapper scalb */ in scalb()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/native/libfdlibm/
H A Dw_scalb.c39 double scalb(double x, int fn) /* wrapper scalb */ in scalb() function
41 double scalb(double x, double fn) /* wrapper scalb */ in scalb()
44 double scalb(x,fn) /* wrapper scalb */ in scalb()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/libfdlibm/
H A Dw_scalb.c39 double scalb(double x, int fn) /* wrapper scalb */ in scalb() function
41 double scalb(double x, double fn) /* wrapper scalb */ in scalb()
44 double scalb(x,fn) /* wrapper scalb */ in scalb()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/native/libfdlibm/
H A Dw_scalb.c39 double scalb(double x, int fn) /* wrapper scalb */ in scalb() function
41 double scalb(double x, double fn) /* wrapper scalb */ in scalb()
44 double scalb(x,fn) /* wrapper scalb */ in scalb()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/native/libfdlibm/
H A Dw_scalb.c39 double scalb(double x, int fn) /* wrapper scalb */ in scalb() function
41 double scalb(double x, double fn) /* wrapper scalb */ in scalb()
44 double scalb(x,fn) /* wrapper scalb */ in scalb()

12345678910>>...31