Searched refs:sinhl (Results 1 – 13 of 13) sorted by relevance
44 w = sinhl(x) * cosl(y) + (coshl(x) * sinl(y)) * I; in csinhl()
44 w = coshl(x) * cosl(y) + (sinhl(x) * sinl(y)) * I; in ccoshl()
45 w = sinhl(2.0L * x) / d + (sinl(2.0L * y) / d) * I; in ctanhl()
57 w = sinl(2.0L * creall(z)) / d + (sinhl(2.0L * cimagl(z)) / d) * I; in ctanl()
46 *s = sinhl(x); in _cchshl()
78 __weak_reference(sinh, sinhl);
85 sinhl(long double x) in sinhl() function
319 FUNCTION(sinhl, long double (*f)(long double)); in math_h()
247 sinhl; # introduced=21
327 ALIAS_SYMBOL(sinhl, sinh);
122 long double sinhl(long double __x) __RENAME_LDBL(sinh, 3, 21);
967 sinhl
615 TEST(MATH_TEST, sinhl) { in TEST() argument616 ASSERT_DOUBLE_EQ(0.0L, sinhl(0.0L)); in TEST()