Searched refs:acoshl (Results 1 – 12 of 12) sorted by relevance
67 __weak_reference(acosh, acoshl);
66 acoshl(long double x) in acoshl() function
12 acoshl;
11 acoshl;
359 long double acoshl(long double);
19 acoshl
408 TEST(math, acoshl) { in TEST() argument409 ASSERT_DOUBLE_EQ(0.0L, acoshl(1.0L)); in TEST()