Searched refs:asinl (Results 1 – 9 of 9) 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);
469 ALIAS_SYMBOL(asinl, asin);
38 asinl
474 TEST(MATH_TEST, asinl) { in TEST() argument475 ASSERT_DOUBLE_EQ(0.0L, asinl(0.0L)); in TEST()