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

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

Completed in 29 milliseconds