Searched refs:NEXTAFTER_DD_FD_DIRECTION_CASES (Results 1 – 2 of 2) sorted by relevance
27 import static org.apache.harmony.tests.java.lang.MathTest.NEXTAFTER_DD_FD_DIRECTION_CASES;701 for (int j = 0; j < NEXTAFTER_DD_FD_DIRECTION_CASES.length; j++) { in test_nextAfter_DD()702 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j]; in test_nextAfter_DD()724 for (int i = 0; i < NEXTAFTER_DD_FD_DIRECTION_CASES.length; i++) { in test_nextAfter_DD()726 .nextAfter(Double.NaN, NEXTAFTER_DD_FD_DIRECTION_CASES[i]))); in test_nextAfter_DD()766 for (int j = 0; j < NEXTAFTER_DD_FD_DIRECTION_CASES.length; j++) { in test_nextAfter_FD()767 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j]; in test_nextAfter_FD()791 for (int i = 0; i < NEXTAFTER_DD_FD_DIRECTION_CASES.length; i++) { in test_nextAfter_FD()793 .nextAfter(Float.NaN, NEXTAFTER_DD_FD_DIRECTION_CASES[i]))); in test_nextAfter_FD()
834 static final double NEXTAFTER_DD_FD_DIRECTION_CASES[] = new double[] { field in MathTest855 for (int j = 0; j < NEXTAFTER_DD_FD_DIRECTION_CASES.length; j++) { in test_nextAfter_DD()856 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j]; in test_nextAfter_DD()878 for (int i = 0; i < NEXTAFTER_DD_FD_DIRECTION_CASES.length; i++) { in test_nextAfter_DD()880 .nextAfter(Double.NaN, NEXTAFTER_DD_FD_DIRECTION_CASES[i]))); in test_nextAfter_DD()944 for (int j = 0; j < NEXTAFTER_DD_FD_DIRECTION_CASES.length; j++) { in test_nextAfter_FD()945 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j]; in test_nextAfter_FD()969 for (int i = 0; i < NEXTAFTER_DD_FD_DIRECTION_CASES.length; i++) { in test_nextAfter_FD()971 Float.NaN, NEXTAFTER_DD_FD_DIRECTION_CASES[i]))); in test_nextAfter_FD()