Searched refs:sinhl (Results 1 – 12 of 12) 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
122 long double sinhl(long double __x);
967 sinhl
650 TEST(math_h, sinhl) { in TEST() argument651 ASSERT_DOUBLE_EQ(0.0L, sinhl(0.0L)); in TEST()