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

/openjdk7/jdk/test/java/lang/Math/
H A DHyperbolicTests.java953 failures += testTanhCaseWithUlpDiff(testCase[0],
976 failures += testTanhCaseWithUlpDiff(specialTestCases[i][0],
990 failures += testTanhCaseWithUlpDiff(d, d, 2.5);
997 failures += testTanhCaseWithUlpDiff(i, 1.0, 2.5);
1003 failures += testTanhCaseWithUlpDiff(d, 1.0, 2.5);
1029 public static int testTanhCaseWithUlpDiff(double input, method in class:HyperbolicTests

Completed in 39 milliseconds