Home
last modified time | relevance | path

Searched refs:acosl (Results 1 – 9 of 9) 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);
Dcatrigl.c267 rx = acosl(B); in cacosl()
269 rx = acosl(-B); in cacosl()
/bionic/libm/
Dlibm.map.txt12 acosl; # introduced=21
/bionic/tests/headers/posix/
Dmath_h.c128 FUNCTION(acosl, long double (*f)(long double)); in math_h()
/bionic/libc/include/
Dmath.h80 long double acosl(long double __x) __RENAME_LDBL(acos, 3, 21);
/bionic/libm/x86/
De_acos.S391 ALIAS_SYMBOL(acosl, acos);
/bionic/libc/tools/
Dposix-2013.txt21 acosl
/bionic/tests/
Dmath_test.cpp462 TEST(MATH_TEST, acosl) { in TEST() argument
463 ASSERT_DOUBLE_EQ(M_PI/2.0L, acosl(0.0L)); in TEST()