Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
De_acos.c65 acos(double x) in acos() function
110 __weak_reference(acos, acosl);
Dcatrig.c413 rx = acos(B); in cacos()
415 rx = acos(-B); in cacos()
/bionic/tests/headers/posix/
Dtgmath_h.c56 TGMATHC(acos); in tgmath_h()
Dmath_h.c123 FUNCTION(acos, double (*f)(double)); in math_h()
/bionic/libm/
Dlibm.map.txt7 acos;
/bionic/libc/include/
Dmath.h76 double acos(double __x);
/bionic/tests/
Dmath_test.cpp489 TEST(math_h, acos) { in TEST() argument
490 ASSERT_DOUBLE_EQ(M_PI/2.0, acos(0.0)); in TEST()
1736 DoMathDataTest<1>(g_acos_intel_data, acos); in TEST()
/bionic/libc/tools/
Dposix-2013.txt20 acos