Home
last modified time | relevance | path

Searched refs:acosl (Results 1 – 4 of 4) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_acosl.c44 acosl(long double x) in acosl() function
De_acos.c110 __weak_reference(acos, acosl);
/bionic/libm/include/
Dmath.h404 long double acosl(long double);
/bionic/tests/
Dmath_test.cpp332 TEST(math, acosl) { in TEST() argument
333 ASSERT_DOUBLE_EQ(M_PI/2.0L, acosl(0.0L)); in TEST()