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/annotations/flagged_api/java/lang/
DStrictMath.annotated.java233 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
DMath.annotated.java234 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/
DStrictMath.java2443 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