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

/openjdk9/jdk/test/java/lang/Math/
H A DHyperbolicTests.java233 failures += testSinhCaseWithUlpDiff(testCase[0],
255 failures += testSinhCaseWithUlpDiff(specialTestCases[i][0],
269 failures += testSinhCaseWithUlpDiff(d, d, 2.5);
289 failures += testSinhCaseWithUlpDiff(d, StrictMath.exp(d)*0.5, 3.5);
338 failures += testSinhCaseWithUlpDiff(input, expected, 4.0);
347 failures += testSinhCaseWithUlpDiff(d,
374 public static int testSinhCaseWithUlpDiff(double input, method in class:HyperbolicTests

Completed in 49 milliseconds