Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DStrictMathTest.java24 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()
DMathTest.java452 static final float GETEXPONENT_F_CASES[] = new float[] { field in MathTest
478 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()