Home
last modified time | relevance | path

Searched defs:nextUp (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/misc/
DFpUtils.java119 public static double nextUp(double d) { in nextUp() method in FpUtils
124 public static float nextUp(float f) { in nextUp() method in FpUtils
/libcore/ojluni/src/main/java/sun/misc/
DFpUtils.java694 public static double nextUp(double d) { in nextUp() method in FpUtils
725 public static float nextUp(float f) { in nextUp() method in FpUtils
/libcore/ojluni/annotations/flagged_api/java/lang/
DMath.annotated.java238 public static double nextUp(double d) { throw new RuntimeException("Stub!"); } in nextUp() method in Math
240 public static float nextUp(float f) { throw new RuntimeException("Stub!"); } in nextUp() method in Math
DStrictMath.annotated.java237 public static double nextUp(double d) { throw new RuntimeException("Stub!"); } in nextUp() method in StrictMath
239 public static float nextUp(float f) { throw new RuntimeException("Stub!"); } in nextUp() method in StrictMath
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java2536 public static double nextUp(double d) { in nextUp() method in StrictMath
2565 public static float nextUp(float f) { in nextUp() method in StrictMath