\mathsf{fma}\left(a, b, \mathsf{fma}\left(c, d, e\right)\right)\mathsf{fma}\left(a, b, \mathsf{fma}\left(c, d, e\right)\right)double code(double a, double b, double c, double d, double e) {
return ((double) fma(a, b, ((double) fma(c, d, e))));
}
double code(double a, double b, double c, double d, double e) {
return ((double) fma(a, b, ((double) fma(c, d, e))));
}



Bits error versus a



Bits error versus b



Bits error versus c



Bits error versus d



Bits error versus e
Results
Initial program 0.0
Final simplification0.0
herbie shell --seed 2020152
(FPCore (a b c d e)
:name "(fma a b (fma c d e))"
:precision binary64
(fma a b (fma c d e)))