Searched refs:acosh (Results 1 – 8 of 8) sorted by relevance
67 __weak_reference(acosh, acoshl);
833 #define __ieee754_acosh acosh
106 double acosh(double __x);108 long double acoshl(long double __x) __RENAME_LDBL(acosh, 3, 21);
59 TGMATHC(acosh); in tgmath_h()
125 FUNCTION(acosh, double (*f)(double)); in math_h()
9 acosh;
559 TEST(MATH_TEST, acosh) { in TEST() argument560 ASSERT_DOUBLE_EQ(0.0, acosh(1.0)); in TEST()1675 DoMathDataTest<2>(g_acosh_intel_data, acosh); in TEST()
18 acosh