Searched defs:testExpm1CaseWithUlpDiff (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/Math/
H A DExpm1Tests.java78 failures += testExpm1CaseWithUlpDiff(testCases[i][0],
99 failures += testExpm1CaseWithUlpDiff(d, StrictMath.exp(d), 2, null);
116 failures += testExpm1CaseWithUlpDiff(d, -1.0, 1,
122 failures += testExpm1CaseWithUlpDiff(d, -1.0, 1, reachedLimit);
186 return testExpm1CaseWithUlpDiff(input, expected, 1, null);
189 public static int testExpm1CaseWithUlpDiff(double input, method in class:Expm1Tests

Completed in 121 milliseconds