Searched defs:nextAfter (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | FpUtils.java | 109 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/ |
D | FpUtils.java | 617 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/ |
D | StrictMath.java | 1481 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
|
D | Math.java | 1900 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/ |
D | Math.annotated.java | 170 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
|