Searched refs:testCoshCase (Results 1 – 2 of 2) sorted by relevance
52 static void testCoshCase(double input, double expected) { in testCoshCase() method in HyperbolicTests190 testCoshCase(testCase[0], testCase[1]); in testCosh()
361 testCoshCase(testCase[0], testCase[1]); in testWorstCosh()365 private static void testCoshCase(double input, double expected) { in testCoshCase() method in WorstCaseTests