Home
last modified time | relevance | path

Searched refs:atanhl (Results 1 – 8 of 8) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_atanh.c67 __weak_reference(atanh, atanhl);
De_atanhl.c55 atanhl(long double x) in atanhl() function
Dcatrigl.c372 return (CMPLXL(atanhl(x), y)); in catanhl()
/bionic/libm/
Dlibm.map.txt26 atanhl; # introduced=21
/bionic/tests/headers/posix/
Dmath_h.c144 FUNCTION(atanhl, long double (*f)(long double)); in math_h()
/bionic/libc/include/
Dmath.h116 long double atanhl(long double __x) __RENAME_LDBL(atanh, 3, 21);
/bionic/libc/tools/
Dposix-2013.txt46 atanhl
/bionic/tests/
Dmath_test.cpp591 TEST(MATH_TEST, atanhl) { in TEST() argument
592 ASSERT_DOUBLE_EQ(0.0L, atanhl(0.0L)); in TEST()