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

/openjdk7/jdk/test/java/lang/Math/
H A DPowTests.java46 static int testStrictPowCase(double input1, double input2, double expected) { method in class:PowTests
189 failures += testStrictPowCase(x, y, f3(x, y));

Completed in 29 milliseconds