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