Searched refs:acos (Results 1 – 8 of 8) sorted by relevance
65 acos(double x) in acos() function110 __weak_reference(acos, acosl);
413 rx = acos(B); in cacos()415 rx = acos(-B); in cacos()
56 TGMATHC(acos); in tgmath_h()
123 FUNCTION(acos, double (*f)(double)); in math_h()
7 acos;
76 double acos(double __x);
489 TEST(math_h, acos) { in TEST() argument490 ASSERT_DOUBLE_EQ(M_PI/2.0, acos(0.0)); in TEST()1736 DoMathDataTest<1>(g_acos_intel_data, acos); in TEST()
20 acos