Searched refs:GETEXPONENT_D_CASES (Results 1 – 2 of 2) sorted by relevance
22 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()
406 static final double GETEXPONENT_D_CASES[] = new double[] { field in MathTest434 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()