Searched refs:asinl (Results 1 – 8 of 8) sorted by relevance
34 asinl(long double x) in asinl() function
116 __weak_reference(asin, asinl);
207 ry = asinl(B); in casinhl()
135 FUNCTION(asinl, long double (*f)(long double)); in math_h()
18 asinl; # introduced=21
82 long double asinl(long double __x) __RENAME_LDBL(asin, 3, 21);
38 asinl
515 TEST(MATH_TEST, asinl) { in TEST() argument516 ASSERT_DOUBLE_EQ(0.0L, asinl(0.0L)); in TEST()