Floating Multiply-Subtract, Floating Multiply-Subtract Single
Multiplies the first two arguments, subtracts the third argument and returns the result.
double __fmsub (double, double, double); float __fmsubs (float, float, float);
double __fmsub (double, double, double);
float __fmsubs (float, float, float);