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/src/main/java/java/lang/
DStrictMath.java1552 public static double nextUp(double d) { in nextUp() method in StrictMath
1581 public static float nextUp(float f) { in nextUp() method in StrictMath
DMath.java2084 public static double nextUp(double d) { in nextUp() method in Math
2119 public static float nextUp(float f) { in nextUp() method in Math
/libcore/ojluni/annotations/mmodule/java/lang/
DMath.annotated.java174 public static double nextUp(double d) { throw new RuntimeException("Stub!"); } in nextUp() method in Math
176 public static float nextUp(float f) { throw new RuntimeException("Stub!"); } in nextUp() method in Math