Home
last modified time | relevance | path

Searched refs:GETEXPONENT_D_CASES (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DStrictMathTest.java22 import static org.apache.harmony.tests.java.lang.MathTest.GETEXPONENT_D_CASES;
412 for (int i = 0; i < GETEXPONENT_D_CASES.length; i++) { in test_getExponent_D()
413 final double number = GETEXPONENT_D_CASES[i]; in test_getExponent_D()
DMathTest.java406 static final double GETEXPONENT_D_CASES[] = new double[] { field in MathTest
434 for (int i = 0; i < GETEXPONENT_D_CASES.length; i++) { in test_getExponent_D()
435 final double number = GETEXPONENT_D_CASES[i]; in test_getExponent_D()