CMPLXF
return (CMPLXF(x, y + y));
return (CMPLXF(y, x + x));
return (CMPLXF(x + x, y));
return (CMPLXF(x + 0.0L + (y + 0), x + 0.0L + (y + 0)));
return (CMPLXF(copysignf(crealf(w), x),
return (CMPLXF(copysignf(rx, x), copysignf(ry, y)));
float complex w = casinhf(CMPLXF(cimagf(z), crealf(z)));
return (CMPLXF(cimagf(w), crealf(w)));
return (CMPLXF(y + y, -INFINITY));
return (CMPLXF(x + x, -y));
return (CMPLXF(pio2_hi + pio2_lo, y + y));
return (CMPLXF(x + 0.0L + (y + 0), x + 0.0L + (y + 0)));
return (CMPLXF(rx, ry));
return (CMPLXF(0, -y));
return (CMPLXF(pio2_hi - (x - pio2_lo), -y));
return (CMPLXF(rx, ry));
return (CMPLXF(ry, rx));
return (CMPLXF(fabsf(ry), rx));
return (CMPLXF(ry, ry));
return (CMPLXF(fabsf(ry), copysignf(rx, cimagf(z))));
return (CMPLXF(logf(hypotf(x / m_e, y / m_e)) + 1,
return (CMPLXF(logf(hypotf(x, y)), atan2f(y, x)));
return (CMPLXF(logf(ax * ax + ay * ay) / 2, atan2f(y, x)));
return (CMPLXF(atanhf(x), y));
return (CMPLXF(x, atanf(y)));
return (CMPLXF(copysignf(0, x), y + y));
return (CMPLXF(copysignf(0, x),
return (CMPLXF(x + 0.0L + (y + 0), x + 0.0L + (y + 0)));
return (CMPLXF(real_part_reciprocal(x, y),
return (CMPLXF(copysignf(rx, x), copysignf(ry, y)));
float complex w = catanhf(CMPLXF(cimagf(z), crealf(z)));
return (CMPLXF(cimagf(w), crealf(w)));
#ifndef CMPLXF