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

/openjdk9/jdk/test/java/lang/Math/
H A DTanTests.java34 static int testTanCase(double input, double expected, double ulps) { method in class:TanTests
170 failures += testTanCase(testCase[0], testCase[1], testCase[2]);
H A DWorstCaseTests.java303 failures += testTanCase(testCase[0], testCase[1]);
309 private static int testTanCase(double input, double expected) { method in class:WorstCaseTests

Completed in 33 milliseconds