Searched refs:acoshl (Results 1 – 4 of 4) sorted by relevance
67 __weak_reference(acosh, acoshl);
66 acoshl(long double x) in acoshl() function
403 long double acoshl(long double);
416 TEST(math, acoshl) { in TEST() argument417 ASSERT_DOUBLE_EQ(0.0L, acoshl(1.0L)); in TEST()