Searched refs:tanhl (Results 1 – 13 of 13) sorted by relevance
83 __weak_reference(tanh, tanhl);
113 tanhl(long double x) in tanhl() function
310 long double tanhl(long double) __INTRODUCED_IN(21);
281 ALIAS_SYMBOL(tanhl, tanh);
257 tanhl; # introduced=21
256 tanhl; # introduced=21
1046 tanhl
489 TEST(math, tanhl) { in TEST() argument490 ASSERT_DOUBLE_EQ(0.0L, tanhl(0.0L)); in TEST()