Searched refs:asinhl (Results 1 – 7 of 7) sorted by relevance
61 __weak_reference(asinh, asinhl);
69 asinhl(long double x) in asinhl() function
134 FUNCTION(asinhl, long double (*f)(long double)); in math_h()
17 asinhl; # introduced=21
110 long double asinhl(long double __x);
36 asinhl
614 TEST(math_h, asinhl) { in TEST() argument615 ASSERT_DOUBLE_EQ(0.0L, asinhl(0.0L)); in TEST()