Searched refs:testRange (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/test/java/lang/StrictMath/ |
D | ExpTests.java | 113 testRange(decisionPoint - 1024 * ulp, ulp, 1_024); in testAgainstTranslit() 119 testRange(x, Math.ulp(x), 100); in testAgainstTranslit() 123 private static void testRange(double start, double increment, int count) { in testRange() method in ExpTests
|
D | CubeRootTests.java | 482 testRange(x, Math.ulp(x), 1000); in testAgainstTranslit() 486 testRange(x, -Math.ulp(x), 1000); in testAgainstTranslit() 489 testRange(0.0, Double.MIN_VALUE, 1000); in testAgainstTranslit() 497 testRange(x, 2.0 * Math.ulp(x), 1000); in testAgainstTranslit() 500 private static void testRange(double start, double increment, int count) { in testRange() method in CubeRootTests
|
/libcore/ojluni/src/test/java/util/EnumSet/ |
D | Range.java | 40 public void testRange() { in testRange() method in Range
|