Floating Multiply-Add, Floating Multiply-Add Single
Multiplies the first two arguments, adds the third argument, and returns the result.
double __fmadd (double, double, double); float __fmadds (float, float, float);
double __fmadd (double, double, double);
float __fmadds (float, float, float);