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

/openjdk7/jdk/test/java/lang/Math/
H A DHypotTests.java84 failures += testHypotCase(testCases[i][0], testCases[i][1],
94 failures += testHypotCase(input, 0.0, input);
104 failures += testHypotCase(result[0], result[1], result[2]);
112 failures += testHypotCase(result[0], result[1], result[2]);
132 failures += testHypotCase(3*d, 4*d, 5*d, 2.5);
198 static int testHypotCase(double input1, double input2, double expected) { method in class:HypotTests
199 return testHypotCase(input1,input2, expected, 1);
202 static int testHypotCase(double input1, double input2, double expected, method in class:HypotTests
/openjdk7/jdk/test/java/lang/StrictMath/
H A DHypotTests.java45 static int testHypotCase(double input1, double input2, double expected) { method in class:HypotTests
617 failures+=testHypotCase(testCase[0], testCase[1], testCase[2]);

Completed in 40 milliseconds