Searched refs:atanhl (Results 1 – 12 of 12) sorted by relevance
67 __weak_reference(atanh, atanhl);
55 atanhl(long double x) in atanhl() function
245 long double atanhl(long double) __INTRODUCED_IN(21);
27 atanhl; # introduced=21
26 atanhl; # introduced=21
46 atanhl
453 TEST(math, atanhl) { in TEST() argument454 ASSERT_DOUBLE_EQ(0.0L, atanhl(0.0L)); in TEST()