Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/sun/misc/
DFpUtils.java129 public static double nextDown(double d) { in nextDown() method in FpUtils
134 public static double nextDown(float f) { in nextDown() method in FpUtils
/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.java2040 public static double nextDown(double d) { in nextDown() method in StrictMath
2069 public static float nextDown(float f) { in nextDown() method in StrictMath