Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/StrictMath/
DHyperbolicTests.java52 static void testCoshCase(double input, double expected) { in testCoshCase() method in HyperbolicTests
190 testCoshCase(testCase[0], testCase[1]); in testCosh()
/libcore/ojluni/src/test/java/lang/Math/
DWorstCaseTests.java361 testCoshCase(testCase[0], testCase[1]); in testWorstCosh()
365 private static void testCoshCase(double input, double expected) { in testCoshCase() method in WorstCaseTests