Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/misc/
DFpUtils.java989 public static double nextDown(double d) { in nextDown() method in FpUtils
1026 public static double nextDown(float f) { in nextDown() method in FpUtils
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java1630 public static double nextDown(double d) { in nextDown() method in StrictMath
1659 public static float nextDown(float f) { in nextDown() method in StrictMath
DMath.java1883 public static double nextDown(double d) { in nextDown() method in Math
1920 public static float nextDown(float f) { in nextDown() method in Math