Searched refs:testExpm1Case (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/Math/
H A DExpm1Tests.java86 failures += testExpm1Case(d, d);
87 failures += testExpm1Case(-d, -d);
105 failures += testExpm1Case(d, infinityD);
184 public static int testExpm1Case(double input, method in class:Expm1Tests
/openjdk7/jdk/test/java/lang/StrictMath/
H A DExpm1Tests.java45 static int testExpm1Case(double input, double expected) { method in class:Expm1Tests
779 failures+=testExpm1Case(testCase[0], testCase[1]);

Completed in 550 milliseconds