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

/openjdk10/jdk/test/java/lang/Math/
H A DLog10Tests.java41 static int testLog10Case(double input, double expected) { method in class:Log10Tests
81 failures += testLog10Case(testCases[i][0],
90 failures += testLog10Case(testCase, i);
/openjdk10/jdk/test/java/lang/StrictMath/
H A DLog10Tests.java46 static int testLog10Case(double input, double expected) { method in class:Log10Tests
708 failures+=testLog10Case(testCase[0], testCase[1]);

Completed in 92 milliseconds