Searched refs:MathTest (Results 1 – 4 of 4) sorted by relevance
20 import static org.apache.harmony.tests.java.lang.MathTest.COPYSIGN_DD_CASES;21 import static org.apache.harmony.tests.java.lang.MathTest.COPYSIGN_FF_CASES;22 import static org.apache.harmony.tests.java.lang.MathTest.GETEXPONENT_D_CASES;23 import static org.apache.harmony.tests.java.lang.MathTest.GETEXPONENT_D_RESULTS;24 import static org.apache.harmony.tests.java.lang.MathTest.GETEXPONENT_F_CASES;25 import static org.apache.harmony.tests.java.lang.MathTest.GETEXPONENT_F_RESULTS;26 import static org.apache.harmony.tests.java.lang.MathTest.NEXTAFTER_DD_START_CASES;27 import static org.apache.harmony.tests.java.lang.MathTest.NEXTAFTER_DD_FD_DIRECTION_CASES;28 import static org.apache.harmony.tests.java.lang.MathTest.NEXTAFTER_FD_START_CASES;
20 public class MathTest extends junit.framework.TestCase { class
23 public class MathTest extends TestCase { class
1315 description: "Known failure in MathTest 1^NAN should be NAN",1318 name: "org.apache.harmony.tests.java.lang.MathTest#test_powDD"1450 "org.apache.harmony.tests.java.lang.MathTest#test_cbrt_D"