\[\begin{array}{l}
t_1 := z \cdot t + x \cdot y\\
t_2 := a \cdot b + c \cdot i\\
t_3 := a \cdot b + z \cdot t\\
\mathbf{if}\;z \leq -4 \cdot 10^{+207}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;z \leq -6 \cdot 10^{+132}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1.3 \cdot 10^{+110}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;z \leq -4.8 \cdot 10^{-36}:\\
\;\;\;\;c \cdot i + z \cdot t\\
\mathbf{elif}\;z \leq -5.3 \cdot 10^{-95}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;z \leq -2.1 \cdot 10^{-221}:\\
\;\;\;\;c \cdot i + x \cdot y\\
\mathbf{elif}\;z \leq 4.3 \cdot 10^{-98}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
Alternative 7
Accuracy
75.3%
Cost
1234
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.06 \cdot 10^{+249} \lor \neg \left(x \leq -1.02 \cdot 10^{+198}\right) \land \left(x \leq -1.2 \cdot 10^{+124} \lor \neg \left(x \leq 2.65 \cdot 10^{-30}\right)\right):\\
\;\;\;\;c \cdot i + x \cdot y\\
\mathbf{else}:\\
\;\;\;\;a \cdot b + \left(c \cdot i + z \cdot t\right)\\
\end{array}
\]
Alternative 8
Accuracy
90.7%
Cost
1225
\[\begin{array}{l}
\mathbf{if}\;a \cdot b \leq -6.5 \cdot 10^{+55} \lor \neg \left(a \cdot b \leq 820000000000\right):\\
\;\;\;\;a \cdot b + \left(c \cdot i + z \cdot t\right)\\
\mathbf{else}:\\
\;\;\;\;c \cdot i + \left(z \cdot t + x \cdot y\right)\\
\end{array}
\]
Alternative 9
Accuracy
58.5%
Cost
1108
\[\begin{array}{l}
t_1 := c \cdot i + z \cdot t\\
t_2 := a \cdot b + c \cdot i\\
\mathbf{if}\;z \leq -1.5 \cdot 10^{+109}:\\
\;\;\;\;a \cdot b + z \cdot t\\
\mathbf{elif}\;z \leq -5.3 \cdot 10^{-36}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1.45 \cdot 10^{-97}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;z \leq -3.3 \cdot 10^{-149}:\\
\;\;\;\;x \cdot y\\
\mathbf{elif}\;z \leq 1.7 \cdot 10^{-90}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
Alternative 10
Accuracy
57.6%
Cost
976
\[\begin{array}{l}
t_1 := a \cdot b + c \cdot i\\
t_2 := a \cdot b + z \cdot t\\
\mathbf{if}\;z \leq -750000:\\
\;\;\;\;t_2\\
\mathbf{elif}\;z \leq -1.45 \cdot 10^{-97}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -4.6 \cdot 10^{-148}:\\
\;\;\;\;x \cdot y\\
\mathbf{elif}\;z \leq 1.5 \cdot 10^{-97}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_2\\
\end{array}
\]
Alternative 11
Accuracy
100.0%
Cost
960
\[c \cdot i + \left(a \cdot b + \left(z \cdot t + x \cdot y\right)\right)
\]
herbie shell --seed 2023133
(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)))