Searched refs:catanhf (Results 1 – 11 of 11) sorted by relevance
112 extern "C" float _Complex catanhf(float _Complex);113 TEST(complex, catanhf) { in TEST() argument114 ASSERT_EQ(0.0, catanhf(0)); in TEST()
81 float complex catanhf(float complex);
46 catanhf;
45 catanhf;
339 catanhf(float complex z) in catanhf() function390 float complex w = catanhf(CMPLXF(cimagf(z), crealf(z))); in catanf()
78 catanhf