_ _MULT_C Intrinsic

The _ _MULT_C intrinsic has the following declaration:

double __MULT_C(double, double);

This intrinsic function returns the result of multiplying the first argument with the second argument, with IEEE chopped rounding used. Both arguments and the result are in IEEE double-precision format.