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

/openjdk7/jdk/test/java/lang/Math/
H A DLog10Tests.java44 static int testLog10Case(double input, double expected) { method in class:Log10Tests
84 failures += testLog10Case(testCases[i][0],
93 failures += testLog10Case(testCase, i);
/openjdk7/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 43 milliseconds