Searched refs:asinhl (Results 1 – 12 of 12) sorted by relevance
61 __weak_reference(asinh, asinhl);
69 asinhl(long double x) in asinhl() function
18 asinhl;
17 asinhl;
361 long double asinhl(long double);
36 asinhl
420 TEST(math, asinhl) { in TEST() argument421 ASSERT_DOUBLE_EQ(0.0L, asinhl(0.0L)); in TEST()