Searched refs:cosh (Results 1 – 9 of 9) sorted by relevance
46 cosh(double x) in cosh() function84 __weak_reference(cosh, coshl);
69 return (CMPLX(cosh(x), x * y)); in ccosh()71 return (CMPLX(cosh(x) * cos(y), sinh(x) * sin(y))); in ccosh()
71 return (CMPLX(sinh(x) * cos(y), cosh(x) * sin(y))); in csinh()
65 TGMATHC(cosh); in tgmath_h()
161 FUNCTION(cosh, double (*f)(double)); in math_h()
69 cosh;
116 double cosh(double __x);
630 TEST(math_h, cosh) { in TEST() argument631 ASSERT_DOUBLE_EQ(1.0, cosh(0.0)); in TEST()1846 DoMathDataTest<2>(g_cosh_intel_data, cosh); in TEST()
134 cosh