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

/openjdk7/jdk/test/java/lang/Math/
H A DHyperbolicTests.java236 failures += testSinhCaseWithUlpDiff(testCase[0],
258 failures += testSinhCaseWithUlpDiff(specialTestCases[i][0],
272 failures += testSinhCaseWithUlpDiff(d, d, 2.5);
292 failures += testSinhCaseWithUlpDiff(d, StrictMath.exp(d)*0.5, 3.5);
341 failures += testSinhCaseWithUlpDiff(input, expected, 4.0);
350 failures += testSinhCaseWithUlpDiff(d,
377 public static int testSinhCaseWithUlpDiff(double input, method in class:HyperbolicTests

Completed in 496 milliseconds