Searched refs:acos (Results 1 – 11 of 11) sorted by relevance
110 __weak_reference(acos, acosl);
413 rx = acos(B); in cacos()415 rx = acos(-B); in cacos()
832 #define __ieee754_acos acos
56 TGMATHC(acos); in tgmath_h()
123 FUNCTION(acos, double (*f)(double)); in math_h()
76 double acos(double __x);78 long double acosl(long double __x) __RENAME_LDBL(acos, 3, 21);
7 acos;
495 TEST(MATH_TEST, acos) { in TEST() argument496 ASSERT_DOUBLE_EQ(M_PI/2.0, acos(0.0)); in TEST()1743 DoMathDataTest<1>(g_acos_intel_data, acos); in TEST()
20 acos
19251 CALL(acos)
27190 CALL(acos)