Searched refs:GETEXPONENT_F_CASES (Results 1 – 2 of 2) sorted by relevance
24 import static org.apache.harmony.tests.java.lang.MathTest.GETEXPONENT_F_CASES;433 for (int i = 0; i < GETEXPONENT_F_CASES.length; i++) { in test_getExponent_F()434 final float number = GETEXPONENT_F_CASES[i]; in test_getExponent_F()
452 static final float GETEXPONENT_F_CASES[] = new float[] { field in MathTest478 for (int i = 0; i < GETEXPONENT_F_CASES.length; i++) { in test_getExponent_F()479 final float number = GETEXPONENT_F_CASES[i]; in test_getExponent_F()