Searched refs:tanhl (Results 1 – 7 of 7) sorted by relevance
83 __weak_reference(tanh, tanhl);
113 tanhl(long double x) in tanhl() function
256 tanhl;
458 long double tanhl(long double);
281 ALIAS_SYMBOL(tanhl, tanh);
1046 tanhl
468 TEST(math, tanhl) { in TEST() argument469 ASSERT_DOUBLE_EQ(0.0L, tanhl(0.0L)); in TEST()