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/annotations/flagged_api/java/lang/ |
D | StrictMath.annotated.java | 233 public static double nextAfter(double start, double direction) { throw new RuntimeException("Stub!"… in nextAfter() method in StrictMath 235 public static float nextAfter(float start, double direction) { throw new RuntimeException("Stub!");… in nextAfter() method in StrictMath
|
D | Math.annotated.java | 234 public static double nextAfter(double start, double direction) { throw new RuntimeException("Stub!"… in nextAfter() method in Math 236 public static float nextAfter(float start, double direction) { throw new RuntimeException("Stub!");… in nextAfter() method in Math
|
/libcore/ojluni/src/main/java/java/lang/ |
D | StrictMath.java | 2443 public static double nextAfter(double start, double direction) { in nextAfter() method in StrictMath 2485 public static float nextAfter(float start, double direction) { in nextAfter() method in StrictMath
|