Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
De_acos.c110 __weak_reference(acos, acosl);
Dcatrig.c413 rx = acos(B); in cacos()
415 rx = acos(-B); in cacos()
Dmath_private.h832 #define __ieee754_acos acos
/bionic/tests/headers/posix/
Dtgmath_h.c56 TGMATHC(acos); in tgmath_h()
Dmath_h.c123 FUNCTION(acos, double (*f)(double)); in math_h()
/bionic/libc/include/
Dmath.h76 double acos(double __x);
78 long double acosl(long double __x) __RENAME_LDBL(acos, 3, 21);
/bionic/libm/
Dlibm.map.txt7 acos;
/bionic/tests/
Dmath_test.cpp495 TEST(MATH_TEST, acos) { in TEST() argument
496 ASSERT_DOUBLE_EQ(M_PI/2.0, acos(0.0)); in TEST()
1743 DoMathDataTest<1>(g_acos_intel_data, acos); in TEST()
/bionic/libc/tools/
Dposix-2013.txt20 acos
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_030.S19251 CALL(acos)
Dliblinker_reloc_bench_152.S27190 CALL(acos)