Home
last modified time | relevance | path

Searched refs:acoshl (Results 1 – 4 of 4) 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/libm/include/
Dmath.h403 long double acoshl(long double);
/bionic/tests/
Dmath_test.cpp416 TEST(math, acoshl) { in TEST() argument
417 ASSERT_DOUBLE_EQ(0.0L, acoshl(1.0L)); in TEST()