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

/openjdk7/jdk/test/java/lang/Math/
H A DPowTests.java36 static int testPowCase(double input1, double input2, double expected) { method in class:PowTests
74 failures+=testPowCase(testCase[0], testCase[1], testCase[2]);
198 failures += testPowCase(x, y, expected);

Completed in 29 milliseconds