\[\begin{array}{l}
t_1 := a \cdot b + x \cdot y\\
t_2 := c \cdot i + z \cdot t\\
t_3 := c \cdot i + x \cdot y\\
\mathbf{if}\;a \cdot b \leq -1.9 \cdot 10^{+20}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;a \cdot b \leq -1.6 \cdot 10^{-59}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;a \cdot b \leq -4 \cdot 10^{-141}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;a \cdot b \leq -2.1 \cdot 10^{-185}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;a \cdot b \leq -5.5 \cdot 10^{-301}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;a \cdot b \leq 2.56 \cdot 10^{-253}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;a \cdot b \leq 5.9 \cdot 10^{-152}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;a \cdot b \leq 1.4 \cdot 10^{-44}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;a \cdot b \leq 1.15 \cdot 10^{+54}:\\
\;\;\;\;t_3\\
\mathbf{else}:\\
\;\;\;\;a \cdot b + z \cdot t\\
\end{array}
\]
Alternative 5
Error
39.76%
Cost
2268
\[\begin{array}{l}
t_1 := a \cdot b + x \cdot y\\
t_2 := a \cdot b + z \cdot t\\
\mathbf{if}\;c \cdot i \leq -1.8 \cdot 10^{+151}:\\
\;\;\;\;c \cdot i\\
\mathbf{elif}\;c \cdot i \leq -192000000:\\
\;\;\;\;t_1\\
\mathbf{elif}\;c \cdot i \leq -1.1 \cdot 10^{-106}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;c \cdot i \leq -3.6 \cdot 10^{-215}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;c \cdot i \leq -5 \cdot 10^{-323}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;c \cdot i \leq 3.5 \cdot 10^{-114}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;c \cdot i \leq 1.3 \cdot 10^{+33}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;c \cdot i\\
\end{array}
\]
Alternative 6
Error
35.11%
Cost
2268
\[\begin{array}{l}
t_1 := x \cdot y + z \cdot t\\
\mathbf{if}\;a \cdot b \leq -7.2 \cdot 10^{+30}:\\
\;\;\;\;a \cdot b + x \cdot y\\
\mathbf{elif}\;a \cdot b \leq -1 \cdot 10^{-201}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;a \cdot b \leq -5 \cdot 10^{-301}:\\
\;\;\;\;c \cdot i + x \cdot y\\
\mathbf{elif}\;a \cdot b \leq 6.5 \cdot 10^{-227}:\\
\;\;\;\;c \cdot i + z \cdot t\\
\mathbf{elif}\;a \cdot b \leq 4.1 \cdot 10^{-60}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;a \cdot b \leq 0.24:\\
\;\;\;\;a \cdot b + c \cdot i\\
\mathbf{elif}\;a \cdot b \leq 2.3 \cdot 10^{+54}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;a \cdot b + z \cdot t\\
\end{array}
\]
Alternative 7
Error
35.7%
Cost
2008
\[\begin{array}{l}
t_1 := a \cdot b + z \cdot t\\
t_2 := a \cdot b + x \cdot y\\
t_3 := a \cdot b + c \cdot i\\
\mathbf{if}\;c \cdot i \leq -3.4 \cdot 10^{+106}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;c \cdot i \leq -5 \cdot 10^{-105}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;c \cdot i \leq -3.05 \cdot 10^{-214}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;c \cdot i \leq -5 \cdot 10^{-323}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;c \cdot i \leq 7.8 \cdot 10^{-112}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;c \cdot i \leq 2.9 \cdot 10^{-6}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_3\\
\end{array}
\]
Alternative 8
Error
34.43%
Cost
2008
\[\begin{array}{l}
t_1 := a \cdot b + z \cdot t\\
t_2 := c \cdot i + x \cdot y\\
t_3 := a \cdot b + x \cdot y\\
\mathbf{if}\;c \cdot i \leq -5500000000:\\
\;\;\;\;t_2\\
\mathbf{elif}\;c \cdot i \leq -8.5 \cdot 10^{-106}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;c \cdot i \leq -5.5 \cdot 10^{-215}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;c \cdot i \leq -5 \cdot 10^{-323}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;c \cdot i \leq 1.7 \cdot 10^{-113}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;c \cdot i \leq 56000000000:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_2\\
\end{array}
\]
herbie shell --seed 2023115
(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)))