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.java756 public static double nextDown(double d) { in nextDown() method in FpUtils
787 public static double nextDown(float f) { in nextDown() method in FpUtils
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java1719 public static double nextDown(double d) { in nextDown() method in StrictMath
1748 public static float nextDown(float f) { in nextDown() method in StrictMath
DMath.java2296 public static double nextDown(double d) { in nextDown() method in Math
2333 public static float nextDown(float f) { in nextDown() method in Math