\mathsf{fma}\left(20, 10, 20\right)\mathsf{fma}\left(20, 10, 20\right)double code() {
return ((double) fma(20.0, 10.0, 20.0));
}
double code() {
return ((double) fma(20.0, 10.0, 20.0));
}
Results
Initial program 0
Final simplification0
herbie shell --seed 2020153
(FPCore ()
:name "(fma 20 10 20)"
:precision binary64
(fma 20.0 10.0 20.0))