Home
last modified time | relevance | path

Searched defs:nextDown (Results 1 – 25 of 81) sorted by relevance

1234

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/misc/
H A DFpUtils.java756 public static double nextDown(double d) { in nextDown() method in FpUtils
787 public static double nextDown(float f) { in nextDown() method in FpUtils
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/misc/
H A DFpUtils.java756 public static double nextDown(double d) { in nextDown() method in FpUtils
787 public static double nextDown(float f) { in nextDown() method in FpUtils
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/math/
H A Doperations.d500 real nextDown(real x) @safe pure nothrow @nogc in nextDown() function
506 double nextDown(double x) @safe pure nothrow @nogc in nextDown() function
512 float nextDown(float x) @safe pure nothrow @nogc in nextDown() function
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/
H A DStrictMath.java1610 public static double nextDown(double d) { in nextDown() method in StrictMath
1639 public static float nextDown(float f) { in nextDown() method in StrictMath
H A DMath.java2138 public static double nextDown(double d) { in nextDown() method in Math
2175 public static float nextDown(float f) { in nextDown() method in Math
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/
H A DStrictMath.java1610 public static double nextDown(double d) { in nextDown() method in StrictMath
1639 public static float nextDown(float f) { in nextDown() method in StrictMath
H A DMath.java2138 public static double nextDown(double d) { in nextDown() method in Math
2175 public static float nextDown(float f) { in nextDown() method in Math
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/
H A Dtestfloat.d150 float nextDown(float f) { return f; } in nextDown() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/
H A DStrictMath.java1851 public static double nextDown(double d) { in nextDown() method in StrictMath
1880 public static float nextDown(float f) { in nextDown() method in StrictMath
H A DMath.java2486 public static double nextDown(double d) { in nextDown() method in Math
2523 public static float nextDown(float f) { in nextDown() method in Math
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/
H A DStrictMath.java1851 public static double nextDown(double d) { in nextDown() method in StrictMath
1880 public static float nextDown(float f) { in nextDown() method in StrictMath
H A DMath.java2486 public static double nextDown(double d) { in nextDown() method in Math
2523 public static float nextDown(float f) { in nextDown() method in Math
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/
H A DStrictMath.java1851 public static double nextDown(double d) { in nextDown() method in StrictMath
1880 public static float nextDown(float f) { in nextDown() method in StrictMath
H A DMath.java2492 public static double nextDown(double d) { in nextDown() method in Math
2529 public static float nextDown(float f) { in nextDown() method in Math
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/
H A DStrictMath.java1847 public static double nextDown(double d) { in nextDown() method in StrictMath
1876 public static float nextDown(float f) { in nextDown() method in StrictMath
H A DMath.java2483 public static double nextDown(double d) { in nextDown() method in Math
2520 public static float nextDown(float f) { in nextDown() method in Math
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/
H A DStrictMath.java1990 public static double nextDown(double d) { in nextDown() method in StrictMath
2019 public static float nextDown(float f) { in nextDown() method in StrictMath
H A DMath.java2558 public static double nextDown(double d) { in nextDown() method in Math
2595 public static float nextDown(float f) { in nextDown() method in Math
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/
H A DStrictMath.java2016 public static double nextDown(double d) { in nextDown() method in StrictMath
2045 public static float nextDown(float f) { in nextDown() method in StrictMath
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/
H A DStrictMath.java1991 public static double nextDown(double d) { in nextDown() method in StrictMath
2020 public static float nextDown(float f) { in nextDown() method in StrictMath
H A DMath.java2566 public static double nextDown(double d) { in nextDown() method in Math
2603 public static float nextDown(float f) { in nextDown() method in Math
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/
H A DStrictMath.java1941 public static double nextDown(double d) { in nextDown() method in StrictMath
1970 public static float nextDown(float f) { in nextDown() method in StrictMath
H A DMath.java2510 public static double nextDown(double d) { in nextDown() method in Math
2547 public static float nextDown(float f) { in nextDown() method in Math
/dports/games/warzone2100/warzone2100/lib/widget/
H A Dlistwidget.cpp30 …hlight, Image prev, Image prevDown, Image prevHighlight, Image next, Image nextDown, Image nextHig… in TabSelectionStyle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h957 opStatus next(bool nextDown) { return getIEEE().next(nextDown); } in next()

1234