Searched refs:acosl (Results 1 – 4 of 4) sorted by relevance
44 acosl(long double x) in acosl() function
110 __weak_reference(acos, acosl);
398 long double acosl(long double);
240 TEST(math, acosl) { in TEST() argument241 ASSERT_FLOAT_EQ(M_PI/2.0, acosl(0.0)); in TEST()