Searched refs:atanhl (Results 1 – 8 of 8) sorted by relevance
67 __weak_reference(atanh, atanhl);
55 atanhl(long double x) in atanhl() function
372 return (CMPLXL(atanhl(x), y)); in catanhl()
26 atanhl; # introduced=21
144 FUNCTION(atanhl, long double (*f)(long double)); in math_h()
116 long double atanhl(long double __x) __RENAME_LDBL(atanh, 3, 21);
46 atanhl
591 TEST(MATH_TEST, atanhl) { in TEST() argument592 ASSERT_DOUBLE_EQ(0.0L, atanhl(0.0L)); in TEST()