Simplified0.0
\[\leadsto \color{blue}{\mathsf{fma}\left(x, 1 - y, y\right)}
\]
Proof
(fma.f64 x (-.f64 1 y) y): 0 points increase in error, 0 points decrease in error
(fma.f64 x (Rewrite<= unsub-neg_binary64 (+.f64 1 (neg.f64 y))) y): 0 points increase in error, 0 points decrease in error
(fma.f64 x (Rewrite<= +-commutative_binary64 (+.f64 (neg.f64 y) 1)) y): 0 points increase in error, 0 points decrease in error
(Rewrite<= fma-def_binary64 (+.f64 (*.f64 x (+.f64 (neg.f64 y) 1)) y)): 3 points increase in error, 0 points decrease in error
(+.f64 (Rewrite<= *-commutative_binary64 (*.f64 (+.f64 (neg.f64 y) 1) x)) y): 0 points increase in error, 0 points decrease in error
(+.f64 (Rewrite<= distribute-rgt1-in_binary64 (+.f64 x (*.f64 (neg.f64 y) x))) y): 0 points increase in error, 0 points decrease in error
(+.f64 (+.f64 x (Rewrite<= distribute-lft-neg-in_binary64 (neg.f64 (*.f64 y x)))) y): 0 points increase in error, 0 points decrease in error
(+.f64 (+.f64 x (neg.f64 (Rewrite<= *-commutative_binary64 (*.f64 x y)))) y): 0 points increase in error, 0 points decrease in error
(+.f64 (+.f64 x (Rewrite<= distribute-lft-neg-out_binary64 (*.f64 (neg.f64 x) y))) y): 0 points increase in error, 0 points decrease in error
(Rewrite=> associate-+l+_binary64 (+.f64 x (+.f64 (*.f64 (neg.f64 x) y) y))): 0 points increase in error, 0 points decrease in error
(+.f64 x (Rewrite<= +-commutative_binary64 (+.f64 y (*.f64 (neg.f64 x) y)))): 0 points increase in error, 0 points decrease in error
(+.f64 x (Rewrite<= cancel-sign-sub-inv_binary64 (-.f64 y (*.f64 x y)))): 0 points increase in error, 0 points decrease in error
(Rewrite<= associate--l+_binary64 (-.f64 (+.f64 x y) (*.f64 x y))): 0 points increase in error, 0 points decrease in error