Average Error: 0.5 → 0.3
Time: 52.1s
Precision: binary64
Cost: 94848
\[x1 + \left(\left(\left(\left(\left(\left(\left(2 \cdot x1\right) \cdot \frac{\left(\left(3 \cdot x1\right) \cdot x1 + 2 \cdot x2\right) - x1}{x1 \cdot x1 + 1}\right) \cdot \left(\frac{\left(\left(3 \cdot x1\right) \cdot x1 + 2 \cdot x2\right) - x1}{x1 \cdot x1 + 1} - 3\right) + \left(x1 \cdot x1\right) \cdot \left(4 \cdot \frac{\left(\left(3 \cdot x1\right) \cdot x1 + 2 \cdot x2\right) - x1}{x1 \cdot x1 + 1} - 6\right)\right) \cdot \left(x1 \cdot x1 + 1\right) + \left(\left(3 \cdot x1\right) \cdot x1\right) \cdot \frac{\left(\left(3 \cdot x1\right) \cdot x1 + 2 \cdot x2\right) - x1}{x1 \cdot x1 + 1}\right) + \left(x1 \cdot x1\right) \cdot x1\right) + x1\right) + 3 \cdot \frac{\left(\left(3 \cdot x1\right) \cdot x1 - 2 \cdot x2\right) - x1}{x1 \cdot x1 + 1}\right) \]
\[\begin{array}{l} t_0 := \mathsf{fma}\left(2, x2, \mathsf{fma}\left(x1, x1 \cdot 3, -x1\right)\right)\\ x1 + \mathsf{fma}\left(3, \frac{x1 \cdot \left(x1 \cdot 3\right) - \mathsf{fma}\left(2, x2, x1\right)}{\mathsf{fma}\left(x1, x1, 1\right)}, \mathsf{fma}\left(x1, 3 \cdot \left(\frac{x1}{\mathsf{fma}\left(x1, x1, 1\right)} \cdot t_0\right), \mathsf{fma}\left(x1, x1, 1\right) \cdot \left(x1 + \left(x1 \cdot \left(x1 \cdot -6\right) + \frac{t_0}{\mathsf{fma}\left(x1, x1, 1\right)} \cdot \left(x1 \cdot \left(-6 + \frac{2}{\frac{\mathsf{fma}\left(x1, x1, 1\right)}{t_0}}\right) + \left(x1 \cdot x1\right) \cdot 4\right)\right)\right)\right)\right) \end{array} \]
(FPCore (x1 x2)
 :precision binary64
 (+
  x1
  (+
   (+
    (+
     (+
      (*
       (+
        (*
         (*
          (* 2.0 x1)
          (/ (- (+ (* (* 3.0 x1) x1) (* 2.0 x2)) x1) (+ (* x1 x1) 1.0)))
         (- (/ (- (+ (* (* 3.0 x1) x1) (* 2.0 x2)) x1) (+ (* x1 x1) 1.0)) 3.0))
        (*
         (* x1 x1)
         (-
          (* 4.0 (/ (- (+ (* (* 3.0 x1) x1) (* 2.0 x2)) x1) (+ (* x1 x1) 1.0)))
          6.0)))
       (+ (* x1 x1) 1.0))
      (*
       (* (* 3.0 x1) x1)
       (/ (- (+ (* (* 3.0 x1) x1) (* 2.0 x2)) x1) (+ (* x1 x1) 1.0))))
     (* (* x1 x1) x1))
    x1)
   (* 3.0 (/ (- (- (* (* 3.0 x1) x1) (* 2.0 x2)) x1) (+ (* x1 x1) 1.0))))))
(FPCore (x1 x2)
 :precision binary64
 (let* ((t_0 (fma 2.0 x2 (fma x1 (* x1 3.0) (- x1)))))
   (+
    x1
    (fma
     3.0
     (/ (- (* x1 (* x1 3.0)) (fma 2.0 x2 x1)) (fma x1 x1 1.0))
     (fma
      x1
      (* 3.0 (* (/ x1 (fma x1 x1 1.0)) t_0))
      (*
       (fma x1 x1 1.0)
       (+
        x1
        (+
         (* x1 (* x1 -6.0))
         (*
          (/ t_0 (fma x1 x1 1.0))
          (+
           (* x1 (+ -6.0 (/ 2.0 (/ (fma x1 x1 1.0) t_0))))
           (* (* x1 x1) 4.0)))))))))))
double code(double x1, double x2) {
	return x1 + (((((((((2.0 * x1) * (((((3.0 * x1) * x1) + (2.0 * x2)) - x1) / ((x1 * x1) + 1.0))) * ((((((3.0 * x1) * x1) + (2.0 * x2)) - x1) / ((x1 * x1) + 1.0)) - 3.0)) + ((x1 * x1) * ((4.0 * (((((3.0 * x1) * x1) + (2.0 * x2)) - x1) / ((x1 * x1) + 1.0))) - 6.0))) * ((x1 * x1) + 1.0)) + (((3.0 * x1) * x1) * (((((3.0 * x1) * x1) + (2.0 * x2)) - x1) / ((x1 * x1) + 1.0)))) + ((x1 * x1) * x1)) + x1) + (3.0 * (((((3.0 * x1) * x1) - (2.0 * x2)) - x1) / ((x1 * x1) + 1.0))));
}
double code(double x1, double x2) {
	double t_0 = fma(2.0, x2, fma(x1, (x1 * 3.0), -x1));
	return x1 + fma(3.0, (((x1 * (x1 * 3.0)) - fma(2.0, x2, x1)) / fma(x1, x1, 1.0)), fma(x1, (3.0 * ((x1 / fma(x1, x1, 1.0)) * t_0)), (fma(x1, x1, 1.0) * (x1 + ((x1 * (x1 * -6.0)) + ((t_0 / fma(x1, x1, 1.0)) * ((x1 * (-6.0 + (2.0 / (fma(x1, x1, 1.0) / t_0)))) + ((x1 * x1) * 4.0))))))));
}
function code(x1, x2)
	return Float64(x1 + Float64(Float64(Float64(Float64(Float64(Float64(Float64(Float64(Float64(2.0 * x1) * Float64(Float64(Float64(Float64(Float64(3.0 * x1) * x1) + Float64(2.0 * x2)) - x1) / Float64(Float64(x1 * x1) + 1.0))) * Float64(Float64(Float64(Float64(Float64(Float64(3.0 * x1) * x1) + Float64(2.0 * x2)) - x1) / Float64(Float64(x1 * x1) + 1.0)) - 3.0)) + Float64(Float64(x1 * x1) * Float64(Float64(4.0 * Float64(Float64(Float64(Float64(Float64(3.0 * x1) * x1) + Float64(2.0 * x2)) - x1) / Float64(Float64(x1 * x1) + 1.0))) - 6.0))) * Float64(Float64(x1 * x1) + 1.0)) + Float64(Float64(Float64(3.0 * x1) * x1) * Float64(Float64(Float64(Float64(Float64(3.0 * x1) * x1) + Float64(2.0 * x2)) - x1) / Float64(Float64(x1 * x1) + 1.0)))) + Float64(Float64(x1 * x1) * x1)) + x1) + Float64(3.0 * Float64(Float64(Float64(Float64(Float64(3.0 * x1) * x1) - Float64(2.0 * x2)) - x1) / Float64(Float64(x1 * x1) + 1.0)))))
end
function code(x1, x2)
	t_0 = fma(2.0, x2, fma(x1, Float64(x1 * 3.0), Float64(-x1)))
	return Float64(x1 + fma(3.0, Float64(Float64(Float64(x1 * Float64(x1 * 3.0)) - fma(2.0, x2, x1)) / fma(x1, x1, 1.0)), fma(x1, Float64(3.0 * Float64(Float64(x1 / fma(x1, x1, 1.0)) * t_0)), Float64(fma(x1, x1, 1.0) * Float64(x1 + Float64(Float64(x1 * Float64(x1 * -6.0)) + Float64(Float64(t_0 / fma(x1, x1, 1.0)) * Float64(Float64(x1 * Float64(-6.0 + Float64(2.0 / Float64(fma(x1, x1, 1.0) / t_0)))) + Float64(Float64(x1 * x1) * 4.0)))))))))
end
code[x1_, x2_] := N[(x1 + N[(N[(N[(N[(N[(N[(N[(N[(N[(2.0 * x1), $MachinePrecision] * N[(N[(N[(N[(N[(3.0 * x1), $MachinePrecision] * x1), $MachinePrecision] + N[(2.0 * x2), $MachinePrecision]), $MachinePrecision] - x1), $MachinePrecision] / N[(N[(x1 * x1), $MachinePrecision] + 1.0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * N[(N[(N[(N[(N[(N[(3.0 * x1), $MachinePrecision] * x1), $MachinePrecision] + N[(2.0 * x2), $MachinePrecision]), $MachinePrecision] - x1), $MachinePrecision] / N[(N[(x1 * x1), $MachinePrecision] + 1.0), $MachinePrecision]), $MachinePrecision] - 3.0), $MachinePrecision]), $MachinePrecision] + N[(N[(x1 * x1), $MachinePrecision] * N[(N[(4.0 * N[(N[(N[(N[(N[(3.0 * x1), $MachinePrecision] * x1), $MachinePrecision] + N[(2.0 * x2), $MachinePrecision]), $MachinePrecision] - x1), $MachinePrecision] / N[(N[(x1 * x1), $MachinePrecision] + 1.0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - 6.0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * N[(N[(x1 * x1), $MachinePrecision] + 1.0), $MachinePrecision]), $MachinePrecision] + N[(N[(N[(3.0 * x1), $MachinePrecision] * x1), $MachinePrecision] * N[(N[(N[(N[(N[(3.0 * x1), $MachinePrecision] * x1), $MachinePrecision] + N[(2.0 * x2), $MachinePrecision]), $MachinePrecision] - x1), $MachinePrecision] / N[(N[(x1 * x1), $MachinePrecision] + 1.0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(x1 * x1), $MachinePrecision] * x1), $MachinePrecision]), $MachinePrecision] + x1), $MachinePrecision] + N[(3.0 * N[(N[(N[(N[(N[(3.0 * x1), $MachinePrecision] * x1), $MachinePrecision] - N[(2.0 * x2), $MachinePrecision]), $MachinePrecision] - x1), $MachinePrecision] / N[(N[(x1 * x1), $MachinePrecision] + 1.0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
code[x1_, x2_] := Block[{t$95$0 = N[(2.0 * x2 + N[(x1 * N[(x1 * 3.0), $MachinePrecision] + (-x1)), $MachinePrecision]), $MachinePrecision]}, N[(x1 + N[(3.0 * N[(N[(N[(x1 * N[(x1 * 3.0), $MachinePrecision]), $MachinePrecision] - N[(2.0 * x2 + x1), $MachinePrecision]), $MachinePrecision] / N[(x1 * x1 + 1.0), $MachinePrecision]), $MachinePrecision] + N[(x1 * N[(3.0 * N[(N[(x1 / N[(x1 * x1 + 1.0), $MachinePrecision]), $MachinePrecision] * t$95$0), $MachinePrecision]), $MachinePrecision] + N[(N[(x1 * x1 + 1.0), $MachinePrecision] * N[(x1 + N[(N[(x1 * N[(x1 * -6.0), $MachinePrecision]), $MachinePrecision] + N[(N[(t$95$0 / N[(x1 * x1 + 1.0), $MachinePrecision]), $MachinePrecision] * N[(N[(x1 * N[(-6.0 + N[(2.0 / N[(N[(x1 * x1 + 1.0), $MachinePrecision] / t$95$0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(x1 * x1), $MachinePrecision] * 4.0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]
x1 + \left(\left(\left(\left(\left(\left(\left(2 \cdot x1\right) \cdot \frac{\left(\left(3 \cdot x1\right) \cdot x1 + 2 \cdot x2\right) - x1}{x1 \cdot x1 + 1}\right) \cdot \left(\frac{\left(\left(3 \cdot x1\right) \cdot x1 + 2 \cdot x2\right) - x1}{x1 \cdot x1 + 1} - 3\right) + \left(x1 \cdot x1\right) \cdot \left(4 \cdot \frac{\left(\left(3 \cdot x1\right) \cdot x1 + 2 \cdot x2\right) - x1}{x1 \cdot x1 + 1} - 6\right)\right) \cdot \left(x1 \cdot x1 + 1\right) + \left(\left(3 \cdot x1\right) \cdot x1\right) \cdot \frac{\left(\left(3 \cdot x1\right) \cdot x1 + 2 \cdot x2\right) - x1}{x1 \cdot x1 + 1}\right) + \left(x1 \cdot x1\right) \cdot x1\right) + x1\right) + 3 \cdot \frac{\left(\left(3 \cdot x1\right) \cdot x1 - 2 \cdot x2\right) - x1}{x1 \cdot x1 + 1}\right)
\begin{array}{l}
t_0 := \mathsf{fma}\left(2, x2, \mathsf{fma}\left(x1, x1 \cdot 3, -x1\right)\right)\\
x1 + \mathsf{fma}\left(3, \frac{x1 \cdot \left(x1 \cdot 3\right) - \mathsf{fma}\left(2, x2, x1\right)}{\mathsf{fma}\left(x1, x1, 1\right)}, \mathsf{fma}\left(x1, 3 \cdot \left(\frac{x1}{\mathsf{fma}\left(x1, x1, 1\right)} \cdot t_0\right), \mathsf{fma}\left(x1, x1, 1\right) \cdot \left(x1 + \left(x1 \cdot \left(x1 \cdot -6\right) + \frac{t_0}{\mathsf{fma}\left(x1, x1, 1\right)} \cdot \left(x1 \cdot \left(-6 + \frac{2}{\frac{\mathsf{fma}\left(x1, x1, 1\right)}{t_0}}\right) + \left(x1 \cdot x1\right) \cdot 4\right)\right)\right)\right)\right)
\end{array}

Error

Derivation

  1. Initial program 0.5

    \[x1 + \left(\left(\left(\left(\left(\left(\left(2 \cdot x1\right) \cdot \frac{\left(\left(3 \cdot x1\right) \cdot x1 + 2 \cdot x2\right) - x1}{x1 \cdot x1 + 1}\right) \cdot \left(\frac{\left(\left(3 \cdot x1\right) \cdot x1 + 2 \cdot x2\right) - x1}{x1 \cdot x1 + 1} - 3\right) + \left(x1 \cdot x1\right) \cdot \left(4 \cdot \frac{\left(\left(3 \cdot x1\right) \cdot x1 + 2 \cdot x2\right) - x1}{x1 \cdot x1 + 1} - 6\right)\right) \cdot \left(x1 \cdot x1 + 1\right) + \left(\left(3 \cdot x1\right) \cdot x1\right) \cdot \frac{\left(\left(3 \cdot x1\right) \cdot x1 + 2 \cdot x2\right) - x1}{x1 \cdot x1 + 1}\right) + \left(x1 \cdot x1\right) \cdot x1\right) + x1\right) + 3 \cdot \frac{\left(\left(3 \cdot x1\right) \cdot x1 - 2 \cdot x2\right) - x1}{x1 \cdot x1 + 1}\right) \]
  2. Simplified0.3

    \[\leadsto \color{blue}{x1 + \mathsf{fma}\left(3, \frac{x1 \cdot \left(x1 \cdot 3\right) - \mathsf{fma}\left(2, x2, x1\right)}{\mathsf{fma}\left(x1, x1, 1\right)}, \mathsf{fma}\left(x1, 3 \cdot \left(\frac{x1}{\mathsf{fma}\left(x1, x1, 1\right)} \cdot \mathsf{fma}\left(2, x2, \mathsf{fma}\left(x1, x1 \cdot 3, -x1\right)\right)\right), \mathsf{fma}\left(x1, x1, 1\right) \cdot \left(x1 + \left(x1 \cdot \left(x1 \cdot -6\right) + \frac{\mathsf{fma}\left(2, x2, \mathsf{fma}\left(x1, x1 \cdot 3, -x1\right)\right)}{\mathsf{fma}\left(x1, x1, 1\right)} \cdot \left(x1 \cdot \left(-6 + \frac{2}{\frac{\mathsf{fma}\left(x1, x1, 1\right)}{\mathsf{fma}\left(2, x2, \mathsf{fma}\left(x1, x1 \cdot 3, -x1\right)\right)}}\right) + \left(x1 \cdot x1\right) \cdot 4\right)\right)\right)\right)\right)} \]
    Proof
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (*.f64 x1 (*.f64 x1 3)) (fma.f64 2 x2 x1)) (fma.f64 x1 x1 1)) (fma.f64 x1 (*.f64 3 (*.f64 (/.f64 x1 (fma.f64 x1 x1 1)) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))) (*.f64 (fma.f64 x1 x1 1) (+.f64 x1 (+.f64 (*.f64 x1 (*.f64 x1 -6)) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (*.f64 x1 (Rewrite<= *-commutative_binary64 (*.f64 3 x1))) (fma.f64 2 x2 x1)) (fma.f64 x1 x1 1)) (fma.f64 x1 (*.f64 3 (*.f64 (/.f64 x1 (fma.f64 x1 x1 1)) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))) (*.f64 (fma.f64 x1 x1 1) (+.f64 x1 (+.f64 (*.f64 x1 (*.f64 x1 -6)) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (Rewrite<= *-commutative_binary64 (*.f64 (*.f64 3 x1) x1)) (fma.f64 2 x2 x1)) (fma.f64 x1 x1 1)) (fma.f64 x1 (*.f64 3 (*.f64 (/.f64 x1 (fma.f64 x1 x1 1)) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))) (*.f64 (fma.f64 x1 x1 1) (+.f64 x1 (+.f64 (*.f64 x1 (*.f64 x1 -6)) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (Rewrite<= fma-def_binary64 (+.f64 (*.f64 2 x2) x1))) (fma.f64 x1 x1 1)) (fma.f64 x1 (*.f64 3 (*.f64 (/.f64 x1 (fma.f64 x1 x1 1)) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))) (*.f64 (fma.f64 x1 x1 1) (+.f64 x1 (+.f64 (*.f64 x1 (*.f64 x1 -6)) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (Rewrite<= associate--l-_binary64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1)) (fma.f64 x1 x1 1)) (fma.f64 x1 (*.f64 3 (*.f64 (/.f64 x1 (fma.f64 x1 x1 1)) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))) (*.f64 (fma.f64 x1 x1 1) (+.f64 x1 (+.f64 (*.f64 x1 (*.f64 x1 -6)) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (Rewrite<= fma-def_binary64 (+.f64 (*.f64 x1 x1) 1))) (fma.f64 x1 (*.f64 3 (*.f64 (/.f64 x1 (fma.f64 x1 x1 1)) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))) (*.f64 (fma.f64 x1 x1 1) (+.f64 x1 (+.f64 (*.f64 x1 (*.f64 x1 -6)) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 (/.f64 x1 (Rewrite<= fma-def_binary64 (+.f64 (*.f64 x1 x1) 1))) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))) (*.f64 (fma.f64 x1 x1 1) (+.f64 x1 (+.f64 (*.f64 x1 (*.f64 x1 -6)) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 (/.f64 x1 (+.f64 (*.f64 x1 x1) 1)) (fma.f64 2 x2 (fma.f64 x1 (Rewrite<= *-commutative_binary64 (*.f64 3 x1)) (neg.f64 x1))))) (*.f64 (fma.f64 x1 x1 1) (+.f64 x1 (+.f64 (*.f64 x1 (*.f64 x1 -6)) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 (/.f64 x1 (+.f64 (*.f64 x1 x1) 1)) (fma.f64 2 x2 (Rewrite<= fma-neg_binary64 (-.f64 (*.f64 x1 (*.f64 3 x1)) x1))))) (*.f64 (fma.f64 x1 x1 1) (+.f64 x1 (+.f64 (*.f64 x1 (*.f64 x1 -6)) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 (/.f64 x1 (+.f64 (*.f64 x1 x1) 1)) (fma.f64 2 x2 (-.f64 (Rewrite<= *-commutative_binary64 (*.f64 (*.f64 3 x1) x1)) x1)))) (*.f64 (fma.f64 x1 x1 1) (+.f64 x1 (+.f64 (*.f64 x1 (*.f64 x1 -6)) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 (/.f64 x1 (+.f64 (*.f64 x1 x1) 1)) (Rewrite<= fma-def_binary64 (+.f64 (*.f64 2 x2) (-.f64 (*.f64 (*.f64 3 x1) x1) x1))))) (*.f64 (fma.f64 x1 x1 1) (+.f64 x1 (+.f64 (*.f64 x1 (*.f64 x1 -6)) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 (/.f64 x1 (+.f64 (*.f64 x1 x1) 1)) (Rewrite<= associate--l+_binary64 (-.f64 (+.f64 (*.f64 2 x2) (*.f64 (*.f64 3 x1) x1)) x1)))) (*.f64 (fma.f64 x1 x1 1) (+.f64 x1 (+.f64 (*.f64 x1 (*.f64 x1 -6)) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 (/.f64 x1 (+.f64 (*.f64 x1 x1) 1)) (-.f64 (Rewrite<= +-commutative_binary64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2))) x1))) (*.f64 (fma.f64 x1 x1 1) (+.f64 x1 (+.f64 (*.f64 x1 (*.f64 x1 -6)) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (Rewrite<= associate-/r/_binary64 (/.f64 x1 (/.f64 (+.f64 (*.f64 x1 x1) 1) (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1))))) (*.f64 (fma.f64 x1 x1 1) (+.f64 x1 (+.f64 (*.f64 x1 (*.f64 x1 -6)) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (Rewrite<= associate-/l*_binary64 (/.f64 (*.f64 x1 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1)) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (fma.f64 x1 x1 1) (+.f64 x1 (+.f64 (*.f64 x1 (*.f64 x1 -6)) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (Rewrite<= associate-*r/_binary64 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))))) (*.f64 (fma.f64 x1 x1 1) (+.f64 x1 (+.f64 (*.f64 x1 (*.f64 x1 -6)) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (Rewrite<= fma-def_binary64 (+.f64 (*.f64 x1 x1) 1)) (+.f64 x1 (+.f64 (*.f64 x1 (*.f64 x1 -6)) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 x1 (*.f64 x1 (Rewrite<= metadata-eval (neg.f64 6)))) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (Rewrite<= associate-*l*_binary64 (*.f64 (*.f64 x1 x1) (neg.f64 6))) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 8 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (fma.f64 2 x2 (fma.f64 x1 (Rewrite<= *-commutative_binary64 (*.f64 3 x1)) (neg.f64 x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (fma.f64 2 x2 (Rewrite<= fma-neg_binary64 (-.f64 (*.f64 x1 (*.f64 3 x1)) x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 1 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (fma.f64 2 x2 (-.f64 (Rewrite<= *-commutative_binary64 (*.f64 (*.f64 3 x1) x1)) x1)) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (Rewrite<= fma-def_binary64 (+.f64 (*.f64 2 x2) (-.f64 (*.f64 (*.f64 3 x1) x1) x1))) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (Rewrite<= associate--l+_binary64 (-.f64 (+.f64 (*.f64 2 x2) (*.f64 (*.f64 3 x1) x1)) x1)) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (-.f64 (Rewrite<= +-commutative_binary64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2))) x1) (fma.f64 x1 x1 1)) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (Rewrite<= fma-def_binary64 (+.f64 (*.f64 x1 x1) 1))) (+.f64 (*.f64 x1 (+.f64 -6 (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 x1 (+.f64 (Rewrite<= metadata-eval (*.f64 2 -3)) (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 x1 (+.f64 (*.f64 2 (Rewrite<= metadata-eval (neg.f64 3))) (/.f64 2 (/.f64 (fma.f64 x1 x1 1) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 x1 (+.f64 (*.f64 2 (neg.f64 3)) (/.f64 2 (/.f64 (Rewrite<= fma-def_binary64 (+.f64 (*.f64 x1 x1) 1)) (fma.f64 2 x2 (fma.f64 x1 (*.f64 x1 3) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 x1 (+.f64 (*.f64 2 (neg.f64 3)) (/.f64 2 (/.f64 (+.f64 (*.f64 x1 x1) 1) (fma.f64 2 x2 (fma.f64 x1 (Rewrite<= *-commutative_binary64 (*.f64 3 x1)) (neg.f64 x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 x1 (+.f64 (*.f64 2 (neg.f64 3)) (/.f64 2 (/.f64 (+.f64 (*.f64 x1 x1) 1) (fma.f64 2 x2 (Rewrite<= fma-neg_binary64 (-.f64 (*.f64 x1 (*.f64 3 x1)) x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 x1 (+.f64 (*.f64 2 (neg.f64 3)) (/.f64 2 (/.f64 (+.f64 (*.f64 x1 x1) 1) (fma.f64 2 x2 (-.f64 (Rewrite<= *-commutative_binary64 (*.f64 (*.f64 3 x1) x1)) x1)))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 x1 (+.f64 (*.f64 2 (neg.f64 3)) (/.f64 2 (/.f64 (+.f64 (*.f64 x1 x1) 1) (Rewrite<= fma-def_binary64 (+.f64 (*.f64 2 x2) (-.f64 (*.f64 (*.f64 3 x1) x1) x1))))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 x1 (+.f64 (*.f64 2 (neg.f64 3)) (/.f64 2 (/.f64 (+.f64 (*.f64 x1 x1) 1) (Rewrite<= associate--l+_binary64 (-.f64 (+.f64 (*.f64 2 x2) (*.f64 (*.f64 3 x1) x1)) x1)))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 x1 (+.f64 (*.f64 2 (neg.f64 3)) (/.f64 2 (/.f64 (+.f64 (*.f64 x1 x1) 1) (-.f64 (Rewrite<= +-commutative_binary64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2))) x1))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 x1 (+.f64 (*.f64 2 (neg.f64 3)) (Rewrite<= associate-/l*_binary64 (/.f64 (*.f64 2 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1)) (+.f64 (*.f64 x1 x1) 1))))) (*.f64 (*.f64 x1 x1) 4))))))))): 2 points increase in error, 6 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 x1 (+.f64 (*.f64 2 (neg.f64 3)) (Rewrite<= associate-*r/_binary64 (*.f64 2 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 x1 (Rewrite<= distribute-lft-in_binary64 (*.f64 2 (+.f64 (neg.f64 3) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 x1 (*.f64 2 (Rewrite<= +-commutative_binary64 (+.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (neg.f64 3))))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 x1 (*.f64 2 (Rewrite<= sub-neg_binary64 (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (Rewrite<= associate-*l*_binary64 (*.f64 (*.f64 x1 2) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 (Rewrite<= *-commutative_binary64 (*.f64 2 x1)) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (Rewrite<= *-commutative_binary64 (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3) (*.f64 2 x1))) (*.f64 (*.f64 x1 x1) 4))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (Rewrite<= distribute-rgt-out_binary64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3) (*.f64 2 x1)) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (*.f64 (*.f64 (*.f64 x1 x1) 4) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))))))))))): 0 points increase in error, 2 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (+.f64 (Rewrite<= associate-*r*_binary64 (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3) (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))))) (*.f64 (*.f64 (*.f64 x1 x1) 4) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (+.f64 (Rewrite<= *-commutative_binary64 (*.f64 (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3))) (*.f64 (*.f64 (*.f64 x1 x1) 4) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 x1 x1) (neg.f64 6)) (+.f64 (*.f64 (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)) (Rewrite<= associate-*r*_binary64 (*.f64 (*.f64 x1 x1) (*.f64 4 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (Rewrite<= +-commutative_binary64 (+.f64 (+.f64 (*.f64 (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)) (*.f64 (*.f64 x1 x1) (*.f64 4 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))))) (*.f64 (*.f64 x1 x1) (neg.f64 6))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (Rewrite<= associate-+r+_binary64 (+.f64 (*.f64 (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)) (+.f64 (*.f64 (*.f64 x1 x1) (*.f64 4 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (*.f64 x1 x1) (neg.f64 6)))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)) (Rewrite<= distribute-lft-in_binary64 (*.f64 (*.f64 x1 x1) (+.f64 (*.f64 4 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (neg.f64 6)))))))))): 6 points increase in error, 2 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (+.f64 (*.f64 x1 x1) 1) (+.f64 x1 (+.f64 (*.f64 (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)) (*.f64 (*.f64 x1 x1) (Rewrite<= sub-neg_binary64 (-.f64 (*.f64 4 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) 6))))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (Rewrite<= distribute-rgt-out_binary64 (+.f64 (*.f64 x1 (+.f64 (*.f64 x1 x1) 1)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)) (*.f64 (*.f64 x1 x1) (-.f64 (*.f64 4 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) 6))) (+.f64 (*.f64 x1 x1) 1))))))): 1 points increase in error, 1 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (+.f64 (Rewrite<= *-commutative_binary64 (*.f64 (+.f64 (*.f64 x1 x1) 1) x1)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)) (*.f64 (*.f64 x1 x1) (-.f64 (*.f64 4 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) 6))) (+.f64 (*.f64 x1 x1) 1)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (+.f64 (Rewrite<= distribute-lft1-in_binary64 (+.f64 (*.f64 (*.f64 x1 x1) x1) x1)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)) (*.f64 (*.f64 x1 x1) (-.f64 (*.f64 4 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) 6))) (+.f64 (*.f64 x1 x1) 1)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (fma.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (Rewrite<= +-commutative_binary64 (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)) (*.f64 (*.f64 x1 x1) (-.f64 (*.f64 4 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) 6))) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 (*.f64 x1 x1) x1) x1)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (Rewrite<= fma-def_binary64 (+.f64 (*.f64 x1 (*.f64 3 (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)) (*.f64 (*.f64 x1 x1) (-.f64 (*.f64 4 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) 6))) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 (*.f64 x1 x1) x1) x1)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (Rewrite<= associate-*l*_binary64 (*.f64 (*.f64 x1 3) (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)) (*.f64 (*.f64 x1 x1) (-.f64 (*.f64 4 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) 6))) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 (*.f64 x1 x1) x1) x1))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 (Rewrite<= *-commutative_binary64 (*.f64 3 x1)) (*.f64 x1 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)) (*.f64 (*.f64 x1 x1) (-.f64 (*.f64 4 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) 6))) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 (*.f64 x1 x1) x1) x1))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (Rewrite<= associate-*l*_binary64 (*.f64 (*.f64 (*.f64 3 x1) x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)) (*.f64 (*.f64 x1 x1) (-.f64 (*.f64 4 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) 6))) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (*.f64 (*.f64 x1 x1) x1) x1))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (Rewrite<= associate-+l+_binary64 (+.f64 (+.f64 (*.f64 (*.f64 (*.f64 3 x1) x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)) (*.f64 (*.f64 x1 x1) (-.f64 (*.f64 4 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) 6))) (+.f64 (*.f64 x1 x1) 1))) (+.f64 (*.f64 (*.f64 x1 x1) x1) x1))))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (+.f64 (Rewrite<= +-commutative_binary64 (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)) (*.f64 (*.f64 x1 x1) (-.f64 (*.f64 4 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) 6))) (+.f64 (*.f64 x1 x1) 1)) (*.f64 (*.f64 (*.f64 3 x1) x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))))) (+.f64 (*.f64 (*.f64 x1 x1) x1) x1)))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (fma.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) (Rewrite<= associate-+l+_binary64 (+.f64 (+.f64 (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)) (*.f64 (*.f64 x1 x1) (-.f64 (*.f64 4 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) 6))) (+.f64 (*.f64 x1 x1) 1)) (*.f64 (*.f64 (*.f64 3 x1) x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (*.f64 x1 x1) x1)) x1)))): 0 points increase in error, 0 points decrease in error
    (+.f64 x1 (Rewrite<= fma-def_binary64 (+.f64 (*.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (+.f64 (+.f64 (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)) (*.f64 (*.f64 x1 x1) (-.f64 (*.f64 4 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) 6))) (+.f64 (*.f64 x1 x1) 1)) (*.f64 (*.f64 (*.f64 3 x1) x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (*.f64 x1 x1) x1)) x1)))): 45 points increase in error, 8 points decrease in error
    (+.f64 x1 (Rewrite<= +-commutative_binary64 (+.f64 (+.f64 (+.f64 (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 2 x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)) 3)) (*.f64 (*.f64 x1 x1) (-.f64 (*.f64 4 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1))) 6))) (+.f64 (*.f64 x1 x1) 1)) (*.f64 (*.f64 (*.f64 3 x1) x1) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))) (*.f64 (*.f64 x1 x1) x1)) x1) (*.f64 3 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 3 x1) x1) (*.f64 2 x2)) x1) (+.f64 (*.f64 x1 x1) 1)))))): 0 points increase in error, 0 points decrease in error
  3. Final simplification0.3

    \[\leadsto x1 + \mathsf{fma}\left(3, \frac{x1 \cdot \left(x1 \cdot 3\right) - \mathsf{fma}\left(2, x2, x1\right)}{\mathsf{fma}\left(x1, x1, 1\right)}, \mathsf{fma}\left(x1, 3 \cdot \left(\frac{x1}{\mathsf{fma}\left(x1, x1, 1\right)} \cdot \mathsf{fma}\left(2, x2, \mathsf{fma}\left(x1, x1 \cdot 3, -x1\right)\right)\right), \mathsf{fma}\left(x1, x1, 1\right) \cdot \left(x1 + \left(x1 \cdot \left(x1 \cdot -6\right) + \frac{\mathsf{fma}\left(2, x2, \mathsf{fma}\left(x1, x1 \cdot 3, -x1\right)\right)}{\mathsf{fma}\left(x1, x1, 1\right)} \cdot \left(x1 \cdot \left(-6 + \frac{2}{\frac{\mathsf{fma}\left(x1, x1, 1\right)}{\mathsf{fma}\left(2, x2, \mathsf{fma}\left(x1, x1 \cdot 3, -x1\right)\right)}}\right) + \left(x1 \cdot x1\right) \cdot 4\right)\right)\right)\right)\right) \]

Alternatives

Alternative 1
Error0.5
Cost20928
\[\begin{array}{l} t_0 := x1 \cdot \left(x1 \cdot 3\right)\\ t_1 := 1 + x1 \cdot x1\\ t_2 := \frac{\left(t_0 + 2 \cdot x2\right) - x1}{t_1}\\ x1 + \left(\left(x1 + \left(\left(t_1 \cdot \left(\left(\left(x1 \cdot 2\right) \cdot t_2\right) \cdot \left(t_2 + -3\right) + \left(\left(x1 \cdot x1\right) \cdot \frac{4 \cdot \left(\mathsf{fma}\left(3, x1 \cdot x1, 2 \cdot x2\right) - x1\right)}{\mathsf{fma}\left(x1, x1, 1\right)} + -6 \cdot \left(x1 \cdot x1\right)\right)\right) + t_0 \cdot t_2\right) + x1 \cdot \left(x1 \cdot x1\right)\right)\right) + 3 \cdot \frac{\left(t_0 + x2 \cdot -2\right) - x1}{t_1}\right) \end{array} \]
Alternative 2
Error0.5
Cost8128
\[\begin{array}{l} t_0 := x1 \cdot \left(x1 \cdot 3\right)\\ t_1 := 1 + x1 \cdot x1\\ t_2 := \frac{\left(t_0 + 2 \cdot x2\right) - x1}{t_1}\\ x1 + \left(3 \cdot \frac{\left(t_0 + x2 \cdot -2\right) - x1}{t_1} + \left(x1 + \left(x1 \cdot \left(x1 \cdot x1\right) + \left(t_0 \cdot t_2 + t_1 \cdot \left(\left(\left(x1 \cdot 2\right) \cdot t_2\right) \cdot \left(t_2 + -3\right) + \left(x1 \cdot x1\right) \cdot \left(-6 + 4 \cdot t_2\right)\right)\right)\right)\right)\right) \end{array} \]
Alternative 3
Error1.4
Cost6976
\[\begin{array}{l} t_0 := x1 \cdot \left(x1 \cdot 3\right)\\ t_1 := 1 + x1 \cdot x1\\ t_2 := \frac{\left(t_0 + 2 \cdot x2\right) - x1}{t_1}\\ x1 + \left(3 \cdot \frac{\left(t_0 + x2 \cdot -2\right) - x1}{t_1} + \left(x1 + \left(x1 \cdot \left(x1 \cdot x1\right) + \left(t_1 \cdot \left(\left(\left(x1 \cdot 2\right) \cdot t_2\right) \cdot \left(t_2 + -3\right) + \left(x1 \cdot x1\right) \cdot \left(-6 + 4 \cdot t_2\right)\right) + x1 \cdot \left(x1 \cdot 9\right)\right)\right)\right)\right) \end{array} \]
Alternative 4
Error2.4
Cost6080
\[\begin{array}{l} t_0 := x1 \cdot \left(x1 \cdot 3\right)\\ t_1 := 1 + x1 \cdot x1\\ t_2 := \frac{\left(t_0 + 2 \cdot x2\right) - x1}{t_1}\\ x1 + \left(3 \cdot \frac{\left(t_0 + x2 \cdot -2\right) - x1}{t_1} + \left(x1 + \left(x1 \cdot \left(x1 \cdot x1\right) + \left(t_1 \cdot \left(\left(\left(x1 \cdot 2\right) \cdot t_2\right) \cdot \left(t_2 + -3\right) + \left(x1 \cdot x1\right) \cdot 6\right) + \left(x1 \cdot x1\right) \cdot \left(x2 \cdot 6 + x1 \cdot -3\right)\right)\right)\right)\right) \end{array} \]
Alternative 5
Error2.6
Cost5696
\[\begin{array}{l} t_0 := x1 \cdot \left(x1 \cdot 3\right)\\ t_1 := 1 + x1 \cdot x1\\ t_2 := \frac{\left(t_0 + 2 \cdot x2\right) - x1}{t_1}\\ x1 + \left(3 \cdot \frac{\left(t_0 + x2 \cdot -2\right) - x1}{t_1} + \left(x1 + \left(x1 \cdot \left(x1 \cdot x1\right) + \left(x1 \cdot \left(x1 \cdot 9\right) + t_1 \cdot \left(\left(\left(x1 \cdot 2\right) \cdot t_2\right) \cdot \left(t_2 + -3\right) + \left(x1 \cdot x1\right) \cdot 6\right)\right)\right)\right)\right) \end{array} \]
Alternative 6
Error2.8
Cost5572
\[\begin{array}{l} t_0 := 1 + x1 \cdot x1\\ t_1 := x1 \cdot \left(x1 \cdot x1\right)\\ t_2 := x1 \cdot \left(x1 \cdot 3\right)\\ t_3 := \frac{\left(t_2 + 2 \cdot x2\right) - x1}{t_0}\\ t_4 := 3 \cdot \frac{\left(t_2 + x2 \cdot -2\right) - x1}{t_0}\\ \mathbf{if}\;x1 \leq -0.036:\\ \;\;\;\;x1 + \left(t_4 + \left(x1 + \left(t_1 + \left(t_0 \cdot \left(\left(x1 \cdot x1\right) \cdot \left(-6 + 4 \cdot t_3\right) + \left(-6 + 2 \cdot \frac{1 + 3 \cdot \left(2 \cdot x2 + -3\right)}{x1}\right)\right) + x1 \cdot \left(-3 + x1 \cdot 9\right)\right)\right)\right)\right)\\ \mathbf{elif}\;x1 \leq 0.6:\\ \;\;\;\;x1 + \left(t_4 + \left(x1 + \left(t_1 + \left(t_2 \cdot t_3 + t_0 \cdot \left(\left(x1 \cdot x2\right) \cdot \left(-12 + x2 \cdot 8\right)\right)\right)\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;x1 + \left(t_4 + \left(x1 + \left(t_1 + \left(x1 \cdot \left(x1 \cdot 9\right) + t_0 \cdot \left(x1 \cdot \left(-4 + x1 \cdot 6\right) + \left(-18 + x2 \cdot 8\right)\right)\right)\right)\right)\right)\\ \end{array} \]
Alternative 7
Error2.8
Cost5444
\[\begin{array}{l} t_0 := 1 + x1 \cdot x1\\ t_1 := x1 \cdot \left(x1 \cdot x1\right)\\ t_2 := x1 \cdot \left(x1 \cdot 9\right)\\ t_3 := x1 \cdot \left(x1 \cdot 3\right)\\ t_4 := \frac{\left(t_3 + 2 \cdot x2\right) - x1}{t_0}\\ t_5 := 3 \cdot \frac{\left(t_3 + x2 \cdot -2\right) - x1}{t_0}\\ \mathbf{if}\;x1 \leq -0.036:\\ \;\;\;\;x1 + \left(t_5 + \left(x1 + \left(t_1 + \left(t_2 + t_0 \cdot \left(\left(x1 \cdot x1\right) \cdot \left(-6 + 4 \cdot t_4\right) + \left(-6 + 2 \cdot \frac{1 + 3 \cdot \left(2 \cdot x2 + -3\right)}{x1}\right)\right)\right)\right)\right)\right)\\ \mathbf{elif}\;x1 \leq 0.6:\\ \;\;\;\;x1 + \left(t_5 + \left(x1 + \left(t_1 + \left(t_3 \cdot t_4 + t_0 \cdot \left(\left(x1 \cdot x2\right) \cdot \left(-12 + x2 \cdot 8\right)\right)\right)\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;x1 + \left(t_5 + \left(x1 + \left(t_1 + \left(t_2 + t_0 \cdot \left(x1 \cdot \left(-4 + x1 \cdot 6\right) + \left(-18 + x2 \cdot 8\right)\right)\right)\right)\right)\right)\\ \end{array} \]
Alternative 8
Error2.8
Cost4680
\[\begin{array}{l} t_0 := 1 + x1 \cdot x1\\ t_1 := x1 \cdot \left(x1 \cdot x1\right)\\ t_2 := x1 \cdot \left(x1 \cdot 3\right)\\ t_3 := 3 \cdot \frac{\left(t_2 + x2 \cdot -2\right) - x1}{t_0}\\ t_4 := t_0 \cdot \left(x1 \cdot \left(-4 + x1 \cdot 6\right) + \left(-18 + x2 \cdot 8\right)\right)\\ \mathbf{if}\;x1 \leq -0.036:\\ \;\;\;\;x1 + \left(t_3 + \left(x1 + \left(t_1 + \left(x1 \cdot \left(-3 + x1 \cdot 9\right) + t_4\right)\right)\right)\right)\\ \mathbf{elif}\;x1 \leq 0.6:\\ \;\;\;\;x1 + \left(t_3 + \left(x1 + \left(t_1 + \left(t_2 \cdot \frac{\left(t_2 + 2 \cdot x2\right) - x1}{t_0} + t_0 \cdot \left(\left(x1 \cdot x2\right) \cdot \left(-12 + x2 \cdot 8\right)\right)\right)\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;x1 + \left(t_3 + \left(x1 + \left(t_1 + \left(x1 \cdot \left(x1 \cdot 9\right) + t_4\right)\right)\right)\right)\\ \end{array} \]
Alternative 9
Error2.8
Cost3912
\[\begin{array}{l} t_0 := 1 + x1 \cdot x1\\ t_1 := x1 \cdot \left(x1 \cdot x1\right)\\ t_2 := 3 \cdot \frac{\left(x1 \cdot \left(x1 \cdot 3\right) + x2 \cdot -2\right) - x1}{t_0}\\ t_3 := x1 + \left(t_2 + \left(x1 + \left(t_1 + \left(x1 \cdot \left(x1 \cdot 9\right) + t_0 \cdot \left(x1 \cdot \left(-4 + x1 \cdot 6\right) + \left(-18 + x2 \cdot 8\right)\right)\right)\right)\right)\right)\\ \mathbf{if}\;x1 \leq -0.036:\\ \;\;\;\;t_3\\ \mathbf{elif}\;x1 \leq 0.6:\\ \;\;\;\;x1 + \left(t_2 + \left(x1 + \left(t_1 + \left(\left(x1 \cdot x1\right) \cdot \left(x2 \cdot 6 + x1 \cdot -3\right) + t_0 \cdot \left(\left(x1 \cdot x2\right) \cdot \left(-12 + x2 \cdot 8\right)\right)\right)\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_3\\ \end{array} \]
Alternative 10
Error2.8
Cost3912
\[\begin{array}{l} t_0 := 1 + x1 \cdot x1\\ t_1 := x1 \cdot \left(x1 \cdot x1\right)\\ t_2 := 3 \cdot \frac{\left(x1 \cdot \left(x1 \cdot 3\right) + x2 \cdot -2\right) - x1}{t_0}\\ t_3 := t_0 \cdot \left(x1 \cdot \left(-4 + x1 \cdot 6\right) + \left(-18 + x2 \cdot 8\right)\right)\\ \mathbf{if}\;x1 \leq -0.036:\\ \;\;\;\;x1 + \left(t_2 + \left(x1 + \left(t_1 + \left(x1 \cdot \left(-3 + x1 \cdot 9\right) + t_3\right)\right)\right)\right)\\ \mathbf{elif}\;x1 \leq 0.6:\\ \;\;\;\;x1 + \left(t_2 + \left(x1 + \left(t_1 + \left(\left(x1 \cdot x1\right) \cdot \left(x2 \cdot 6 + x1 \cdot -3\right) + t_0 \cdot \left(\left(x1 \cdot x2\right) \cdot \left(-12 + x2 \cdot 8\right)\right)\right)\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;x1 + \left(t_2 + \left(x1 + \left(t_1 + \left(x1 \cdot \left(x1 \cdot 9\right) + t_3\right)\right)\right)\right)\\ \end{array} \]
Alternative 11
Error2.8
Cost3784
\[\begin{array}{l} t_0 := 1 + x1 \cdot x1\\ t_1 := x1 \cdot \left(x1 \cdot x1\right)\\ t_2 := 3 \cdot \frac{\left(x1 \cdot \left(x1 \cdot 3\right) + x2 \cdot -2\right) - x1}{t_0}\\ t_3 := x1 + \left(t_2 + \left(x1 + \left(t_1 + \left(x1 \cdot \left(x1 \cdot 9\right) + t_0 \cdot \left(x1 \cdot \left(-4 + x1 \cdot 6\right) + \left(-18 + x2 \cdot 8\right)\right)\right)\right)\right)\right)\\ \mathbf{if}\;x1 \leq -0.036:\\ \;\;\;\;t_3\\ \mathbf{elif}\;x1 \leq 0.6:\\ \;\;\;\;x1 + \left(t_2 + \left(x1 + \left(t_1 + \left(t_0 \cdot \left(\left(x1 \cdot x2\right) \cdot \left(-12 + x2 \cdot 8\right)\right) + x1 \cdot \left(x1 \cdot \left(x2 \cdot 6\right)\right)\right)\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t_3\\ \end{array} \]
Alternative 12
Error7.3
Cost3664
\[\begin{array}{l} t_0 := 1 + x1 \cdot x1\\ t_1 := x1 + \left(3 \cdot \frac{\left(x1 \cdot \left(x1 \cdot 3\right) + x2 \cdot -2\right) - x1}{t_0} + \left(x1 + \left(x1 \cdot \left(x1 \cdot x1\right) + \left(t_0 \cdot \left(x1 \cdot \left(x1 \cdot 6\right)\right) + \left(x1 \cdot x1\right) \cdot \left(x2 \cdot 6\right)\right)\right)\right)\right)\\ t_2 := x1 + \left(x1 \cdot \left(x1 \cdot 9\right) + \left(x2 \cdot -6 + x1 \cdot \left(x2 \cdot \left(-12 + x2 \cdot 8\right) + -2\right)\right)\right)\\ \mathbf{if}\;x1 \leq -0.036:\\ \;\;\;\;t_1\\ \mathbf{elif}\;x1 \leq -2.8686617396589523 \cdot 10^{-122}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;x1 \leq 9.990164088448736 \cdot 10^{-142}:\\ \;\;\;\;x1 + \left(x2 \cdot -6 + x1 \cdot -2\right)\\ \mathbf{elif}\;x1 \leq 0.6:\\ \;\;\;\;t_2\\ \mathbf{else}:\\ \;\;\;\;t_1\\ \end{array} \]
Alternative 13
Error7.3
Cost3664
\[\begin{array}{l} t_0 := 1 + x1 \cdot x1\\ t_1 := x1 \cdot \left(x1 \cdot x1\right)\\ t_2 := 3 \cdot \frac{\left(x1 \cdot \left(x1 \cdot 3\right) + x2 \cdot -2\right) - x1}{t_0}\\ t_3 := x1 \cdot \left(x1 \cdot 9\right)\\ t_4 := x1 + \left(t_3 + \left(x2 \cdot -6 + x1 \cdot \left(x2 \cdot \left(-12 + x2 \cdot 8\right) + -2\right)\right)\right)\\ \mathbf{if}\;x1 \leq -0.036:\\ \;\;\;\;x1 + \left(t_2 + \left(x1 + \left(t_1 + \left(t_3 + t_0 \cdot \left(x1 \cdot \left(-4 + x1 \cdot 6\right)\right)\right)\right)\right)\right)\\ \mathbf{elif}\;x1 \leq -2.8686617396589523 \cdot 10^{-122}:\\ \;\;\;\;t_4\\ \mathbf{elif}\;x1 \leq 9.990164088448736 \cdot 10^{-142}:\\ \;\;\;\;x1 + \left(x2 \cdot -6 + x1 \cdot -2\right)\\ \mathbf{elif}\;x1 \leq 0.6:\\ \;\;\;\;t_4\\ \mathbf{else}:\\ \;\;\;\;x1 + \left(t_2 + \left(x1 + \left(t_1 + \left(t_0 \cdot \left(x1 \cdot \left(x1 \cdot 6\right)\right) + \left(x1 \cdot x1\right) \cdot \left(x2 \cdot 6\right)\right)\right)\right)\right)\\ \end{array} \]
Alternative 14
Error4.0
Cost3656
\[\begin{array}{l} t_0 := 1 + x1 \cdot x1\\ t_1 := x1 \cdot \left(x1 \cdot x1\right)\\ t_2 := 3 \cdot \frac{\left(x1 \cdot \left(x1 \cdot 3\right) + x2 \cdot -2\right) - x1}{t_0}\\ t_3 := x1 \cdot \left(x1 \cdot 9\right)\\ \mathbf{if}\;x1 \leq -0.036:\\ \;\;\;\;x1 + \left(t_2 + \left(x1 + \left(t_1 + \left(t_3 + t_0 \cdot \left(x1 \cdot \left(-4 + x1 \cdot 6\right)\right)\right)\right)\right)\right)\\ \mathbf{elif}\;x1 \leq 0.6:\\ \;\;\;\;x1 + \left(t_2 + \left(x1 + \left(t_1 + \left(t_3 + t_0 \cdot \left(\left(x1 \cdot x2\right) \cdot \left(-12 + x2 \cdot 8\right)\right)\right)\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;x1 + \left(t_2 + \left(x1 + \left(t_1 + \left(\left(x1 \cdot x1\right) \cdot \left(x2 \cdot 6 + x1 \cdot -3\right) + t_0 \cdot \left(\left(x1 \cdot x1\right) \cdot 6\right)\right)\right)\right)\right)\\ \end{array} \]
Alternative 15
Error3.6
Cost3656
\[\begin{array}{l} t_0 := 1 + x1 \cdot x1\\ t_1 := x1 \cdot \left(x1 \cdot x1\right)\\ t_2 := 3 \cdot \frac{\left(x1 \cdot \left(x1 \cdot 3\right) + x2 \cdot -2\right) - x1}{t_0}\\ \mathbf{if}\;x1 \leq -0.036:\\ \;\;\;\;x1 + \left(t_2 + \left(x1 + \left(t_1 + \left(x1 \cdot \left(x1 \cdot 9\right) + t_0 \cdot \left(x1 \cdot \left(-4 + x1 \cdot 6\right)\right)\right)\right)\right)\right)\\ \mathbf{elif}\;x1 \leq 0.6:\\ \;\;\;\;x1 + \left(t_2 + \left(x1 + \left(t_1 + \left(t_0 \cdot \left(\left(x1 \cdot x2\right) \cdot \left(-12 + x2 \cdot 8\right)\right) + x1 \cdot \left(x1 \cdot \left(x2 \cdot 6\right)\right)\right)\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;x1 + \left(t_2 + \left(x1 + \left(t_1 + \left(\left(x1 \cdot x1\right) \cdot \left(x2 \cdot 6 + x1 \cdot -3\right) + t_0 \cdot \left(\left(x1 \cdot x1\right) \cdot 6\right)\right)\right)\right)\right)\\ \end{array} \]
Alternative 16
Error7.4
Cost3536
\[\begin{array}{l} t_0 := 1 + x1 \cdot x1\\ t_1 := x1 \cdot \left(x1 \cdot 9\right)\\ t_2 := x1 + \left(t_1 + \left(x2 \cdot -6 + x1 \cdot \left(x2 \cdot \left(-12 + x2 \cdot 8\right) + -2\right)\right)\right)\\ t_3 := x1 + \left(3 \cdot \frac{\left(x1 \cdot \left(x1 \cdot 3\right) + x2 \cdot -2\right) - x1}{t_0} + \left(x1 + \left(x1 \cdot \left(x1 \cdot x1\right) + \left(t_1 + t_0 \cdot \left(x1 \cdot \left(x1 \cdot 6\right)\right)\right)\right)\right)\right)\\ \mathbf{if}\;x1 \leq -0.036:\\ \;\;\;\;t_3\\ \mathbf{elif}\;x1 \leq -2.8686617396589523 \cdot 10^{-122}:\\ \;\;\;\;t_2\\ \mathbf{elif}\;x1 \leq 9.990164088448736 \cdot 10^{-142}:\\ \;\;\;\;x1 + \left(x2 \cdot -6 + x1 \cdot -2\right)\\ \mathbf{elif}\;x1 \leq 0.6:\\ \;\;\;\;t_2\\ \mathbf{else}:\\ \;\;\;\;t_3\\ \end{array} \]
Alternative 17
Error4.0
Cost3528
\[\begin{array}{l} t_0 := 1 + x1 \cdot x1\\ t_1 := x1 \cdot \left(x1 \cdot x1\right)\\ t_2 := 3 \cdot \frac{\left(x1 \cdot \left(x1 \cdot 3\right) + x2 \cdot -2\right) - x1}{t_0}\\ t_3 := x1 \cdot \left(x1 \cdot 9\right)\\ \mathbf{if}\;x1 \leq -0.036:\\ \;\;\;\;x1 + \left(t_2 + \left(x1 + \left(t_1 + \left(t_3 + t_0 \cdot \left(x1 \cdot \left(-4 + x1 \cdot 6\right)\right)\right)\right)\right)\right)\\ \mathbf{elif}\;x1 \leq 0.6:\\ \;\;\;\;x1 + \left(t_2 + \left(x1 + \left(t_1 + \left(t_3 + t_0 \cdot \left(\left(x1 \cdot x2\right) \cdot \left(-12 + x2 \cdot 8\right)\right)\right)\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;x1 + \left(t_2 + \left(x1 + \left(t_1 + \left(t_0 \cdot \left(x1 \cdot \left(x1 \cdot 6\right)\right) + \left(x1 \cdot x1\right) \cdot \left(x2 \cdot 6\right)\right)\right)\right)\right)\\ \end{array} \]
Alternative 18
Error15.6
Cost1736
\[\begin{array}{l} \mathbf{if}\;x2 \leq -5.009460458453431 \cdot 10^{+160}:\\ \;\;\;\;x2 \cdot -6\\ \mathbf{elif}\;x2 \leq 7.5947545561130325 \cdot 10^{+146}:\\ \;\;\;\;x1 + \left(x1 \cdot \left(x1 \cdot 9\right) + \left(x2 \cdot -6 + x1 \cdot \left(x2 \cdot \left(-12 + x2 \cdot 8\right) + -2\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;x1 + x2 \cdot -6\\ \end{array} \]
Alternative 19
Error16.1
Cost1224
\[\begin{array}{l} \mathbf{if}\;x2 \leq -5.009460458453431 \cdot 10^{+160}:\\ \;\;\;\;x2 \cdot -6\\ \mathbf{elif}\;x2 \leq 7.5947545561130325 \cdot 10^{+146}:\\ \;\;\;\;x2 \cdot -6 + x1 \cdot \left(x2 \cdot \left(-12 + x2 \cdot 8\right) + -1\right)\\ \mathbf{else}:\\ \;\;\;\;x1 + x2 \cdot -6\\ \end{array} \]
Alternative 20
Error19.8
Cost576
\[x1 + \left(x2 \cdot -6 + x1 \cdot -2\right) \]
Alternative 21
Error33.8
Cost192
\[x2 \cdot -6 \]
Alternative 22
Error61.8
Cost64
\[x1 \]

Error

Reproduce

herbie shell --seed 2022295 
(FPCore (x1 x2)
  :name "Rosa's FloatVsDoubleBenchmark"
  :precision binary64
  (+ x1 (+ (+ (+ (+ (* (+ (* (* (* 2.0 x1) (/ (- (+ (* (* 3.0 x1) x1) (* 2.0 x2)) x1) (+ (* x1 x1) 1.0))) (- (/ (- (+ (* (* 3.0 x1) x1) (* 2.0 x2)) x1) (+ (* x1 x1) 1.0)) 3.0)) (* (* x1 x1) (- (* 4.0 (/ (- (+ (* (* 3.0 x1) x1) (* 2.0 x2)) x1) (+ (* x1 x1) 1.0))) 6.0))) (+ (* x1 x1) 1.0)) (* (* (* 3.0 x1) x1) (/ (- (+ (* (* 3.0 x1) x1) (* 2.0 x2)) x1) (+ (* x1 x1) 1.0)))) (* (* x1 x1) x1)) x1) (* 3.0 (/ (- (- (* (* 3.0 x1) x1) (* 2.0 x2)) x1) (+ (* x1 x1) 1.0))))))