Searched refs:asinhl (Results 1 – 4 of 4) sorted by relevance
61 __weak_reference(asinh, asinhl);
69 asinhl(long double x) in asinhl() function
405 long double asinhl(long double);
428 TEST(math, asinhl) { in TEST() argument429 ASSERT_DOUBLE_EQ(0.0L, asinhl(0.0L)); in TEST()