Searched refs:acosl (Results 1 – 4 of 4) sorted by relevance
44 acosl(long double x) in acosl() function
110 __weak_reference(acos, acosl);
404 long double acosl(long double);
332 TEST(math, acosl) { in TEST() argument333 ASSERT_DOUBLE_EQ(M_PI/2.0L, acosl(0.0L)); in TEST()