copysignf
extern float copysignf(float x, float y);
__imag__ res = copysignf (HUGE_VALF, __imag__ x);
__real__ res = copysignf (HUGE_VALF, __real__ x);
__imag__ res = copysignf (rcls >= FP_ZERO ? M_PI_2 : M_PI_4,
__imag__ res = copysignf (0.0, __imag__ x);
__imag__ retval = copysignf (0.0, __imag__ x);
__real__ retval = copysignf (exp_val, cosix);
__imag__ retval = copysignf (exp_val, sinix);
__real__ retval = copysignf (value, cosix);
__imag__ retval = copysignf (value, sinix);
__imag__ result = copysignf (__imag__ result, __imag__ x);
__imag__ result = copysignf (__imag__ result, __imag__ x);
return CMPLXF(h * cosf(y), copysignf(h, x) * sinf(y));
return CMPLXF(crealf(z), cimagf(z) * copysignf(1, x));
return CMPLXF(y - y, copysignf(0, x * (y - y)));
return CMPLXF(x * x, copysignf(0, x) * y);
return CMPLXF(x * x, copysignf(0, (x + x) * y));
return CMPLXF(INFINITY, copysignf(0.0, cimagf(z)));
return CMPLXF(copysignf(h, x) * cosf(y), h * sinf(y));
return CMPLXF(crealf(z) * copysignf(1, x), cimagf(z));
return CMPLXF(copysignf(0, x * (y - y)), y - y);
return CMPLXF(x, copysignf(0, y));
return CMPLXF(fabsf(b - b), copysignf(a, b));
return CMPLXF(a, copysignf(b - b, b));
return CMPLXF(fabsf(b) / (2.0 * t), copysignf(t, b));
return CMPLXF(x, copysignf(0, isinf(y) ? y : sinf(y) * cosf(y)));
return CMPLXF(copysignf(1, x), 4 * sinf(y) * cosf(y) * exp_mx * exp_mx);