Searched refs:coshf (Results 1 – 5 of 5) sorted by relevance
58 return (cpackf(coshf(x), x * y)); in ccoshf()60 return (cpackf(coshf(x) * cosf(y), sinhf(x) * sinf(y))); in ccoshf()
60 return (cpackf(sinhf(x) * cosf(y), coshf(x) * sinf(y))); in csinhf()
706 #define __ieee754_coshf coshf
313 float coshf(float);
448 TEST(math, coshf) { in TEST() argument449 ASSERT_FLOAT_EQ(1.0f, coshf(0.0f)); in TEST()