\mathsf{fma}\left(x, y, a \cdot b\right)\mathsf{fma}\left(x, y, a \cdot b\right)double code(double x, double y, double a, double b) {
return ((double) fma(x, y, ((double) (a * b))));
}
double code(double x, double y, double a, double b) {
return ((double) fma(x, y, ((double) (a * b))));
}



Bits error versus x



Bits error versus y



Bits error versus a



Bits error versus b
Results
Initial program 0.0
Final simplification0.0
herbie shell --seed 2020153
(FPCore (x y a b)
:name "(fma x y (* a b))"
:precision binary64
(fma x y (* a b)))