Searched refs:nextAfter (Results 1 – 9 of 9) sorted by relevance
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | MathUtils.java | 1322 public static double nextAfter(double d, double direction) { 1543 unscaled = FastMath.floor(nextAfter(unscaled, Double.NEGATIVE_INFINITY)); 1545 unscaled = FastMath.ceil(nextAfter(unscaled, Double.POSITIVE_INFINITY)); 1549 unscaled = FastMath.floor(nextAfter(unscaled, Double.NEGATIVE_INFINITY)); 1553 unscaled = FastMath.ceil(nextAfter(unscaled, Double.POSITIVE_INFINITY)); 1555 unscaled = FastMath.floor(nextAfter(unscaled, Double.NEGATIVE_INFINITY)); 1559 unscaled = nextAfter(unscaled, Double.NEGATIVE_INFINITY); 1586 unscaled = nextAfter(unscaled, Double.POSITIVE_INFINITY); 1601 unscaled = FastMath.ceil(nextAfter(unscaled, Double.POSITIVE_INFINITY));
|
D | FastMath.java | 657 return nextAfter(a, Double.POSITIVE_INFINITY); in nextUp() 665 return nextAfter(a, Float.POSITIVE_INFINITY); in nextUp() 3606 public static double nextAfter(double d, double direction) { in nextAfter() method in FastMath 3662 public static float nextAfter(final float f, final double direction) { in nextAfter() method in FastMath
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
D | DfpDec.java | 293 public Dfp nextAfter(Dfp x) { in nextAfter() method in DfpDec
|
D | Dfp.java | 2230 public Dfp nextAfter(final Dfp x) { in nextAfter() method in Dfp
|
/external/guava/guava-tests/test/com/google/common/math/ |
D | DoubleMathTest.java | 482 trueLog2 = StrictMath.nextAfter(trueLog2, Double.NEGATIVE_INFINITY);
|
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |