Searched refs:testHypotCase (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/test/java/lang/Math/ |
D | HypotTests.java | 89 testHypotCase(testCase[0], testCase[1], testCase[2]); in testHypot() 96 testHypotCase(input, 0.0, input); in testHypot() 105 testHypotCase(result[0], result[1], result[2]); in testHypot() 117 testHypotCase(result[0], result[1], result[2]); in testHypot() 139 testHypotCase(3 * d, 4 * d, 5 * d, 2.5); in testHypot() 196 static void testHypotCase(double input1, double input2, double expected) { in testHypotCase() method in HypotTests 197 testHypotCase(input1, input2, expected, 1); in testHypotCase() 200 static void testHypotCase(double input1, double input2, double expected, double ulps) { in testHypotCase() method in HypotTests
|
/libcore/ojluni/src/test/java/lang/StrictMath/ |
D | HypotTests.java | 62 static void testHypotCase(double input1, double input2, double expected) { in testHypotCase() method in HypotTests 697 testHypotCase(testCase[0], testCase[1], testCase[2]); in testHypot() 802 testHypotCase(X, Y, FdlibmTranslit.hypot(X, Y)); in testAgainstTranslit()
|