\[\begin{array}{l}
t_1 := c \cdot i + z \cdot t\\
t_2 := c \cdot i + x \cdot y\\
t_3 := a \cdot b + x \cdot y\\
t_4 := a \cdot b + z \cdot t\\
\mathbf{if}\;i \leq -1.9 \cdot 10^{-67}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;i \leq -2.4 \cdot 10^{-208}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;i \leq -1 \cdot 10^{-227}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;i \leq -2.35 \cdot 10^{-237}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;i \leq 4.4 \cdot 10^{-179}:\\
\;\;\;\;t_4\\
\mathbf{elif}\;i \leq 5.4 \cdot 10^{-81}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;i \leq 85000000:\\
\;\;\;\;t_4\\
\mathbf{elif}\;i \leq 4.5 \cdot 10^{+50}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;i \leq 3.25 \cdot 10^{+177}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;i \leq 3.8 \cdot 10^{+202}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;a \cdot b + c \cdot i\\
\end{array}
\]
Alternative 6
Error
26.4
Cost
1504
\[\begin{array}{l}
t_1 := c \cdot i + z \cdot t\\
t_2 := a \cdot b + x \cdot y\\
t_3 := a \cdot b + z \cdot t\\
\mathbf{if}\;i \leq -2.9 \cdot 10^{-65}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;i \leq -2.4 \cdot 10^{-208}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;i \leq -1 \cdot 10^{-227}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;i \leq -8 \cdot 10^{-236}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;i \leq 4 \cdot 10^{-179}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;i \leq 5 \cdot 10^{-81}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;i \leq 5.2 \cdot 10^{-55}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;i \leq 3.5 \cdot 10^{-16}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
Alternative 7
Error
24.8
Cost
1488
\[\begin{array}{l}
t_1 := a \cdot b + x \cdot y\\
\mathbf{if}\;c \cdot i \leq -1.7 \cdot 10^{+100}:\\
\;\;\;\;c \cdot i\\
\mathbf{elif}\;c \cdot i \leq -1.3 \cdot 10^{-59}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;c \cdot i \leq 3.3 \cdot 10^{-307}:\\
\;\;\;\;a \cdot b + z \cdot t\\
\mathbf{elif}\;c \cdot i \leq 1.35 \cdot 10^{+73}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;c \cdot i\\
\end{array}
\]
Alternative 8
Error
6.1
Cost
1225
\[\begin{array}{l}
\mathbf{if}\;a \cdot b \leq -5.3 \cdot 10^{+19} \lor \neg \left(a \cdot b \leq 0.062\right):\\
\;\;\;\;c \cdot i + \left(a \cdot b + z \cdot t\right)\\
\mathbf{else}:\\
\;\;\;\;c \cdot i + \left(x \cdot y + z \cdot t\right)\\
\end{array}
\]
Alternative 9
Error
9.6
Cost
1224
\[\begin{array}{l}
\mathbf{if}\;a \cdot b \leq -1.5 \cdot 10^{+22}:\\
\;\;\;\;a \cdot b + x \cdot y\\
\mathbf{elif}\;a \cdot b \leq 9000000000000:\\
\;\;\;\;c \cdot i + \left(x \cdot y + z \cdot t\right)\\
\mathbf{else}:\\
\;\;\;\;a \cdot b + c \cdot i\\
\end{array}
\]
Alternative 10
Error
6.1
Cost
1224
\[\begin{array}{l}
\mathbf{if}\;a \cdot b \leq -3800000:\\
\;\;\;\;c \cdot i + \left(a \cdot b + x \cdot y\right)\\
\mathbf{elif}\;a \cdot b \leq 0.00375:\\
\;\;\;\;c \cdot i + \left(x \cdot y + z \cdot t\right)\\
\mathbf{else}:\\
\;\;\;\;c \cdot i + \left(a \cdot b + z \cdot t\right)\\
\end{array}
\]
herbie shell --seed 2023039
(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)))