Searched refs:asinl (Results 1 – 4 of 4) sorted by relevance
34 asinl(long double x) in asinl() function
116 __weak_reference(asin, asinl);
406 long double asinl(long double);
344 TEST(math, asinl) { in TEST() argument345 ASSERT_DOUBLE_EQ(0.0L, asinl(0.0L)); in TEST()