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

/openjdk9/jdk/test/java/lang/Math/
H A DHyperbolicTests.java950 failures += testTanhCaseWithUlpDiff(testCase[0],
973 failures += testTanhCaseWithUlpDiff(specialTestCases[i][0],
987 failures += testTanhCaseWithUlpDiff(d, d, 2.5);
994 failures += testTanhCaseWithUlpDiff(i, 1.0, 2.5);
1000 failures += testTanhCaseWithUlpDiff(d, 1.0, 2.5);
1026 public static int testTanhCaseWithUlpDiff(double input, method in class:HyperbolicTests

Completed in 41 milliseconds