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

/openjdk7/jdk/test/java/lang/Math/
H A DAtan2Tests.java34 static int testAtan2Case(double input1, double input2, double expected) { method in class:Atan2Tests
52 failures+=testAtan2Case(testCase[0], testCase[1], testCase[2]);

Completed in 28 milliseconds