coshf
float coshf(float);
w = coshf(x) * cosf(y) + (sinhf(x) * sinf(y)) * I;
*c = coshf(x);
w = sinhf(x) * cosf(y) + (coshf(x) * sinf(y)) * I;
d = cosf(2.0f * crealf(z)) + coshf(2.0f * cimagf(z));
d = coshf(2.0f * x) + cosf(2.0f * y);
__weak_alias(coshf, _coshf);
__weak_alias(coshf, _coshf)
coshf(float x) /* wrapper coshf */
if (!(fabsf((coshf(x) - cosh_x)/cosh_x) <= eps)) {
x, coshf(x), cosh_x);
ATF_CHECK(isnan(coshf(x)) != 0);
float y = coshf(x);
float y = coshf(x);
if (coshf(x) != 1.0)
if (coshf(x) != 1.0)