Searched refs:acoshl (Results 1 – 7 of 7) sorted by relevance
67 __weak_reference(acosh, acoshl);
66 acoshl(long double x) in acoshl() function
127 FUNCTION(acoshl, long double (*f)(long double)); in math_h()
11 acoshl; # introduced=21
106 long double acoshl(long double __x) __RENAME_LDBL(acosh, 3, 21);
19 acoshl
567 TEST(MATH_TEST, acoshl) { in TEST() argument568 ASSERT_DOUBLE_EQ(0.0L, acoshl(1.0L)); in TEST()