Home
last modified time | relevance | path

Searched refs:testSinhCase (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/lang/StrictMath/
DHyperbolicTests.java48 static void testSinhCase(double input, double expected) { in testSinhCase() method in HyperbolicTests
150 testSinhCase(testCase[0], testCase[1]); in testSinh()
/libcore/ojluni/src/test/java/lang/Math/
DWorstCaseTests.java337 testSinhCase(testCase[0], testCase[1]); in testWorstSinh()
341 private static void testSinhCase(double input, double expected) { in testSinhCase() method in WorstCaseTests