\[\begin{array}{l}
t_1 := a \cdot b + x \cdot y\\
t_2 := x \cdot y + z \cdot t\\
\mathbf{if}\;i \cdot c \leq -8.793416222011488 \cdot 10^{+62}:\\
\;\;\;\;i \cdot c + z \cdot t\\
\mathbf{elif}\;i \cdot c \leq -1.3610682972120197 \cdot 10^{-87}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;i \cdot c \leq -4.357059328936211 \cdot 10^{-136}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;i \cdot c \leq -1.060008913287305 \cdot 10^{-299}:\\
\;\;\;\;a \cdot b + z \cdot t\\
\mathbf{elif}\;i \cdot c \leq 10^{-315}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;i \cdot c \leq 8.333455238014227 \cdot 10^{-215}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;i \cdot c \leq 437125.89935193403:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;a \cdot b + i \cdot c\\
\end{array}
\]
Alternative 4
Error
24.7
Cost
2008
\[\begin{array}{l}
t_1 := a \cdot b + x \cdot y\\
t_2 := x \cdot y + z \cdot t\\
\mathbf{if}\;i \cdot c \leq -8.793416222011488 \cdot 10^{+62}:\\
\;\;\;\;i \cdot c\\
\mathbf{elif}\;i \cdot c \leq -1.3610682972120197 \cdot 10^{-87}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;i \cdot c \leq -1.060008913287305 \cdot 10^{-299}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;i \cdot c \leq 10^{-315}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;i \cdot c \leq 8.333455238014227 \cdot 10^{-215}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;i \cdot c \leq 5.970727097292295 \cdot 10^{+115}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;i \cdot c\\
\end{array}
\]
\[\begin{array}{l}
t_1 := a \cdot b + i \cdot c\\
t_2 := x \cdot y + z \cdot t\\
\mathbf{if}\;i \cdot c \leq -8.793416222011488 \cdot 10^{+62}:\\
\;\;\;\;i \cdot c + z \cdot t\\
\mathbf{elif}\;i \cdot c \leq 2.6032912727374106 \cdot 10^{+35}:\\
\;\;\;\;a \cdot b + t_2\\
\mathbf{elif}\;i \cdot c \leq 8.907689266125116 \cdot 10^{+113}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;i \cdot c \leq 1.3075467778938272 \cdot 10^{+134}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;i \cdot c \leq 9.870505300555269 \cdot 10^{+239}:\\
\;\;\;\;i \cdot c + x \cdot y\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
\[\begin{array}{l}
t_1 := x \cdot y + z \cdot t\\
\mathbf{if}\;a \cdot b \leq -1.0212930956985536 \cdot 10^{+42}:\\
\;\;\;\;a \cdot b\\
\mathbf{elif}\;a \cdot b \leq -3.2879403055676475 \cdot 10^{-159}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;a \cdot b \leq -4.5564246095376597 \cdot 10^{-278}:\\
\;\;\;\;i \cdot c\\
\mathbf{elif}\;a \cdot b \leq 8.624009743212617 \cdot 10^{+127}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;a \cdot b\\
\end{array}
\]
Alternative 9
Error
7.5
Cost
1224
\[\begin{array}{l}
\mathbf{if}\;i \cdot c \leq -8.793416222011488 \cdot 10^{+62}:\\
\;\;\;\;i \cdot c + z \cdot t\\
\mathbf{elif}\;i \cdot c \leq 4180.028820512171:\\
\;\;\;\;a \cdot b + \left(x \cdot y + z \cdot t\right)\\
\mathbf{else}:\\
\;\;\;\;i \cdot c + \left(a \cdot b + x \cdot y\right)\\
\end{array}
\]
Alternative 10
Error
6.3
Cost
1224
\[\begin{array}{l}
t_1 := x \cdot y + z \cdot t\\
\mathbf{if}\;i \cdot c \leq -1.1837576581311388 \cdot 10^{+61}:\\
\;\;\;\;i \cdot c + t_1\\
\mathbf{elif}\;i \cdot c \leq 4180.028820512171:\\
\;\;\;\;a \cdot b + t_1\\
\mathbf{else}:\\
\;\;\;\;i \cdot c + \left(a \cdot b + x \cdot y\right)\\
\end{array}
\]
Alternative 11
Error
0.0
Cost
960
\[i \cdot c + \left(a \cdot b + \left(x \cdot y + z \cdot t\right)\right)
\]
herbie shell --seed 2022316
(FPCore (x y z t a b c i)
:name "Linear.V4:$cdot from linear-1.19.1.3, C"
:precision binary64
(+ (+ (+ (* x y) (* z t)) (* a b)) (* c i)))