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