Searched refs:coshl (Results 1 – 2 of 2) sorted by relevance
413 long double coshl(long double);
452 TEST(math, coshl) { in TEST() argument453 ASSERT_DOUBLE_EQ(1.0L, coshl(0.0L)); in TEST()