Home
last modified time | relevance | path

Searched refs:acoshl (Results 1 – 7 of 7) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_acosh.c67 __weak_reference(acosh, acoshl);
De_acoshl.c66 acoshl(long double x) in acoshl() function
/bionic/tests/headers/posix/
Dmath_h.c127 FUNCTION(acoshl, long double (*f)(long double)); in math_h()
/bionic/libm/
Dlibm.map.txt11 acoshl; # introduced=21
/bionic/libc/include/
Dmath.h106 long double acoshl(long double __x) __RENAME_LDBL(acosh, 3, 21);
/bionic/libc/tools/
Dposix-2013.txt19 acoshl
/bionic/tests/
Dmath_test.cpp567 TEST(MATH_TEST, acoshl) { in TEST() argument
568 ASSERT_DOUBLE_EQ(0.0L, acoshl(1.0L)); in TEST()