Searched refs:acoshl (Results 1 – 12 of 12) sorted by relevance
67 __weak_reference(acosh, acoshl);
66 acoshl(long double x) in acoshl() function
254 long double acoshl(long double) __INTRODUCED_IN(21);
12 acoshl; # introduced=21
11 acoshl; # introduced=21
19 acoshl
429 TEST(math, acoshl) { in TEST() argument430 ASSERT_DOUBLE_EQ(0.0L, acoshl(1.0L)); in TEST()