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()
803 static final double NEXTAFTER_DD_FD_DIRECTION_CASES[] = new double[] { field in MathTest824 for (int j = 0; j < NEXTAFTER_DD_FD_DIRECTION_CASES.length; j++) { in test_nextAfter_DD()825 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j]; in test_nextAfter_DD()847 for (int i = 0; i < NEXTAFTER_DD_FD_DIRECTION_CASES.length; i++) { in test_nextAfter_DD()849 .nextAfter(Double.NaN, NEXTAFTER_DD_FD_DIRECTION_CASES[i]))); in test_nextAfter_DD()913 for (int j = 0; j < NEXTAFTER_DD_FD_DIRECTION_CASES.length; j++) { in test_nextAfter_FD()914 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j]; in test_nextAfter_FD()938 for (int i = 0; i < NEXTAFTER_DD_FD_DIRECTION_CASES.length; i++) { in test_nextAfter_FD()940 Float.NaN, NEXTAFTER_DD_FD_DIRECTION_CASES[i]))); in test_nextAfter_FD()