Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/sun/misc/
DFpUtils.java109 public static double nextAfter(double start, double direction) { in nextAfter() method in FpUtils
114 public static float nextAfter(float start, double direction) { in nextAfter() method in FpUtils
/libcore/ojluni/src/main/java/sun/misc/
DFpUtils.java617 public static double nextAfter(double start, double direction) { in nextAfter() method in FpUtils
663 public static float nextAfter(float start, double direction) { in nextAfter() method in FpUtils
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java1481 public static double nextAfter(double start, double direction) { in nextAfter() method in StrictMath
1523 public static float nextAfter(float start, double direction) { in nextAfter() method in StrictMath
DMath.java1900 public static double nextAfter(double start, double direction) { in nextAfter() method in Math
1999 public static float nextAfter(float start, double direction) { in nextAfter() method in Math
/libcore/ojluni/annotations/mmodule/java/lang/
DMath.annotated.java170 public static double nextAfter(double start, double direction) { throw new RuntimeException("Stub!"… in nextAfter() method in Math
172 public static float nextAfter(float start, double direction) { throw new RuntimeException("Stub!");… in nextAfter() method in Math