Initial program 0.0
\[x \cdot \left(y + 1\right)
\]
Simplified0
\[\leadsto \color{blue}{\mathsf{fma}\left(x, y, x\right)}
\]
Proof
(fma.f64 x y x): 0 points increase in error, 0 points decrease in error
(fma.f64 x y (Rewrite<= *-rgt-identity_binary64 (*.f64 x 1))): 0 points increase in error, 0 points decrease in error
(Rewrite<= fma-def_binary64 (+.f64 (*.f64 x y) (*.f64 x 1))): 3 points increase in error, 0 points decrease in error
(Rewrite<= distribute-lft-in_binary64 (*.f64 x (+.f64 y 1))): 6 points increase in error, 2 points decrease in error
Final simplification0
\[\leadsto \mathsf{fma}\left(x, y, x\right)
\]