Searched refs:ccoshf (Results 1 – 5 of 5) sorted by relevance
42 ccoshf(float complex z) in ccoshf() function103 return (ccoshf(cpackf(-cimagf(z), crealf(z)))); in ccosf()
132 extern "C" float _Complex ccoshf(float _Complex);133 TEST(complex, ccoshf) { in TEST() argument134 ASSERT_EQ(1.0, ccoshf(0)); in TEST()
85 float complex ccoshf(float complex);
52 ccoshf;
90 ccoshf