Searched refs:tanhl (Results 1 – 8 of 8) sorted by relevance
83 __weak_reference(tanh, tanhl);
113 tanhl(long double x) in tanhl() function
281 ALIAS_SYMBOL(tanhl, tanh);
256 tanhl; # introduced=21
330 FUNCTION(tanhl, long double (*f)(long double)); in math_h()
128 long double tanhl(long double __x) __RENAME_LDBL(tanh, 3, 21);
1046 tanhl
627 TEST(MATH_TEST, tanhl) { in TEST() argument628 ASSERT_DOUBLE_EQ(0.0L, tanhl(0.0L)); in TEST()