\mathsf{fma}\left(x, y, z\right)\mathsf{fma}\left(x, y, z\right)double code(double x, double y, double z) {
return ((double) fma(x, y, z));
}
double code(double x, double y, double z) {
return ((double) fma(x, y, z));
}



Bits error versus x



Bits error versus y



Bits error versus z
Results
Initial program 0
Final simplification0
herbie shell --seed 2020152
(FPCore (x y z)
:name "(fma x y z)"
:precision binary64
(fma x y z))