Searched defs:testLog1pCase (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/StrictMath/
H A DLog1pTests.java45 static int testLog1pCase(double input, double expected) { method in class:Log1pTests
194 failures+=testLog1pCase(testCase[0], testCase[1]);
/openjdk7/jdk/test/java/lang/Math/
H A DLog1pTests.java92 failures += testLog1pCase(d, d);
93 failures += testLog1pCase(-d, -d);
176 public static int testLog1pCase(double input, method in class:Log1pTests

Completed in 29 milliseconds