Home
last modified time | relevance | path

Searched defs:nextAfter (Results 1 – 3 of 3) 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.java1911 public static double nextAfter(double start, double direction) { in nextAfter() method in StrictMath
1953 public static float nextAfter(float start, double direction) { in nextAfter() method in StrictMath