| Inputs |
|---|
(+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
(+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
(+.f64 (+.f64 (neg.f64 x) (sin.f64 y)) (*.f64 z (cos.f64 y))) |
(+.f64 (+.f64 x (sin.f64 (neg.f64 y))) (*.f64 z (cos.f64 (neg.f64 y)))) |
(+.f64 (+.f64 x (sin.f64 y)) (*.f64 (neg.f64 z) (cos.f64 y))) |
(neg.f64 (+.f64 (+.f64 (neg.f64 x) (sin.f64 y)) (*.f64 z (cos.f64 y)))) |
(neg.f64 (+.f64 (+.f64 x (sin.f64 (neg.f64 y))) (*.f64 z (cos.f64 (neg.f64 y))))) |
(neg.f64 (+.f64 (+.f64 x (sin.f64 y)) (*.f64 (neg.f64 z) (cos.f64 y)))) |
(+.f64 (+.f64 y (sin.f64 x)) (*.f64 z (cos.f64 x))) |
(+.f64 (+.f64 z (sin.f64 y)) (*.f64 x (cos.f64 y))) |
(+.f64 (+.f64 x (sin.f64 z)) (*.f64 y (cos.f64 z))) |
| Outputs |
|---|
(+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
(fma.f64 z (cos.f64 y) (+.f64 x (sin.f64 y))) |
(+.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
(fma.f64 z (cos.f64 y) (+.f64 x (sin.f64 y))) |
(+.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(+.f64 (+.f64 (neg.f64 x) (sin.f64 y)) (*.f64 z (cos.f64 y))) |
(+.f64 (*.f64 z (cos.f64 y)) (+.f64 (sin.f64 y) (neg.f64 x))) |
(fma.f64 z (cos.f64 y) (-.f64 (sin.f64 y) x)) |
(-.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(+.f64 (+.f64 x (sin.f64 (neg.f64 y))) (*.f64 z (cos.f64 (neg.f64 y)))) |
(+.f64 x (+.f64 (neg.f64 (sin.f64 y)) (*.f64 z (cos.f64 y)))) |
(fma.f64 z (cos.f64 y) (-.f64 x (sin.f64 y))) |
(-.f64 (fma.f64 z (cos.f64 y) x) (sin.f64 y)) |
(+.f64 (+.f64 x (sin.f64 y)) (*.f64 (neg.f64 z) (cos.f64 y))) |
(+.f64 (+.f64 x (sin.f64 y)) (*.f64 (cos.f64 y) (neg.f64 z))) |
(-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
(+.f64 x (fma.f64 (cos.f64 y) (neg.f64 z) (sin.f64 y))) |
(neg.f64 (+.f64 (+.f64 (neg.f64 x) (sin.f64 y)) (*.f64 z (cos.f64 y)))) |
(neg.f64 (+.f64 (*.f64 z (cos.f64 y)) (+.f64 (sin.f64 y) (neg.f64 x)))) |
(neg.f64 (fma.f64 z (cos.f64 y) (-.f64 (sin.f64 y) x))) |
(-.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(neg.f64 (+.f64 (+.f64 x (sin.f64 (neg.f64 y))) (*.f64 z (cos.f64 (neg.f64 y))))) |
(neg.f64 (+.f64 x (+.f64 (neg.f64 (sin.f64 y)) (*.f64 z (cos.f64 y))))) |
(-.f64 (-.f64 (sin.f64 y) x) (*.f64 z (cos.f64 y))) |
(-.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x)) |
(neg.f64 (+.f64 (+.f64 x (sin.f64 y)) (*.f64 (neg.f64 z) (cos.f64 y)))) |
(neg.f64 (+.f64 (+.f64 x (sin.f64 y)) (*.f64 (cos.f64 y) (neg.f64 z)))) |
(-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))) |
(+.f64 (+.f64 y (sin.f64 x)) (*.f64 z (cos.f64 x))) |
(+.f64 y (+.f64 (sin.f64 x) (*.f64 z (cos.f64 x)))) |
(fma.f64 z (cos.f64 x) (+.f64 y (sin.f64 x))) |
(+.f64 y (fma.f64 z (cos.f64 x) (sin.f64 x))) |
(+.f64 (+.f64 z (sin.f64 y)) (*.f64 x (cos.f64 y))) |
(+.f64 (+.f64 (sin.f64 y) z) (*.f64 x (cos.f64 y))) |
(fma.f64 x (cos.f64 y) (+.f64 (sin.f64 y) z)) |
(+.f64 (sin.f64 y) (fma.f64 x (cos.f64 y) z)) |
(+.f64 (+.f64 x (sin.f64 z)) (*.f64 y (cos.f64 z))) |
(fma.f64 y (cos.f64 z) (+.f64 x (sin.f64 z))) |
(+.f64 x (fma.f64 y (cos.f64 z) (sin.f64 z))) |