Searched refs:coshl (Results 1 – 3 of 3) sorted by relevance
41 long double coshl(long double a1) { return cosh(a1); } in coshl() function
462 long double coshl(long double);
360 TEST(math, coshl) { in TEST() argument361 ASSERT_FLOAT_EQ(1.0, coshl(0.0)); in TEST()