
(FPCore (ux uy maxCos) :precision binary32 (let* ((t_0 (+ (- 1.0 ux) (* ux maxCos)))) (* (cos (* (* uy 2.0) (PI))) (sqrt (- 1.0 (* t_0 t_0))))))
\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - ux\right) + ux \cdot maxCos\\
\cos \left(\left(uy \cdot 2\right) \cdot \mathsf{PI}\left(\right)\right) \cdot \sqrt{1 - t\_0 \cdot t\_0}
\end{array}
\end{array}
Sampling outcomes in binary32 precision:
Herbie found 18 alternatives:
| Alternative | Accuracy | Speedup |
|---|
(FPCore (ux uy maxCos) :precision binary32 (let* ((t_0 (+ (- 1.0 ux) (* ux maxCos)))) (* (cos (* (* uy 2.0) (PI))) (sqrt (- 1.0 (* t_0 t_0))))))
\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - ux\right) + ux \cdot maxCos\\
\cos \left(\left(uy \cdot 2\right) \cdot \mathsf{PI}\left(\right)\right) \cdot \sqrt{1 - t\_0 \cdot t\_0}
\end{array}
\end{array}
(FPCore (ux uy maxCos) :precision binary32 (* (sin (fma (- uy) (* (PI) 2.0) (/ (PI) 2.0))) (sqrt (* (fma -2.0 maxCos (- 2.0 (* (pow (- maxCos 1.0) 2.0) ux))) ux))))
\begin{array}{l}
\\
\sin \left(\mathsf{fma}\left(-uy, \mathsf{PI}\left(\right) \cdot 2, \frac{\mathsf{PI}\left(\right)}{2}\right)\right) \cdot \sqrt{\mathsf{fma}\left(-2, maxCos, 2 - {\left(maxCos - 1\right)}^{2} \cdot ux\right) \cdot ux}
\end{array}
Initial program 58.7%
Taylor expanded in ux around 0
Applied rewrites98.9%
lift-cos.f32N/A
cos-neg-revN/A
sin-+PI/2-revN/A
lower-sin.f32N/A
lift-*.f32N/A
lift-*.f32N/A
associate-*l*N/A
distribute-lft-neg-inN/A
lift-PI.f32N/A
lift-/.f32N/A
lower-fma.f32N/A
lower-neg.f32N/A
*-commutativeN/A
lower-*.f3299.1
Applied rewrites99.1%
(FPCore (ux uy maxCos)
:precision binary32
(let* ((t_0 (+ (- 1.0 ux) (* ux maxCos)))
(t_1 (cos (* (* uy 2.0) (PI))))
(t_2 (sqrt (- 1.0 (* t_0 t_0)))))
(if (<= (* t_1 t_2) 0.019999999552965164)
(* t_1 (sqrt (* 2.0 ux)))
(* (fma (* (* uy uy) -2.0) (* (PI) (PI)) 1.0) t_2))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - ux\right) + ux \cdot maxCos\\
t_1 := \cos \left(\left(uy \cdot 2\right) \cdot \mathsf{PI}\left(\right)\right)\\
t_2 := \sqrt{1 - t\_0 \cdot t\_0}\\
\mathbf{if}\;t\_1 \cdot t\_2 \leq 0.019999999552965164:\\
\;\;\;\;t\_1 \cdot \sqrt{2 \cdot ux}\\
\mathbf{else}:\\
\;\;\;\;\mathsf{fma}\left(\left(uy \cdot uy\right) \cdot -2, \mathsf{PI}\left(\right) \cdot \mathsf{PI}\left(\right), 1\right) \cdot t\_2\\
\end{array}
\end{array}
if (*.f32 (cos.f32 (*.f32 (*.f32 uy #s(literal 2 binary32)) (PI.f32))) (sqrt.f32 (-.f32 #s(literal 1 binary32) (*.f32 (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos)) (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos)))))) < 0.0199999996Initial program 39.9%
lift--.f32N/A
lift-*.f32N/A
fp-cancel-sub-sign-invN/A
+-commutativeN/A
*-commutativeN/A
lower-fma.f32N/A
lift-+.f32N/A
+-commutativeN/A
lift-*.f32N/A
*-commutativeN/A
lower-fma.f32N/A
lower-neg.f3239.8
lift-+.f32N/A
+-commutativeN/A
lift-*.f32N/A
*-commutativeN/A
lower-fma.f3239.8
Applied rewrites39.8%
Taylor expanded in ux around 0
Applied rewrites91.5%
Taylor expanded in maxCos around 0
Applied rewrites88.3%
if 0.0199999996 < (*.f32 (cos.f32 (*.f32 (*.f32 uy #s(literal 2 binary32)) (PI.f32))) (sqrt.f32 (-.f32 #s(literal 1 binary32) (*.f32 (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos)) (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos)))))) Initial program 91.1%
Taylor expanded in uy around 0
Applied rewrites85.8%
(FPCore (ux uy maxCos)
:precision binary32
(let* ((t_0 (cos (* (* uy 2.0) (PI)))))
(if (<= t_0 0.9999998807907104)
(* t_0 (sqrt (* (- 2.0 ux) ux)))
(*
1.0
(sqrt
(* (- (fma -2.0 maxCos 2.0) (* (pow (- maxCos 1.0) 2.0) ux)) ux))))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \cos \left(\left(uy \cdot 2\right) \cdot \mathsf{PI}\left(\right)\right)\\
\mathbf{if}\;t\_0 \leq 0.9999998807907104:\\
\;\;\;\;t\_0 \cdot \sqrt{\left(2 - ux\right) \cdot ux}\\
\mathbf{else}:\\
\;\;\;\;1 \cdot \sqrt{\left(\mathsf{fma}\left(-2, maxCos, 2\right) - {\left(maxCos - 1\right)}^{2} \cdot ux\right) \cdot ux}\\
\end{array}
\end{array}
if (cos.f32 (*.f32 (*.f32 uy #s(literal 2 binary32)) (PI.f32))) < 0.999999881Initial program 58.7%
Taylor expanded in ux around 0
Applied rewrites98.4%
Taylor expanded in maxCos around 0
Applied rewrites95.7%
if 0.999999881 < (cos.f32 (*.f32 (*.f32 uy #s(literal 2 binary32)) (PI.f32))) Initial program 58.6%
Taylor expanded in uy around 0
Applied rewrites58.7%
Taylor expanded in ux around 0
Applied rewrites6.6%
Taylor expanded in ux around 0
Applied rewrites99.3%
(FPCore (ux uy maxCos)
:precision binary32
(let* ((t_0 (+ (- 1.0 ux) (* ux maxCos))))
(if (<=
(* (cos (* (* uy 2.0) (PI))) (sqrt (- 1.0 (* t_0 t_0))))
0.03999999910593033)
(*
(fma (* -2.0 (* uy uy)) (* (PI) (PI)) 1.0)
(sqrt (* (fma -2.0 maxCos 2.0) ux)))
(* 1.0 (sqrt (- 1.0 (* t_0 (fma (- maxCos 1.0) ux 1.0))))))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - ux\right) + ux \cdot maxCos\\
\mathbf{if}\;\cos \left(\left(uy \cdot 2\right) \cdot \mathsf{PI}\left(\right)\right) \cdot \sqrt{1 - t\_0 \cdot t\_0} \leq 0.03999999910593033:\\
\;\;\;\;\mathsf{fma}\left(-2 \cdot \left(uy \cdot uy\right), \mathsf{PI}\left(\right) \cdot \mathsf{PI}\left(\right), 1\right) \cdot \sqrt{\mathsf{fma}\left(-2, maxCos, 2\right) \cdot ux}\\
\mathbf{else}:\\
\;\;\;\;1 \cdot \sqrt{1 - t\_0 \cdot \mathsf{fma}\left(maxCos - 1, ux, 1\right)}\\
\end{array}
\end{array}
if (*.f32 (cos.f32 (*.f32 (*.f32 uy #s(literal 2 binary32)) (PI.f32))) (sqrt.f32 (-.f32 #s(literal 1 binary32) (*.f32 (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos)) (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos)))))) < 0.0399999991Initial program 42.7%
Taylor expanded in uy around 0
Applied rewrites36.5%
Taylor expanded in ux around 0
Applied rewrites71.5%
Taylor expanded in uy around 0
Applied rewrites79.1%
if 0.0399999991 < (*.f32 (cos.f32 (*.f32 (*.f32 uy #s(literal 2 binary32)) (PI.f32))) (sqrt.f32 (-.f32 #s(literal 1 binary32) (*.f32 (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos)) (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos)))))) Initial program 93.3%
Taylor expanded in uy around 0
Applied rewrites78.6%
Taylor expanded in ux around 0
Applied rewrites78.8%
(FPCore (ux uy maxCos)
:precision binary32
(*
(cos (* (* uy 2.0) (PI)))
(sqrt
(fma
(- (fma (fma -2.0 ux 2.0) ux (* (* ux ux) maxCos)))
maxCos
(* (- 2.0 ux) ux)))))\begin{array}{l}
\\
\cos \left(\left(uy \cdot 2\right) \cdot \mathsf{PI}\left(\right)\right) \cdot \sqrt{\mathsf{fma}\left(-\mathsf{fma}\left(\mathsf{fma}\left(-2, ux, 2\right), ux, \left(ux \cdot ux\right) \cdot maxCos\right), maxCos, \left(2 - ux\right) \cdot ux\right)}
\end{array}
Initial program 58.7%
Taylor expanded in ux around 0
Applied rewrites98.9%
Taylor expanded in maxCos around 0
Applied rewrites99.0%
(FPCore (ux uy maxCos)
:precision binary32
(*
(cos (* (* uy 2.0) (PI)))
(sqrt
(*
(-
(- (fma (* (- 1.0 maxCos) (- maxCos 1.0)) ux (- (- maxCos) -1.0)) -1.0)
maxCos)
ux))))\begin{array}{l}
\\
\cos \left(\left(uy \cdot 2\right) \cdot \mathsf{PI}\left(\right)\right) \cdot \sqrt{\left(\left(\mathsf{fma}\left(\left(1 - maxCos\right) \cdot \left(maxCos - 1\right), ux, \left(-maxCos\right) - -1\right) - -1\right) - maxCos\right) \cdot ux}
\end{array}
Initial program 58.7%
lift--.f32N/A
lift-*.f32N/A
fp-cancel-sub-sign-invN/A
+-commutativeN/A
*-commutativeN/A
lower-fma.f32N/A
lift-+.f32N/A
+-commutativeN/A
lift-*.f32N/A
*-commutativeN/A
lower-fma.f32N/A
lower-neg.f3258.6
lift-+.f32N/A
+-commutativeN/A
lift-*.f32N/A
*-commutativeN/A
lower-fma.f3258.6
Applied rewrites58.6%
Taylor expanded in ux around 0
Applied rewrites99.0%
Final simplification99.0%
(FPCore (ux uy maxCos) :precision binary32 (* (cos (* (* uy 2.0) (PI))) (sqrt (* (fma -2.0 maxCos (- 2.0 (* (fma (- maxCos 2.0) maxCos 1.0) ux))) ux))))
\begin{array}{l}
\\
\cos \left(\left(uy \cdot 2\right) \cdot \mathsf{PI}\left(\right)\right) \cdot \sqrt{\mathsf{fma}\left(-2, maxCos, 2 - \mathsf{fma}\left(maxCos - 2, maxCos, 1\right) \cdot ux\right) \cdot ux}
\end{array}
Initial program 58.7%
Taylor expanded in ux around 0
Applied rewrites98.9%
Taylor expanded in maxCos around 0
Applied rewrites98.9%
(FPCore (ux uy maxCos) :precision binary32 (* (cos (* (* uy 2.0) (PI))) (sqrt (- (* (- 2.0 ux) ux) (* (* (fma -2.0 ux 2.0) ux) maxCos)))))
\begin{array}{l}
\\
\cos \left(\left(uy \cdot 2\right) \cdot \mathsf{PI}\left(\right)\right) \cdot \sqrt{\left(2 - ux\right) \cdot ux - \left(\mathsf{fma}\left(-2, ux, 2\right) \cdot ux\right) \cdot maxCos}
\end{array}
Initial program 58.7%
Taylor expanded in ux around 0
Applied rewrites98.9%
Taylor expanded in maxCos around 0
Applied rewrites98.5%
(FPCore (ux uy maxCos) :precision binary32 (* (cos (* (* uy 2.0) (PI))) (sqrt (* (fma -2.0 maxCos (- 2.0 (* (fma -2.0 maxCos 1.0) ux))) ux))))
\begin{array}{l}
\\
\cos \left(\left(uy \cdot 2\right) \cdot \mathsf{PI}\left(\right)\right) \cdot \sqrt{\mathsf{fma}\left(-2, maxCos, 2 - \mathsf{fma}\left(-2, maxCos, 1\right) \cdot ux\right) \cdot ux}
\end{array}
Initial program 58.7%
Taylor expanded in ux around 0
Applied rewrites98.9%
Taylor expanded in maxCos around 0
Applied rewrites98.5%
(FPCore (ux uy maxCos) :precision binary32 (* (cos (* (* uy 2.0) (PI))) (sqrt (* (fma -2.0 maxCos (- 2.0 (* 1.0 ux))) ux))))
\begin{array}{l}
\\
\cos \left(\left(uy \cdot 2\right) \cdot \mathsf{PI}\left(\right)\right) \cdot \sqrt{\mathsf{fma}\left(-2, maxCos, 2 - 1 \cdot ux\right) \cdot ux}
\end{array}
Initial program 58.7%
Taylor expanded in ux around 0
Applied rewrites98.9%
Taylor expanded in maxCos around 0
Applied rewrites97.8%
(FPCore (ux uy maxCos) :precision binary32 (* (cos (* (* uy 2.0) (PI))) (sqrt (* (- 2.0 ux) ux))))
\begin{array}{l}
\\
\cos \left(\left(uy \cdot 2\right) \cdot \mathsf{PI}\left(\right)\right) \cdot \sqrt{\left(2 - ux\right) \cdot ux}
\end{array}
Initial program 58.7%
Taylor expanded in ux around 0
Applied rewrites98.9%
Taylor expanded in maxCos around 0
Applied rewrites94.2%
(FPCore (ux uy maxCos)
:precision binary32
(let* ((t_0 (fma (* -2.0 (* uy uy)) (* (PI) (PI)) 1.0))
(t_1 (+ (- 1.0 ux) (* ux maxCos)))
(t_2 (fma maxCos ux (- 1.0 ux))))
(if (<= (sqrt (- 1.0 (* t_1 t_1))) 0.01549999974668026)
(* t_0 (sqrt (* (fma -2.0 maxCos 2.0) ux)))
(* t_0 (sqrt (fma t_2 (- t_2) 1.0))))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \mathsf{fma}\left(-2 \cdot \left(uy \cdot uy\right), \mathsf{PI}\left(\right) \cdot \mathsf{PI}\left(\right), 1\right)\\
t_1 := \left(1 - ux\right) + ux \cdot maxCos\\
t_2 := \mathsf{fma}\left(maxCos, ux, 1 - ux\right)\\
\mathbf{if}\;\sqrt{1 - t\_1 \cdot t\_1} \leq 0.01549999974668026:\\
\;\;\;\;t\_0 \cdot \sqrt{\mathsf{fma}\left(-2, maxCos, 2\right) \cdot ux}\\
\mathbf{else}:\\
\;\;\;\;t\_0 \cdot \sqrt{\mathsf{fma}\left(t\_2, -t\_2, 1\right)}\\
\end{array}
\end{array}
if (sqrt.f32 (-.f32 #s(literal 1 binary32) (*.f32 (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos)) (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos))))) < 0.0154999997Initial program 37.8%
Taylor expanded in uy around 0
Applied rewrites34.5%
Taylor expanded in ux around 0
Applied rewrites74.4%
Taylor expanded in uy around 0
Applied rewrites81.9%
if 0.0154999997 < (sqrt.f32 (-.f32 #s(literal 1 binary32) (*.f32 (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos)) (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos))))) Initial program 90.2%
lift--.f32N/A
lift-*.f32N/A
fp-cancel-sub-sign-invN/A
+-commutativeN/A
*-commutativeN/A
lower-fma.f32N/A
lift-+.f32N/A
+-commutativeN/A
lift-*.f32N/A
*-commutativeN/A
lower-fma.f32N/A
lower-neg.f3290.0
lift-+.f32N/A
+-commutativeN/A
lift-*.f32N/A
*-commutativeN/A
lower-fma.f3290.0
Applied rewrites90.0%
Taylor expanded in uy around 0
Applied rewrites82.4%
(FPCore (ux uy maxCos)
:precision binary32
(let* ((t_0
(sqrt
(fma (- ux (fma maxCos ux 1.0)) (fma maxCos ux (- 1.0 ux)) 1.0)))
(t_1 (* (PI) (PI))))
(if (<= ux 0.00011999999696854502)
(* (fma (* -2.0 (* uy uy)) t_1 1.0) (sqrt (* (fma -2.0 maxCos 2.0) ux)))
(fma (* t_0 (* t_1 (* uy uy))) -2.0 t_0))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \sqrt{\mathsf{fma}\left(ux - \mathsf{fma}\left(maxCos, ux, 1\right), \mathsf{fma}\left(maxCos, ux, 1 - ux\right), 1\right)}\\
t_1 := \mathsf{PI}\left(\right) \cdot \mathsf{PI}\left(\right)\\
\mathbf{if}\;ux \leq 0.00011999999696854502:\\
\;\;\;\;\mathsf{fma}\left(-2 \cdot \left(uy \cdot uy\right), t\_1, 1\right) \cdot \sqrt{\mathsf{fma}\left(-2, maxCos, 2\right) \cdot ux}\\
\mathbf{else}:\\
\;\;\;\;\mathsf{fma}\left(t\_0 \cdot \left(t\_1 \cdot \left(uy \cdot uy\right)\right), -2, t\_0\right)\\
\end{array}
\end{array}
if ux < 1.19999997e-4Initial program 37.8%
Taylor expanded in uy around 0
Applied rewrites34.5%
Taylor expanded in ux around 0
Applied rewrites74.4%
Taylor expanded in uy around 0
Applied rewrites81.9%
if 1.19999997e-4 < ux Initial program 90.2%
lift--.f32N/A
lift-*.f32N/A
fp-cancel-sub-sign-invN/A
+-commutativeN/A
*-commutativeN/A
lower-fma.f32N/A
lift-+.f32N/A
+-commutativeN/A
lift-*.f32N/A
*-commutativeN/A
lower-fma.f32N/A
lower-neg.f3290.0
lift-+.f32N/A
+-commutativeN/A
lift-*.f32N/A
*-commutativeN/A
lower-fma.f3290.0
Applied rewrites90.0%
Taylor expanded in uy around 0
Applied rewrites82.6%
(FPCore (ux uy maxCos)
:precision binary32
(let* ((t_0 (+ (- 1.0 ux) (* ux maxCos))))
(if (<= (* t_0 t_0) 0.9995999932289124)
(* 1.0 (sqrt (- 1.0 (* t_0 (fma (- maxCos 1.0) ux 1.0)))))
(* 1.0 (sqrt (* (fma -2.0 maxCos 2.0) ux))))))
float code(float ux, float uy, float maxCos) {
float t_0 = (1.0f - ux) + (ux * maxCos);
float tmp;
if ((t_0 * t_0) <= 0.9995999932289124f) {
tmp = 1.0f * sqrtf((1.0f - (t_0 * fmaf((maxCos - 1.0f), ux, 1.0f))));
} else {
tmp = 1.0f * sqrtf((fmaf(-2.0f, maxCos, 2.0f) * ux));
}
return tmp;
}
function code(ux, uy, maxCos) t_0 = Float32(Float32(Float32(1.0) - ux) + Float32(ux * maxCos)) tmp = Float32(0.0) if (Float32(t_0 * t_0) <= Float32(0.9995999932289124)) tmp = Float32(Float32(1.0) * sqrt(Float32(Float32(1.0) - Float32(t_0 * fma(Float32(maxCos - Float32(1.0)), ux, Float32(1.0)))))); else tmp = Float32(Float32(1.0) * sqrt(Float32(fma(Float32(-2.0), maxCos, Float32(2.0)) * ux))); end return tmp end
\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - ux\right) + ux \cdot maxCos\\
\mathbf{if}\;t\_0 \cdot t\_0 \leq 0.9995999932289124:\\
\;\;\;\;1 \cdot \sqrt{1 - t\_0 \cdot \mathsf{fma}\left(maxCos - 1, ux, 1\right)}\\
\mathbf{else}:\\
\;\;\;\;1 \cdot \sqrt{\mathsf{fma}\left(-2, maxCos, 2\right) \cdot ux}\\
\end{array}
\end{array}
if (*.f32 (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos)) (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos))) < 0.999599993Initial program 91.0%
Taylor expanded in uy around 0
Applied rewrites73.9%
Taylor expanded in ux around 0
Applied rewrites74.1%
if 0.999599993 < (*.f32 (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos)) (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos))) Initial program 38.6%
Taylor expanded in uy around 0
Applied rewrites34.9%
Taylor expanded in ux around 0
Applied rewrites73.9%
(FPCore (ux uy maxCos)
:precision binary32
(let* ((t_0 (+ (- 1.0 ux) (* ux maxCos))) (t_1 (* (PI) (PI))))
(if (<= ux 0.00016999999934341758)
(* (fma (* -2.0 (* uy uy)) t_1 1.0) (sqrt (* (fma -2.0 maxCos 2.0) ux)))
(* (fma (* (* uy uy) -2.0) t_1 1.0) (sqrt (- 1.0 (* t_0 t_0)))))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - ux\right) + ux \cdot maxCos\\
t_1 := \mathsf{PI}\left(\right) \cdot \mathsf{PI}\left(\right)\\
\mathbf{if}\;ux \leq 0.00016999999934341758:\\
\;\;\;\;\mathsf{fma}\left(-2 \cdot \left(uy \cdot uy\right), t\_1, 1\right) \cdot \sqrt{\mathsf{fma}\left(-2, maxCos, 2\right) \cdot ux}\\
\mathbf{else}:\\
\;\;\;\;\mathsf{fma}\left(\left(uy \cdot uy\right) \cdot -2, t\_1, 1\right) \cdot \sqrt{1 - t\_0 \cdot t\_0}\\
\end{array}
\end{array}
if ux < 1.69999999e-4Initial program 38.4%
Taylor expanded in uy around 0
Applied rewrites34.9%
Taylor expanded in ux around 0
Applied rewrites74.1%
Taylor expanded in uy around 0
Applied rewrites81.5%
if 1.69999999e-4 < ux Initial program 90.8%
Taylor expanded in uy around 0
Applied rewrites83.2%
(FPCore (ux uy maxCos)
:precision binary32
(let* ((t_0 (+ (- 1.0 ux) (* ux maxCos))))
(if (<= (* t_0 t_0) 0.9997599720954895)
(sqrt (fma (- ux (fma maxCos ux 1.0)) (fma maxCos ux (- 1.0 ux)) 1.0))
(* 1.0 (sqrt (* (fma -2.0 maxCos 2.0) ux))))))
float code(float ux, float uy, float maxCos) {
float t_0 = (1.0f - ux) + (ux * maxCos);
float tmp;
if ((t_0 * t_0) <= 0.9997599720954895f) {
tmp = sqrtf(fmaf((ux - fmaf(maxCos, ux, 1.0f)), fmaf(maxCos, ux, (1.0f - ux)), 1.0f));
} else {
tmp = 1.0f * sqrtf((fmaf(-2.0f, maxCos, 2.0f) * ux));
}
return tmp;
}
function code(ux, uy, maxCos) t_0 = Float32(Float32(Float32(1.0) - ux) + Float32(ux * maxCos)) tmp = Float32(0.0) if (Float32(t_0 * t_0) <= Float32(0.9997599720954895)) tmp = sqrt(fma(Float32(ux - fma(maxCos, ux, Float32(1.0))), fma(maxCos, ux, Float32(Float32(1.0) - ux)), Float32(1.0))); else tmp = Float32(Float32(1.0) * sqrt(Float32(fma(Float32(-2.0), maxCos, Float32(2.0)) * ux))); end return tmp end
\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - ux\right) + ux \cdot maxCos\\
\mathbf{if}\;t\_0 \cdot t\_0 \leq 0.9997599720954895:\\
\;\;\;\;\sqrt{\mathsf{fma}\left(ux - \mathsf{fma}\left(maxCos, ux, 1\right), \mathsf{fma}\left(maxCos, ux, 1 - ux\right), 1\right)}\\
\mathbf{else}:\\
\;\;\;\;1 \cdot \sqrt{\mathsf{fma}\left(-2, maxCos, 2\right) \cdot ux}\\
\end{array}
\end{array}
if (*.f32 (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos)) (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos))) < 0.999759972Initial program 90.2%
lift--.f32N/A
lift-*.f32N/A
fp-cancel-sub-sign-invN/A
+-commutativeN/A
*-commutativeN/A
lower-fma.f32N/A
lift-+.f32N/A
+-commutativeN/A
lift-*.f32N/A
*-commutativeN/A
lower-fma.f32N/A
lower-neg.f3290.0
lift-+.f32N/A
+-commutativeN/A
lift-*.f32N/A
*-commutativeN/A
lower-fma.f3290.0
Applied rewrites90.0%
Taylor expanded in uy around 0
Applied rewrites73.2%
if 0.999759972 < (*.f32 (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos)) (+.f32 (-.f32 #s(literal 1 binary32) ux) (*.f32 ux maxCos))) Initial program 37.8%
Taylor expanded in uy around 0
Applied rewrites34.5%
Taylor expanded in ux around 0
Applied rewrites74.4%
(FPCore (ux uy maxCos) :precision binary32 (* 1.0 (sqrt (* (fma -2.0 maxCos 2.0) ux))))
float code(float ux, float uy, float maxCos) {
return 1.0f * sqrtf((fmaf(-2.0f, maxCos, 2.0f) * ux));
}
function code(ux, uy, maxCos) return Float32(Float32(1.0) * sqrt(Float32(fma(Float32(-2.0), maxCos, Float32(2.0)) * ux))) end
\begin{array}{l}
\\
1 \cdot \sqrt{\mathsf{fma}\left(-2, maxCos, 2\right) \cdot ux}
\end{array}
Initial program 58.7%
Taylor expanded in uy around 0
Applied rewrites49.8%
Taylor expanded in ux around 0
Applied rewrites63.1%
(FPCore (ux uy maxCos) :precision binary32 (* 1.0 (sqrt (- 1.0 1.0))))
float code(float ux, float uy, float maxCos) {
return 1.0f * sqrtf((1.0f - 1.0f));
}
module fmin_fmax_functions
implicit none
private
public fmax
public fmin
interface fmax
module procedure fmax88
module procedure fmax44
module procedure fmax84
module procedure fmax48
end interface
interface fmin
module procedure fmin88
module procedure fmin44
module procedure fmin84
module procedure fmin48
end interface
contains
real(8) function fmax88(x, y) result (res)
real(8), intent (in) :: x
real(8), intent (in) :: y
res = merge(y, merge(x, max(x, y), y /= y), x /= x)
end function
real(4) function fmax44(x, y) result (res)
real(4), intent (in) :: x
real(4), intent (in) :: y
res = merge(y, merge(x, max(x, y), y /= y), x /= x)
end function
real(8) function fmax84(x, y) result(res)
real(8), intent (in) :: x
real(4), intent (in) :: y
res = merge(dble(y), merge(x, max(x, dble(y)), y /= y), x /= x)
end function
real(8) function fmax48(x, y) result(res)
real(4), intent (in) :: x
real(8), intent (in) :: y
res = merge(y, merge(dble(x), max(dble(x), y), y /= y), x /= x)
end function
real(8) function fmin88(x, y) result (res)
real(8), intent (in) :: x
real(8), intent (in) :: y
res = merge(y, merge(x, min(x, y), y /= y), x /= x)
end function
real(4) function fmin44(x, y) result (res)
real(4), intent (in) :: x
real(4), intent (in) :: y
res = merge(y, merge(x, min(x, y), y /= y), x /= x)
end function
real(8) function fmin84(x, y) result(res)
real(8), intent (in) :: x
real(4), intent (in) :: y
res = merge(dble(y), merge(x, min(x, dble(y)), y /= y), x /= x)
end function
real(8) function fmin48(x, y) result(res)
real(4), intent (in) :: x
real(8), intent (in) :: y
res = merge(y, merge(dble(x), min(dble(x), y), y /= y), x /= x)
end function
end module
real(4) function code(ux, uy, maxcos)
use fmin_fmax_functions
real(4), intent (in) :: ux
real(4), intent (in) :: uy
real(4), intent (in) :: maxcos
code = 1.0e0 * sqrt((1.0e0 - 1.0e0))
end function
function code(ux, uy, maxCos) return Float32(Float32(1.0) * sqrt(Float32(Float32(1.0) - Float32(1.0)))) end
function tmp = code(ux, uy, maxCos) tmp = single(1.0) * sqrt((single(1.0) - single(1.0))); end
\begin{array}{l}
\\
1 \cdot \sqrt{1 - 1}
\end{array}
Initial program 58.7%
Taylor expanded in uy around 0
Applied rewrites49.8%
Taylor expanded in ux around 0
Applied rewrites6.6%
herbie shell --seed 2025019
(FPCore (ux uy maxCos)
:name "UniformSampleCone, x"
:precision binary32
:pre (and (and (and (<= 2.328306437e-10 ux) (<= ux 1.0)) (and (<= 2.328306437e-10 uy) (<= uy 1.0))) (and (<= 0.0 maxCos) (<= maxCos 1.0)))
(* (cos (* (* uy 2.0) (PI))) (sqrt (- 1.0 (* (+ (- 1.0 ux) (* ux maxCos)) (+ (- 1.0 ux) (* ux maxCos)))))))