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

/openjdk7/jdk/test/java/lang/Math/
H A DLog1pTests.java85 failures += testLog1pCaseWithUlpDiff(testCases[i][0],
99 failures += testLog1pCaseWithUlpDiff(d, StrictMath.log(d), 2.001);
111 failures += testLog1pCaseWithUlpDiff(d, hp15cLogp(d), 5);
178 return testLog1pCaseWithUlpDiff(input, expected, 1);
181 public static int testLog1pCaseWithUlpDiff(double input, method in class:Log1pTests

Completed in 29 milliseconds