_ _CPYSE Intrinsic

The _ _CPYSE intrinsic has the following declaration:

double __CPYSE(double, double);

This intrinsic function returns the double-precision result of extracting the sign and exponent of the first argument and concatenating the fraction bits from the second argument. This has the effect that the result has the same sign and exponent as the first argument, but with the fractional portion of the second argument.