Floating Negative Multiply-Subtract
Multiplies the first two arguments, subtracts the third argument, and negates the result.
double __fnmsub (double, double, double); float __fnmsubs (float, float, float);
double __fnmsub (double, double, double);
float __fnmsubs (float, float, float);