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/annotations/flagged_api/java/lang/
DMath.annotated.java242 public static double nextDown(double d) { throw new RuntimeException("Stub!"); } in nextDown() method in Math
244 public static float nextDown(float f) { throw new RuntimeException("Stub!"); } in nextDown() method in Math
DStrictMath.annotated.java241 public static double nextDown(double d) { throw new RuntimeException("Stub!"); } in nextDown() method in StrictMath
243 public static float nextDown(float f) { throw new RuntimeException("Stub!"); } in nextDown() method in StrictMath
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java2594 public static double nextDown(double d) { in nextDown() method in StrictMath
2623 public static float nextDown(float f) { in nextDown() method in StrictMath