Floating Negative Multiply-Add, Floating Negative Multiply-Add Single
Multiplies the first two arguments, adds the third argument, and negates the result.
double __fnmadd (double, double, double); float __fnmadds (float, float, float);
double __fnmadd (double, double, double);
float __fnmadds (float, float, float);