Home
last modified time | relevance | path

Searched defs:nextDown (Results 1 – 5 of 5) 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.java1610 public static double nextDown(double d) { in nextDown() method in StrictMath
1639 public static float nextDown(float f) { in nextDown() method in StrictMath
DMath.java2154 public static double nextDown(double d) { in nextDown() method in Math
2191 public static float nextDown(float f) { in nextDown() method in Math
/libcore/ojluni/annotations/mmodule/java/lang/
DMath.annotated.java178 public static double nextDown(double d) { throw new RuntimeException("Stub!"); } in nextDown() method in Math
180 public static float nextDown(float f) { throw new RuntimeException("Stub!"); } in nextDown() method in Math