Searched refs:sinhl (Results 1 – 18 of 18) 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()
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
307 long double sinhl(long double) __INTRODUCED_IN(21);
327 ALIAS_SYMBOL(sinhl, sinh);
248 sinhl; # introduced=21
247 sinhl; # introduced=21
967 sinhl
477 TEST(math, sinhl) { in TEST() argument478 ASSERT_DOUBLE_EQ(0.0L, sinhl(0.0L)); in TEST()