Searched refs:coshl (Results 1 – 13 of 13) sorted by relevance
44 w = coshl(x) * cosl(y) + (sinhl(x) * sinl(y)) * I; in ccoshl()
44 w = sinhl(x) * cosl(y) + (coshl(x) * sinl(y)) * I; in csinhl()
44 d = coshl(2.0L * x) + cosl(2.0L * y); in ctanhl()
46 d = cosl(2.0L * creall(z)) + coshl(2.0L * cimagl(z)); in ctanl()
45 *c = coshl(x); in _cchshl()
84 __weak_reference(cosh, coshl);
86 coshl(long double x) in coshl() function
275 ALIAS_SYMBOL(coshl, cosh);
71 coshl; # introduced=21
163 FUNCTION(coshl, long double (*f)(long double)); in math_h()
120 long double coshl(long double __x) __RENAME_LDBL(cosh, 3, 21);
135 coshl
603 TEST(MATH_TEST, coshl) { in TEST() argument604 ASSERT_DOUBLE_EQ(1.0L, coshl(0.0L)); in TEST()