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

/openjdk9/jdk/test/java/lang/Math/
H A DHypotTests.java87 failures += testHypotCase(testCases[i][0], testCases[i][1],
97 failures += testHypotCase(input, 0.0, input);
107 failures += testHypotCase(result[0], result[1], result[2]);
115 failures += testHypotCase(result[0], result[1], result[2]);
135 failures += testHypotCase(3*d, 4*d, 5*d, 2.5);
201 static int testHypotCase(double input1, double input2, double expected) { method in class:HypotTests
202 return testHypotCase(input1,input2, expected, 1);
205 static int testHypotCase(double input1, double input2, double expected, method in class:HypotTests
/openjdk9/jdk/test/java/lang/StrictMath/
H A DHypotTests.java72 static int testHypotCase(double input1, double input2, double expected) { method in class:HypotTests
712 failures += testHypotCase(testCase[0], testCase[1], testCase[2]);
737 failures += testHypotCase(x, y, FdlibmTranslit.hypot(x, y));

Completed in 105 milliseconds