Searched refs:coshl (Results 1 – 13 of 13) sorted by relevance
84 __weak_reference(cosh, coshl);
86 coshl(long double x) in coshl() function
72 coshl;
71 coshl;
369 long double coshl(long double);
275 ALIAS_SYMBOL(coshl, cosh);
135 coshl
444 TEST(math, coshl) { in TEST() argument445 ASSERT_DOUBLE_EQ(1.0L, coshl(0.0L)); in TEST()