Searched refs:tanhl (Results 1 – 7 of 7) sorted by relevance
83 __weak_reference(tanh, tanhl);
113 tanhl(long double x) in tanhl() function
330 FUNCTION(tanhl, long double (*f)(long double)); in math_h()
256 tanhl; # introduced=21
126 long double tanhl(long double __x);
1046 tanhl
662 TEST(math_h, tanhl) { in TEST() argument663 ASSERT_DOUBLE_EQ(0.0L, tanhl(0.0L)); in TEST()