Searched refs:acosl (Results 1 – 9 of 9) sorted by relevance
44 acosl(long double x) in acosl() function
110 __weak_reference(acos, acosl);
267 rx = acosl(B); in cacosl()269 rx = acosl(-B); in cacosl()
12 acosl; # introduced=21
128 FUNCTION(acosl, long double (*f)(long double)); in math_h()
80 long double acosl(long double __x) __RENAME_LDBL(acos, 3, 21);
391 ALIAS_SYMBOL(acosl, acos);
21 acosl
462 TEST(MATH_TEST, acosl) { in TEST() argument463 ASSERT_DOUBLE_EQ(M_PI/2.0L, acosl(0.0L)); in TEST()