Searched defs:nextAfter (Results 1 - 3 of 3) sorted by relevance

/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/
H A DReplacementsParseTest.java72 static double nextAfter(double x, double d) { method in class:ReplacementsParseTest.TestMethods
94 static double nextAfter(double x, double d) { method in class:ReplacementsParseTest.TestMethodsSubstitutions
/openjdk9/jdk/src/java.base/share/classes/java/lang/
H A DMath.java2256 public static double nextAfter(double start, double direction) { method in class:Math
2340 public static float nextAfter(float start, double direction) { method in class:Math
[all...]
H A DStrictMath.java1718 public static double nextAfter(double start, double direction) { method in class:StrictMath
1760 public static float nextAfter(float start, double direction) { method in class:StrictMath
[all...]

Completed in 97 milliseconds