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

/openjdk9/jdk/test/java/lang/Math/
H A DHyperbolicTests.java592 failures += testCoshCaseWithUlpDiff(testCase[0],
615 failures += testCoshCaseWithUlpDiff(specialTestCases[i][0],
628 failures += testCoshCaseWithUlpDiff(d, 1.0, 2.5);
648 failures += testCoshCaseWithUlpDiff(d, StrictMath.exp(d)*0.5, 3.5);
697 failures += testCoshCaseWithUlpDiff(input, expected, 4.0);
706 failures += testCoshCaseWithUlpDiff(d,
732 public static int testCoshCaseWithUlpDiff(double input, method in class:HyperbolicTests

Completed in 37 milliseconds