
Time bar (total: 9.1s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 0 |
| 100% | 99.9% | 0% | 0.1% | 0% | 0% | 0% | 1 |
Compiled 11 to 10 computations (9.1% saved)
| 1.2s | 8 256× | 0 | valid |
ival-cos: 405.0ms (46.5% of total)ival-sin: 318.0ms (36.5% of total)ival-add: 84.0ms (9.6% of total)ival-mult: 54.0ms (6.2% of total)ival-true: 7.0ms (0.8% of total)ival-assert: 3.0ms (0.3% of total)| 1× | egg-herbie |
| 334× | sub-neg |
| 294× | cancel-sign-sub-inv |
| 286× | associate-+l- |
| 272× | distribute-rgt-in |
| 236× | unsub-neg |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 35 | 90 |
| 1 | 92 | 82 |
| 2 | 234 | 81 |
| 3 | 588 | 81 |
| 4 | 1029 | 81 |
| 5 | 1414 | 81 |
| 6 | 1696 | 81 |
| 7 | 1888 | 81 |
| 8 | 1995 | 81 |
| 9 | 2055 | 81 |
| 10 | 2069 | 81 |
| 0 | 8 | 9 |
| 1 | 13 | 9 |
| 2 | 20 | 9 |
| 3 | 22 | 9 |
| 0 | 22 | 8 |
| 1× | iter limit |
| 1× | saturated |
| 1× | saturated |
| Inputs |
|---|
(+ (+ x (sin y)) (* z (cos y))) |
| Outputs |
|---|
(+ (+ x (sin y)) (* z (cos y))) |
(+.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x)) |
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 0 | 0 | - | 0 | - | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
| 0 | 0 | - | 0 | - | (sin.f64 y) |
| 0 | 0 | - | 0 | - | (*.f64 z (cos.f64 y)) |
| 0 | 0 | - | 0 | - | y |
| 0 | 0 | - | 0 | - | z |
| 0 | 0 | - | 0 | - | (+.f64 x (sin.f64 y)) |
| 0 | 0 | - | 0 | - | (cos.f64 y) |
| 0 | 0 | - | 0 | - | x |
| Predicted + | Predicted - | |
|---|---|---|
| + | 0 | 0 |
| - | 0 | 256 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 0 | 0 | 0 |
| - | 0 | 0 | 256 |
| number | freq |
|---|---|
| 0 | 256 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 0 | 0 | 0 |
| - | 0 | 0 | 1 |
| 49.0ms | 512× | 0 | valid |
Compiled 76 to 36 computations (52.6% saved)
ival-sin: 12.0ms (38.7% of total)ival-cos: 11.0ms (35.5% of total)ival-add: 5.0ms (16.1% of total)ival-mult: 3.0ms (9.7% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)Compiled 3 to 3 computations (0% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.9% | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
Compiled 12 to 8 computations (33.3% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 z (cos.f64 y)) |
| ✓ | cost-diff | 0 | (sin.f64 y) |
| ✓ | cost-diff | 0 | (+.f64 x (sin.f64 y)) |
| ✓ | cost-diff | 128 | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
| 24× | +-lowering-+.f64 |
| 24× | +-lowering-+.f32 |
| 12× | accelerator-lowering-fma.f32 |
| 12× | accelerator-lowering-fma.f64 |
| 10× | +-commutative |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 8 | 24 |
| 1 | 13 | 24 |
| 2 | 20 | 24 |
| 3 | 22 | 24 |
| 0 | 22 | 23 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(+ (+ x (sin y)) (* z (cos y))) |
(+ x (sin y)) |
x |
(sin y) |
y |
(* z (cos y)) |
z |
(cos y) |
| Outputs |
|---|
(+ (+ x (sin y)) (* z (cos y))) |
(+.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x)) |
(+ x (sin y)) |
(+.f64 x (sin.f64 y)) |
x |
(sin y) |
(sin.f64 y) |
y |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
z |
(cos y) |
(cos.f64 y) |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (sin.f64 y) |
| ✓ | accuracy | 100.0% | (cos.f64 y) |
| ✓ | accuracy | 100.0% | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
| ✓ | accuracy | 99.8% | (*.f64 z (cos.f64 y)) |
| 25.0ms | 256× | 0 | valid |
Compiled 26 to 10 computations (61.5% saved)
ival-sin: 7.0ms (41.6% of total)ival-cos: 5.0ms (29.7% of total)ival-add: 3.0ms (17.8% of total)ival-mult: 2.0ms (11.9% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| Inputs |
|---|
#<alt (+ (+ x (sin y)) (* z (cos y)))> |
#<alt (+ x (sin y))> |
#<alt (sin y)> |
#<alt (* z (cos y))> |
#<alt (cos y)> |
| Outputs |
|---|
#<alt (+ (sin y) (* z (cos y)))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt x> |
#<alt (* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x))))> |
#<alt (* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x))))> |
#<alt (* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x))))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1)))> |
#<alt (+ x z)> |
#<alt (+ x (+ y z))> |
#<alt (+ x (+ z (* y (+ 1 (* -1/2 (* y z))))))> |
#<alt (+ x (+ z (* y (+ 1 (* y (+ (* -1/2 z) (* -1/6 y)))))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (sin y))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (* z (cos y))> |
#<alt (* z (+ (cos y) (+ (/ x z) (/ (sin y) z))))> |
#<alt (* z (+ (cos y) (+ (/ x z) (/ (sin y) z))))> |
#<alt (* z (+ (cos y) (+ (/ x z) (/ (sin y) z))))> |
#<alt (* z (cos y))> |
#<alt (* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z)))))> |
#<alt (* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z)))))> |
#<alt (* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z)))))> |
#<alt (sin y)> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt x> |
#<alt (* x (+ 1 (/ (sin y) x)))> |
#<alt (* x (+ 1 (/ (sin y) x)))> |
#<alt (* x (+ 1 (/ (sin y) x)))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ (sin y) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (sin y) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (sin y) x)) 1)))> |
#<alt x> |
#<alt (+ x y)> |
#<alt (+ x (* y (+ 1 (* -1/6 (pow y 2)))))> |
#<alt (+ x (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt y> |
#<alt (* y (+ 1 (* -1/6 (pow y 2))))> |
#<alt (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))))> |
#<alt (* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6))))> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt z> |
#<alt (+ z (* -1/2 (* (pow y 2) z)))> |
#<alt (+ z (* (pow y 2) (+ (* -1/2 z) (* 1/24 (* (pow y 2) z)))))> |
#<alt (+ z (* (pow y 2) (+ (* -1/2 z) (* (pow y 2) (+ (* -1/720 (* (pow y 2) z)) (* 1/24 z))))))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (pow y 2)))> |
#<alt (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))> |
#<alt (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2)))> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
27 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | z | @ | inf | (* z (cos y)) |
| 1.0ms | x | @ | 0 | (+ (+ x (sin y)) (* z (cos y))) |
| 1.0ms | z | @ | 0 | (* z (cos y)) |
| 1.0ms | z | @ | 0 | (+ (+ x (sin y)) (* z (cos y))) |
| 0.0ms | y | @ | inf | (+ (+ x (sin y)) (* z (cos y))) |
| 1× | batch-egg-rewrite |
| 4 470× | *-lowering-*.f32 |
| 4 470× | *-lowering-*.f64 |
| 4 404× | accelerator-lowering-fma.f32 |
| 4 404× | accelerator-lowering-fma.f64 |
| 2 454× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 8 | 21 |
| 1 | 38 | 21 |
| 2 | 357 | 21 |
| 3 | 5535 | 21 |
| 0 | 8305 | 20 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (+ x (sin y)) (* z (cos y))) |
(+ x (sin y)) |
(sin y) |
(* z (cos y)) |
(cos y) |
| Outputs |
|---|
(+.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(+.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x)) |
(+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
(+.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(+.f64 (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))) (neg.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (/.f64 (*.f64 z z) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))))) |
(+.f64 (fma.f64 z (cos.f64 y) x) (sin.f64 y)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (-.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 y y))) (*.f64 (-.f64 x (sin.f64 y)) #s(literal 2 binary64))) (*.f64 z (cos.f64 y)))) |
(-.f64 (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (/.f64 (*.f64 z z) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y)))) (/.f64 (pow.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) #s(literal 2 binary64)) (-.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))))) |
(-.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y)))) (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))))) |
(-.f64 (fma.f64 z (cos.f64 y) (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y)))) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 y y))) (*.f64 (-.f64 x (sin.f64 y)) #s(literal 2 binary64)))) |
(fma.f64 (+.f64 x (sin.f64 y)) (*.f64 (-.f64 x (sin.f64 y)) (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y)))) (*.f64 z (cos.f64 y))) |
(fma.f64 (+.f64 x (sin.f64 y)) (/.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))) (neg.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (/.f64 (*.f64 z z) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))))) |
(fma.f64 (+.f64 x (sin.f64 y)) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 x (sin.f64 y))) (*.f64 z (cos.f64 y))) |
(fma.f64 z (cos.f64 y) (+.f64 x (sin.f64 y))) |
(fma.f64 (cos.f64 y) z (+.f64 x (sin.f64 y))) |
(fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))) (*.f64 z (cos.f64 y))) |
(fma.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)) (*.f64 (+.f64 x (sin.f64 y)) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)))) (*.f64 z (cos.f64 y))) |
(fma.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)) (/.f64 (+.f64 x (sin.f64 y)) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))) (*.f64 z (cos.f64 y))) |
(fma.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))) (neg.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (/.f64 (*.f64 z z) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))))) |
(fma.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y))) (*.f64 z (cos.f64 y))) |
(fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)))) (*.f64 z (cos.f64 y))) |
(fma.f64 (neg.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 x (sin.f64 y)))) (*.f64 z (cos.f64 y))) |
(fma.f64 (+.f64 (pow.f64 (sin.f64 y) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 y y))) #s(literal 1/2 binary64) (*.f64 (*.f64 z (cos.f64 y)) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))))) x) |
(fma.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (*.f64 z (cos.f64 y))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y))) (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 z (cos.f64 y))) |
(fma.f64 (-.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (-.f64 (sin.f64 y) x)) (*.f64 z (cos.f64 y))) |
(fma.f64 (-.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)) (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (/.f64 #s(literal 1 binary64) (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))) x) |
(fma.f64 (/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
(fma.f64 (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (*.f64 z z)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))) (+.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x)) (neg.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (/.f64 (*.f64 z z) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))))) |
(fma.f64 (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)))) (fma.f64 (*.f64 z (cos.f64 y)) (+.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (/.f64 (*.f64 z z) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))))) |
(fma.f64 (/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (fma.f64 x (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x x)) (pow.f64 (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)) #s(literal 3 binary64)))) (fma.f64 (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)) (-.f64 (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)) (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 z (cos.f64 y))) |
(fma.f64 (/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)) #s(literal 2 binary64)))) (-.f64 (*.f64 x x) (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (*.f64 z (cos.f64 y))) |
(fma.f64 (/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (fma.f64 (sin.f64 y) (+.f64 x (sin.f64 y)) (*.f64 x x)) (*.f64 z (cos.f64 y))) |
(neg.f64 (/.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64))) (neg.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))))))) |
(neg.f64 (/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (*.f64 z z)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))) (neg.f64 (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))))) |
(neg.f64 (/.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)))) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))))) |
(neg.f64 (/.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (*.f64 z z)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64))) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))))) |
(/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (*.f64 z z)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))))) |
(/.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (*.f64 z z)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))) (neg.f64 (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))) |
(/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) #s(literal 3 binary64))) (fma.f64 x x (*.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) (-.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x)))) |
(/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) #s(literal 3 binary64))) (+.f64 (pow.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) #s(literal 2 binary64)) (-.f64 (*.f64 x x) (*.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 9 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 9 binary64))) (*.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))) (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 6 binary64)) (-.f64 (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 6 binary64)) (pow.f64 (*.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) #s(literal 3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (*.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) (-.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x))) (fma.f64 x (*.f64 x x) (pow.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) (-.f64 (*.f64 x x) (pow.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 x x) (pow.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) #s(literal 2 binary64))) (-.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y)))) |
(/.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))) (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 6 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 6 binary64))) (*.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))) (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 6 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 6 binary64))) (*.f64 (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) (fma.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 4 binary64))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 4 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 4 binary64))) (*.f64 (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))) (*.f64 (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (pow.f64 (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 9 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 6 binary64)) (-.f64 (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 6 binary64)) (pow.f64 (*.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) #s(literal 3 binary64)))) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 6 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64))) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 6 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 4 binary64))) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 4 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 4 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (*.f64 z z)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))))) (neg.f64 (neg.f64 (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 x x (*.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) (-.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (pow.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) #s(literal 2 binary64)))) (neg.f64 (-.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))))) (neg.f64 (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))))) |
(/.f64 (+.f64 (pow.f64 (sin.f64 y) #s(literal 3 binary64)) (pow.f64 (fma.f64 z (cos.f64 y) x) #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 y y))) #s(literal 1/2 binary64) (-.f64 (pow.f64 (fma.f64 z (cos.f64 y) x) #s(literal 2 binary64)) (*.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x))))) |
(/.f64 (+.f64 (pow.f64 (fma.f64 z (cos.f64 y) x) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (+.f64 (pow.f64 (fma.f64 z (cos.f64 y) x) #s(literal 2 binary64)) (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (fma.f64 z (cos.f64 y) x) (sin.f64 y))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (/.f64 (*.f64 z z) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))) #s(literal 2 binary64)) (+.f64 (pow.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (/.f64 (*.f64 z z) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (/.f64 (*.f64 z z) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))))))) |
(/.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (pow.f64 (fma.f64 z (cos.f64 y) x) #s(literal 2 binary64))) (-.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) #s(literal 2 binary64)) (*.f64 x x)) (-.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x)) |
(/.f64 (-.f64 (pow.f64 (fma.f64 z (cos.f64 y) x) #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (fma.f64 z (cos.f64 y) x) (sin.f64 y))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))) #s(literal 2 binary64)) (pow.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (/.f64 (*.f64 z z) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))) #s(literal 2 binary64))) (+.f64 (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (/.f64 (*.f64 z z) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64))) #s(literal 1 binary64)) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 9 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))))) (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 6 binary64)) (-.f64 (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 6 binary64)) (pow.f64 (*.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) #s(literal 3 binary64))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 6 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))))) (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 6 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))) (fma.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 4 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 4 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 x x (*.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) (-.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x))) (fma.f64 x (*.f64 x x) (pow.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) (-.f64 (*.f64 x x) (pow.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x)) (*.f64 (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))))) |
(*.f64 (+.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x)) (/.f64 (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))) |
(*.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))))) |
(*.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))) (*.f64 (+.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))))))) |
(*.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))) (/.f64 (+.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x)) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))))) |
(*.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (*.f64 z z)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))))) |
(*.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))))))) |
(*.f64 (neg.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (*.f64 z z)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))))) |
(*.f64 (fma.f64 x (*.f64 x x) (pow.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) (-.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))))) (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (*.f64 z z)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))) |
(*.f64 (-.f64 (*.f64 x x) (pow.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))))) |
(*.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))))) |
(*.f64 (/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (*.f64 z z)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (*.f64 z z)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))) (+.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x))) |
(*.f64 (/.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64))) (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 6 binary64)) (pow.f64 (*.f64 z (*.f64 (cos.f64 y) (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))))) #s(literal 3 binary64)))) (fma.f64 (*.f64 z (*.f64 (cos.f64 y) (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))))) (-.f64 (*.f64 z (*.f64 (cos.f64 y) (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))))) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 4 binary64)))) |
(*.f64 (/.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64))) (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 4 binary64)) (pow.f64 (*.f64 z (*.f64 (cos.f64 y) (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))))) #s(literal 2 binary64)))) (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (*.f64 z (*.f64 (cos.f64 y) (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))))))) |
(*.f64 (/.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (*.f64 z z)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))) (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)))) (fma.f64 (*.f64 z (cos.f64 y)) (+.f64 (sin.f64 y) (fma.f64 z (cos.f64 y) x)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))) |
(+.f64 x (sin.f64 y)) |
(+.f64 (sin.f64 y) x) |
(+.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 y y))) (*.f64 (-.f64 x (sin.f64 y)) #s(literal 2 binary64))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 x (sin.f64 y))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (neg.f64 (log.f64 (+.f64 x (sin.f64 y)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 y y))) (*.f64 (-.f64 x (sin.f64 y)) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (sin.f64 y) x)) (/.f64 (*.f64 x x) (-.f64 (sin.f64 y) x))) |
(fma.f64 x (/.f64 x (-.f64 x (sin.f64 y))) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 y y))) (*.f64 (-.f64 x (sin.f64 y)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y))) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 y y))) (*.f64 (-.f64 x (sin.f64 y)) #s(literal 2 binary64))))) |
(fma.f64 (/.f64 (*.f64 x x) (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 x (sin.f64 y)) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 y y))) (*.f64 (-.f64 x (sin.f64 y)) #s(literal 2 binary64))))) |
(fma.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (fma.f64 (sin.f64 y) (+.f64 x (sin.f64 y)) (*.f64 x x)) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 y y))) (*.f64 (-.f64 x (sin.f64 y)) #s(literal 2 binary64))))) |
(neg.f64 (neg.f64 (+.f64 x (sin.f64 y)))) |
(/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))) |
(/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)))) |
(/.f64 (neg.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (neg.f64 (-.f64 x (sin.f64 y)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 y) #s(literal 9 binary64))) (*.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)) (-.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 y) #s(literal 6 binary64))) (pow.f64 (*.f64 x (sin.f64 y)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sin.f64 y) x) (-.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)) (*.f64 x x))))) |
(/.f64 (-.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)) (*.f64 x x))) (-.f64 (sin.f64 y) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 y) #s(literal 6 binary64))) (*.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)) (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 y) #s(literal 6 binary64))) (*.f64 (-.f64 x (sin.f64 y)) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (fma.f64 x x #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 y) #s(literal 4 binary64))) (*.f64 (-.f64 x (sin.f64 y)) (-.f64 (fma.f64 x x #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (*.f64 (-.f64 x (sin.f64 y)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (pow.f64 (-.f64 x (sin.f64 y)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 y) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 y) #s(literal 6 binary64))) (pow.f64 (*.f64 x (sin.f64 y)) #s(literal 3 binary64))) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 y) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 y) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (fma.f64 x x #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 x (sin.f64 y)))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) #s(literal 1 binary64)) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 y) #s(literal 4 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (fma.f64 x x #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 (neg.f64 (-.f64 x (sin.f64 y))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)) (*.f64 x x)))) (neg.f64 (-.f64 (sin.f64 y) x))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 y y))) (*.f64 (-.f64 x (sin.f64 y)) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 y y))) (*.f64 (-.f64 x (sin.f64 y)) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 y y))) (*.f64 (-.f64 x (sin.f64 y)) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) #s(literal 2 binary64)) (pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 y y))) (*.f64 (-.f64 x (sin.f64 y)) #s(literal 2 binary64))) #s(literal 2 binary64))) (fma.f64 x (/.f64 x (-.f64 x (sin.f64 y))) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 y y))) (*.f64 (-.f64 x (sin.f64 y)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 y) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)))) (-.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 y) #s(literal 6 binary64))) (pow.f64 (*.f64 x (sin.f64 y)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 y) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)))) (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 y) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (fma.f64 x x #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 y) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y)))) (-.f64 (fma.f64 x x #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) |
(pow.f64 (+.f64 x (sin.f64 y)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (sin.f64 y) x) (-.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)) (*.f64 x x)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 x (sin.f64 y)) (*.f64 (-.f64 x (sin.f64 y)) (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y))))) |
(*.f64 (+.f64 x (sin.f64 y)) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 x (sin.f64 y)))) |
(*.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)))) |
(*.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)) (*.f64 (+.f64 x (sin.f64 y)) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))))) |
(*.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)) (/.f64 (+.f64 x (sin.f64 y)) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)))) |
(*.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y)))) |
(*.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))))) |
(*.f64 (neg.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 x (sin.f64 y))))) |
(*.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y))) (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) |
(*.f64 (-.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (-.f64 (sin.f64 y) x))) |
(*.f64 (/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 x (sin.f64 y))) |
(*.f64 (/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (fma.f64 x (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x x)) (pow.f64 (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)) #s(literal 3 binary64)))) (fma.f64 (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)) (-.f64 (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)) (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)) #s(literal 2 binary64)))) (-.f64 (*.f64 x x) (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) |
(*.f64 (/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (fma.f64 (sin.f64 y) (+.f64 x (sin.f64 y)) (*.f64 x x))) |
(exp.f64 (*.f64 (log.f64 (sin.f64 y)) #s(literal 1 binary64))) |
(sin.f64 y) |
(pow.f64 (sin.f64 y) #s(literal 1 binary64)) |
(exp.f64 (*.f64 (log.f64 (*.f64 z (cos.f64 y))) #s(literal 1 binary64))) |
(pow.f64 (*.f64 z (cos.f64 y)) #s(literal 1 binary64)) |
(*.f64 z (cos.f64 y)) |
(*.f64 (cos.f64 y) z) |
(cos.f64 y) |
| 1× | egg-herbie |
| 11 712× | accelerator-lowering-fma.f32 |
| 11 712× | accelerator-lowering-fma.f64 |
| 3 160× | *-lowering-*.f32 |
| 3 160× | *-lowering-*.f64 |
| 2 322× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 109 | 647 |
| 1 | 310 | 643 |
| 2 | 852 | 633 |
| 3 | 2193 | 631 |
| 4 | 4247 | 631 |
| 5 | 7326 | 631 |
| 0 | 8046 | 578 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (sin y) (* z (cos y))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
x |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
x |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(+ x z) |
(+ x (+ y z)) |
(+ x (+ z (* y (+ 1 (* -1/2 (* y z)))))) |
(+ x (+ z (* y (+ 1 (* y (+ (* -1/2 z) (* -1/6 y))))))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (sin y)) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(* z (cos y)) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(* z (cos y)) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(sin y) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
x |
(* x (+ 1 (/ (sin y) x))) |
(* x (+ 1 (/ (sin y) x))) |
(* x (+ 1 (/ (sin y) x))) |
x |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
x |
(+ x y) |
(+ x (* y (+ 1 (* -1/6 (pow y 2))))) |
(+ x (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))))) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
y |
(* y (+ 1 (* -1/6 (pow y 2)))) |
(* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))) |
(* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
z |
(+ z (* -1/2 (* (pow y 2) z))) |
(+ z (* (pow y 2) (+ (* -1/2 z) (* 1/24 (* (pow y 2) z))))) |
(+ z (* (pow y 2) (+ (* -1/2 z) (* (pow y 2) (+ (* -1/720 (* (pow y 2) z)) (* 1/24 z)))))) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
1 |
(+ 1 (* -1/2 (pow y 2))) |
(+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) |
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2))) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
| Outputs |
|---|
(+ (sin y) (* z (cos y))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
x |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
x |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(+ x z) |
(+.f64 z x) |
(+ x (+ y z)) |
(+.f64 y (+.f64 z x)) |
(+ x (+ z (* y (+ 1 (* -1/2 (* y z)))))) |
(+.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) |
(+ x (+ z (* y (+ 1 (* y (+ (* -1/2 z) (* -1/6 y))))))) |
(fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) (+.f64 z x)) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(sin y) |
(sin.f64 y) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
x |
(* x (+ 1 (/ (sin y) x))) |
(+.f64 (sin.f64 y) x) |
(* x (+ 1 (/ (sin y) x))) |
(+.f64 (sin.f64 y) x) |
(* x (+ 1 (/ (sin y) x))) |
(+.f64 (sin.f64 y) x) |
x |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(+.f64 (sin.f64 y) x) |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(+.f64 (sin.f64 y) x) |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(+.f64 (sin.f64 y) x) |
x |
(+ x y) |
(+.f64 y x) |
(+ x (* y (+ 1 (* -1/6 (pow y 2))))) |
(fma.f64 y (fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) x) |
(+ x (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))))) |
(fma.f64 y (fma.f64 (*.f64 y y) (fma.f64 y (*.f64 y #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) #s(literal 1 binary64)) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
y |
(* y (+ 1 (* -1/6 (pow y 2)))) |
(fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) |
(* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))) |
(fma.f64 (fma.f64 y (*.f64 y #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (*.f64 y (*.f64 y y)) y) |
(* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))) |
(fma.f64 (fma.f64 y (*.f64 y (fma.f64 (*.f64 y y) #s(literal -1/5040 binary64) #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) (*.f64 y (*.f64 y y)) y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
z |
(+ z (* -1/2 (* (pow y 2) z))) |
(fma.f64 (*.f64 y z) (*.f64 y #s(literal -1/2 binary64)) z) |
(+ z (* (pow y 2) (+ (* -1/2 z) (* 1/24 (* (pow y 2) z))))) |
(fma.f64 z (*.f64 y (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) z) |
(+ z (* (pow y 2) (+ (* -1/2 z) (* (pow y 2) (+ (* -1/720 (* (pow y 2) z)) (* 1/24 z)))))) |
(*.f64 z (fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (pow y 2))) |
(fma.f64 y (*.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) |
(fma.f64 y (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2))) |
(fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
Compiled 6 642 to 596 computations (91% saved)
13 alts after pruning (13 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 267 | 13 | 280 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 268 | 13 | 281 |
| Status | Accuracy | Program |
|---|---|---|
| 69.6% | (fma.f64 (-.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)) (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (/.f64 #s(literal 1 binary64) (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))) x) | |
| ▶ | 61.4% | (fma.f64 z (cos.f64 y) (sin.f64 y)) |
| 55.0% | (fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) (+.f64 z x)) | |
| 44.7% | (/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (*.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) (-.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x))) (fma.f64 x (*.f64 x x) (pow.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) #s(literal 3 binary64))))) | |
| ▶ | 99.8% | (+.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y)))) (*.f64 z (cos.f64 y))) |
| 84.8% | (+.f64 (+.f64 x (sin.f64 y)) z) | |
| 62.0% | (+.f64 (sin.f64 y) x) | |
| ▶ | 59.4% | (+.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) |
| 63.2% | (+.f64 z x) | |
| 65.5% | (+.f64 y (+.f64 z x)) | |
| 77.5% | (+.f64 x (*.f64 z (cos.f64 y))) | |
| ▶ | 39.6% | (*.f64 z (cos.f64 y)) |
| ▶ | 40.7% | x |
Compiled 354 to 212 computations (40.1% saved)
| 1× | egg-herbie |
Found 13 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sin.f64 y) |
| ✓ | cost-diff | 0 | (cos.f64 y) |
| ✓ | cost-diff | 0 | (fma.f64 z (cos.f64 y) (sin.f64 y)) |
| ✓ | cost-diff | 0 | (cos.f64 y) |
| ✓ | cost-diff | 0 | (*.f64 z (cos.f64 y)) |
| ✓ | cost-diff | 0 | (*.f64 z #s(literal -1/2 binary64)) |
| ✓ | cost-diff | 0 | (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
| ✓ | cost-diff | 0 | (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) |
| ✓ | cost-diff | 0 | (+.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) |
| ✓ | cost-diff | 0 | (+.f64 x (sin.f64 y)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))) |
| ✓ | cost-diff | 128 | (+.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y)))) (*.f64 z (cos.f64 y))) |
| ✓ | cost-diff | 1408 | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y)))) |
| 452× | accelerator-lowering-fma.f32 |
| 452× | accelerator-lowering-fma.f64 |
| 202× | *-lowering-*.f32 |
| 202× | *-lowering-*.f64 |
| 132× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 19 | 96 |
| 1 | 45 | 96 |
| 2 | 97 | 96 |
| 3 | 182 | 96 |
| 4 | 213 | 96 |
| 5 | 238 | 96 |
| 6 | 268 | 96 |
| 7 | 275 | 96 |
| 0 | 275 | 89 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(+ (/ 1 (/ 1 (+ x (sin y)))) (* z (cos y))) |
(/ 1 (/ 1 (+ x (sin y)))) |
1 |
(/ 1 (+ x (sin y))) |
(+ x (sin y)) |
x |
(sin y) |
y |
(* z (cos y)) |
z |
(cos y) |
x |
(+ z (+ (* y (+ (* y (* z -1/2)) 1)) x)) |
z |
(+ (* y (+ (* y (* z -1/2)) 1)) x) |
y |
(+ (* y (* z -1/2)) 1) |
(* z -1/2) |
-1/2 |
1 |
x |
(* z (cos y)) |
z |
(cos y) |
y |
(+ (* z (cos y)) (sin y)) |
z |
(cos y) |
y |
(sin y) |
| Outputs |
|---|
(+ (/ 1 (/ 1 (+ x (sin y)))) (* z (cos y))) |
(+.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(/ 1 (/ 1 (+ x (sin y)))) |
(+.f64 x (sin.f64 y)) |
1 |
#s(literal 1 binary64) |
(/ 1 (+ x (sin y))) |
(/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))) |
(+ x (sin y)) |
(+.f64 x (sin.f64 y)) |
x |
(sin y) |
(sin.f64 y) |
y |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
z |
(cos y) |
(cos.f64 y) |
x |
(+ z (+ (* y (+ (* y (* z -1/2)) 1)) x)) |
(+.f64 x (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z)) |
z |
(+ (* y (+ (* y (* z -1/2)) 1)) x) |
(fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) |
y |
(+ (* y (* z -1/2)) 1) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(* z -1/2) |
(*.f64 z #s(literal -1/2 binary64)) |
-1/2 |
#s(literal -1/2 binary64) |
1 |
#s(literal 1 binary64) |
x |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
z |
(cos y) |
(cos.f64 y) |
y |
(+ (* z (cos y)) (sin y)) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
z |
(cos y) |
(cos.f64 y) |
y |
(sin y) |
(sin.f64 y) |
Found 13 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (sin.f64 y) |
| ✓ | accuracy | 100.0% | (cos.f64 y) |
| ✓ | accuracy | 99.9% | (fma.f64 z (cos.f64 y) (sin.f64 y)) |
| ✓ | accuracy | 100.0% | (cos.f64 y) |
| ✓ | accuracy | 99.8% | (*.f64 z (cos.f64 y)) |
| ✓ | accuracy | 100.0% | (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
| ✓ | accuracy | 100.0% | (+.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) |
| ✓ | accuracy | 100.0% | (*.f64 z #s(literal -1/2 binary64)) |
| ✓ | accuracy | 99.9% | (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) |
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y)))) (*.f64 z (cos.f64 y))) |
| ✓ | accuracy | 99.9% | (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))) |
| ✓ | accuracy | 99.8% | (*.f64 z (cos.f64 y)) |
| ✓ | accuracy | 99.6% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y)))) |
| 43.0ms | 255× | 0 | valid |
| 1.0ms | 1× | 3 | valid |
Compiled 100 to 21 computations (79% saved)
ival-sin: 8.0ms (27% of total)ival-add: 7.0ms (23.7% of total)ival-mult: 6.0ms (20.3% of total)ival-cos: 5.0ms (16.9% of total)ival-div: 3.0ms (10.1% of total)adjust: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ 1 (/ 1 (+ x (sin y))))> |
#<alt (+ (/ 1 (/ 1 (+ x (sin y)))) (* z (cos y)))> |
#<alt (/ 1 (+ x (sin y)))> |
#<alt (+ x (sin y))> |
#<alt (+ z (+ (* y (+ (* y (* z -1/2)) 1)) x))> |
#<alt (+ (* y (+ (* y (* z -1/2)) 1)) x)> |
#<alt (+ (* y (* z -1/2)) 1)> |
#<alt (* z -1/2)> |
#<alt (* z (cos y))> |
#<alt (cos y)> |
#<alt (+ (* z (cos y)) (sin y))> |
#<alt (sin y)> |
| Outputs |
|---|
#<alt (sin y)> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt x> |
#<alt (* x (+ 1 (/ (sin y) x)))> |
#<alt (* x (+ 1 (/ (sin y) x)))> |
#<alt (* x (+ 1 (/ (sin y) x)))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ (sin y) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (sin y) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (sin y) x)) 1)))> |
#<alt x> |
#<alt (+ x y)> |
#<alt (+ x (* y (+ 1 (* -1/6 (pow y 2)))))> |
#<alt (+ x (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ (sin y) (* z (cos y)))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt x> |
#<alt (* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x))))> |
#<alt (* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x))))> |
#<alt (* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x))))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1)))> |
#<alt (+ x z)> |
#<alt (+ x (+ y z))> |
#<alt (+ x (+ z (* y (+ 1 (* -1/2 (* y z))))))> |
#<alt (+ x (+ z (* y (+ 1 (* y (+ (* -1/2 z) (* -1/6 y)))))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (sin y))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (* z (cos y))> |
#<alt (* z (+ (cos y) (+ (/ x z) (/ (sin y) z))))> |
#<alt (* z (+ (cos y) (+ (/ x z) (/ (sin y) z))))> |
#<alt (* z (+ (cos y) (+ (/ x z) (/ (sin y) z))))> |
#<alt (* z (cos y))> |
#<alt (* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z)))))> |
#<alt (* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z)))))> |
#<alt (* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z)))))> |
#<alt (/ 1 (sin y))> |
#<alt (+ (* -1 (/ x (pow (sin y) 2))) (/ 1 (sin y)))> |
#<alt (+ (* x (- (/ x (pow (sin y) 3)) (/ 1 (pow (sin y) 2)))) (/ 1 (sin y)))> |
#<alt (+ (* x (- (* x (+ (* -1 (/ x (pow (sin y) 4))) (/ 1 (pow (sin y) 3)))) (/ 1 (pow (sin y) 2)))) (/ 1 (sin y)))> |
#<alt (/ 1 x)> |
#<alt (/ (+ 1 (* -1 (/ (sin y) x))) x)> |
#<alt (/ (- (+ 1 (/ (pow (sin y) 2) (pow x 2))) (/ (sin y) x)) x)> |
#<alt (/ (- (+ 1 (* -1 (/ (pow (sin y) 3) (pow x 3)))) (+ (* -1 (/ (pow (sin y) 2) (pow x 2))) (/ (sin y) x))) x)> |
#<alt (/ 1 x)> |
#<alt (* -1 (/ (- (/ (sin y) x) 1) x))> |
#<alt (* -1 (/ (- (* -1 (/ (- (/ (pow (sin y) 2) x) (sin y)) x)) 1) x))> |
#<alt (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (/ (pow (sin y) 3) x) (pow (sin y) 2)) x)) (sin y)) x)) 1) x))> |
#<alt (/ 1 x)> |
#<alt (+ (* -1 (/ y (pow x 2))) (/ 1 x))> |
#<alt (+ (* y (- (/ y (pow x 3)) (/ 1 (pow x 2)))) (/ 1 x))> |
#<alt (+ (* y (- (* y (+ (* y (- (* 1/6 (/ 1 (pow x 2))) (/ 1 (pow x 4)))) (/ 1 (pow x 3)))) (/ 1 (pow x 2)))) (/ 1 x))> |
#<alt (/ 1 (+ x (sin y)))> |
#<alt (/ 1 (+ x (sin y)))> |
#<alt (/ 1 (+ x (sin y)))> |
#<alt (/ 1 (+ x (sin y)))> |
#<alt (/ 1 (+ x (sin y)))> |
#<alt (/ 1 (+ x (sin y)))> |
#<alt (/ 1 (+ x (sin y)))> |
#<alt (/ 1 (+ x (sin y)))> |
#<alt (sin y)> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt x> |
#<alt (* x (+ 1 (/ (sin y) x)))> |
#<alt (* x (+ 1 (/ (sin y) x)))> |
#<alt (* x (+ 1 (/ (sin y) x)))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ (sin y) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (sin y) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (sin y) x)) 1)))> |
#<alt x> |
#<alt (+ x y)> |
#<alt (+ x (* y (+ 1 (* -1/6 (pow y 2)))))> |
#<alt (+ x (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x y)> |
#<alt (+ x (+ y (* z (+ 1 (* -1/2 (pow y 2))))))> |
#<alt (+ x (+ y (* z (+ 1 (* -1/2 (pow y 2))))))> |
#<alt (+ x (+ y (* z (+ 1 (* -1/2 (pow y 2))))))> |
#<alt (* z (+ 1 (* -1/2 (pow y 2))))> |
#<alt (* z (+ 1 (+ (* -1/2 (pow y 2)) (+ (/ x z) (/ y z)))))> |
#<alt (* z (+ 1 (+ (* -1/2 (pow y 2)) (+ (/ x z) (/ y z)))))> |
#<alt (* z (+ 1 (+ (* -1/2 (pow y 2)) (+ (/ x z) (/ y z)))))> |
#<alt (* -1 (* z (- (* 1/2 (pow y 2)) 1)))> |
#<alt (* -1 (* z (- (+ (* -1 (/ (+ x y) z)) (* 1/2 (pow y 2))) 1)))> |
#<alt (* -1 (* z (- (+ (* -1 (/ (+ x y) z)) (* 1/2 (pow y 2))) 1)))> |
#<alt (* -1 (* z (- (+ (* -1 (/ (+ x y) z)) (* 1/2 (pow y 2))) 1)))> |
#<alt (+ x z)> |
#<alt (+ x (+ y z))> |
#<alt (+ x (+ z (* y (+ 1 (* -1/2 (* y z))))))> |
#<alt (+ x (+ z (* y (+ 1 (* -1/2 (* y z))))))> |
#<alt (* -1/2 (* (pow y 2) z))> |
#<alt (* (pow y 2) (+ (* -1/2 z) (/ 1 y)))> |
#<alt (* (pow y 2) (+ (* -1/2 z) (+ (/ 1 y) (+ (/ x (pow y 2)) (/ z (pow y 2))))))> |
#<alt (* (pow y 2) (+ (* -1/2 z) (+ (/ 1 y) (+ (/ x (pow y 2)) (/ z (pow y 2))))))> |
#<alt (* -1/2 (* (pow y 2) z))> |
#<alt (* (pow y 2) (+ (* -1/2 z) (/ 1 y)))> |
#<alt (* (pow y 2) (+ (* -1 (/ (- (* -1 (/ (+ x z) y)) 1) y)) (* -1/2 z)))> |
#<alt (* (pow y 2) (+ (* -1 (/ (- (* -1 (/ (+ x z) y)) 1) y)) (* -1/2 z)))> |
#<alt (+ z (* y (+ 1 (* -1/2 (* y z)))))> |
#<alt (+ x (+ z (* y (+ 1 (* -1/2 (* y z))))))> |
#<alt (+ x (+ z (* y (+ 1 (* -1/2 (* y z))))))> |
#<alt (+ x (+ z (* y (+ 1 (* -1/2 (* y z))))))> |
#<alt x> |
#<alt (* x (+ 1 (+ (/ z x) (/ (* y (+ 1 (* -1/2 (* y z)))) x))))> |
#<alt (* x (+ 1 (+ (/ z x) (/ (* y (+ 1 (* -1/2 (* y z)))) x))))> |
#<alt (* x (+ 1 (+ (/ z x) (/ (* y (+ 1 (* -1/2 (* y z)))) x))))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ (+ z (* y (+ 1 (* -1/2 (* y z))))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (+ z (* y (+ 1 (* -1/2 (* y z))))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (+ z (* y (+ 1 (* -1/2 (* y z))))) x)) 1)))> |
#<alt x> |
#<alt (+ x y)> |
#<alt (+ x (* y (+ 1 (* -1/2 (* y z)))))> |
#<alt (+ x (* y (+ 1 (* -1/2 (* y z)))))> |
#<alt (* -1/2 (* (pow y 2) z))> |
#<alt (* (pow y 2) (+ (* -1/2 z) (/ 1 y)))> |
#<alt (* (pow y 2) (+ (* -1/2 z) (+ (/ 1 y) (/ x (pow y 2)))))> |
#<alt (* (pow y 2) (+ (* -1/2 z) (+ (/ 1 y) (/ x (pow y 2)))))> |
#<alt (* -1/2 (* (pow y 2) z))> |
#<alt (* (pow y 2) (+ (* -1/2 z) (/ 1 y)))> |
#<alt (* (pow y 2) (+ (* -1 (/ (- (* -1 (/ x y)) 1) y)) (* -1/2 z)))> |
#<alt (* (pow y 2) (+ (* -1 (/ (- (* -1 (/ x y)) 1) y)) (* -1/2 z)))> |
#<alt (+ x y)> |
#<alt (+ x (+ y (* -1/2 (* (pow y 2) z))))> |
#<alt (+ x (+ y (* -1/2 (* (pow y 2) z))))> |
#<alt (+ x (+ y (* -1/2 (* (pow y 2) z))))> |
#<alt (* -1/2 (* (pow y 2) z))> |
#<alt (* z (+ (* -1/2 (pow y 2)) (+ (/ x z) (/ y z))))> |
#<alt (* z (+ (* -1/2 (pow y 2)) (+ (/ x z) (/ y z))))> |
#<alt (* z (+ (* -1/2 (pow y 2)) (+ (/ x z) (/ y z))))> |
#<alt (* -1/2 (* (pow y 2) z))> |
#<alt (* -1 (* z (+ (* -1 (/ (+ x y) z)) (* 1/2 (pow y 2)))))> |
#<alt (* -1 (* z (+ (* -1 (/ (+ x y) z)) (* 1/2 (pow y 2)))))> |
#<alt (* -1 (* z (+ (* -1 (/ (+ x y) z)) (* 1/2 (pow y 2)))))> |
#<alt (* y (+ 1 (* -1/2 (* y z))))> |
#<alt (+ x (* y (+ 1 (* -1/2 (* y z)))))> |
#<alt (+ x (* y (+ 1 (* -1/2 (* y z)))))> |
#<alt (+ x (* y (+ 1 (* -1/2 (* y z)))))> |
#<alt x> |
#<alt (* x (+ 1 (/ (* y (+ 1 (* -1/2 (* y z)))) x)))> |
#<alt (* x (+ 1 (/ (* y (+ 1 (* -1/2 (* y z)))) x)))> |
#<alt (* x (+ 1 (/ (* y (+ 1 (* -1/2 (* y z)))) x)))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ (* y (+ 1 (* -1/2 (* y z)))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (* y (+ 1 (* -1/2 (* y z)))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (* y (+ 1 (* -1/2 (* y z)))) x)) 1)))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (* y z)))> |
#<alt (+ 1 (* -1/2 (* y z)))> |
#<alt (+ 1 (* -1/2 (* y z)))> |
#<alt (* -1/2 (* y z))> |
#<alt (* y (+ (* -1/2 z) (/ 1 y)))> |
#<alt (* y (+ (* -1/2 z) (/ 1 y)))> |
#<alt (* y (+ (* -1/2 z) (/ 1 y)))> |
#<alt (* -1/2 (* y z))> |
#<alt (* -1 (* y (- (* 1/2 z) (/ 1 y))))> |
#<alt (* -1 (* y (- (* 1/2 z) (/ 1 y))))> |
#<alt (* -1 (* y (- (* 1/2 z) (/ 1 y))))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (* y z)))> |
#<alt (+ 1 (* -1/2 (* y z)))> |
#<alt (+ 1 (* -1/2 (* y z)))> |
#<alt (* -1/2 (* y z))> |
#<alt (* z (+ (* -1/2 y) (/ 1 z)))> |
#<alt (* z (+ (* -1/2 y) (/ 1 z)))> |
#<alt (* z (+ (* -1/2 y) (/ 1 z)))> |
#<alt (* -1/2 (* y z))> |
#<alt (* -1 (* z (- (* 1/2 y) (/ 1 z))))> |
#<alt (* -1 (* z (- (* 1/2 y) (/ 1 z))))> |
#<alt (* -1 (* z (- (* 1/2 y) (/ 1 z))))> |
#<alt (* -1/2 z)> |
#<alt (* -1/2 z)> |
#<alt (* -1/2 z)> |
#<alt (* -1/2 z)> |
#<alt (* -1/2 z)> |
#<alt (* -1/2 z)> |
#<alt (* -1/2 z)> |
#<alt (* -1/2 z)> |
#<alt (* -1/2 z)> |
#<alt (* -1/2 z)> |
#<alt (* -1/2 z)> |
#<alt (* -1/2 z)> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt z> |
#<alt (+ z (* -1/2 (* (pow y 2) z)))> |
#<alt (+ z (* (pow y 2) (+ (* -1/2 z) (* 1/24 (* (pow y 2) z)))))> |
#<alt (+ z (* (pow y 2) (+ (* -1/2 z) (* (pow y 2) (+ (* -1/720 (* (pow y 2) z)) (* 1/24 z))))))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt (* z (cos y))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (pow y 2)))> |
#<alt (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))> |
#<alt (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2)))> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (sin y)> |
#<alt (+ (sin y) (* z (cos y)))> |
#<alt (+ (sin y) (* z (cos y)))> |
#<alt (+ (sin y) (* z (cos y)))> |
#<alt (* z (cos y))> |
#<alt (* z (+ (cos y) (/ (sin y) z)))> |
#<alt (* z (+ (cos y) (/ (sin y) z)))> |
#<alt (* z (+ (cos y) (/ (sin y) z)))> |
#<alt (* z (cos y))> |
#<alt (* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (sin y) z)))))> |
#<alt (* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (sin y) z)))))> |
#<alt (* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (sin y) z)))))> |
#<alt z> |
#<alt (+ y z)> |
#<alt (+ z (* y (+ 1 (* -1/2 (* y z)))))> |
#<alt (+ z (* y (+ 1 (* y (+ (* -1/2 z) (* -1/6 y))))))> |
#<alt (+ (sin y) (* z (cos y)))> |
#<alt (+ (sin y) (* z (cos y)))> |
#<alt (+ (sin y) (* z (cos y)))> |
#<alt (+ (sin y) (* z (cos y)))> |
#<alt (+ (sin y) (* z (cos y)))> |
#<alt (+ (sin y) (* z (cos y)))> |
#<alt (+ (sin y) (* z (cos y)))> |
#<alt (+ (sin y) (* z (cos y)))> |
#<alt y> |
#<alt (* y (+ 1 (* -1/6 (pow y 2))))> |
#<alt (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))))> |
#<alt (* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6))))> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
72 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | y | @ | inf | (/ 1 (+ x (sin y))) |
| 1.0ms | z | @ | -inf | (+ z (+ (* y (+ (* y (* z -1/2)) 1)) x)) |
| 1.0ms | z | @ | inf | (+ z (+ (* y (+ (* y (* z -1/2)) 1)) x)) |
| 0.0ms | z | @ | 0 | (+ z (+ (* y (+ (* y (* z -1/2)) 1)) x)) |
| 0.0ms | x | @ | 0 | (+ z (+ (* y (+ (* y (* z -1/2)) 1)) x)) |
| 1× | batch-egg-rewrite |
| 9 746× | accelerator-lowering-fma.f32 |
| 9 746× | accelerator-lowering-fma.f64 |
| 4 276× | *-lowering-*.f32 |
| 4 276× | *-lowering-*.f64 |
| 3 906× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 19 | 72 |
| 1 | 128 | 72 |
| 2 | 1155 | 72 |
| 0 | 8239 | 65 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 1 (/ 1 (+ x (sin y)))) |
(+ (/ 1 (/ 1 (+ x (sin y)))) (* z (cos y))) |
(/ 1 (+ x (sin y))) |
(+ x (sin y)) |
(+ z (+ (* y (+ (* y (* z -1/2)) 1)) x)) |
(+ (* y (+ (* y (* z -1/2)) 1)) x) |
(+ (* y (* z -1/2)) 1) |
(* z -1/2) |
(* z (cos y)) |
(cos y) |
(+ (* z (cos y)) (sin y)) |
(sin y) |
| Outputs |
|---|
(+.f64 x (sin.f64 y)) |
(+.f64 (sin.f64 y) x) |
(+.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (neg.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))))) |
(exp.f64 (log.f64 (+.f64 x (sin.f64 y)))) |
(exp.f64 (*.f64 (log.f64 (+.f64 x (sin.f64 y))) #s(literal 1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 (neg.f64 x) (sin.f64 y))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 x (sin.f64 y)) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y)))) |
(-.f64 (/.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) #s(literal 1 binary64)) (/.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (sin.f64 y) x)) (/.f64 (*.f64 x x) (-.f64 (sin.f64 y) x))) |
(fma.f64 #s(literal 1 binary64) x (sin.f64 y)) |
(fma.f64 #s(literal 1 binary64) (sin.f64 y) x) |
(fma.f64 x #s(literal 1 binary64) (sin.f64 y)) |
(fma.f64 (sin.f64 y) #s(literal 1 binary64) x) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y))) (neg.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))))) |
(neg.f64 (-.f64 (neg.f64 x) (sin.f64 y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 x x) (*.f64 x (sin.f64 y)))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)))) |
(/.f64 (+.f64 x (sin.f64 y)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (+.f64 x (sin.f64 y)))) |
(/.f64 (-.f64 (neg.f64 x) (sin.f64 y)) #s(literal -1 binary64)) |
(/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))) |
(/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 x x) (*.f64 x (sin.f64 y))))) |
(/.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 x (sin.f64 y))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 x x) (*.f64 x (sin.f64 y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 (-.f64 x (sin.f64 y)))) |
(/.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)) (-.f64 (sin.f64 y) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (*.f64 (-.f64 x (sin.f64 y)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (pow.f64 (-.f64 x (sin.f64 y)) #s(literal 2 binary64))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))))) (neg.f64 (neg.f64 (-.f64 x (sin.f64 y))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (neg.f64 (-.f64 (sin.f64 y) x))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (fma.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))) (*.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y)))) (*.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))))) (+.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))) #s(literal -1 binary64)) |
(pow.f64 (+.f64 x (sin.f64 y)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal -2 binary64)) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))) |
(*.f64 (+.f64 x (sin.f64 y)) #s(literal 1 binary64)) |
(*.f64 (+.f64 x (sin.f64 y)) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 x (sin.f64 y)))) |
(*.f64 #s(literal -1 binary64) (-.f64 (neg.f64 x) (sin.f64 y))) |
(*.f64 #s(literal -1 binary64) (pow.f64 (-.f64 (neg.f64 x) (sin.f64 y)) #s(literal 1 binary64))) |
(*.f64 (-.f64 (neg.f64 x) (sin.f64 y)) #s(literal -1 binary64)) |
(*.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)))) |
(*.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 x x) (*.f64 x (sin.f64 y)))))) |
(*.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y)))) |
(*.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))))) |
(*.f64 (neg.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 x (sin.f64 y))))) |
(*.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 (sin.f64 y) x))) |
(*.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 1/2 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y)))) |
(*.f64 (pow.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)) #s(literal 1 binary64)) (/.f64 (+.f64 x (sin.f64 y)) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)))) |
(+.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(+.f64 (sin.f64 y) (+.f64 x (*.f64 z (cos.f64 y)))) |
(+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
(+.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))) |
(+.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(+.f64 (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))) (neg.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))))) |
(+.f64 (fma.f64 z (cos.f64 y) x) (sin.f64 y)) |
(-.f64 (*.f64 z (cos.f64 y)) (-.f64 (neg.f64 x) (sin.f64 y))) |
(-.f64 (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))) (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y)))) (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))))) |
(fma.f64 #s(literal 1 binary64) x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(fma.f64 #s(literal 1 binary64) (sin.f64 y) (+.f64 x (*.f64 z (cos.f64 y)))) |
(fma.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
(fma.f64 #s(literal 1 binary64) (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))) |
(fma.f64 #s(literal 1 binary64) (fma.f64 z (cos.f64 y) (sin.f64 y)) x) |
(fma.f64 x #s(literal 1 binary64) (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(fma.f64 (sin.f64 y) #s(literal 1 binary64) (+.f64 x (*.f64 z (cos.f64 y)))) |
(fma.f64 (+.f64 x (sin.f64 y)) #s(literal 1 binary64) (*.f64 z (cos.f64 y))) |
(fma.f64 (+.f64 x (sin.f64 y)) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 x (sin.f64 y))) (*.f64 z (cos.f64 y))) |
(fma.f64 z (cos.f64 y) (+.f64 x (sin.f64 y))) |
(fma.f64 (cos.f64 y) z (+.f64 x (sin.f64 y))) |
(fma.f64 #s(literal -1 binary64) (-.f64 (neg.f64 x) (sin.f64 y)) (*.f64 z (cos.f64 y))) |
(fma.f64 #s(literal -1 binary64) (pow.f64 (-.f64 (neg.f64 x) (sin.f64 y)) #s(literal 1 binary64)) (*.f64 z (cos.f64 y))) |
(fma.f64 (-.f64 (neg.f64 x) (sin.f64 y)) #s(literal -1 binary64) (*.f64 z (cos.f64 y))) |
(fma.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))) (neg.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))))) |
(fma.f64 (+.f64 (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))))) x) |
(fma.f64 (+.f64 (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (*.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))))) x) |
(fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))) (*.f64 z (cos.f64 y))) |
(fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 x x) (*.f64 x (sin.f64 y))))) (*.f64 z (cos.f64 y))) |
(fma.f64 (-.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))) x) |
(fma.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y))) (*.f64 z (cos.f64 y))) |
(fma.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))))) x) |
(fma.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y)))) x) |
(fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)))) (*.f64 z (cos.f64 y))) |
(fma.f64 (neg.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 x (sin.f64 y)))) (*.f64 z (cos.f64 y))) |
(fma.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 #s(literal 1 binary64) (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))) x) |
(fma.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 (sin.f64 y) x)) (*.f64 z (cos.f64 y))) |
(fma.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 1/2 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 1/2 binary64)) (*.f64 z (cos.f64 y))) |
(fma.f64 (pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (*.f64 z (cos.f64 y))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))) (*.f64 z (cos.f64 y))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y))) (*.f64 z (cos.f64 y))) |
(fma.f64 (pow.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))) #s(literal 1 binary64)) (*.f64 z (cos.f64 y))) |
(fma.f64 (pow.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y))) #s(literal 1 binary64)) (*.f64 z (cos.f64 y))) |
(fma.f64 (pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 z (cos.f64 y))) |
(fma.f64 (/.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)) #s(literal 1 binary64)) (/.f64 (+.f64 x (sin.f64 y)) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))) (*.f64 z (cos.f64 y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 z (cos.f64 y) x) (sin.f64 y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 z (cos.f64 y) x) (sin.f64 y))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (/.f64 (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))))) (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 z (cos.f64 y) x) (sin.f64 y))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64))) (fma.f64 (*.f64 z (cos.f64 y)) (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64))) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (/.f64 (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y)))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 z (cos.f64 y)) (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (/.f64 (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (neg.f64 (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))))) |
(/.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))) (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y)))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))) (*.f64 (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))) (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (*.f64 (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 z (cos.f64 y)) (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) (neg.f64 (neg.f64 (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))))) (neg.f64 (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))))) |
(/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) #s(literal 3 binary64))) (fma.f64 x x (-.f64 (*.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) (fma.f64 z (cos.f64 y) (sin.f64 y))) (*.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y)))))) |
(/.f64 (+.f64 (pow.f64 (sin.f64 y) #s(literal 3 binary64)) (pow.f64 (+.f64 x (*.f64 z (cos.f64 y))) #s(literal 3 binary64))) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 (+.f64 x (*.f64 z (cos.f64 y))) (+.f64 x (*.f64 z (cos.f64 y)))) (*.f64 (sin.f64 y) (+.f64 x (*.f64 z (cos.f64 y))))))) |
(/.f64 (+.f64 (pow.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) #s(literal 3 binary64)) (*.f64 x (*.f64 x x))) (fma.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) (fma.f64 z (cos.f64 y) (sin.f64 y)) (-.f64 (*.f64 x x) (*.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x)))) |
(/.f64 (+.f64 (pow.f64 (fma.f64 z (cos.f64 y) x) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (fma.f64 (fma.f64 z (cos.f64 y) x) (fma.f64 z (cos.f64 y) x) (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (fma.f64 z (cos.f64 y) x) (sin.f64 y))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))) #s(literal 3 binary64))) (fma.f64 (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))) (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))) (fma.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))) (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))) (*.f64 (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))) (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) (fma.f64 z (cos.f64 y) (sin.f64 y)))) (-.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y)))) |
(/.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (+.f64 x (*.f64 z (cos.f64 y))) (+.f64 x (*.f64 z (cos.f64 y))))) (-.f64 (sin.f64 y) (+.f64 x (*.f64 z (cos.f64 y))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) (fma.f64 z (cos.f64 y) (sin.f64 y))) (*.f64 x x)) (-.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x)) |
(/.f64 (-.f64 (*.f64 (fma.f64 z (cos.f64 y) x) (fma.f64 z (cos.f64 y) x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (fma.f64 z (cos.f64 y) x) (sin.f64 y))) |
(/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))) (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))))) (*.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))) (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))))) (+.f64 (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))) (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 z (cos.f64 y) x) (sin.f64 y))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (fma.f64 z (cos.f64 y) x) (sin.f64 y))) |
(*.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z (cos.f64 y)) (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))))) |
(*.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (/.f64 (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))))))) |
(*.f64 (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 #s(literal 1 binary64) (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))))) |
(*.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)) (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 z (cos.f64 y)) (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))))) |
(*.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (/.f64 #s(literal 1 binary64) (neg.f64 (+.f64 x (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))))) |
(*.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))))) |
(exp.f64 (neg.f64 (log.f64 (+.f64 x (sin.f64 y))))) |
(exp.f64 (*.f64 (neg.f64 (log.f64 (+.f64 x (sin.f64 y)))) #s(literal 1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (+.f64 x (sin.f64 y)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))) #s(literal -1 binary64))) |
(-.f64 (/.f64 x (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 (sin.f64 y) (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))))) |
(-.f64 (/.f64 (fma.f64 x x (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 (*.f64 x (sin.f64 y)) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (+.f64 x (sin.f64 y)))) |
(/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 (neg.f64 x) (sin.f64 y))) |
(/.f64 (/.f64 #s(literal -1 binary64) (+.f64 x (sin.f64 y))) #s(literal -1 binary64)) |
(/.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) |
(/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) |
(/.f64 (neg.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))) (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (-.f64 x (sin.f64 y))) (neg.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))) #s(literal 1 binary64)) |
(pow.f64 (+.f64 x (sin.f64 y)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (+.f64 x (sin.f64 y)))) |
(*.f64 #s(literal -1 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (+.f64 x (sin.f64 y))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x (sin.f64 y))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) |
(*.f64 (-.f64 x (sin.f64 y)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))))) |
(*.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal -1/2 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (-.f64 x (sin.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) #s(literal 1 binary64)) (pow.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) #s(literal 1 binary64)) (pow.f64 (-.f64 x (sin.f64 y)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(+.f64 x (sin.f64 y)) |
(+.f64 (sin.f64 y) x) |
(+.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (neg.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))))) |
(exp.f64 (log.f64 (+.f64 x (sin.f64 y)))) |
(exp.f64 (*.f64 (log.f64 (+.f64 x (sin.f64 y))) #s(literal 1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 (neg.f64 x) (sin.f64 y))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 x (sin.f64 y)) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y)))) |
(-.f64 (/.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) #s(literal 1 binary64)) (/.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (sin.f64 y) x)) (/.f64 (*.f64 x x) (-.f64 (sin.f64 y) x))) |
(fma.f64 #s(literal 1 binary64) x (sin.f64 y)) |
(fma.f64 #s(literal 1 binary64) (sin.f64 y) x) |
(fma.f64 x #s(literal 1 binary64) (sin.f64 y)) |
(fma.f64 (sin.f64 y) #s(literal 1 binary64) x) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y))) (neg.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))))) |
(neg.f64 (-.f64 (neg.f64 x) (sin.f64 y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 x x) (*.f64 x (sin.f64 y)))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)))) |
(/.f64 (+.f64 x (sin.f64 y)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (+.f64 x (sin.f64 y)))) |
(/.f64 (-.f64 (neg.f64 x) (sin.f64 y)) #s(literal -1 binary64)) |
(/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))) |
(/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 x x) (*.f64 x (sin.f64 y))))) |
(/.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 x (sin.f64 y))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 x x) (*.f64 x (sin.f64 y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 (-.f64 x (sin.f64 y)))) |
(/.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)) (-.f64 (sin.f64 y) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (*.f64 (-.f64 x (sin.f64 y)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (pow.f64 (-.f64 x (sin.f64 y)) #s(literal 2 binary64))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))))) (neg.f64 (neg.f64 (-.f64 x (sin.f64 y))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (neg.f64 (-.f64 (sin.f64 y) x))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (fma.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))) (*.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y)))) (*.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))))) (+.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))) #s(literal -1 binary64)) |
(pow.f64 (+.f64 x (sin.f64 y)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal -2 binary64)) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y))) |
(*.f64 (+.f64 x (sin.f64 y)) #s(literal 1 binary64)) |
(*.f64 (+.f64 x (sin.f64 y)) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 x (sin.f64 y)))) |
(*.f64 #s(literal -1 binary64) (-.f64 (neg.f64 x) (sin.f64 y))) |
(*.f64 #s(literal -1 binary64) (pow.f64 (-.f64 (neg.f64 x) (sin.f64 y)) #s(literal 1 binary64))) |
(*.f64 (-.f64 (neg.f64 x) (sin.f64 y)) #s(literal -1 binary64)) |
(*.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)))) |
(*.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 x x) (*.f64 x (sin.f64 y)))))) |
(*.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y)))) |
(*.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))))) |
(*.f64 (neg.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 x (sin.f64 y))))) |
(*.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 (sin.f64 y) x))) |
(*.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 1/2 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y)))) |
(*.f64 (pow.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)) #s(literal 1 binary64)) (/.f64 (+.f64 x (sin.f64 y)) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) x) (*.f64 x x)))) |
(+.f64 x (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z)) |
(+.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) |
(+.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (+.f64 x z)) |
(+.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) z) |
(+.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) x) |
(+.f64 (/.f64 (*.f64 z z) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))) (neg.f64 (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))))) |
(+.f64 (+.f64 z x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) |
(-.f64 (/.f64 (*.f64 z z) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))) (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)))) |
(-.f64 (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) z)) (/.f64 (*.f64 z z) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) z))) |
(-.f64 (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z)) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) x)) (/.f64 (*.f64 x x) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) x))) |
(fma.f64 #s(literal 1 binary64) x (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z)) |
(fma.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) z) |
(fma.f64 x #s(literal 1 binary64) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z)) |
(fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (+.f64 x z)) |
(fma.f64 (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) y (+.f64 x z)) |
(fma.f64 (fma.f64 x (*.f64 x x) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)))) z) |
(fma.f64 (fma.f64 x (*.f64 x x) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (-.f64 (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (*.f64 (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 y x))))) z) |
(fma.f64 (*.f64 z z) (/.f64 #s(literal 1 binary64) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))) (neg.f64 (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))))) |
(fma.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) z) |
(fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 x (-.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))))) z) |
(fma.f64 (neg.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x)))) z) |
(fma.f64 (fma.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64))) (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64))) (*.f64 y y) (-.f64 (*.f64 y y) (*.f64 (*.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y))) y)))) (+.f64 x z)) |
(fma.f64 (fma.f64 z (*.f64 z z) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 y (*.f64 (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (*.f64 (neg.f64 z) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))))) x) |
(fma.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (-.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))) (/.f64 #s(literal 1 binary64) (-.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))) z) |
(fma.f64 (-.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) (*.f64 (*.f64 y y) (*.f64 y y))) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y))) y)) (+.f64 x z)) |
(fma.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (-.f64 z (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))) (/.f64 #s(literal 1 binary64) (-.f64 z (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))) x) |
(fma.f64 (*.f64 y (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y z)))) (+.f64 x z)) |
(fma.f64 (*.f64 y (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))) (+.f64 x z)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64)) #s(literal 1 binary64)) y) (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y z)))) (+.f64 x z)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) #s(literal -1 binary64)) y) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))) (+.f64 x z)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (+.f64 x z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (+.f64 x z))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (-.f64 (*.f64 z z) (*.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)))) (fma.f64 z (*.f64 z z) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (-.f64 (*.f64 x x) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) x))) (fma.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z)) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) z) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (+.f64 x z)) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) x) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (+.f64 x z)) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (+.f64 x z))))) |
(/.f64 (fma.f64 z (*.f64 z z) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)))) (fma.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) z) (*.f64 z z))) |
(/.f64 (fma.f64 z (*.f64 z z) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)))) (fma.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (-.f64 (*.f64 z z) (*.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))))) |
(/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (+.f64 x z)) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))) |
(/.f64 (neg.f64 (fma.f64 z (*.f64 z z) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))))) (neg.f64 (fma.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) z) (*.f64 z z)))) |
(/.f64 (neg.f64 (fma.f64 z (*.f64 z z) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))))) (neg.f64 (fma.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (-.f64 (*.f64 z z) (*.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (+.f64 x z)) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)))) (neg.f64 (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)))) |
(/.f64 (fma.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z)) (*.f64 x (*.f64 x x))) (fma.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (-.f64 (*.f64 x x) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) x)))) |
(/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (+.f64 x z)) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) z)) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) z)) |
(/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (+.f64 x z)) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) x)) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))) (*.f64 (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)))) (*.f64 (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 z (*.f64 z z) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)))))) (neg.f64 (neg.f64 (fma.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) z) (*.f64 z z))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (+.f64 x z)) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))))) (neg.f64 (neg.f64 (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z)) (*.f64 x (*.f64 x x)))) (neg.f64 (fma.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (-.f64 (*.f64 x x) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) x))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (+.f64 x z)) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) z))) (neg.f64 (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) z))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (+.f64 x z)) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) x))) (neg.f64 (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) x))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z)))) (fma.f64 x x (-.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z)) (*.f64 x (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z))))) |
(/.f64 (fma.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (pow.f64 (+.f64 x z) #s(literal 3 binary64))) (fma.f64 (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (-.f64 (*.f64 (+.f64 x z) (+.f64 x z)) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (+.f64 x z))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 z x) #s(literal 3 binary64)) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)))) (fma.f64 (+.f64 z x) (+.f64 z x) (-.f64 (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (*.f64 (+.f64 z x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 z z) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 z z) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))) (/.f64 (*.f64 z z) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))) (fma.f64 (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))) (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))) (*.f64 (/.f64 (*.f64 z z) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))) (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z))) (-.f64 x (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z))) |
(/.f64 (-.f64 (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (*.f64 (+.f64 x z) (+.f64 x z))) (-.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (+.f64 x z))) |
(/.f64 (-.f64 (*.f64 (+.f64 z x) (+.f64 z x)) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))) (-.f64 (+.f64 z x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 z z) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))) (/.f64 (*.f64 z z) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)))) (*.f64 (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))) (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))))) (+.f64 (/.f64 (*.f64 z z) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))) (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (+.f64 x z))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (+.f64 x z))) |
(*.f64 (fma.f64 z (*.f64 z z) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) z) (*.f64 z z)))) |
(*.f64 (fma.f64 z (*.f64 z z) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (-.f64 (*.f64 z z) (*.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)))))) |
(*.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (+.f64 x z)) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))) (/.f64 #s(literal 1 binary64) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)))) |
(*.f64 (neg.f64 (fma.f64 z (*.f64 z z) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) z) (*.f64 z z))))) |
(*.f64 (neg.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (+.f64 x z)) (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))))) |
(*.f64 (fma.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) (-.f64 (*.f64 x x) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) x))))) |
(*.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (+.f64 x z)) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) z)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) z))) |
(*.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (+.f64 x z)) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) x)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) z) x))) |
(+.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) |
(+.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) x) |
(+.f64 (*.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y))) (+.f64 y x)) |
(+.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (neg.f64 (/.f64 (*.f64 x x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))))) |
(+.f64 (+.f64 x (*.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)))) y) |
(-.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (/.f64 (*.f64 x x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x)))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))) (/.f64 (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (-.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)))) |
(fma.f64 #s(literal 1 binary64) x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) |
(fma.f64 x #s(literal 1 binary64) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) |
(fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (+.f64 y x)) |
(fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) |
(fma.f64 (*.f64 z #s(literal -1/2 binary64)) (*.f64 y y) (+.f64 y x)) |
(fma.f64 (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y (+.f64 y x)) |
(fma.f64 (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) y x) |
(fma.f64 (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (neg.f64 (/.f64 (*.f64 x x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))))) |
(fma.f64 (*.f64 y z) (*.f64 #s(literal -1/2 binary64) y) (+.f64 y x)) |
(fma.f64 (fma.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64))) (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64))) (*.f64 y y) (-.f64 (*.f64 y y) (*.f64 (*.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y))) y)))) x) |
(fma.f64 (*.f64 y y) (*.f64 z #s(literal -1/2 binary64)) (+.f64 y x)) |
(fma.f64 (-.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) (*.f64 (*.f64 y y) (*.f64 y y))) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y))) y)) x) |
(fma.f64 (*.f64 y (*.f64 y z)) #s(literal -1/2 binary64) (+.f64 y x)) |
(fma.f64 (*.f64 y (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y z)))) x) |
(fma.f64 (*.f64 y (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))) x) |
(fma.f64 (*.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64)) #s(literal 1 binary64)) y) (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y z)))) x) |
(fma.f64 (*.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) #s(literal -1 binary64)) y) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))) x) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (-.f64 (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (*.f64 (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 y x)))) (fma.f64 x (*.f64 x x) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (-.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)))) (fma.f64 x (-.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)))) (fma.f64 x x (-.f64 (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (*.f64 (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 y x))))) |
(/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))))) (neg.f64 (fma.f64 x (-.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))))) (neg.f64 (fma.f64 x x (-.f64 (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (*.f64 (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 y x)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x)))) (neg.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x)))) |
(/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (-.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))) (-.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x)) (*.f64 x x))) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x)) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 x (*.f64 x x) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)))))) (neg.f64 (neg.f64 (fma.f64 x (-.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))))) (neg.f64 (neg.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (-.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)))) (neg.f64 (-.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64))) (*.f64 y (*.f64 y y)) (pow.f64 (+.f64 y x) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64))) (*.f64 y y) (-.f64 (*.f64 (+.f64 y x) (+.f64 y x)) (*.f64 (*.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y))) (+.f64 y x))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 x (*.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)))) #s(literal 3 binary64)) (*.f64 y (*.f64 y y))) (fma.f64 (+.f64 x (*.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)))) (+.f64 x (*.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)))) (-.f64 (*.f64 y y) (*.f64 (+.f64 x (*.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)))) y)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 x x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (/.f64 (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (fma.f64 (/.f64 (*.f64 x x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (/.f64 (*.f64 x x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (*.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (/.f64 (*.f64 x x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) (*.f64 (*.f64 y y) (*.f64 y y))) (*.f64 (+.f64 y x) (+.f64 y x))) (-.f64 (*.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y))) (+.f64 y x))) |
(/.f64 (-.f64 (*.f64 (+.f64 x (*.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)))) (+.f64 x (*.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y))))) (*.f64 y y)) (-.f64 (+.f64 x (*.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)))) y)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (/.f64 (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x)))) (*.f64 (/.f64 (*.f64 x x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (/.f64 (*.f64 x x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))))) (+.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (/.f64 (*.f64 x x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))))) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (-.f64 (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (*.f64 (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 y x)))))) |
(*.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x)))) |
(*.f64 (neg.f64 (fma.f64 x (*.f64 x x) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 x (-.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)) (*.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)))))) |
(*.f64 (neg.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))))) |
(*.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (-.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y))) (/.f64 #s(literal 1 binary64) (-.f64 x (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) y)))) |
(+.f64 #s(literal 1 binary64) (*.f64 z (*.f64 #s(literal -1/2 binary64) y))) |
(+.f64 (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) #s(literal 1 binary64)) |
(+.f64 (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64))) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64))) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 z (*.f64 #s(literal -1/2 binary64) y)))) (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 z (*.f64 #s(literal -1/2 binary64) y))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) #s(literal 1 binary64)) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 y z) #s(literal 1 binary64)) |
(fma.f64 (*.f64 z #s(literal -1/2 binary64)) y #s(literal 1 binary64)) |
(fma.f64 (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 y z) #s(literal -1/2 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 y #s(literal -1/2 binary64)) z #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y z)))) (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 z (*.f64 #s(literal -1/2 binary64) y))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64))))) |
(/.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64)) #s(literal 1 binary64)) (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y z)))) |
(/.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y z))))) |
(/.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y z))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y z)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) #s(literal -1 binary64))) (neg.f64 (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 z (*.f64 #s(literal -1/2 binary64) y)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64))) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))) (*.f64 (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64)) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64)) #s(literal 1 binary64)))) (neg.f64 (neg.f64 (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y z)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) #s(literal -1 binary64)))) (neg.f64 (neg.f64 (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 z (*.f64 #s(literal -1/2 binary64) y))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64))) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64))) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64))) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64))) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64))) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64))) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))))) (+.f64 (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64))) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y z))))) |
(*.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y z)))))) |
(*.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64)))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y z)))))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 z (*.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) (*.f64 (*.f64 z z) #s(literal 1/4 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 z (*.f64 #s(literal -1/2 binary64) y))))) |
(*.f64 z #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) z) |
(*.f64 (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 z (cos.f64 y))) |
(*.f64 z (cos.f64 y)) |
(*.f64 (cos.f64 y) z) |
(cos.f64 y) |
(+.f64 (sin.f64 y) (*.f64 z (cos.f64 y))) |
(+.f64 (*.f64 z (cos.f64 y)) (sin.f64 y)) |
(+.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))) (neg.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))))) |
(-.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y)))) |
(-.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))) (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))) |
(fma.f64 #s(literal 1 binary64) (sin.f64 y) (*.f64 z (cos.f64 y))) |
(fma.f64 #s(literal 1 binary64) (*.f64 z (cos.f64 y)) (sin.f64 y)) |
(fma.f64 (sin.f64 y) #s(literal 1 binary64) (*.f64 z (cos.f64 y))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(fma.f64 (cos.f64 y) z (sin.f64 y)) |
(fma.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))) (neg.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 z (cos.f64 y) (sin.f64 y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (cos.f64 y) (sin.f64 y))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (*.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))))) (+.f64 (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))) (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (cos.f64 y) (sin.f64 y))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (*.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (*.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y)))) |
(/.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))) (*.f64 (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y)) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))))) (neg.f64 (neg.f64 (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (neg.f64 (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))) (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))) (fma.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))) (*.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))) (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y)))) (*.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (cos.f64 y) (sin.f64 y))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(*.f64 (+.f64 (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))))) |
(*.f64 (+.f64 (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (neg.f64 (*.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y)))) |
(*.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 z (cos.f64 y)) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))))))) |
(*.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (*.f64 z (cos.f64 y)) (sin.f64 y))))) |
(*.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 #s(literal 1 binary64) (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y))))) |
(sin.f64 y) |
(*.f64 #s(literal 1 binary64) (sin.f64 y)) |
(*.f64 (sin.f64 y) #s(literal 1 binary64)) |
| 1× | egg-herbie |
| 10 414× | accelerator-lowering-fma.f32 |
| 10 414× | accelerator-lowering-fma.f64 |
| 4 240× | *-lowering-*.f32 |
| 4 240× | *-lowering-*.f64 |
| 2 320× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 272 | 2321 |
| 1 | 794 | 2286 |
| 2 | 2254 | 2228 |
| 3 | 6216 | 2168 |
| 0 | 8460 | 1973 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(sin y) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
x |
(* x (+ 1 (/ (sin y) x))) |
(* x (+ 1 (/ (sin y) x))) |
(* x (+ 1 (/ (sin y) x))) |
x |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
x |
(+ x y) |
(+ x (* y (+ 1 (* -1/6 (pow y 2))))) |
(+ x (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))))) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ (sin y) (* z (cos y))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
x |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
x |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(+ x z) |
(+ x (+ y z)) |
(+ x (+ z (* y (+ 1 (* -1/2 (* y z)))))) |
(+ x (+ z (* y (+ 1 (* y (+ (* -1/2 z) (* -1/6 y))))))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (sin y)) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(* z (cos y)) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(* z (cos y)) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(/ 1 (sin y)) |
(+ (* -1 (/ x (pow (sin y) 2))) (/ 1 (sin y))) |
(+ (* x (- (/ x (pow (sin y) 3)) (/ 1 (pow (sin y) 2)))) (/ 1 (sin y))) |
(+ (* x (- (* x (+ (* -1 (/ x (pow (sin y) 4))) (/ 1 (pow (sin y) 3)))) (/ 1 (pow (sin y) 2)))) (/ 1 (sin y))) |
(/ 1 x) |
(/ (+ 1 (* -1 (/ (sin y) x))) x) |
(/ (- (+ 1 (/ (pow (sin y) 2) (pow x 2))) (/ (sin y) x)) x) |
(/ (- (+ 1 (* -1 (/ (pow (sin y) 3) (pow x 3)))) (+ (* -1 (/ (pow (sin y) 2) (pow x 2))) (/ (sin y) x))) x) |
(/ 1 x) |
(* -1 (/ (- (/ (sin y) x) 1) x)) |
(* -1 (/ (- (* -1 (/ (- (/ (pow (sin y) 2) x) (sin y)) x)) 1) x)) |
(* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (/ (pow (sin y) 3) x) (pow (sin y) 2)) x)) (sin y)) x)) 1) x)) |
(/ 1 x) |
(+ (* -1 (/ y (pow x 2))) (/ 1 x)) |
(+ (* y (- (/ y (pow x 3)) (/ 1 (pow x 2)))) (/ 1 x)) |
(+ (* y (- (* y (+ (* y (- (* 1/6 (/ 1 (pow x 2))) (/ 1 (pow x 4)))) (/ 1 (pow x 3)))) (/ 1 (pow x 2)))) (/ 1 x)) |
(/ 1 (+ x (sin y))) |
(/ 1 (+ x (sin y))) |
(/ 1 (+ x (sin y))) |
(/ 1 (+ x (sin y))) |
(/ 1 (+ x (sin y))) |
(/ 1 (+ x (sin y))) |
(/ 1 (+ x (sin y))) |
(/ 1 (+ x (sin y))) |
(sin y) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
x |
(* x (+ 1 (/ (sin y) x))) |
(* x (+ 1 (/ (sin y) x))) |
(* x (+ 1 (/ (sin y) x))) |
x |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
x |
(+ x y) |
(+ x (* y (+ 1 (* -1/6 (pow y 2))))) |
(+ x (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))))) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x y) |
(+ x (+ y (* z (+ 1 (* -1/2 (pow y 2)))))) |
(+ x (+ y (* z (+ 1 (* -1/2 (pow y 2)))))) |
(+ x (+ y (* z (+ 1 (* -1/2 (pow y 2)))))) |
(* z (+ 1 (* -1/2 (pow y 2)))) |
(* z (+ 1 (+ (* -1/2 (pow y 2)) (+ (/ x z) (/ y z))))) |
(* z (+ 1 (+ (* -1/2 (pow y 2)) (+ (/ x z) (/ y z))))) |
(* z (+ 1 (+ (* -1/2 (pow y 2)) (+ (/ x z) (/ y z))))) |
(* -1 (* z (- (* 1/2 (pow y 2)) 1))) |
(* -1 (* z (- (+ (* -1 (/ (+ x y) z)) (* 1/2 (pow y 2))) 1))) |
(* -1 (* z (- (+ (* -1 (/ (+ x y) z)) (* 1/2 (pow y 2))) 1))) |
(* -1 (* z (- (+ (* -1 (/ (+ x y) z)) (* 1/2 (pow y 2))) 1))) |
(+ x z) |
(+ x (+ y z)) |
(+ x (+ z (* y (+ 1 (* -1/2 (* y z)))))) |
(+ x (+ z (* y (+ 1 (* -1/2 (* y z)))))) |
(* -1/2 (* (pow y 2) z)) |
(* (pow y 2) (+ (* -1/2 z) (/ 1 y))) |
(* (pow y 2) (+ (* -1/2 z) (+ (/ 1 y) (+ (/ x (pow y 2)) (/ z (pow y 2)))))) |
(* (pow y 2) (+ (* -1/2 z) (+ (/ 1 y) (+ (/ x (pow y 2)) (/ z (pow y 2)))))) |
(* -1/2 (* (pow y 2) z)) |
(* (pow y 2) (+ (* -1/2 z) (/ 1 y))) |
(* (pow y 2) (+ (* -1 (/ (- (* -1 (/ (+ x z) y)) 1) y)) (* -1/2 z))) |
(* (pow y 2) (+ (* -1 (/ (- (* -1 (/ (+ x z) y)) 1) y)) (* -1/2 z))) |
(+ z (* y (+ 1 (* -1/2 (* y z))))) |
(+ x (+ z (* y (+ 1 (* -1/2 (* y z)))))) |
(+ x (+ z (* y (+ 1 (* -1/2 (* y z)))))) |
(+ x (+ z (* y (+ 1 (* -1/2 (* y z)))))) |
x |
(* x (+ 1 (+ (/ z x) (/ (* y (+ 1 (* -1/2 (* y z)))) x)))) |
(* x (+ 1 (+ (/ z x) (/ (* y (+ 1 (* -1/2 (* y z)))) x)))) |
(* x (+ 1 (+ (/ z x) (/ (* y (+ 1 (* -1/2 (* y z)))) x)))) |
x |
(* -1 (* x (- (* -1 (/ (+ z (* y (+ 1 (* -1/2 (* y z))))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (+ z (* y (+ 1 (* -1/2 (* y z))))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (+ z (* y (+ 1 (* -1/2 (* y z))))) x)) 1))) |
x |
(+ x y) |
(+ x (* y (+ 1 (* -1/2 (* y z))))) |
(+ x (* y (+ 1 (* -1/2 (* y z))))) |
(* -1/2 (* (pow y 2) z)) |
(* (pow y 2) (+ (* -1/2 z) (/ 1 y))) |
(* (pow y 2) (+ (* -1/2 z) (+ (/ 1 y) (/ x (pow y 2))))) |
(* (pow y 2) (+ (* -1/2 z) (+ (/ 1 y) (/ x (pow y 2))))) |
(* -1/2 (* (pow y 2) z)) |
(* (pow y 2) (+ (* -1/2 z) (/ 1 y))) |
(* (pow y 2) (+ (* -1 (/ (- (* -1 (/ x y)) 1) y)) (* -1/2 z))) |
(* (pow y 2) (+ (* -1 (/ (- (* -1 (/ x y)) 1) y)) (* -1/2 z))) |
(+ x y) |
(+ x (+ y (* -1/2 (* (pow y 2) z)))) |
(+ x (+ y (* -1/2 (* (pow y 2) z)))) |
(+ x (+ y (* -1/2 (* (pow y 2) z)))) |
(* -1/2 (* (pow y 2) z)) |
(* z (+ (* -1/2 (pow y 2)) (+ (/ x z) (/ y z)))) |
(* z (+ (* -1/2 (pow y 2)) (+ (/ x z) (/ y z)))) |
(* z (+ (* -1/2 (pow y 2)) (+ (/ x z) (/ y z)))) |
(* -1/2 (* (pow y 2) z)) |
(* -1 (* z (+ (* -1 (/ (+ x y) z)) (* 1/2 (pow y 2))))) |
(* -1 (* z (+ (* -1 (/ (+ x y) z)) (* 1/2 (pow y 2))))) |
(* -1 (* z (+ (* -1 (/ (+ x y) z)) (* 1/2 (pow y 2))))) |
(* y (+ 1 (* -1/2 (* y z)))) |
(+ x (* y (+ 1 (* -1/2 (* y z))))) |
(+ x (* y (+ 1 (* -1/2 (* y z))))) |
(+ x (* y (+ 1 (* -1/2 (* y z))))) |
x |
(* x (+ 1 (/ (* y (+ 1 (* -1/2 (* y z)))) x))) |
(* x (+ 1 (/ (* y (+ 1 (* -1/2 (* y z)))) x))) |
(* x (+ 1 (/ (* y (+ 1 (* -1/2 (* y z)))) x))) |
x |
(* -1 (* x (- (* -1 (/ (* y (+ 1 (* -1/2 (* y z)))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (* y (+ 1 (* -1/2 (* y z)))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (* y (+ 1 (* -1/2 (* y z)))) x)) 1))) |
1 |
(+ 1 (* -1/2 (* y z))) |
(+ 1 (* -1/2 (* y z))) |
(+ 1 (* -1/2 (* y z))) |
(* -1/2 (* y z)) |
(* y (+ (* -1/2 z) (/ 1 y))) |
(* y (+ (* -1/2 z) (/ 1 y))) |
(* y (+ (* -1/2 z) (/ 1 y))) |
(* -1/2 (* y z)) |
(* -1 (* y (- (* 1/2 z) (/ 1 y)))) |
(* -1 (* y (- (* 1/2 z) (/ 1 y)))) |
(* -1 (* y (- (* 1/2 z) (/ 1 y)))) |
1 |
(+ 1 (* -1/2 (* y z))) |
(+ 1 (* -1/2 (* y z))) |
(+ 1 (* -1/2 (* y z))) |
(* -1/2 (* y z)) |
(* z (+ (* -1/2 y) (/ 1 z))) |
(* z (+ (* -1/2 y) (/ 1 z))) |
(* z (+ (* -1/2 y) (/ 1 z))) |
(* -1/2 (* y z)) |
(* -1 (* z (- (* 1/2 y) (/ 1 z)))) |
(* -1 (* z (- (* 1/2 y) (/ 1 z)))) |
(* -1 (* z (- (* 1/2 y) (/ 1 z)))) |
(* -1/2 z) |
(* -1/2 z) |
(* -1/2 z) |
(* -1/2 z) |
(* -1/2 z) |
(* -1/2 z) |
(* -1/2 z) |
(* -1/2 z) |
(* -1/2 z) |
(* -1/2 z) |
(* -1/2 z) |
(* -1/2 z) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
z |
(+ z (* -1/2 (* (pow y 2) z))) |
(+ z (* (pow y 2) (+ (* -1/2 z) (* 1/24 (* (pow y 2) z))))) |
(+ z (* (pow y 2) (+ (* -1/2 z) (* (pow y 2) (+ (* -1/720 (* (pow y 2) z)) (* 1/24 z)))))) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
(* z (cos y)) |
1 |
(+ 1 (* -1/2 (pow y 2))) |
(+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) |
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2))) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
(sin y) |
(+ (sin y) (* z (cos y))) |
(+ (sin y) (* z (cos y))) |
(+ (sin y) (* z (cos y))) |
(* z (cos y)) |
(* z (+ (cos y) (/ (sin y) z))) |
(* z (+ (cos y) (/ (sin y) z))) |
(* z (+ (cos y) (/ (sin y) z))) |
(* z (cos y)) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (sin y) z))))) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (sin y) z))))) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (sin y) z))))) |
z |
(+ y z) |
(+ z (* y (+ 1 (* -1/2 (* y z))))) |
(+ z (* y (+ 1 (* y (+ (* -1/2 z) (* -1/6 y)))))) |
(+ (sin y) (* z (cos y))) |
(+ (sin y) (* z (cos y))) |
(+ (sin y) (* z (cos y))) |
(+ (sin y) (* z (cos y))) |
(+ (sin y) (* z (cos y))) |
(+ (sin y) (* z (cos y))) |
(+ (sin y) (* z (cos y))) |
(+ (sin y) (* z (cos y))) |
y |
(* y (+ 1 (* -1/6 (pow y 2)))) |
(* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))) |
(* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
| Outputs |
|---|
(sin y) |
(sin.f64 y) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
x |
(* x (+ 1 (/ (sin y) x))) |
(+.f64 (sin.f64 y) x) |
(* x (+ 1 (/ (sin y) x))) |
(+.f64 (sin.f64 y) x) |
(* x (+ 1 (/ (sin y) x))) |
(+.f64 (sin.f64 y) x) |
x |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(+.f64 (sin.f64 y) x) |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(+.f64 (sin.f64 y) x) |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(+.f64 (sin.f64 y) x) |
x |
(+ x y) |
(+.f64 y x) |
(+ x (* y (+ 1 (* -1/6 (pow y 2))))) |
(fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) x) |
(+ x (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))))) |
(fma.f64 y (fma.f64 (*.f64 y y) (fma.f64 y (*.f64 y #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) #s(literal 1 binary64)) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ (sin y) (* z (cos y))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 (sin.f64 y) x)) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 (sin.f64 y) x)) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 (sin.f64 y) x)) |
x |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(fma.f64 x (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) (sin.f64 y)) |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(fma.f64 x (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) (sin.f64 y)) |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(fma.f64 x (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) (sin.f64 y)) |
x |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(fma.f64 x (/.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) x) |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(fma.f64 x (/.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) x) |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(fma.f64 x (/.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) x) |
(+ x z) |
(+.f64 x z) |
(+ x (+ y z)) |
(+.f64 y (+.f64 x z)) |
(+ x (+ z (* y (+ 1 (* -1/2 (* y z)))))) |
(+.f64 x (fma.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64)) y)) |
(+ x (+ z (* y (+ 1 (* y (+ (* -1/2 z) (* -1/6 y))))))) |
(+.f64 z (fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) x)) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 (sin.f64 y) x)) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 (sin.f64 y) x)) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 (sin.f64 y) x)) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 (sin.f64 y) x)) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 (sin.f64 y) x)) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 (sin.f64 y) x)) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 (sin.f64 y) x)) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 (sin.f64 y) x)) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 (sin.f64 y) x)) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 (sin.f64 y) x)) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 (sin.f64 y) x)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(fma.f64 z (+.f64 (cos.f64 y) (/.f64 x z)) (sin.f64 y)) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(fma.f64 z (+.f64 (cos.f64 y) (/.f64 x z)) (sin.f64 y)) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(fma.f64 z (+.f64 (cos.f64 y) (/.f64 x z)) (sin.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(fma.f64 z (cos.f64 y) (+.f64 (sin.f64 y) x)) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(fma.f64 z (cos.f64 y) (+.f64 (sin.f64 y) x)) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(fma.f64 z (cos.f64 y) (+.f64 (sin.f64 y) x)) |
(/ 1 (sin y)) |
(/.f64 #s(literal 1 binary64) (sin.f64 y)) |
(+ (* -1 (/ x (pow (sin y) 2))) (/ 1 (sin y))) |
(-.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 x (pow.f64 (sin.f64 y) #s(literal 2 binary64)))) |
(+ (* x (- (/ x (pow (sin y) 3)) (/ 1 (pow (sin y) 2)))) (/ 1 (sin y))) |
(fma.f64 x (/.f64 x (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (-.f64 (/.f64 #s(literal 1 binary64) (sin.f64 y)) (/.f64 x (pow.f64 (sin.f64 y) #s(literal 2 binary64))))) |
(+ (* x (- (* x (+ (* -1 (/ x (pow (sin y) 4))) (/ 1 (pow (sin y) 3)))) (/ 1 (pow (sin y) 2)))) (/ 1 (sin y))) |
(fma.f64 x (fma.f64 x (-.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 x (pow.f64 (sin.f64 y) #s(literal 4 binary64)))) (/.f64 #s(literal -1 binary64) (pow.f64 (sin.f64 y) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (sin.f64 y))) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ (+ 1 (* -1 (/ (sin y) x))) x) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sin.f64 y) x)) x) |
(/ (- (+ 1 (/ (pow (sin y) 2) (pow x 2))) (/ (sin y) x)) x) |
(/.f64 (fma.f64 (/.f64 (sin.f64 y) x) (+.f64 (/.f64 (sin.f64 y) x) #s(literal -1 binary64)) #s(literal 1 binary64)) x) |
(/ (- (+ 1 (* -1 (/ (pow (sin y) 3) (pow x 3)))) (+ (* -1 (/ (pow (sin y) 2) (pow x 2))) (/ (sin y) x))) x) |
(/.f64 (-.f64 (fma.f64 (/.f64 (sin.f64 y) x) (+.f64 (/.f64 (sin.f64 y) x) #s(literal -1 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 (sin.f64 y) x) #s(literal 3 binary64))) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(* -1 (/ (- (/ (sin y) x) 1) x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sin.f64 y) x)) x) |
(* -1 (/ (- (* -1 (/ (- (/ (pow (sin y) 2) x) (sin y)) x)) 1) x)) |
(/.f64 (fma.f64 (/.f64 (sin.f64 y) x) (+.f64 (/.f64 (sin.f64 y) x) #s(literal -1 binary64)) #s(literal 1 binary64)) x) |
(* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (/ (pow (sin y) 3) x) (pow (sin y) 2)) x)) (sin y)) x)) 1) x)) |
(/.f64 (-.f64 (fma.f64 (/.f64 (sin.f64 y) x) (+.f64 (/.f64 (sin.f64 y) x) #s(literal -1 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 (sin.f64 y) x) #s(literal 3 binary64))) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(+ (* -1 (/ y (pow x 2))) (/ 1 x)) |
(-.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 y (*.f64 x x))) |
(+ (* y (- (/ y (pow x 3)) (/ 1 (pow x 2)))) (/ 1 x)) |
(fma.f64 y (/.f64 y (*.f64 x (*.f64 x x))) (-.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 y (*.f64 x x)))) |
(+ (* y (- (* y (+ (* y (- (* 1/6 (/ 1 (pow x 2))) (/ 1 (pow x 4)))) (/ 1 (pow x 3)))) (/ 1 (pow x 2)))) (/ 1 x)) |
(fma.f64 y (fma.f64 y (fma.f64 y (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 x x)) (/.f64 #s(literal -1 binary64) (pow.f64 x #s(literal 4 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) x)) |
(/ 1 (+ x (sin y))) |
(/.f64 #s(literal 1 binary64) (+.f64 (sin.f64 y) x)) |
(/ 1 (+ x (sin y))) |
(/.f64 #s(literal 1 binary64) (+.f64 (sin.f64 y) x)) |
(/ 1 (+ x (sin y))) |
(/.f64 #s(literal 1 binary64) (+.f64 (sin.f64 y) x)) |
(/ 1 (+ x (sin y))) |
(/.f64 #s(literal 1 binary64) (+.f64 (sin.f64 y) x)) |
(/ 1 (+ x (sin y))) |
(/.f64 #s(literal 1 binary64) (+.f64 (sin.f64 y) x)) |
(/ 1 (+ x (sin y))) |
(/.f64 #s(literal 1 binary64) (+.f64 (sin.f64 y) x)) |
(/ 1 (+ x (sin y))) |
(/.f64 #s(literal 1 binary64) (+.f64 (sin.f64 y) x)) |
(/ 1 (+ x (sin y))) |
(/.f64 #s(literal 1 binary64) (+.f64 (sin.f64 y) x)) |
(sin y) |
(sin.f64 y) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
x |
(* x (+ 1 (/ (sin y) x))) |
(+.f64 (sin.f64 y) x) |
(* x (+ 1 (/ (sin y) x))) |
(+.f64 (sin.f64 y) x) |
(* x (+ 1 (/ (sin y) x))) |
(+.f64 (sin.f64 y) x) |
x |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(+.f64 (sin.f64 y) x) |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(+.f64 (sin.f64 y) x) |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(+.f64 (sin.f64 y) x) |
x |
(+ x y) |
(+.f64 y x) |
(+ x (* y (+ 1 (* -1/6 (pow y 2))))) |
(fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) x) |
(+ x (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))))) |
(fma.f64 y (fma.f64 (*.f64 y y) (fma.f64 y (*.f64 y #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) #s(literal 1 binary64)) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x (sin y)) |
(+.f64 (sin.f64 y) x) |
(+ x y) |
(+.f64 y x) |
(+ x (+ y (* z (+ 1 (* -1/2 (pow y 2)))))) |
(+.f64 x (fma.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64)) y)) |
(+ x (+ y (* z (+ 1 (* -1/2 (pow y 2)))))) |
(+.f64 x (fma.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64)) y)) |
(+ x (+ y (* z (+ 1 (* -1/2 (pow y 2)))))) |
(+.f64 x (fma.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64)) y)) |
(* z (+ 1 (* -1/2 (pow y 2)))) |
(fma.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z)) z) |
(* z (+ 1 (+ (* -1/2 (pow y 2)) (+ (/ x z) (/ y z))))) |
(fma.f64 z (+.f64 (/.f64 x z) (fma.f64 y (*.f64 y #s(literal -1/2 binary64)) (/.f64 y z))) z) |
(* z (+ 1 (+ (* -1/2 (pow y 2)) (+ (/ x z) (/ y z))))) |
(fma.f64 z (+.f64 (/.f64 x z) (fma.f64 y (*.f64 y #s(literal -1/2 binary64)) (/.f64 y z))) z) |
(* z (+ 1 (+ (* -1/2 (pow y 2)) (+ (/ x z) (/ y z))))) |
(fma.f64 z (+.f64 (/.f64 x z) (fma.f64 y (*.f64 y #s(literal -1/2 binary64)) (/.f64 y z))) z) |
(* -1 (* z (- (* 1/2 (pow y 2)) 1))) |
(fma.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z)) z) |
(* -1 (* z (- (+ (* -1 (/ (+ x y) z)) (* 1/2 (pow y 2))) 1))) |
(-.f64 (fma.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z)) z) (-.f64 (neg.f64 x) y)) |
(* -1 (* z (- (+ (* -1 (/ (+ x y) z)) (* 1/2 (pow y 2))) 1))) |
(-.f64 (fma.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z)) z) (-.f64 (neg.f64 x) y)) |
(* -1 (* z (- (+ (* -1 (/ (+ x y) z)) (* 1/2 (pow y 2))) 1))) |
(-.f64 (fma.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z)) z) (-.f64 (neg.f64 x) y)) |
(+ x z) |
(+.f64 x z) |
(+ x (+ y z)) |
(+.f64 y (+.f64 x z)) |
(+ x (+ z (* y (+ 1 (* -1/2 (* y z)))))) |
(+.f64 x (fma.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64)) y)) |
(+ x (+ z (* y (+ 1 (* -1/2 (* y z)))))) |
(+.f64 x (fma.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64)) y)) |
(* -1/2 (* (pow y 2) z)) |
(*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z))) |
(* (pow y 2) (+ (* -1/2 z) (/ 1 y))) |
(fma.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z)) y) |
(* (pow y 2) (+ (* -1/2 z) (+ (/ 1 y) (+ (/ x (pow y 2)) (/ z (pow y 2)))))) |
(*.f64 y (+.f64 (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 z y))) |
(* (pow y 2) (+ (* -1/2 z) (+ (/ 1 y) (+ (/ x (pow y 2)) (/ z (pow y 2)))))) |
(*.f64 y (+.f64 (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 z y))) |
(* -1/2 (* (pow y 2) z)) |
(*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z))) |
(* (pow y 2) (+ (* -1/2 z) (/ 1 y))) |
(fma.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z)) y) |
(* (pow y 2) (+ (* -1 (/ (- (* -1 (/ (+ x z) y)) 1) y)) (* -1/2 z))) |
(fma.f64 y (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 x z) y)) (*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z)))) |
(* (pow y 2) (+ (* -1 (/ (- (* -1 (/ (+ x z) y)) 1) y)) (* -1/2 z))) |
(fma.f64 y (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 x z) y)) (*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z)))) |
(+ z (* y (+ 1 (* -1/2 (* y z))))) |
(fma.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64)) y) |
(+ x (+ z (* y (+ 1 (* -1/2 (* y z)))))) |
(+.f64 x (fma.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64)) y)) |
(+ x (+ z (* y (+ 1 (* -1/2 (* y z)))))) |
(+.f64 x (fma.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64)) y)) |
(+ x (+ z (* y (+ 1 (* -1/2 (* y z)))))) |
(+.f64 x (fma.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64)) y)) |
x |
(* x (+ 1 (+ (/ z x) (/ (* y (+ 1 (* -1/2 (* y z)))) x)))) |
(fma.f64 x (/.f64 z x) (-.f64 x (*.f64 y (fma.f64 y (*.f64 z #s(literal 1/2 binary64)) #s(literal -1 binary64))))) |
(* x (+ 1 (+ (/ z x) (/ (* y (+ 1 (* -1/2 (* y z)))) x)))) |
(fma.f64 x (/.f64 z x) (-.f64 x (*.f64 y (fma.f64 y (*.f64 z #s(literal 1/2 binary64)) #s(literal -1 binary64))))) |
(* x (+ 1 (+ (/ z x) (/ (* y (+ 1 (* -1/2 (* y z)))) x)))) |
(fma.f64 x (/.f64 z x) (-.f64 x (*.f64 y (fma.f64 y (*.f64 z #s(literal 1/2 binary64)) #s(literal -1 binary64))))) |
x |
(* -1 (* x (- (* -1 (/ (+ z (* y (+ 1 (* -1/2 (* y z))))) x)) 1))) |
(fma.f64 x (/.f64 (fma.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64)) y) x) x) |
(* -1 (* x (- (* -1 (/ (+ z (* y (+ 1 (* -1/2 (* y z))))) x)) 1))) |
(fma.f64 x (/.f64 (fma.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64)) y) x) x) |
(* -1 (* x (- (* -1 (/ (+ z (* y (+ 1 (* -1/2 (* y z))))) x)) 1))) |
(fma.f64 x (/.f64 (fma.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64)) y) x) x) |
x |
(+ x y) |
(+.f64 y x) |
(+ x (* y (+ 1 (* -1/2 (* y z))))) |
(fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) |
(+ x (* y (+ 1 (* -1/2 (* y z))))) |
(fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) |
(* -1/2 (* (pow y 2) z)) |
(*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z))) |
(* (pow y 2) (+ (* -1/2 z) (/ 1 y))) |
(fma.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z)) y) |
(* (pow y 2) (+ (* -1/2 z) (+ (/ 1 y) (/ x (pow y 2))))) |
(*.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(* (pow y 2) (+ (* -1/2 z) (+ (/ 1 y) (/ x (pow y 2))))) |
(*.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(* -1/2 (* (pow y 2) z)) |
(*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z))) |
(* (pow y 2) (+ (* -1/2 z) (/ 1 y))) |
(fma.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z)) y) |
(* (pow y 2) (+ (* -1 (/ (- (* -1 (/ x y)) 1) y)) (* -1/2 z))) |
(*.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(* (pow y 2) (+ (* -1 (/ (- (* -1 (/ x y)) 1) y)) (* -1/2 z))) |
(*.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(+ x y) |
(+.f64 y x) |
(+ x (+ y (* -1/2 (* (pow y 2) z)))) |
(fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) |
(+ x (+ y (* -1/2 (* (pow y 2) z)))) |
(fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) |
(+ x (+ y (* -1/2 (* (pow y 2) z)))) |
(fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) |
(* -1/2 (* (pow y 2) z)) |
(*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z))) |
(* z (+ (* -1/2 (pow y 2)) (+ (/ x z) (/ y z)))) |
(*.f64 z (+.f64 (/.f64 x z) (fma.f64 y (*.f64 y #s(literal -1/2 binary64)) (/.f64 y z)))) |
(* z (+ (* -1/2 (pow y 2)) (+ (/ x z) (/ y z)))) |
(*.f64 z (+.f64 (/.f64 x z) (fma.f64 y (*.f64 y #s(literal -1/2 binary64)) (/.f64 y z)))) |
(* z (+ (* -1/2 (pow y 2)) (+ (/ x z) (/ y z)))) |
(*.f64 z (+.f64 (/.f64 x z) (fma.f64 y (*.f64 y #s(literal -1/2 binary64)) (/.f64 y z)))) |
(* -1/2 (* (pow y 2) z)) |
(*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z))) |
(* -1 (* z (+ (* -1 (/ (+ x y) z)) (* 1/2 (pow y 2))))) |
(-.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z))) (-.f64 (neg.f64 x) y)) |
(* -1 (* z (+ (* -1 (/ (+ x y) z)) (* 1/2 (pow y 2))))) |
(-.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z))) (-.f64 (neg.f64 x) y)) |
(* -1 (* z (+ (* -1 (/ (+ x y) z)) (* 1/2 (pow y 2))))) |
(-.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z))) (-.f64 (neg.f64 x) y)) |
(* y (+ 1 (* -1/2 (* y z)))) |
(fma.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z)) y) |
(+ x (* y (+ 1 (* -1/2 (* y z))))) |
(fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) |
(+ x (* y (+ 1 (* -1/2 (* y z))))) |
(fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) |
(+ x (* y (+ 1 (* -1/2 (* y z))))) |
(fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) |
x |
(* x (+ 1 (/ (* y (+ 1 (* -1/2 (* y z)))) x))) |
(-.f64 x (*.f64 y (fma.f64 y (*.f64 z #s(literal 1/2 binary64)) #s(literal -1 binary64)))) |
(* x (+ 1 (/ (* y (+ 1 (* -1/2 (* y z)))) x))) |
(-.f64 x (*.f64 y (fma.f64 y (*.f64 z #s(literal 1/2 binary64)) #s(literal -1 binary64)))) |
(* x (+ 1 (/ (* y (+ 1 (* -1/2 (* y z)))) x))) |
(-.f64 x (*.f64 y (fma.f64 y (*.f64 z #s(literal 1/2 binary64)) #s(literal -1 binary64)))) |
x |
(* -1 (* x (- (* -1 (/ (* y (+ 1 (* -1/2 (* y z)))) x)) 1))) |
(-.f64 x (*.f64 y (fma.f64 y (*.f64 z #s(literal 1/2 binary64)) #s(literal -1 binary64)))) |
(* -1 (* x (- (* -1 (/ (* y (+ 1 (* -1/2 (* y z)))) x)) 1))) |
(-.f64 x (*.f64 y (fma.f64 y (*.f64 z #s(literal 1/2 binary64)) #s(literal -1 binary64)))) |
(* -1 (* x (- (* -1 (/ (* y (+ 1 (* -1/2 (* y z)))) x)) 1))) |
(-.f64 x (*.f64 y (fma.f64 y (*.f64 z #s(literal 1/2 binary64)) #s(literal -1 binary64)))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (* y z))) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(+ 1 (* -1/2 (* y z))) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(+ 1 (* -1/2 (* y z))) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(* -1/2 (* y z)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 y z)) |
(* y (+ (* -1/2 z) (/ 1 y))) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(* y (+ (* -1/2 z) (/ 1 y))) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(* y (+ (* -1/2 z) (/ 1 y))) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(* -1/2 (* y z)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 y z)) |
(* -1 (* y (- (* 1/2 z) (/ 1 y)))) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(* -1 (* y (- (* 1/2 z) (/ 1 y)))) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(* -1 (* y (- (* 1/2 z) (/ 1 y)))) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (* y z))) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(+ 1 (* -1/2 (* y z))) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(+ 1 (* -1/2 (* y z))) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(* -1/2 (* y z)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 y z)) |
(* z (+ (* -1/2 y) (/ 1 z))) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(* z (+ (* -1/2 y) (/ 1 z))) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(* z (+ (* -1/2 y) (/ 1 z))) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(* -1/2 (* y z)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 y z)) |
(* -1 (* z (- (* 1/2 y) (/ 1 z)))) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(* -1 (* z (- (* 1/2 y) (/ 1 z)))) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(* -1 (* z (- (* 1/2 y) (/ 1 z)))) |
(fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(* -1/2 z) |
(*.f64 z #s(literal -1/2 binary64)) |
(* -1/2 z) |
(*.f64 z #s(literal -1/2 binary64)) |
(* -1/2 z) |
(*.f64 z #s(literal -1/2 binary64)) |
(* -1/2 z) |
(*.f64 z #s(literal -1/2 binary64)) |
(* -1/2 z) |
(*.f64 z #s(literal -1/2 binary64)) |
(* -1/2 z) |
(*.f64 z #s(literal -1/2 binary64)) |
(* -1/2 z) |
(*.f64 z #s(literal -1/2 binary64)) |
(* -1/2 z) |
(*.f64 z #s(literal -1/2 binary64)) |
(* -1/2 z) |
(*.f64 z #s(literal -1/2 binary64)) |
(* -1/2 z) |
(*.f64 z #s(literal -1/2 binary64)) |
(* -1/2 z) |
(*.f64 z #s(literal -1/2 binary64)) |
(* -1/2 z) |
(*.f64 z #s(literal -1/2 binary64)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
z |
(+ z (* -1/2 (* (pow y 2) z))) |
(fma.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z)) z) |
(+ z (* (pow y 2) (+ (* -1/2 z) (* 1/24 (* (pow y 2) z))))) |
(fma.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(+ z (* (pow y 2) (+ (* -1/2 z) (* (pow y 2) (+ (* -1/720 (* (pow y 2) z)) (* 1/24 z)))))) |
(fma.f64 (*.f64 y y) (fma.f64 (*.f64 (*.f64 y y) z) (fma.f64 (*.f64 y y) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) (*.f64 z #s(literal -1/2 binary64))) z) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (pow y 2))) |
(fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64)) |
(+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) |
(fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2))) |
(fma.f64 (*.f64 y y) (fma.f64 y (*.f64 y (fma.f64 (*.f64 y y) #s(literal -1/720 binary64) #s(literal 1/24 binary64))) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(sin y) |
(sin.f64 y) |
(+ (sin y) (* z (cos y))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(+ (sin y) (* z (cos y))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(+ (sin y) (* z (cos y))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (+ (cos y) (/ (sin y) z))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(* z (+ (cos y) (/ (sin y) z))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(* z (+ (cos y) (/ (sin y) z))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (sin y) z))))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (sin y) z))))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (sin y) z))))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
z |
(+ y z) |
(+.f64 y z) |
(+ z (* y (+ 1 (* -1/2 (* y z))))) |
(fma.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64)) y) |
(+ z (* y (+ 1 (* y (+ (* -1/2 z) (* -1/6 y)))))) |
(fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) z) |
(+ (sin y) (* z (cos y))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(+ (sin y) (* z (cos y))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(+ (sin y) (* z (cos y))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(+ (sin y) (* z (cos y))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(+ (sin y) (* z (cos y))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(+ (sin y) (* z (cos y))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(+ (sin y) (* z (cos y))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(+ (sin y) (* z (cos y))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
y |
(* y (+ 1 (* -1/6 (pow y 2)))) |
(fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) |
(* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))) |
(fma.f64 (fma.f64 y (*.f64 y #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (*.f64 y (*.f64 y y)) y) |
(* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))) |
(fma.f64 (fma.f64 (*.f64 y y) (fma.f64 y (*.f64 y #s(literal -1/5040 binary64)) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (*.f64 y (*.f64 y y)) y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
Compiled 17 341 to 1 535 computations (91.1% saved)
21 alts after pruning (18 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 785 | 14 | 799 |
| Fresh | 4 | 4 | 8 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 0 | 0 |
| Total | 791 | 21 | 812 |
| Status | Accuracy | Program |
|---|---|---|
| 69.6% | (fma.f64 (-.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)) (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (/.f64 #s(literal 1 binary64) (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))) x) | |
| ▶ | 24.1% | (fma.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
| ✓ | 61.4% | (fma.f64 z (cos.f64 y) (sin.f64 y)) |
| ▶ | 46.5% | (fma.f64 z #s(literal 1 binary64) (sin.f64 y)) |
| 30.5% | (fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) z) | |
| ▶ | 90.4% | (fma.f64 x (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) (sin.f64 y)) |
| 36.7% | (/.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))) | |
| 61.3% | (+.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (*.f64 z (cos.f64 y))) | |
| 62.0% | (+.f64 (sin.f64 y) x) | |
| 41.4% | (+.f64 z (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x)))) | |
| ▶ | 65.5% | (+.f64 z (+.f64 y x)) |
| 63.2% | (+.f64 z x) | |
| 31.6% | (+.f64 y z) | |
| 43.2% | (+.f64 y x) | |
| 77.5% | (+.f64 x (*.f64 z (cos.f64 y))) | |
| 24.0% | (*.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64))) | |
| ✓ | 39.6% | (*.f64 z (cos.f64 y)) |
| 2.9% | (*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z))) | |
| 23.7% | (sin.f64 y) | |
| ▶ | 25.5% | z |
| ✓ | 40.7% | x |
Compiled 502 to 308 computations (38.6% saved)
| 1× | egg-herbie |
Found 12 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sin.f64 y) |
| ✓ | cost-diff | 192 | (fma.f64 z #s(literal 1 binary64) (sin.f64 y)) |
| ✓ | cost-diff | 0 | (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 y y) |
| ✓ | cost-diff | 0 | (fma.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
| ✓ | cost-diff | 0 | (+.f64 y x) |
| ✓ | cost-diff | 0 | (+.f64 z (+.f64 y x)) |
| ✓ | cost-diff | 0 | (/.f64 z x) |
| ✓ | cost-diff | 0 | (cos.f64 y) |
| ✓ | cost-diff | 0 | (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) |
| ✓ | cost-diff | 896 | (fma.f64 x (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) (sin.f64 y)) |
| 5 146× | /-lowering-/.f32 |
| 5 146× | /-lowering-/.f64 |
| 4 680× | *-lowering-*.f32 |
| 4 680× | *-lowering-*.f64 |
| 4 348× | associate-*r/ |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 23 | 91 |
| 1 | 61 | 91 |
| 2 | 190 | 91 |
| 3 | 534 | 87 |
| 4 | 843 | 87 |
| 5 | 1049 | 87 |
| 6 | 2158 | 87 |
| 7 | 3000 | 87 |
| 8 | 3386 | 87 |
| 9 | 3413 | 87 |
| 10 | 3518 | 87 |
| 11 | 4081 | 87 |
| 12 | 4475 | 87 |
| 13 | 4612 | 87 |
| 14 | 5026 | 87 |
| 15 | 5461 | 87 |
| 16 | 5818 | 87 |
| 17 | 6158 | 87 |
| 18 | 6531 | 87 |
| 19 | 6739 | 87 |
| 20 | 6830 | 87 |
| 21 | 7027 | 87 |
| 0 | 9804 | 81 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* x (+ (* (cos y) (/ z x)) 1)) (sin y)) |
x |
(+ (* (cos y) (/ z x)) 1) |
(cos y) |
y |
(/ z x) |
z |
1 |
(sin y) |
z |
(+ z (+ y x)) |
z |
(+ y x) |
y |
x |
(+ (* (* y y) (* z (+ (* (* y y) 1/24) -1/2))) z) |
(* y y) |
y |
(* z (+ (* (* y y) 1/24) -1/2)) |
z |
(+ (* (* y y) 1/24) -1/2) |
1/24 |
-1/2 |
(+ (* z 1) (sin y)) |
z |
1 |
(sin y) |
y |
| Outputs |
|---|
(+ (* x (+ (* (cos y) (/ z x)) 1)) (sin y)) |
(+.f64 x (fma.f64 (cos.f64 y) z (sin.f64 y))) |
x |
(+ (* (cos y) (/ z x)) 1) |
(fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) |
(cos y) |
(cos.f64 y) |
y |
(/ z x) |
(/.f64 z x) |
z |
1 |
#s(literal 1 binary64) |
(sin y) |
(sin.f64 y) |
z |
(+ z (+ y x)) |
(+.f64 y (+.f64 x z)) |
z |
(+ y x) |
(+.f64 x y) |
y |
x |
(+ (* (* y y) (* z (+ (* (* y y) 1/24) -1/2))) z) |
(fma.f64 y (*.f64 z (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) z) |
(* y y) |
(*.f64 y y) |
y |
(* z (+ (* (* y y) 1/24) -1/2)) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
z |
(+ (* (* y y) 1/24) -1/2) |
(fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) |
1/24 |
#s(literal 1/24 binary64) |
-1/2 |
#s(literal -1/2 binary64) |
(+ (* z 1) (sin y)) |
(+.f64 z (sin.f64 y)) |
z |
1 |
#s(literal 1 binary64) |
(sin y) |
(sin.f64 y) |
y |
Found 12 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (sin.f64 y) |
| ✓ | accuracy | 100.0% | (fma.f64 z #s(literal 1 binary64) (sin.f64 y)) |
| ✓ | accuracy | 100.0% | (*.f64 y y) |
| ✓ | accuracy | 99.9% | (fma.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
| ✓ | accuracy | 99.5% | (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) |
| ✓ | accuracy | 95.1% | (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
| ✓ | accuracy | 100.0% | (+.f64 z (+.f64 y x)) |
| ✓ | accuracy | 100.0% | (+.f64 y x) |
| ✓ | accuracy | 100.0% | (sin.f64 y) |
| ✓ | accuracy | 100.0% | (cos.f64 y) |
| ✓ | accuracy | 99.9% | (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) |
| ✓ | accuracy | 90.4% | (fma.f64 x (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) (sin.f64 y)) |
| 87.0ms | 256× | 0 | valid |
Compiled 87 to 25 computations (71.3% saved)
ival-add: 34.0ms (50.4% of total)ival-cos: 12.0ms (17.8% of total)ival-mult: 10.0ms (14.8% of total)ival-sin: 6.0ms (8.9% of total)const: 3.0ms (4.4% of total)ival-div: 2.0ms (3% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| Inputs |
|---|
#<alt (+ (* x (+ (* (cos y) (/ z x)) 1)) (sin y))> |
#<alt (+ (* (cos y) (/ z x)) 1)> |
#<alt (cos y)> |
#<alt (/ z x)> |
#<alt (+ z (+ y x))> |
#<alt (+ y x)> |
#<alt (+ (* (* y y) (* z (+ (* (* y y) 1/24) -1/2))) z)> |
#<alt (* y y)> |
#<alt (* z (+ (* (* y y) 1/24) -1/2))> |
#<alt (+ (* (* y y) 1/24) -1/2)> |
#<alt (+ (* z 1) (sin y))> |
#<alt (sin y)> |
| Outputs |
|---|
#<alt (+ (sin y) (* z (cos y)))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt x> |
#<alt (* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x))))> |
#<alt (* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x))))> |
#<alt (* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x))))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1)))> |
#<alt (* x (+ 1 (/ z x)))> |
#<alt (+ y (* x (+ 1 (/ z x))))> |
#<alt (+ (* x (+ 1 (/ z x))) (* y (+ 1 (* -1/2 (* y z)))))> |
#<alt (+ (* x (+ 1 (/ z x))) (* y (+ 1 (* y (+ (* -1/2 z) (* -1/6 y))))))> |
#<alt (+ (sin y) (* x (+ 1 (/ (* z (cos y)) x))))> |
#<alt (+ (sin y) (* x (+ 1 (/ (* z (cos y)) x))))> |
#<alt (+ (sin y) (* x (+ 1 (/ (* z (cos y)) x))))> |
#<alt (+ (sin y) (* x (+ 1 (/ (* z (cos y)) x))))> |
#<alt (+ (sin y) (* x (+ 1 (/ (* z (cos y)) x))))> |
#<alt (+ (sin y) (* x (+ 1 (/ (* z (cos y)) x))))> |
#<alt (+ (sin y) (* x (+ 1 (/ (* z (cos y)) x))))> |
#<alt (+ (sin y) (* x (+ 1 (/ (* z (cos y)) x))))> |
#<alt (+ x (sin y))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (* z (cos y))> |
#<alt (* z (+ (cos y) (+ (/ x z) (/ (sin y) z))))> |
#<alt (* z (+ (cos y) (+ (/ x z) (/ (sin y) z))))> |
#<alt (* z (+ (cos y) (+ (/ x z) (/ (sin y) z))))> |
#<alt (* z (cos y))> |
#<alt (* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z)))))> |
#<alt (* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z)))))> |
#<alt (* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z)))))> |
#<alt (+ 1 (/ z x))> |
#<alt (+ 1 (+ (* -1/2 (/ (* (pow y 2) z) x)) (/ z x)))> |
#<alt (+ 1 (+ (* (pow y 2) (+ (* -1/2 (/ z x)) (* 1/24 (/ (* (pow y 2) z) x)))) (/ z x)))> |
#<alt (+ 1 (+ (* (pow y 2) (+ (* -1/2 (/ z x)) (* (pow y 2) (+ (* -1/720 (/ (* (pow y 2) z) x)) (* 1/24 (/ z x)))))) (/ z x)))> |
#<alt (+ 1 (/ (* z (cos y)) x))> |
#<alt (+ 1 (/ (* z (cos y)) x))> |
#<alt (+ 1 (/ (* z (cos y)) x))> |
#<alt (+ 1 (/ (* z (cos y)) x))> |
#<alt (+ 1 (/ (* z (cos y)) x))> |
#<alt (+ 1 (/ (* z (cos y)) x))> |
#<alt (+ 1 (/ (* z (cos y)) x))> |
#<alt (+ 1 (/ (* z (cos y)) x))> |
#<alt 1> |
#<alt (+ 1 (/ (* z (cos y)) x))> |
#<alt (+ 1 (/ (* z (cos y)) x))> |
#<alt (+ 1 (/ (* z (cos y)) x))> |
#<alt (/ (* z (cos y)) x)> |
#<alt (* z (+ (/ 1 z) (/ (cos y) x)))> |
#<alt (* z (+ (/ 1 z) (/ (cos y) x)))> |
#<alt (* z (+ (/ 1 z) (/ (cos y) x)))> |
#<alt (/ (* z (cos y)) x)> |
#<alt (* -1 (* z (- (* -1 (/ (cos y) x)) (/ 1 z))))> |
#<alt (* -1 (* z (- (* -1 (/ (cos y) x)) (/ 1 z))))> |
#<alt (* -1 (* z (- (* -1 (/ (cos y) x)) (/ 1 z))))> |
#<alt (/ (* z (cos y)) x)> |
#<alt (/ (+ x (* z (cos y))) x)> |
#<alt (/ (+ x (* z (cos y))) x)> |
#<alt (/ (+ x (* z (cos y))) x)> |
#<alt 1> |
#<alt (+ 1 (/ (* z (cos y)) x))> |
#<alt (+ 1 (/ (* z (cos y)) x))> |
#<alt (+ 1 (/ (* z (cos y)) x))> |
#<alt 1> |
#<alt (+ 1 (/ (* z (cos y)) x))> |
#<alt (+ 1 (/ (* z (cos y)) x))> |
#<alt (+ 1 (/ (* z (cos y)) x))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (pow y 2)))> |
#<alt (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))> |
#<alt (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2)))> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (+ x y)> |
#<alt (+ x (+ y z))> |
#<alt (+ x (+ y z))> |
#<alt (+ x (+ y z))> |
#<alt z> |
#<alt (* z (+ 1 (+ (/ x z) (/ y z))))> |
#<alt (* z (+ 1 (+ (/ x z) (/ y z))))> |
#<alt (* z (+ 1 (+ (/ x z) (/ y z))))> |
#<alt z> |
#<alt (* -1 (* z (- (* -1 (/ (+ x y) z)) 1)))> |
#<alt (* -1 (* z (- (* -1 (/ (+ x y) z)) 1)))> |
#<alt (* -1 (* z (- (* -1 (/ (+ x y) z)) 1)))> |
#<alt (+ x z)> |
#<alt (+ x (+ y z))> |
#<alt (+ x (+ y z))> |
#<alt (+ x (+ y z))> |
#<alt y> |
#<alt (* y (+ 1 (+ (/ x y) (/ z y))))> |
#<alt (* y (+ 1 (+ (/ x y) (/ z y))))> |
#<alt (* y (+ 1 (+ (/ x y) (/ z y))))> |
#<alt y> |
#<alt (* -1 (* y (- (* -1 (/ (+ x z) y)) 1)))> |
#<alt (* -1 (* y (- (* -1 (/ (+ x z) y)) 1)))> |
#<alt (* -1 (* y (- (* -1 (/ (+ x z) y)) 1)))> |
#<alt (+ y z)> |
#<alt (+ x (+ y z))> |
#<alt (+ x (+ y z))> |
#<alt (+ x (+ y z))> |
#<alt x> |
#<alt (* x (+ 1 (+ (/ y x) (/ z x))))> |
#<alt (* x (+ 1 (+ (/ y x) (/ z x))))> |
#<alt (* x (+ 1 (+ (/ y x) (/ z x))))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ (+ y z) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (+ y z) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (+ y z) x)) 1)))> |
#<alt x> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt y> |
#<alt (* y (+ 1 (/ x y)))> |
#<alt (* y (+ 1 (/ x y)))> |
#<alt (* y (+ 1 (/ x y)))> |
#<alt y> |
#<alt (* -1 (* y (- (* -1 (/ x y)) 1)))> |
#<alt (* -1 (* y (- (* -1 (/ x y)) 1)))> |
#<alt (* -1 (* y (- (* -1 (/ x y)) 1)))> |
#<alt y> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt x> |
#<alt (* x (+ 1 (/ y x)))> |
#<alt (* x (+ 1 (/ y x)))> |
#<alt (* x (+ 1 (/ y x)))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ y x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ y x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ y x)) 1)))> |
#<alt z> |
#<alt (+ z (* -1/2 (* (pow y 2) z)))> |
#<alt (+ z (* (pow y 2) (+ (* -1/2 z) (* 1/24 (* (pow y 2) z)))))> |
#<alt (+ z (* (pow y 2) (+ (* -1/2 z) (* 1/24 (* (pow y 2) z)))))> |
#<alt (* 1/24 (* (pow y 4) z))> |
#<alt (* (pow y 4) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z)))> |
#<alt (* (pow y 4) (+ (* -1/2 (/ z (pow y 2))) (+ (* 1/24 z) (/ z (pow y 4)))))> |
#<alt (* (pow y 4) (+ (* -1/2 (/ z (pow y 2))) (+ (* 1/24 z) (/ z (pow y 4)))))> |
#<alt (* 1/24 (* (pow y 4) z))> |
#<alt (* (pow y 4) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z)))> |
#<alt (* (pow y 4) (+ (* -1/2 (/ z (pow y 2))) (+ (* 1/24 z) (/ z (pow y 4)))))> |
#<alt (* (pow y 4) (+ (* -1/2 (/ z (pow y 2))) (+ (* 1/24 z) (/ z (pow y 4)))))> |
#<alt (* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))))> |
#<alt (* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))))> |
#<alt (* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))))> |
#<alt (* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))))> |
#<alt (* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))))> |
#<alt (* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))))> |
#<alt (* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))))> |
#<alt (* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))))> |
#<alt (* -1 (* z (- (* -1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) 1)))> |
#<alt (* -1 (* z (- (* -1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) 1)))> |
#<alt (* -1 (* z (- (* -1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) 1)))> |
#<alt (* -1 (* z (- (* -1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) 1)))> |
#<alt (pow y 2)> |
#<alt (pow y 2)> |
#<alt (pow y 2)> |
#<alt (pow y 2)> |
#<alt (pow y 2)> |
#<alt (pow y 2)> |
#<alt (pow y 2)> |
#<alt (pow y 2)> |
#<alt (pow y 2)> |
#<alt (pow y 2)> |
#<alt (pow y 2)> |
#<alt (pow y 2)> |
#<alt (* z (- (* 1/24 (pow y 2)) 1/2))> |
#<alt (* z (- (* 1/24 (pow y 2)) 1/2))> |
#<alt (* z (- (* 1/24 (pow y 2)) 1/2))> |
#<alt (* z (- (* 1/24 (pow y 2)) 1/2))> |
#<alt (* z (- (* 1/24 (pow y 2)) 1/2))> |
#<alt (* z (- (* 1/24 (pow y 2)) 1/2))> |
#<alt (* z (- (* 1/24 (pow y 2)) 1/2))> |
#<alt (* z (- (* 1/24 (pow y 2)) 1/2))> |
#<alt (* z (- (* 1/24 (pow y 2)) 1/2))> |
#<alt (* z (- (* 1/24 (pow y 2)) 1/2))> |
#<alt (* z (- (* 1/24 (pow y 2)) 1/2))> |
#<alt (* z (- (* 1/24 (pow y 2)) 1/2))> |
#<alt (* -1/2 z)> |
#<alt (+ (* -1/2 z) (* 1/24 (* (pow y 2) z)))> |
#<alt (+ (* -1/2 z) (* 1/24 (* (pow y 2) z)))> |
#<alt (+ (* -1/2 z) (* 1/24 (* (pow y 2) z)))> |
#<alt (* 1/24 (* (pow y 2) z))> |
#<alt (* (pow y 2) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z)))> |
#<alt (* (pow y 2) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z)))> |
#<alt (* (pow y 2) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z)))> |
#<alt (* 1/24 (* (pow y 2) z))> |
#<alt (* (pow y 2) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z)))> |
#<alt (* (pow y 2) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z)))> |
#<alt (* (pow y 2) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z)))> |
#<alt -1/2> |
#<alt (- (* 1/24 (pow y 2)) 1/2)> |
#<alt (- (* 1/24 (pow y 2)) 1/2)> |
#<alt (- (* 1/24 (pow y 2)) 1/2)> |
#<alt (* 1/24 (pow y 2))> |
#<alt (* (pow y 2) (- 1/24 (* 1/2 (/ 1 (pow y 2)))))> |
#<alt (* (pow y 2) (- 1/24 (* 1/2 (/ 1 (pow y 2)))))> |
#<alt (* (pow y 2) (- 1/24 (* 1/2 (/ 1 (pow y 2)))))> |
#<alt (* 1/24 (pow y 2))> |
#<alt (* (pow y 2) (- 1/24 (* 1/2 (/ 1 (pow y 2)))))> |
#<alt (* (pow y 2) (- 1/24 (* 1/2 (/ 1 (pow y 2)))))> |
#<alt (* (pow y 2) (- 1/24 (* 1/2 (/ 1 (pow y 2)))))> |
#<alt (sin y)> |
#<alt (+ z (sin y))> |
#<alt (+ z (sin y))> |
#<alt (+ z (sin y))> |
#<alt z> |
#<alt (* z (+ 1 (/ (sin y) z)))> |
#<alt (* z (+ 1 (/ (sin y) z)))> |
#<alt (* z (+ 1 (/ (sin y) z)))> |
#<alt z> |
#<alt (* -1 (* z (- (* -1 (/ (sin y) z)) 1)))> |
#<alt (* -1 (* z (- (* -1 (/ (sin y) z)) 1)))> |
#<alt (* -1 (* z (- (* -1 (/ (sin y) z)) 1)))> |
#<alt z> |
#<alt (+ y z)> |
#<alt (+ z (* y (+ 1 (* -1/6 (pow y 2)))))> |
#<alt (+ z (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))))> |
#<alt (+ z (sin y))> |
#<alt (+ z (sin y))> |
#<alt (+ z (sin y))> |
#<alt (+ z (sin y))> |
#<alt (+ z (sin y))> |
#<alt (+ z (sin y))> |
#<alt (+ z (sin y))> |
#<alt (+ z (sin y))> |
#<alt y> |
#<alt (* y (+ 1 (* -1/6 (pow y 2))))> |
#<alt (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))))> |
#<alt (* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6))))> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
69 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | z | @ | inf | (+ (* x (+ (* (cos y) (/ z x)) 1)) (sin y)) |
| 1.0ms | z | @ | 0 | (+ (* (* y y) (* z (+ (* (* y y) 1/24) -1/2))) z) |
| 1.0ms | x | @ | 0 | (+ (* x (+ (* (cos y) (/ z x)) 1)) (sin y)) |
| 1.0ms | y | @ | inf | (+ (* x (+ (* (cos y) (/ z x)) 1)) (sin y)) |
| 1.0ms | z | @ | inf | (+ (* (* y y) (* z (+ (* (* y y) 1/24) -1/2))) z) |
| 1× | batch-egg-rewrite |
| 7 314× | accelerator-lowering-fma.f32 |
| 7 314× | accelerator-lowering-fma.f64 |
| 4 296× | *-lowering-*.f32 |
| 4 296× | *-lowering-*.f64 |
| 3 658× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 23 | 74 |
| 1 | 155 | 74 |
| 2 | 1315 | 74 |
| 0 | 8201 | 67 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* x (+ (* (cos y) (/ z x)) 1)) (sin y)) |
(+ (* (cos y) (/ z x)) 1) |
(cos y) |
(/ z x) |
(+ z (+ y x)) |
(+ y x) |
(+ (* (* y y) (* z (+ (* (* y y) 1/24) -1/2))) z) |
(* y y) |
(* z (+ (* (* y y) 1/24) -1/2)) |
(+ (* (* y y) 1/24) -1/2) |
(+ (* z 1) (sin y)) |
(sin y) |
| Outputs |
|---|
(+.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y)) |
(+.f64 (sin.f64 y) (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x)) |
(+.f64 (/.f64 (*.f64 x (*.f64 (cos.f64 y) z)) x) (+.f64 x (sin.f64 y))) |
(+.f64 (/.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))) (neg.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))))) |
(+.f64 (+.f64 (sin.f64 y) (/.f64 (*.f64 x (*.f64 (cos.f64 y) z)) x)) x) |
(-.f64 (/.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y)))) |
(-.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (sin.f64 y) (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x))) (/.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (-.f64 (sin.f64 y) (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x)))) |
(fma.f64 x (/.f64 (*.f64 (cos.f64 y) z) x) (+.f64 x (sin.f64 y))) |
(fma.f64 x (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) (sin.f64 y)) |
(fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) (+.f64 x (sin.f64 y))) |
(fma.f64 (/.f64 z x) (*.f64 (cos.f64 y) x) (+.f64 x (sin.f64 y))) |
(fma.f64 (/.f64 (*.f64 (cos.f64 y) z) x) x (+.f64 x (sin.f64 y))) |
(fma.f64 #s(literal 1 binary64) (sin.f64 y) (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x)) |
(fma.f64 (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) x (sin.f64 y)) |
(fma.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))) (neg.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))))) |
(fma.f64 (+.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 (cos.f64 y) z)) x) #s(literal 3 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (*.f64 x x) (-.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 x (*.f64 (cos.f64 y) z)) x) x)))) (sin.f64 y)) |
(fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (*.f64 x x) (*.f64 x (neg.f64 x))) (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 (*.f64 (cos.f64 y) z) x) (neg.f64 x))) (sin.f64 y)) |
(fma.f64 (*.f64 x (cos.f64 y)) (/.f64 z x) (+.f64 x (sin.f64 y))) |
(fma.f64 (*.f64 x (/.f64 z x)) (cos.f64 y) (+.f64 x (sin.f64 y))) |
(fma.f64 (*.f64 x (*.f64 (cos.f64 y) z)) (/.f64 #s(literal 1 binary64) x) (+.f64 x (sin.f64 y))) |
(fma.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (cos.f64 y) z) x) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (cos.f64 y) z) x)))) (sin.f64 y)) |
(fma.f64 (*.f64 x (+.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))) (sin.f64 y)) |
(fma.f64 (*.f64 (*.f64 (cos.f64 y) z) x) (/.f64 #s(literal 1 binary64) x) (+.f64 x (sin.f64 y))) |
(fma.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (cos.f64 y) z) x) #s(literal 3 binary64))) x) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (cos.f64 y) z) x)))) (sin.f64 y)) |
(fma.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) #s(literal -1 binary64)) x) (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))) (sin.f64 y)) |
(fma.f64 (/.f64 x x) (/.f64 (*.f64 (cos.f64 y) z) #s(literal 1 binary64)) (+.f64 x (sin.f64 y))) |
(fma.f64 (/.f64 (*.f64 (cos.f64 y) z) #s(literal 1 binary64)) (/.f64 x x) (+.f64 x (sin.f64 y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) (sin.f64 y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) (sin.f64 y))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (*.f64 (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) (*.f64 x (sin.f64 y))))) (+.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sin.f64 y) (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x)) (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x)) (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (*.f64 (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) (*.f64 x (sin.f64 y)))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) (sin.f64 y))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x)) (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (*.f64 (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) (*.f64 x (sin.f64 y))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y)))) |
(/.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64))) (-.f64 (sin.f64 y) (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))) (*.f64 (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y)) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x)) (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))))) (neg.f64 (neg.f64 (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)))) (neg.f64 (-.f64 (sin.f64 y) (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x)))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 (cos.f64 y) z)) x) #s(literal 3 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (*.f64 x x) (-.f64 (*.f64 (+.f64 x (sin.f64 y)) (+.f64 x (sin.f64 y))) (*.f64 (/.f64 (*.f64 x (*.f64 (cos.f64 y) z)) x) (+.f64 x (sin.f64 y)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (sin.f64 y) (/.f64 (*.f64 x (*.f64 (cos.f64 y) z)) x)) #s(literal 3 binary64)) (*.f64 x (*.f64 x x))) (fma.f64 (+.f64 (sin.f64 y) (/.f64 (*.f64 x (*.f64 (cos.f64 y) z)) x)) (+.f64 (sin.f64 y) (/.f64 (*.f64 x (*.f64 (cos.f64 y) z)) x)) (-.f64 (*.f64 x x) (*.f64 (+.f64 (sin.f64 y) (/.f64 (*.f64 x (*.f64 (cos.f64 y) z)) x)) x)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))) #s(literal 3 binary64))) (fma.f64 (/.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))) (/.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))) (fma.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))) (*.f64 (/.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (*.f64 x x)) (*.f64 (+.f64 x (sin.f64 y)) (+.f64 x (sin.f64 y)))) (-.f64 (/.f64 (*.f64 x (*.f64 (cos.f64 y) z)) x) (+.f64 x (sin.f64 y)))) |
(/.f64 (-.f64 (*.f64 (+.f64 (sin.f64 y) (/.f64 (*.f64 x (*.f64 (cos.f64 y) z)) x)) (+.f64 (sin.f64 y) (/.f64 (*.f64 x (*.f64 (cos.f64 y) z)) x))) (*.f64 x x)) (-.f64 (+.f64 (sin.f64 y) (/.f64 (*.f64 x (*.f64 (cos.f64 y) z)) x)) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))) (/.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y)))) (*.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))))) (+.f64 (/.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) (sin.f64 y))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) (sin.f64 y))) |
(*.f64 (+.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x)) (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64))))) |
(*.f64 (+.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (*.f64 (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) (*.f64 x (sin.f64 y))))))) |
(*.f64 (-.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y)))) |
(*.f64 (neg.f64 (+.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x)) (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)))))) |
(*.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) (sin.f64 y))))) |
(*.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (pow.f64 (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (sin.f64 y) (fma.f64 (cos.f64 y) (*.f64 (/.f64 z x) x) x)))) |
(+.f64 (/.f64 (*.f64 (cos.f64 y) z) x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (cos.f64 y) z) x)) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (cos.f64 y) z) x))) (/.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (cos.f64 y) z) x)))) |
(fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) |
(fma.f64 z (*.f64 (/.f64 #s(literal 1 binary64) x) (cos.f64 y)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 z x) (cos.f64 y) #s(literal 1 binary64)) |
(fma.f64 (/.f64 z x) (/.f64 (cos.f64 y) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (*.f64 (cos.f64 y) z) x) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 (cos.f64 y) z) x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (cos.f64 y) (/.f64 #s(literal 1 binary64) z)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (cos.f64 y) z) (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) |
(fma.f64 (neg.f64 (*.f64 (cos.f64 y) z)) (/.f64 #s(literal -1 binary64) x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (*.f64 (cos.f64 y) z) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 z #s(literal 1 binary64)) (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (neg.f64 z) #s(literal -1 binary64)) (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (cos.f64 y) x) (/.f64 z #s(literal 1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (cos.f64 y) x) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) z)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (cos.f64 y) #s(literal 1 binary64)) (/.f64 z x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (cos.f64 y) #s(literal -1 binary64)) (/.f64 z (neg.f64 x)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (/.f64 (*.f64 (cos.f64 y) z) x))) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (cos.f64 y) z) x) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (cos.f64 y) z) x)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (cos.f64 y) z) x) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (cos.f64 y) z) x)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (cos.f64 y) z) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (/.f64 (*.f64 (cos.f64 y) z) x)))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) #s(literal -1 binary64)) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (cos.f64 y) z) x) #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (cos.f64 y) z) x))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (cos.f64 y) z) x) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (/.f64 (*.f64 (cos.f64 y) z) x))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) #s(literal -1 binary64))) (neg.f64 (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (cos.f64 y) z) x))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))) (*.f64 (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64)) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (cos.f64 y) z) x)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (cos.f64 y) z) x) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (cos.f64 y) z) x)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) #s(literal -1 binary64)))) (neg.f64 (neg.f64 (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))))) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64))) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (cos.f64 y) z) x) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (cos.f64 y) z) x))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (cos.f64 y) z) x) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (/.f64 (*.f64 (cos.f64 y) z) x))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64)))) |
(*.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (cos.f64 y) z) x) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (cos.f64 y) z) x)))))) |
(*.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x)) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal -1 binary64))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (cos.f64 y) z) x)))) |
(cos.f64 y) |
(*.f64 (cos.f64 y) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (cos.f64 y)) |
(exp.f64 (*.f64 (log.f64 (/.f64 x z)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 z (neg.f64 x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 x)) (/.f64 z (neg.f64 x))) |
(neg.f64 (/.f64 z (neg.f64 x))) |
(/.f64 z x) |
(/.f64 #s(literal 1 binary64) (/.f64 x z)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 x z)))) |
(/.f64 (neg.f64 z) (neg.f64 x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x z))) |
(pow.f64 (/.f64 x z) #s(literal -1 binary64)) |
(*.f64 z (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 z x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 z x)) |
(*.f64 (neg.f64 z) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) z) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 z #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 z (neg.f64 x))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 x z)))) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 z #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (neg.f64 z) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (pow.f64 (/.f64 x z) #s(literal -1/2 binary64)) (pow.f64 (/.f64 x z) #s(literal -1/2 binary64))) |
(+.f64 x (+.f64 y z)) |
(+.f64 y (+.f64 x z)) |
(+.f64 z (+.f64 x y)) |
(+.f64 (+.f64 x y) z) |
(+.f64 (+.f64 y z) x) |
(+.f64 (/.f64 (*.f64 z z) (-.f64 z (+.f64 x y))) (neg.f64 (/.f64 (*.f64 (+.f64 x y) (+.f64 x y)) (-.f64 z (+.f64 x y))))) |
(+.f64 (+.f64 z x) y) |
(-.f64 (/.f64 (*.f64 z z) (-.f64 z (+.f64 x y))) (/.f64 (*.f64 (+.f64 x y) (+.f64 x y)) (-.f64 z (+.f64 x y)))) |
(-.f64 (/.f64 (*.f64 (+.f64 x y) (+.f64 x y)) (-.f64 (+.f64 x y) z)) (/.f64 (*.f64 z z) (-.f64 (+.f64 x y) z))) |
(-.f64 (/.f64 (*.f64 (+.f64 y z) (+.f64 y z)) (-.f64 (+.f64 y z) x)) (/.f64 (*.f64 x x) (-.f64 (+.f64 y z) x))) |
(fma.f64 x #s(literal 1 binary64) (+.f64 y z)) |
(fma.f64 z #s(literal 1 binary64) (+.f64 x y)) |
(fma.f64 #s(literal 1 binary64) x (+.f64 y z)) |
(fma.f64 #s(literal 1 binary64) z (+.f64 x y)) |
(fma.f64 #s(literal 1 binary64) (+.f64 x y) z) |
(fma.f64 (neg.f64 z) #s(literal -1 binary64) (+.f64 x y)) |
(fma.f64 (*.f64 z z) (/.f64 #s(literal 1 binary64) (-.f64 z (+.f64 x y))) (neg.f64 (/.f64 (*.f64 (+.f64 x y) (+.f64 x y)) (-.f64 z (+.f64 x y))))) |
(fma.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))) z) |
(fma.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (-.f64 (*.f64 y y) (*.f64 x y)))) z) |
(fma.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (-.f64 y x)) z) |
(fma.f64 #s(literal -1 binary64) (neg.f64 z) (+.f64 x y)) |
(fma.f64 #s(literal -1 binary64) (neg.f64 x) (+.f64 y z)) |
(fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)))) z) |
(fma.f64 (*.f64 (neg.f64 (+.f64 x y)) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 y x))) z) |
(fma.f64 (fma.f64 z (*.f64 z z) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 (*.f64 y y) (*.f64 z y)))) x) |
(fma.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 x y)) z) |
(fma.f64 (*.f64 (+.f64 y z) (-.f64 z y)) (/.f64 #s(literal 1 binary64) (-.f64 z y)) x) |
(fma.f64 (pow.f64 y #s(literal 1/2 binary64)) (pow.f64 y #s(literal 1/2 binary64)) (+.f64 x z)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 y (+.f64 x z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 y (+.f64 x z))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (+.f64 x y) (+.f64 x y) (-.f64 (*.f64 z z) (*.f64 z (+.f64 x y)))) (fma.f64 z (*.f64 z z) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (+.f64 x y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (+.f64 y z) (+.f64 y z) (-.f64 (*.f64 x x) (*.f64 (+.f64 y z) x))) (fma.f64 (+.f64 y z) (*.f64 (+.f64 y z) (+.f64 y z)) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 x y) z) (*.f64 (+.f64 y (+.f64 x z)) (-.f64 (+.f64 x y) z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 y z) x) (*.f64 (+.f64 y (+.f64 x z)) (-.f64 (+.f64 y z) x)))) |
(/.f64 (fma.f64 z (*.f64 z z) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (+.f64 x y)))) (fma.f64 (+.f64 x y) (-.f64 (+.f64 x y) z) (*.f64 z z))) |
(/.f64 (fma.f64 z (*.f64 z z) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (+.f64 x y)))) (fma.f64 (+.f64 x y) (+.f64 x y) (-.f64 (*.f64 z z) (*.f64 z (+.f64 x y))))) |
(/.f64 (*.f64 (+.f64 y (+.f64 x z)) (-.f64 z (+.f64 x y))) (-.f64 z (+.f64 x y))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 y (+.f64 x z))))) |
(/.f64 (neg.f64 (fma.f64 z (*.f64 z z) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (+.f64 x y))))) (neg.f64 (fma.f64 (+.f64 x y) (-.f64 (+.f64 x y) z) (*.f64 z z)))) |
(/.f64 (neg.f64 (fma.f64 z (*.f64 z z) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (+.f64 x y))))) (neg.f64 (fma.f64 (+.f64 x y) (+.f64 x y) (-.f64 (*.f64 z z) (*.f64 z (+.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 y (+.f64 x z)) (neg.f64 (-.f64 z (+.f64 x y)))) (neg.f64 (-.f64 z (+.f64 x y)))) |
(/.f64 (fma.f64 (+.f64 y z) (*.f64 (+.f64 y z) (+.f64 y z)) (*.f64 x (*.f64 x x))) (fma.f64 (+.f64 y z) (+.f64 y z) (-.f64 (*.f64 x x) (*.f64 (+.f64 y z) x)))) |
(/.f64 (*.f64 (+.f64 y (+.f64 x z)) (-.f64 (+.f64 x y) z)) (-.f64 (+.f64 x y) z)) |
(/.f64 (*.f64 (+.f64 y (+.f64 x z)) (-.f64 (+.f64 y z) x)) (-.f64 (+.f64 y z) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (-.f64 z (+.f64 x y))) (*.f64 (-.f64 z (+.f64 x y)) (*.f64 (+.f64 x y) (+.f64 x y)))) (*.f64 (-.f64 z (+.f64 x y)) (-.f64 z (+.f64 x y)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 z (*.f64 z z) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (+.f64 x y)))))) (neg.f64 (neg.f64 (fma.f64 (+.f64 x y) (-.f64 (+.f64 x y) z) (*.f64 z z))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 y (+.f64 x z)) (neg.f64 (-.f64 z (+.f64 x y))))) (neg.f64 (neg.f64 (-.f64 z (+.f64 x y))))) |
(/.f64 (neg.f64 (fma.f64 (+.f64 y z) (*.f64 (+.f64 y z) (+.f64 y z)) (*.f64 x (*.f64 x x)))) (neg.f64 (fma.f64 (+.f64 y z) (+.f64 y z) (-.f64 (*.f64 x x) (*.f64 (+.f64 y z) x))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 y (+.f64 x z)) (-.f64 (+.f64 x y) z))) (neg.f64 (-.f64 (+.f64 x y) z))) |
(/.f64 (neg.f64 (*.f64 (+.f64 y (+.f64 x z)) (-.f64 (+.f64 y z) x))) (neg.f64 (-.f64 (+.f64 y z) x))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 (+.f64 y z) (*.f64 (+.f64 y z) (+.f64 y z)))) (fma.f64 x x (-.f64 (*.f64 (+.f64 y z) (+.f64 y z)) (*.f64 x (+.f64 y z))))) |
(/.f64 (fma.f64 y (*.f64 y y) (pow.f64 (+.f64 x z) #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 (+.f64 x z) (+.f64 x z)) (*.f64 y (+.f64 x z))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 z x) #s(literal 3 binary64)) (*.f64 y (*.f64 y y))) (fma.f64 (+.f64 z x) (+.f64 z x) (-.f64 (*.f64 y y) (*.f64 (+.f64 z x) y)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 z z) (-.f64 z (+.f64 x y))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (+.f64 x y) (+.f64 x y)) (-.f64 z (+.f64 x y))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 z z) (-.f64 z (+.f64 x y))) (/.f64 (*.f64 z z) (-.f64 z (+.f64 x y))) (fma.f64 (/.f64 (*.f64 (+.f64 x y) (+.f64 x y)) (-.f64 z (+.f64 x y))) (/.f64 (*.f64 (+.f64 x y) (+.f64 x y)) (-.f64 z (+.f64 x y))) (*.f64 (/.f64 (*.f64 z z) (-.f64 z (+.f64 x y))) (/.f64 (*.f64 (+.f64 x y) (+.f64 x y)) (-.f64 z (+.f64 x y))))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (+.f64 y z) (+.f64 y z))) (-.f64 x (+.f64 y z))) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 (+.f64 x z) (+.f64 x z))) (-.f64 y (+.f64 x z))) |
(/.f64 (-.f64 (*.f64 (+.f64 z x) (+.f64 z x)) (*.f64 y y)) (-.f64 (+.f64 z x) y)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 z z) (-.f64 z (+.f64 x y))) (/.f64 (*.f64 z z) (-.f64 z (+.f64 x y)))) (*.f64 (/.f64 (*.f64 (+.f64 x y) (+.f64 x y)) (-.f64 z (+.f64 x y))) (/.f64 (*.f64 (+.f64 x y) (+.f64 x y)) (-.f64 z (+.f64 x y))))) (+.f64 (/.f64 (*.f64 z z) (-.f64 z (+.f64 x y))) (/.f64 (*.f64 (+.f64 x y) (+.f64 x y)) (-.f64 z (+.f64 x y))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 y (+.f64 x z))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 y (+.f64 x z))) |
(*.f64 (fma.f64 z (*.f64 z z) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (+.f64 x y)))) (/.f64 #s(literal 1 binary64) (fma.f64 (+.f64 x y) (-.f64 (+.f64 x y) z) (*.f64 z z)))) |
(*.f64 (fma.f64 z (*.f64 z z) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (+.f64 x y)))) (/.f64 #s(literal 1 binary64) (fma.f64 (+.f64 x y) (+.f64 x y) (-.f64 (*.f64 z z) (*.f64 z (+.f64 x y)))))) |
(*.f64 (*.f64 (+.f64 y (+.f64 x z)) (-.f64 z (+.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 z (+.f64 x y)))) |
(*.f64 (neg.f64 (fma.f64 z (*.f64 z z) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (+.f64 x y))))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (+.f64 x y) (-.f64 (+.f64 x y) z) (*.f64 z z))))) |
(*.f64 (*.f64 (+.f64 y (+.f64 x z)) (neg.f64 (-.f64 z (+.f64 x y)))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 z (+.f64 x y))))) |
(*.f64 (fma.f64 (+.f64 y z) (*.f64 (+.f64 y z) (+.f64 y z)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (fma.f64 (+.f64 y z) (+.f64 y z) (-.f64 (*.f64 x x) (*.f64 (+.f64 y z) x))))) |
(*.f64 (*.f64 (+.f64 y (+.f64 x z)) (-.f64 (+.f64 x y) z)) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 x y) z))) |
(*.f64 (*.f64 (+.f64 y (+.f64 x z)) (-.f64 (+.f64 y z) x)) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 y z) x))) |
(+.f64 x y) |
(+.f64 y x) |
(+.f64 (/.f64 (*.f64 y y) (-.f64 y x)) (neg.f64 (/.f64 (*.f64 x x) (-.f64 y x)))) |
(-.f64 (/.f64 (*.f64 y y) (-.f64 y x)) (/.f64 (*.f64 x x) (-.f64 y x))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y))) |
(fma.f64 x #s(literal 1 binary64) y) |
(fma.f64 #s(literal 1 binary64) x y) |
(fma.f64 (*.f64 y y) (/.f64 #s(literal 1 binary64) (-.f64 y x)) (neg.f64 (/.f64 (*.f64 x x) (-.f64 y x)))) |
(fma.f64 #s(literal -1 binary64) (neg.f64 x) y) |
(fma.f64 (pow.f64 y #s(literal 1/2 binary64)) (pow.f64 y #s(literal 1/2 binary64)) x) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (-.f64 (*.f64 y y) (*.f64 x y))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (fma.f64 x (-.f64 x y) (*.f64 y y))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (fma.f64 x x (-.f64 (*.f64 y y) (*.f64 x y)))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (-.f64 y x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (neg.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (neg.f64 (fma.f64 x x (-.f64 (*.f64 y y) (*.f64 x y))))) |
(/.f64 (*.f64 (neg.f64 (+.f64 x y)) (-.f64 y x)) (neg.f64 (-.f64 y x))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (-.f64 x y)) |
(/.f64 (-.f64 (*.f64 (*.f64 y y) (-.f64 y x)) (*.f64 (-.f64 y x) (*.f64 x x))) (*.f64 (-.f64 y x) (-.f64 y x))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (neg.f64 (neg.f64 (fma.f64 x (-.f64 x y) (*.f64 y y))))) |
(/.f64 (neg.f64 (*.f64 (neg.f64 (+.f64 x y)) (-.f64 y x))) (neg.f64 (neg.f64 (-.f64 y x)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (-.f64 x y))) (neg.f64 (-.f64 x y))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 y y) (-.f64 y x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 x x) (-.f64 y x)) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 y y) (-.f64 y x)) (/.f64 (*.f64 y y) (-.f64 y x)) (fma.f64 (/.f64 (*.f64 x x) (-.f64 y x)) (/.f64 (*.f64 x x) (-.f64 y x)) (*.f64 (/.f64 (*.f64 y y) (-.f64 y x)) (/.f64 (*.f64 x x) (-.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 y y) (-.f64 y x)) (/.f64 (*.f64 y y) (-.f64 y x))) (*.f64 (/.f64 (*.f64 x x) (-.f64 y x)) (/.f64 (*.f64 x x) (-.f64 y x)))) (+.f64 (/.f64 (*.f64 y y) (-.f64 y x)) (/.f64 (*.f64 x x) (-.f64 y x)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 x y)) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (-.f64 (*.f64 y y) (*.f64 x y))))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (-.f64 y x))) |
(*.f64 (neg.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 x (-.f64 x y) (*.f64 y y))))) |
(*.f64 (*.f64 (neg.f64 (+.f64 x y)) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 y x)))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(+.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) |
(+.f64 (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) z) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))) (neg.f64 (/.f64 (*.f64 z z) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))) (/.f64 (*.f64 z z) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z)))) |
(-.f64 (/.f64 (*.f64 z z) (-.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (-.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))))) |
(fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(fma.f64 z #s(literal 1 binary64) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 z (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 y y)) z) |
(fma.f64 #s(literal 1 binary64) z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(fma.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 z (*.f64 y y)) z) |
(fma.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (*.f64 y y) z) |
(fma.f64 (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) #s(literal 1 binary64) z) |
(fma.f64 (neg.f64 z) #s(literal -1 binary64) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))) (neg.f64 (/.f64 (*.f64 z z) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))))) |
(fma.f64 (*.f64 z (*.f64 y y)) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) z) |
(fma.f64 (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) y z) |
(fma.f64 #s(literal -1 binary64) (neg.f64 z) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (*.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z z) |
(fma.f64 (*.f64 (*.f64 z (*.f64 y y)) (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64)) #s(literal -1/8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal 1/4 binary64)) (*.f64 (*.f64 y y) #s(literal 1/48 binary64)))) z) |
(fma.f64 (*.f64 (*.f64 z (*.f64 y y)) (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) z) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 z (*.f64 y y)) z))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 z (*.f64 y y)) z)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 z z (-.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (*.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))))) (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 z (*.f64 z z))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (*.f64 (fma.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 z (*.f64 y y)) z) (-.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 z (*.f64 z z))) (fma.f64 y (*.f64 (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (*.f64 z (-.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 z (*.f64 z z))) (fma.f64 z z (-.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (*.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 z (*.f64 y y)) z) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 z (*.f64 y y)) z)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 z (*.f64 z z)))) (neg.f64 (fma.f64 y (*.f64 (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (*.f64 z (-.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 z (*.f64 z z)))) (neg.f64 (fma.f64 z z (-.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (*.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 z (*.f64 y y)) z) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z)))) (neg.f64 (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 z (*.f64 y y)) z) (-.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))))) (-.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))) (*.f64 (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z)) (*.f64 z z))) (*.f64 (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z)) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 z (*.f64 z z))))) (neg.f64 (neg.f64 (fma.f64 y (*.f64 (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (*.f64 z (-.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 z (*.f64 y y)) z) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))))) (neg.f64 (neg.f64 (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 z (*.f64 y y)) z) (-.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))))) (neg.f64 (-.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 z z) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))) (/.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))) (fma.f64 (/.f64 (*.f64 z z) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))) (/.f64 (*.f64 z z) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))) (/.f64 (*.f64 z z) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))) (/.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z)))) (*.f64 (/.f64 (*.f64 z z) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))) (/.f64 (*.f64 z z) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))) (/.f64 (*.f64 z z) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 z (*.f64 y y)) z)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 z (*.f64 y y)) z)) |
(*.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 z (*.f64 z z))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (*.f64 z (-.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 z (*.f64 z z))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (*.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))))))) |
(*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 z (*.f64 y y)) z) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z)))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) (*.f64 z (*.f64 z z)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 y (*.f64 (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) (*.f64 z (-.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))))))))) |
(*.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 z (*.f64 y y)) z) (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 y (*.f64 (*.f64 y z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (neg.f64 z))))) |
(*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) (*.f64 z (*.f64 y y)) z) (-.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 z (*.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))))) |
(exp.f64 (*.f64 (log.f64 y) #s(literal 2 binary64))) |
(pow.f64 y #s(literal 2 binary64)) |
(pow.f64 (*.f64 y y) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 y)) #s(literal 2 binary64)) |
(*.f64 y y) |
(*.f64 (*.f64 y y) #s(literal 1 binary64)) |
(*.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 y))) |
(+.f64 (*.f64 z (*.f64 (*.f64 y y) #s(literal 1/24 binary64))) (*.f64 z #s(literal -1/2 binary64))) |
(+.f64 (*.f64 z #s(literal -1/2 binary64)) (*.f64 z (*.f64 (*.f64 y y) #s(literal 1/24 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (/.f64 (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z)))) |
(fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 z #s(literal -1/2 binary64))) |
(fma.f64 z (*.f64 (*.f64 y y) #s(literal 1/24 binary64)) (*.f64 z #s(literal -1/2 binary64))) |
(fma.f64 z #s(literal -1/2 binary64) (*.f64 z (*.f64 (*.f64 y y) #s(literal 1/24 binary64)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 z (*.f64 (*.f64 y y) #s(literal 1/24 binary64))) (*.f64 z #s(literal -1/2 binary64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 z #s(literal -1/2 binary64)) (*.f64 z (*.f64 (*.f64 y y) #s(literal 1/24 binary64)))) |
(fma.f64 (*.f64 y y) (*.f64 #s(literal 1/24 binary64) z) (*.f64 z #s(literal -1/2 binary64))) |
(fma.f64 #s(literal 1/24 binary64) (*.f64 z (*.f64 y y)) (*.f64 z #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 (*.f64 y y) #s(literal 1/24 binary64)) z (*.f64 z #s(literal -1/2 binary64))) |
(fma.f64 #s(literal -1/2 binary64) z (*.f64 z (*.f64 (*.f64 y y) #s(literal 1/24 binary64)))) |
(fma.f64 (*.f64 z (*.f64 (*.f64 y y) #s(literal 1/24 binary64))) #s(literal 1 binary64) (*.f64 z #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64) (*.f64 z (*.f64 (*.f64 y y) #s(literal 1/24 binary64)))) |
(fma.f64 (*.f64 z (*.f64 y y)) #s(literal 1/24 binary64) (*.f64 z #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 z y) (*.f64 y #s(literal 1/24 binary64)) (*.f64 z #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 z #s(literal 1/24 binary64)) (*.f64 y y) (*.f64 z #s(literal -1/2 binary64))) |
(/.f64 z (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 z z) (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64))) (-.f64 (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) (*.f64 (*.f64 z (*.f64 (*.f64 y y) #s(literal 1/24 binary64))) (*.f64 z #s(literal -1/2 binary64))))) (fma.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z)) (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal 1/4 binary64)) (*.f64 (*.f64 y y) #s(literal 1/48 binary64))) (*.f64 z (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64)) #s(literal -1/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 z (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal -1/4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal 1/4 binary64)) (*.f64 (*.f64 y y) #s(literal 1/48 binary64))) (*.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64)) #s(literal -1/8 binary64)) z))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal -1/4 binary64)) z))) |
(/.f64 (fma.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64))) (fma.f64 (*.f64 z z) (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64))) (-.f64 (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) (*.f64 (*.f64 z (*.f64 (*.f64 y y) #s(literal 1/24 binary64))) (*.f64 z #s(literal -1/2 binary64)))))) |
(/.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) |
(/.f64 (*.f64 z (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64)) #s(literal -1/8 binary64))) (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal 1/4 binary64)) (*.f64 (*.f64 y y) #s(literal 1/48 binary64)))) |
(/.f64 (*.f64 z (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal -1/4 binary64))) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64)) #s(literal -1/8 binary64)) z) (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal 1/4 binary64)) (*.f64 (*.f64 y y) #s(literal 1/48 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal -1/4 binary64)) z) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64)))) (neg.f64 (fma.f64 (*.f64 z z) (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64))) (-.f64 (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) (*.f64 (*.f64 z (*.f64 (*.f64 y y) #s(literal 1/24 binary64))) (*.f64 z #s(literal -1/2 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z)))) (neg.f64 (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z)))) |
(/.f64 (neg.f64 (*.f64 z (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64)) #s(literal -1/8 binary64)))) (neg.f64 (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal 1/4 binary64)) (*.f64 (*.f64 y y) #s(literal 1/48 binary64))))) |
(/.f64 (neg.f64 (*.f64 z (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal -1/4 binary64)))) (neg.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64)) #s(literal -1/8 binary64)) z)) (neg.f64 (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal 1/4 binary64)) (*.f64 (*.f64 y y) #s(literal 1/48 binary64))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal -1/4 binary64)) z)) (neg.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64)))) |
(/.f64 (fma.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64))))) (fma.f64 (*.f64 z z) #s(literal 1/4 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)))) (*.f64 (*.f64 z #s(literal -1/2 binary64)) (*.f64 z (*.f64 (*.f64 y y) #s(literal 1/24 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) (*.f64 (*.f64 z z) (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64))))) (-.f64 (*.f64 z #s(literal -1/2 binary64)) (*.f64 z (*.f64 (*.f64 y y) #s(literal 1/24 binary64))))) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) |
(*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) z) |
(*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(*.f64 (fma.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -1/8 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 z z) (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64))) (-.f64 (*.f64 (*.f64 z z) #s(literal 1/4 binary64)) (*.f64 (*.f64 z (*.f64 (*.f64 y y) #s(literal 1/24 binary64))) (*.f64 z #s(literal -1/2 binary64))))))) |
(*.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z)))) |
(*.f64 (*.f64 z (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64)) #s(literal -1/8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal 1/4 binary64)) (*.f64 (*.f64 y y) #s(literal 1/48 binary64))))) |
(*.f64 (*.f64 z (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64)) #s(literal -1/8 binary64)) z) (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal 1/4 binary64)) (*.f64 (*.f64 y y) #s(literal 1/48 binary64))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal -1/4 binary64)) z) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 (*.f64 y y) #s(literal 1/24 binary64)) #s(literal -1/2 binary64)) |
(+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 y y) #s(literal 1/24 binary64))) |
(+.f64 (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64))) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64))) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 y y) #s(literal -1/24 binary64)))) (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 y y) #s(literal -1/24 binary64))))) |
(fma.f64 y (*.f64 y #s(literal 1/24 binary64)) #s(literal -1/2 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) #s(literal 1/24 binary64)) #s(literal -1/2 binary64)) |
(fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) |
(fma.f64 #s(literal 1/24 binary64) (*.f64 y y) #s(literal -1/2 binary64)) |
(fma.f64 (*.f64 (*.f64 y y) #s(literal 1/24 binary64)) #s(literal 1 binary64) #s(literal -1/2 binary64)) |
(fma.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))))) |
(fma.f64 (*.f64 y #s(literal 1/24 binary64)) y #s(literal -1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) (*.f64 (*.f64 y y) #s(literal 1/48 binary64)))) (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64)) #s(literal -1/8 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 y y) #s(literal -1/24 binary64))) (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal -1/576 binary64) (*.f64 (*.f64 y y) (*.f64 y y)))))) |
(/.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64)) #s(literal -1/8 binary64)) (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal 1/4 binary64)) (*.f64 (*.f64 y y) #s(literal 1/48 binary64)))) |
(/.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64)) #s(literal -1/8 binary64)) (+.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) (*.f64 (*.f64 y y) #s(literal 1/48 binary64))))) |
(/.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal -1/4 binary64)) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64)) #s(literal -1/8 binary64))) (neg.f64 (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal 1/4 binary64)) (*.f64 (*.f64 y y) #s(literal 1/48 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64)) #s(literal -1/8 binary64))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) (*.f64 (*.f64 y y) #s(literal 1/48 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal -1/4 binary64))) (neg.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal -1/576 binary64) (*.f64 (*.f64 y y) (*.f64 y y)))) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 y y) #s(literal -1/24 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64))) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) #s(literal 1/4 binary64))) (*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64)) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64)) #s(literal -1/8 binary64)))) (neg.f64 (neg.f64 (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal 1/4 binary64)) (*.f64 (*.f64 y y) #s(literal 1/48 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal -1/4 binary64)))) (neg.f64 (neg.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal -1/576 binary64) (*.f64 (*.f64 y y) (*.f64 y y))))) (neg.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 y y) #s(literal -1/24 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64))) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64))) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64))) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64))) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64))) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64))) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))))) (+.f64 (/.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64))) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(*.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64)) #s(literal -1/8 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal 1/4 binary64)) (*.f64 (*.f64 y y) #s(literal 1/48 binary64))))) |
(*.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64)) #s(literal -1/8 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) (*.f64 (*.f64 y y) #s(literal 1/48 binary64)))))) |
(*.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal -1/4 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64)))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal 1/13824 binary64)) #s(literal -1/8 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (+.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal 1/4 binary64)) (*.f64 (*.f64 y y) #s(literal 1/48 binary64)))))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 y y) (*.f64 (*.f64 y y) #s(literal 1/576 binary64)) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal 1/2 binary64))))) |
(*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal -1/576 binary64) (*.f64 (*.f64 y y) (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 y y) #s(literal -1/24 binary64))))) |
(+.f64 z (sin.f64 y)) |
(+.f64 (sin.f64 y) z) |
(+.f64 (/.f64 (*.f64 z z) (-.f64 z (sin.f64 y))) (neg.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 z (sin.f64 y))))) |
(-.f64 (/.f64 (*.f64 z z) (-.f64 z (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 z (sin.f64 y)))) |
(-.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (sin.f64 y) z)) (/.f64 (*.f64 z z) (-.f64 (sin.f64 y) z))) |
(fma.f64 z #s(literal 1 binary64) (sin.f64 y)) |
(fma.f64 #s(literal 1 binary64) z (sin.f64 y)) |
(fma.f64 #s(literal 1 binary64) (sin.f64 y) z) |
(fma.f64 (neg.f64 z) #s(literal -1 binary64) (sin.f64 y)) |
(fma.f64 (*.f64 z z) (/.f64 #s(literal 1 binary64) (-.f64 z (sin.f64 y))) (neg.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 z (sin.f64 y))))) |
(fma.f64 #s(literal -1 binary64) (neg.f64 z) (sin.f64 y)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z (sin.f64 y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 z (sin.f64 y))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 z z) (*.f64 z (sin.f64 y)))) (fma.f64 z (*.f64 z z) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sin.f64 y) z) (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 z z)))) |
(/.f64 (fma.f64 z (*.f64 z z) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) z) (*.f64 z z))) |
(/.f64 (fma.f64 z (*.f64 z z) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 z z) (*.f64 z (sin.f64 y))))) |
(/.f64 (-.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 z (sin.f64 y))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 z (sin.f64 y))))) |
(/.f64 (neg.f64 (fma.f64 z (*.f64 z z) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) z) (*.f64 z z)))) |
(/.f64 (neg.f64 (fma.f64 z (*.f64 z z) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 z z) (*.f64 z (sin.f64 y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 (-.f64 z (sin.f64 y)))) |
(/.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 z z)) (-.f64 (sin.f64 y) z)) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (-.f64 z (sin.f64 y))) (*.f64 (-.f64 z (sin.f64 y)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (-.f64 z (sin.f64 y)) (-.f64 z (sin.f64 y)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 z (*.f64 z z) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) z) (*.f64 z z))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))))) (neg.f64 (neg.f64 (-.f64 z (sin.f64 y))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 z z))) (neg.f64 (-.f64 (sin.f64 y) z))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 z z) (-.f64 z (sin.f64 y))) #s(literal 3 binary64)) (pow.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 z (sin.f64 y))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 z z) (-.f64 z (sin.f64 y))) (/.f64 (*.f64 z z) (-.f64 z (sin.f64 y))) (fma.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 z (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 z (sin.f64 y))) (*.f64 (/.f64 (*.f64 z z) (-.f64 z (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 z (sin.f64 y))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 z z) (-.f64 z (sin.f64 y))) (/.f64 (*.f64 z z) (-.f64 z (sin.f64 y)))) (*.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 z (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 z (sin.f64 y))))) (+.f64 (/.f64 (*.f64 z z) (-.f64 z (sin.f64 y))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 z (sin.f64 y))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 z (sin.f64 y))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 z (sin.f64 y))) |
(*.f64 (fma.f64 z (*.f64 z z) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) z) (*.f64 z z)))) |
(*.f64 (fma.f64 z (*.f64 z z) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (*.f64 z z) (*.f64 z (sin.f64 y)))))) |
(*.f64 (-.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 #s(literal 1 binary64) (-.f64 z (sin.f64 y)))) |
(*.f64 (neg.f64 (fma.f64 z (*.f64 z z) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (sin.f64 y) (-.f64 (sin.f64 y) z) (*.f64 z z))))) |
(*.f64 (neg.f64 (-.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 z (sin.f64 y))))) |
(*.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 z z)) (/.f64 #s(literal 1 binary64) (-.f64 (sin.f64 y) z))) |
(sin.f64 y) |
(*.f64 #s(literal 1 binary64) (sin.f64 y)) |
| 1× | egg-herbie |
| 12 786× | accelerator-lowering-fma.f32 |
| 12 786× | accelerator-lowering-fma.f64 |
| 4 944× | *-lowering-*.f32 |
| 4 944× | *-lowering-*.f64 |
| 2 324× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 200 | 2019 |
| 1 | 594 | 1988 |
| 2 | 1630 | 1936 |
| 3 | 4870 | 1825 |
| 0 | 8036 | 1663 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (sin y) (* z (cos y))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
x |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
x |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(* x (+ 1 (/ z x))) |
(+ y (* x (+ 1 (/ z x)))) |
(+ (* x (+ 1 (/ z x))) (* y (+ 1 (* -1/2 (* y z))))) |
(+ (* x (+ 1 (/ z x))) (* y (+ 1 (* y (+ (* -1/2 z) (* -1/6 y)))))) |
(+ (sin y) (* x (+ 1 (/ (* z (cos y)) x)))) |
(+ (sin y) (* x (+ 1 (/ (* z (cos y)) x)))) |
(+ (sin y) (* x (+ 1 (/ (* z (cos y)) x)))) |
(+ (sin y) (* x (+ 1 (/ (* z (cos y)) x)))) |
(+ (sin y) (* x (+ 1 (/ (* z (cos y)) x)))) |
(+ (sin y) (* x (+ 1 (/ (* z (cos y)) x)))) |
(+ (sin y) (* x (+ 1 (/ (* z (cos y)) x)))) |
(+ (sin y) (* x (+ 1 (/ (* z (cos y)) x)))) |
(+ x (sin y)) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(* z (cos y)) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(* z (cos y)) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(+ 1 (/ z x)) |
(+ 1 (+ (* -1/2 (/ (* (pow y 2) z) x)) (/ z x))) |
(+ 1 (+ (* (pow y 2) (+ (* -1/2 (/ z x)) (* 1/24 (/ (* (pow y 2) z) x)))) (/ z x))) |
(+ 1 (+ (* (pow y 2) (+ (* -1/2 (/ z x)) (* (pow y 2) (+ (* -1/720 (/ (* (pow y 2) z) x)) (* 1/24 (/ z x)))))) (/ z x))) |
(+ 1 (/ (* z (cos y)) x)) |
(+ 1 (/ (* z (cos y)) x)) |
(+ 1 (/ (* z (cos y)) x)) |
(+ 1 (/ (* z (cos y)) x)) |
(+ 1 (/ (* z (cos y)) x)) |
(+ 1 (/ (* z (cos y)) x)) |
(+ 1 (/ (* z (cos y)) x)) |
(+ 1 (/ (* z (cos y)) x)) |
1 |
(+ 1 (/ (* z (cos y)) x)) |
(+ 1 (/ (* z (cos y)) x)) |
(+ 1 (/ (* z (cos y)) x)) |
(/ (* z (cos y)) x) |
(* z (+ (/ 1 z) (/ (cos y) x))) |
(* z (+ (/ 1 z) (/ (cos y) x))) |
(* z (+ (/ 1 z) (/ (cos y) x))) |
(/ (* z (cos y)) x) |
(* -1 (* z (- (* -1 (/ (cos y) x)) (/ 1 z)))) |
(* -1 (* z (- (* -1 (/ (cos y) x)) (/ 1 z)))) |
(* -1 (* z (- (* -1 (/ (cos y) x)) (/ 1 z)))) |
(/ (* z (cos y)) x) |
(/ (+ x (* z (cos y))) x) |
(/ (+ x (* z (cos y))) x) |
(/ (+ x (* z (cos y))) x) |
1 |
(+ 1 (/ (* z (cos y)) x)) |
(+ 1 (/ (* z (cos y)) x)) |
(+ 1 (/ (* z (cos y)) x)) |
1 |
(+ 1 (/ (* z (cos y)) x)) |
(+ 1 (/ (* z (cos y)) x)) |
(+ 1 (/ (* z (cos y)) x)) |
1 |
(+ 1 (* -1/2 (pow y 2))) |
(+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) |
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2))) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(+ x y) |
(+ x (+ y z)) |
(+ x (+ y z)) |
(+ x (+ y z)) |
z |
(* z (+ 1 (+ (/ x z) (/ y z)))) |
(* z (+ 1 (+ (/ x z) (/ y z)))) |
(* z (+ 1 (+ (/ x z) (/ y z)))) |
z |
(* -1 (* z (- (* -1 (/ (+ x y) z)) 1))) |
(* -1 (* z (- (* -1 (/ (+ x y) z)) 1))) |
(* -1 (* z (- (* -1 (/ (+ x y) z)) 1))) |
(+ x z) |
(+ x (+ y z)) |
(+ x (+ y z)) |
(+ x (+ y z)) |
y |
(* y (+ 1 (+ (/ x y) (/ z y)))) |
(* y (+ 1 (+ (/ x y) (/ z y)))) |
(* y (+ 1 (+ (/ x y) (/ z y)))) |
y |
(* -1 (* y (- (* -1 (/ (+ x z) y)) 1))) |
(* -1 (* y (- (* -1 (/ (+ x z) y)) 1))) |
(* -1 (* y (- (* -1 (/ (+ x z) y)) 1))) |
(+ y z) |
(+ x (+ y z)) |
(+ x (+ y z)) |
(+ x (+ y z)) |
x |
(* x (+ 1 (+ (/ y x) (/ z x)))) |
(* x (+ 1 (+ (/ y x) (/ z x)))) |
(* x (+ 1 (+ (/ y x) (/ z x)))) |
x |
(* -1 (* x (- (* -1 (/ (+ y z) x)) 1))) |
(* -1 (* x (- (* -1 (/ (+ y z) x)) 1))) |
(* -1 (* x (- (* -1 (/ (+ y z) x)) 1))) |
x |
(+ x y) |
(+ x y) |
(+ x y) |
y |
(* y (+ 1 (/ x y))) |
(* y (+ 1 (/ x y))) |
(* y (+ 1 (/ x y))) |
y |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
y |
(+ x y) |
(+ x y) |
(+ x y) |
x |
(* x (+ 1 (/ y x))) |
(* x (+ 1 (/ y x))) |
(* x (+ 1 (/ y x))) |
x |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
z |
(+ z (* -1/2 (* (pow y 2) z))) |
(+ z (* (pow y 2) (+ (* -1/2 z) (* 1/24 (* (pow y 2) z))))) |
(+ z (* (pow y 2) (+ (* -1/2 z) (* 1/24 (* (pow y 2) z))))) |
(* 1/24 (* (pow y 4) z)) |
(* (pow y 4) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z))) |
(* (pow y 4) (+ (* -1/2 (/ z (pow y 2))) (+ (* 1/24 z) (/ z (pow y 4))))) |
(* (pow y 4) (+ (* -1/2 (/ z (pow y 2))) (+ (* 1/24 z) (/ z (pow y 4))))) |
(* 1/24 (* (pow y 4) z)) |
(* (pow y 4) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z))) |
(* (pow y 4) (+ (* -1/2 (/ z (pow y 2))) (+ (* 1/24 z) (/ z (pow y 4))))) |
(* (pow y 4) (+ (* -1/2 (/ z (pow y 2))) (+ (* 1/24 z) (/ z (pow y 4))))) |
(* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))) |
(* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))) |
(* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))) |
(* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))) |
(* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))) |
(* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))) |
(* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))) |
(* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))) |
(* -1 (* z (- (* -1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) 1))) |
(* -1 (* z (- (* -1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) 1))) |
(* -1 (* z (- (* -1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) 1))) |
(* -1 (* z (- (* -1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) 1))) |
(pow y 2) |
(pow y 2) |
(pow y 2) |
(pow y 2) |
(pow y 2) |
(pow y 2) |
(pow y 2) |
(pow y 2) |
(pow y 2) |
(pow y 2) |
(pow y 2) |
(pow y 2) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(* -1/2 z) |
(+ (* -1/2 z) (* 1/24 (* (pow y 2) z))) |
(+ (* -1/2 z) (* 1/24 (* (pow y 2) z))) |
(+ (* -1/2 z) (* 1/24 (* (pow y 2) z))) |
(* 1/24 (* (pow y 2) z)) |
(* (pow y 2) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z))) |
(* (pow y 2) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z))) |
(* (pow y 2) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z))) |
(* 1/24 (* (pow y 2) z)) |
(* (pow y 2) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z))) |
(* (pow y 2) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z))) |
(* (pow y 2) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z))) |
-1/2 |
(- (* 1/24 (pow y 2)) 1/2) |
(- (* 1/24 (pow y 2)) 1/2) |
(- (* 1/24 (pow y 2)) 1/2) |
(* 1/24 (pow y 2)) |
(* (pow y 2) (- 1/24 (* 1/2 (/ 1 (pow y 2))))) |
(* (pow y 2) (- 1/24 (* 1/2 (/ 1 (pow y 2))))) |
(* (pow y 2) (- 1/24 (* 1/2 (/ 1 (pow y 2))))) |
(* 1/24 (pow y 2)) |
(* (pow y 2) (- 1/24 (* 1/2 (/ 1 (pow y 2))))) |
(* (pow y 2) (- 1/24 (* 1/2 (/ 1 (pow y 2))))) |
(* (pow y 2) (- 1/24 (* 1/2 (/ 1 (pow y 2))))) |
(sin y) |
(+ z (sin y)) |
(+ z (sin y)) |
(+ z (sin y)) |
z |
(* z (+ 1 (/ (sin y) z))) |
(* z (+ 1 (/ (sin y) z))) |
(* z (+ 1 (/ (sin y) z))) |
z |
(* -1 (* z (- (* -1 (/ (sin y) z)) 1))) |
(* -1 (* z (- (* -1 (/ (sin y) z)) 1))) |
(* -1 (* z (- (* -1 (/ (sin y) z)) 1))) |
z |
(+ y z) |
(+ z (* y (+ 1 (* -1/6 (pow y 2))))) |
(+ z (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))))) |
(+ z (sin y)) |
(+ z (sin y)) |
(+ z (sin y)) |
(+ z (sin y)) |
(+ z (sin y)) |
(+ z (sin y)) |
(+ z (sin y)) |
(+ z (sin y)) |
y |
(* y (+ 1 (* -1/6 (pow y 2)))) |
(* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))) |
(* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
| Outputs |
|---|
(+ (sin y) (* z (cos y))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 x (sin.f64 y))) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 x (sin.f64 y))) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 x (sin.f64 y))) |
x |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(fma.f64 x (/.f64 (sin.f64 y) x) (fma.f64 z (cos.f64 y) x)) |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(fma.f64 x (/.f64 (sin.f64 y) x) (fma.f64 z (cos.f64 y) x)) |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(fma.f64 x (/.f64 (sin.f64 y) x) (fma.f64 z (cos.f64 y) x)) |
x |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(fma.f64 x (/.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) x) |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(fma.f64 x (/.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) x) |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(fma.f64 x (/.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x) x) |
(* x (+ 1 (/ z x))) |
(+.f64 z x) |
(+ y (* x (+ 1 (/ z x)))) |
(+.f64 y (+.f64 z x)) |
(+ (* x (+ 1 (/ z x))) (* y (+ 1 (* -1/2 (* y z))))) |
(+.f64 x (fma.f64 z (fma.f64 y (*.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64)) y)) |
(+ (* x (+ 1 (/ z x))) (* y (+ 1 (* y (+ (* -1/2 z) (* -1/6 y)))))) |
(fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) (+.f64 z x)) |
(+ (sin y) (* x (+ 1 (/ (* z (cos y)) x)))) |
(fma.f64 z (cos.f64 y) (+.f64 x (sin.f64 y))) |
(+ (sin y) (* x (+ 1 (/ (* z (cos y)) x)))) |
(fma.f64 z (cos.f64 y) (+.f64 x (sin.f64 y))) |
(+ (sin y) (* x (+ 1 (/ (* z (cos y)) x)))) |
(fma.f64 z (cos.f64 y) (+.f64 x (sin.f64 y))) |
(+ (sin y) (* x (+ 1 (/ (* z (cos y)) x)))) |
(fma.f64 z (cos.f64 y) (+.f64 x (sin.f64 y))) |
(+ (sin y) (* x (+ 1 (/ (* z (cos y)) x)))) |
(fma.f64 z (cos.f64 y) (+.f64 x (sin.f64 y))) |
(+ (sin y) (* x (+ 1 (/ (* z (cos y)) x)))) |
(fma.f64 z (cos.f64 y) (+.f64 x (sin.f64 y))) |
(+ (sin y) (* x (+ 1 (/ (* z (cos y)) x)))) |
(fma.f64 z (cos.f64 y) (+.f64 x (sin.f64 y))) |
(+ (sin y) (* x (+ 1 (/ (* z (cos y)) x)))) |
(fma.f64 z (cos.f64 y) (+.f64 x (sin.f64 y))) |
(+ x (sin y)) |
(+.f64 x (sin.f64 y)) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 x (sin.f64 y))) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 x (sin.f64 y))) |
(+ x (+ (sin y) (* z (cos y)))) |
(fma.f64 z (cos.f64 y) (+.f64 x (sin.f64 y))) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(fma.f64 z (+.f64 (cos.f64 y) (/.f64 x z)) (sin.f64 y)) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(fma.f64 z (+.f64 (cos.f64 y) (/.f64 x z)) (sin.f64 y)) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(fma.f64 z (+.f64 (cos.f64 y) (/.f64 x z)) (sin.f64 y)) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(-.f64 (*.f64 z (cos.f64 y)) (-.f64 (neg.f64 x) (sin.f64 y))) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(-.f64 (*.f64 z (cos.f64 y)) (-.f64 (neg.f64 x) (sin.f64 y))) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(-.f64 (*.f64 z (cos.f64 y)) (-.f64 (neg.f64 x) (sin.f64 y))) |
(+ 1 (/ z x)) |
(+.f64 #s(literal 1 binary64) (/.f64 z x)) |
(+ 1 (+ (* -1/2 (/ (* (pow y 2) z) x)) (/ z x))) |
(fma.f64 (/.f64 z x) (fma.f64 y (*.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(+ 1 (+ (* (pow y 2) (+ (* -1/2 (/ z x)) (* 1/24 (/ (* (pow y 2) z) x)))) (/ z x))) |
(fma.f64 (/.f64 z x) (fma.f64 y (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(+ 1 (+ (* (pow y 2) (+ (* -1/2 (/ z x)) (* (pow y 2) (+ (* -1/720 (/ (* (pow y 2) z) x)) (* 1/24 (/ z x)))))) (/ z x))) |
(fma.f64 (*.f64 y y) (*.f64 (/.f64 z x) (fma.f64 y (*.f64 y (fma.f64 y (*.f64 y #s(literal -1/720 binary64)) #s(literal 1/24 binary64))) #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 z x))) |
(+ 1 (/ (* z (cos y)) x)) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(+ 1 (/ (* z (cos y)) x)) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(+ 1 (/ (* z (cos y)) x)) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(+ 1 (/ (* z (cos y)) x)) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(+ 1 (/ (* z (cos y)) x)) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(+ 1 (/ (* z (cos y)) x)) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(+ 1 (/ (* z (cos y)) x)) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(+ 1 (/ (* z (cos y)) x)) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ (* z (cos y)) x)) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(+ 1 (/ (* z (cos y)) x)) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(+ 1 (/ (* z (cos y)) x)) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(/ (* z (cos y)) x) |
(/.f64 (*.f64 z (cos.f64 y)) x) |
(* z (+ (/ 1 z) (/ (cos y) x))) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(* z (+ (/ 1 z) (/ (cos y) x))) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(* z (+ (/ 1 z) (/ (cos y) x))) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(/ (* z (cos y)) x) |
(/.f64 (*.f64 z (cos.f64 y)) x) |
(* -1 (* z (- (* -1 (/ (cos y) x)) (/ 1 z)))) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(* -1 (* z (- (* -1 (/ (cos y) x)) (/ 1 z)))) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(* -1 (* z (- (* -1 (/ (cos y) x)) (/ 1 z)))) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(/ (* z (cos y)) x) |
(/.f64 (*.f64 z (cos.f64 y)) x) |
(/ (+ x (* z (cos y))) x) |
(/.f64 (fma.f64 z (cos.f64 y) x) x) |
(/ (+ x (* z (cos y))) x) |
(/.f64 (fma.f64 z (cos.f64 y) x) x) |
(/ (+ x (* z (cos y))) x) |
(/.f64 (fma.f64 z (cos.f64 y) x) x) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ (* z (cos y)) x)) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(+ 1 (/ (* z (cos y)) x)) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(+ 1 (/ (* z (cos y)) x)) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ (* z (cos y)) x)) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(+ 1 (/ (* z (cos y)) x)) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
(+ 1 (/ (* z (cos y)) x)) |
(fma.f64 z (/.f64 (cos.f64 y) x) #s(literal 1 binary64)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (pow y 2))) |
(fma.f64 y (*.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) |
(fma.f64 y (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2))) |
(fma.f64 (*.f64 y y) (fma.f64 y (*.f64 y (fma.f64 y (*.f64 y #s(literal -1/720 binary64)) #s(literal 1/24 binary64))) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(+ x y) |
(+.f64 y x) |
(+ x (+ y z)) |
(+.f64 y (+.f64 z x)) |
(+ x (+ y z)) |
(+.f64 y (+.f64 z x)) |
(+ x (+ y z)) |
(+.f64 y (+.f64 z x)) |
z |
(* z (+ 1 (+ (/ x z) (/ y z)))) |
(fma.f64 z (/.f64 (+.f64 y x) z) z) |
(* z (+ 1 (+ (/ x z) (/ y z)))) |
(fma.f64 z (/.f64 (+.f64 y x) z) z) |
(* z (+ 1 (+ (/ x z) (/ y z)))) |
(fma.f64 z (/.f64 (+.f64 y x) z) z) |
z |
(* -1 (* z (- (* -1 (/ (+ x y) z)) 1))) |
(fma.f64 z (/.f64 (+.f64 y x) z) z) |
(* -1 (* z (- (* -1 (/ (+ x y) z)) 1))) |
(fma.f64 z (/.f64 (+.f64 y x) z) z) |
(* -1 (* z (- (* -1 (/ (+ x y) z)) 1))) |
(fma.f64 z (/.f64 (+.f64 y x) z) z) |
(+ x z) |
(+.f64 z x) |
(+ x (+ y z)) |
(+.f64 y (+.f64 z x)) |
(+ x (+ y z)) |
(+.f64 y (+.f64 z x)) |
(+ x (+ y z)) |
(+.f64 y (+.f64 z x)) |
y |
(* y (+ 1 (+ (/ x y) (/ z y)))) |
(fma.f64 y (/.f64 z y) (+.f64 y x)) |
(* y (+ 1 (+ (/ x y) (/ z y)))) |
(fma.f64 y (/.f64 z y) (+.f64 y x)) |
(* y (+ 1 (+ (/ x y) (/ z y)))) |
(fma.f64 y (/.f64 z y) (+.f64 y x)) |
y |
(* -1 (* y (- (* -1 (/ (+ x z) y)) 1))) |
(fma.f64 y (/.f64 z y) (+.f64 y x)) |
(* -1 (* y (- (* -1 (/ (+ x z) y)) 1))) |
(fma.f64 y (/.f64 z y) (+.f64 y x)) |
(* -1 (* y (- (* -1 (/ (+ x z) y)) 1))) |
(fma.f64 y (/.f64 z y) (+.f64 y x)) |
(+ y z) |
(+.f64 y z) |
(+ x (+ y z)) |
(+.f64 y (+.f64 z x)) |
(+ x (+ y z)) |
(+.f64 y (+.f64 z x)) |
(+ x (+ y z)) |
(+.f64 y (+.f64 z x)) |
x |
(* x (+ 1 (+ (/ y x) (/ z x)))) |
(+.f64 y (+.f64 z x)) |
(* x (+ 1 (+ (/ y x) (/ z x)))) |
(+.f64 y (+.f64 z x)) |
(* x (+ 1 (+ (/ y x) (/ z x)))) |
(+.f64 y (+.f64 z x)) |
x |
(* -1 (* x (- (* -1 (/ (+ y z) x)) 1))) |
(fma.f64 x (/.f64 (+.f64 y z) x) x) |
(* -1 (* x (- (* -1 (/ (+ y z) x)) 1))) |
(fma.f64 x (/.f64 (+.f64 y z) x) x) |
(* -1 (* x (- (* -1 (/ (+ y z) x)) 1))) |
(fma.f64 x (/.f64 (+.f64 y z) x) x) |
x |
(+ x y) |
(+.f64 y x) |
(+ x y) |
(+.f64 y x) |
(+ x y) |
(+.f64 y x) |
y |
(* y (+ 1 (/ x y))) |
(+.f64 y x) |
(* y (+ 1 (/ x y))) |
(+.f64 y x) |
(* y (+ 1 (/ x y))) |
(+.f64 y x) |
y |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(+.f64 y x) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(+.f64 y x) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(+.f64 y x) |
y |
(+ x y) |
(+.f64 y x) |
(+ x y) |
(+.f64 y x) |
(+ x y) |
(+.f64 y x) |
x |
(* x (+ 1 (/ y x))) |
(+.f64 y x) |
(* x (+ 1 (/ y x))) |
(+.f64 y x) |
(* x (+ 1 (/ y x))) |
(+.f64 y x) |
x |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(+.f64 y x) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(+.f64 y x) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(+.f64 y x) |
z |
(+ z (* -1/2 (* (pow y 2) z))) |
(fma.f64 z (*.f64 #s(literal -1/2 binary64) (*.f64 y y)) z) |
(+ z (* (pow y 2) (+ (* -1/2 z) (* 1/24 (* (pow y 2) z))))) |
(fma.f64 (*.f64 y z) (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(+ z (* (pow y 2) (+ (* -1/2 z) (* 1/24 (* (pow y 2) z))))) |
(fma.f64 (*.f64 y z) (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(* 1/24 (* (pow y 4) z)) |
(*.f64 y (*.f64 y (*.f64 y (*.f64 y (*.f64 z #s(literal 1/24 binary64)))))) |
(* (pow y 4) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z))) |
(*.f64 (*.f64 y (*.f64 y (*.f64 z (*.f64 y y)))) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal -1/2 binary64) (*.f64 y y)))) |
(* (pow y 4) (+ (* -1/2 (/ z (pow y 2))) (+ (* 1/24 z) (/ z (pow y 4))))) |
(*.f64 (*.f64 y (*.f64 y (*.f64 y y))) (fma.f64 z (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal -1/2 binary64) (*.f64 y y))) (/.f64 z (*.f64 y (*.f64 y (*.f64 y y)))))) |
(* (pow y 4) (+ (* -1/2 (/ z (pow y 2))) (+ (* 1/24 z) (/ z (pow y 4))))) |
(*.f64 (*.f64 y (*.f64 y (*.f64 y y))) (fma.f64 z (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal -1/2 binary64) (*.f64 y y))) (/.f64 z (*.f64 y (*.f64 y (*.f64 y y)))))) |
(* 1/24 (* (pow y 4) z)) |
(*.f64 y (*.f64 y (*.f64 y (*.f64 y (*.f64 z #s(literal 1/24 binary64)))))) |
(* (pow y 4) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z))) |
(*.f64 (*.f64 y (*.f64 y (*.f64 z (*.f64 y y)))) (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal -1/2 binary64) (*.f64 y y)))) |
(* (pow y 4) (+ (* -1/2 (/ z (pow y 2))) (+ (* 1/24 z) (/ z (pow y 4))))) |
(*.f64 (*.f64 y (*.f64 y (*.f64 y y))) (fma.f64 z (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal -1/2 binary64) (*.f64 y y))) (/.f64 z (*.f64 y (*.f64 y (*.f64 y y)))))) |
(* (pow y 4) (+ (* -1/2 (/ z (pow y 2))) (+ (* 1/24 z) (/ z (pow y 4))))) |
(*.f64 (*.f64 y (*.f64 y (*.f64 y y))) (fma.f64 z (+.f64 #s(literal 1/24 binary64) (/.f64 #s(literal -1/2 binary64) (*.f64 y y))) (/.f64 z (*.f64 y (*.f64 y (*.f64 y y)))))) |
(* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))) |
(fma.f64 (*.f64 y z) (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))) |
(fma.f64 (*.f64 y z) (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))) |
(fma.f64 (*.f64 y z) (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))) |
(fma.f64 (*.f64 y z) (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))) |
(fma.f64 (*.f64 y z) (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))) |
(fma.f64 (*.f64 y z) (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))) |
(fma.f64 (*.f64 y z) (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(* z (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))) |
(fma.f64 (*.f64 y z) (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(* -1 (* z (- (* -1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) 1))) |
(fma.f64 (*.f64 y z) (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(* -1 (* z (- (* -1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) 1))) |
(fma.f64 (*.f64 y z) (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(* -1 (* z (- (* -1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) 1))) |
(fma.f64 (*.f64 y z) (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(* -1 (* z (- (* -1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) 1))) |
(fma.f64 (*.f64 y z) (*.f64 y (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(pow y 2) |
(*.f64 y y) |
(pow y 2) |
(*.f64 y y) |
(pow y 2) |
(*.f64 y y) |
(pow y 2) |
(*.f64 y y) |
(pow y 2) |
(*.f64 y y) |
(pow y 2) |
(*.f64 y y) |
(pow y 2) |
(*.f64 y y) |
(pow y 2) |
(*.f64 y y) |
(pow y 2) |
(*.f64 y y) |
(pow y 2) |
(*.f64 y y) |
(pow y 2) |
(*.f64 y y) |
(pow y 2) |
(*.f64 y y) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(* z (- (* 1/24 (pow y 2)) 1/2)) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(* -1/2 z) |
(*.f64 z #s(literal -1/2 binary64)) |
(+ (* -1/2 z) (* 1/24 (* (pow y 2) z))) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(+ (* -1/2 z) (* 1/24 (* (pow y 2) z))) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(+ (* -1/2 z) (* 1/24 (* (pow y 2) z))) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(* 1/24 (* (pow y 2) z)) |
(*.f64 y (*.f64 y (*.f64 z #s(literal 1/24 binary64)))) |
(* (pow y 2) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z))) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(* (pow y 2) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z))) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(* (pow y 2) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z))) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(* 1/24 (* (pow y 2) z)) |
(*.f64 y (*.f64 y (*.f64 z #s(literal 1/24 binary64)))) |
(* (pow y 2) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z))) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(* (pow y 2) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z))) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
(* (pow y 2) (+ (* -1/2 (/ z (pow y 2))) (* 1/24 z))) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) |
-1/2 |
#s(literal -1/2 binary64) |
(- (* 1/24 (pow y 2)) 1/2) |
(fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) |
(- (* 1/24 (pow y 2)) 1/2) |
(fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) |
(- (* 1/24 (pow y 2)) 1/2) |
(fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) |
(* 1/24 (pow y 2)) |
(*.f64 y (*.f64 y #s(literal 1/24 binary64))) |
(* (pow y 2) (- 1/24 (* 1/2 (/ 1 (pow y 2))))) |
(fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) |
(* (pow y 2) (- 1/24 (* 1/2 (/ 1 (pow y 2))))) |
(fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) |
(* (pow y 2) (- 1/24 (* 1/2 (/ 1 (pow y 2))))) |
(fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) |
(* 1/24 (pow y 2)) |
(*.f64 y (*.f64 y #s(literal 1/24 binary64))) |
(* (pow y 2) (- 1/24 (* 1/2 (/ 1 (pow y 2))))) |
(fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) |
(* (pow y 2) (- 1/24 (* 1/2 (/ 1 (pow y 2))))) |
(fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) |
(* (pow y 2) (- 1/24 (* 1/2 (/ 1 (pow y 2))))) |
(fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) |
(sin y) |
(sin.f64 y) |
(+ z (sin y)) |
(+.f64 z (sin.f64 y)) |
(+ z (sin y)) |
(+.f64 z (sin.f64 y)) |
(+ z (sin y)) |
(+.f64 z (sin.f64 y)) |
z |
(* z (+ 1 (/ (sin y) z))) |
(+.f64 z (sin.f64 y)) |
(* z (+ 1 (/ (sin y) z))) |
(+.f64 z (sin.f64 y)) |
(* z (+ 1 (/ (sin y) z))) |
(+.f64 z (sin.f64 y)) |
z |
(* -1 (* z (- (* -1 (/ (sin y) z)) 1))) |
(+.f64 z (sin.f64 y)) |
(* -1 (* z (- (* -1 (/ (sin y) z)) 1))) |
(+.f64 z (sin.f64 y)) |
(* -1 (* z (- (* -1 (/ (sin y) z)) 1))) |
(+.f64 z (sin.f64 y)) |
z |
(+ y z) |
(+.f64 y z) |
(+ z (* y (+ 1 (* -1/6 (pow y 2))))) |
(fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
(+ z (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))))) |
(fma.f64 y (fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/120 binary64) #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
(+ z (sin y)) |
(+.f64 z (sin.f64 y)) |
(+ z (sin y)) |
(+.f64 z (sin.f64 y)) |
(+ z (sin y)) |
(+.f64 z (sin.f64 y)) |
(+ z (sin y)) |
(+.f64 z (sin.f64 y)) |
(+ z (sin y)) |
(+.f64 z (sin.f64 y)) |
(+ z (sin y)) |
(+.f64 z (sin.f64 y)) |
(+ z (sin y)) |
(+.f64 z (sin.f64 y)) |
(+ z (sin y)) |
(+.f64 z (sin.f64 y)) |
y |
(* y (+ 1 (* -1/6 (pow y 2)))) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y y)) y) |
(* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))) |
(fma.f64 (fma.f64 (*.f64 y y) #s(literal 1/120 binary64) #s(literal -1/6 binary64)) (*.f64 y (*.f64 y y)) y) |
(* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))) |
(fma.f64 (fma.f64 y (*.f64 y (fma.f64 (*.f64 y y) #s(literal -1/5040 binary64) #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) (*.f64 y (*.f64 y y)) y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
Compiled 14 733 to 1 378 computations (90.6% saved)
33 alts after pruning (27 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 705 | 19 | 724 |
| Fresh | 5 | 8 | 13 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 3 | 3 |
| Total | 712 | 33 | 745 |
| Status | Accuracy | Program |
|---|---|---|
| 28.7% | (fma.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))) z) | |
| ▶ | 90.3% | (fma.f64 (/.f64 z x) (*.f64 (cos.f64 y) x) (+.f64 x (sin.f64 y))) |
| 14.4% | (fma.f64 (*.f64 y y) (/.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) z) | |
| 14.4% | (fma.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z)))) z) | |
| 24.1% | (fma.f64 (*.f64 y y) (*.f64 z (*.f64 y (*.f64 y #s(literal 1/24 binary64)))) z) | |
| 24.0% | (fma.f64 (*.f64 y y) (*.f64 z #s(literal -1/2 binary64)) z) | |
| 55.0% | (fma.f64 z (/.f64 (+.f64 y x) z) z) | |
| ✓ | 61.4% | (fma.f64 z (cos.f64 y) (sin.f64 y)) |
| 30.7% | (fma.f64 z #s(literal 1 binary64) (fma.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y y)) y)) | |
| 30.7% | (fma.f64 y (fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/120 binary64) #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) | |
| ▶ | 30.8% | (fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
| 90.3% | (fma.f64 x (fma.f64 (/.f64 (cos.f64 y) x) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) z)) #s(literal 1 binary64)) (sin.f64 y)) | |
| ✓ | 90.4% | (fma.f64 x (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) (sin.f64 y)) |
| 65.9% | (fma.f64 x (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) y) | |
| 60.4% | (fma.f64 x (/.f64 (+.f64 y z) x) x) | |
| 51.9% | (fma.f64 x (/.f64 (*.f64 z (cos.f64 y)) x) (sin.f64 y)) | |
| 36.7% | (/.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))) | |
| 61.3% | (+.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (*.f64 z (cos.f64 y))) | |
| 46.5% | (+.f64 (sin.f64 y) z) | |
| ▶ | 62.0% | (+.f64 (sin.f64 y) x) |
| ▶ | 44.1% | (+.f64 z (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (-.f64 y x))) |
| ✓ | 65.5% | (+.f64 z (+.f64 y x)) |
| 31.6% | (+.f64 z y) | |
| 63.2% | (+.f64 z x) | |
| 43.2% | (+.f64 y x) | |
| 77.5% | (+.f64 x (*.f64 z (cos.f64 y))) | |
| ✓ | 39.6% | (*.f64 z (cos.f64 y)) |
| 3.1% | (*.f64 y (*.f64 y (*.f64 y (*.f64 y (*.f64 z #s(literal 1/24 binary64)))))) | |
| 2.9% | (*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z))) | |
| 23.7% | (sin.f64 y) | |
| ✓ | 25.5% | z |
| ▶ | 9.4% | y |
| ✓ | 40.7% | x |
Compiled 824 to 481 computations (41.6% saved)
| 1× | egg-herbie |
Found 13 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sin.f64 y) |
| ✓ | cost-diff | 0 | (+.f64 (sin.f64 y) x) |
| ✓ | cost-diff | 0 | (+.f64 x y) |
| ✓ | cost-diff | 0 | (*.f64 (+.f64 x y) (-.f64 y x)) |
| ✓ | cost-diff | 0 | (+.f64 z (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (-.f64 y x))) |
| ✓ | cost-diff | 1408 | (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (-.f64 y x)) |
| ✓ | cost-diff | 0 | (*.f64 y #s(literal -1/6 binary64)) |
| ✓ | cost-diff | 0 | (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) |
| ✓ | cost-diff | 0 | (fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
| ✓ | cost-diff | 0 | (cos.f64 y) |
| ✓ | cost-diff | 0 | (*.f64 (cos.f64 y) x) |
| ✓ | cost-diff | 0 | (/.f64 z x) |
| ✓ | cost-diff | 1024 | (fma.f64 (/.f64 z x) (*.f64 (cos.f64 y) x) (+.f64 x (sin.f64 y))) |
| 11 070× | accelerator-lowering-fma.f32 |
| 11 070× | accelerator-lowering-fma.f64 |
| 3 572× | *-lowering-*.f32 |
| 3 572× | *-lowering-*.f64 |
| 1 424× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 23 | 113 |
| 1 | 54 | 95 |
| 2 | 120 | 87 |
| 3 | 235 | 85 |
| 4 | 477 | 83 |
| 5 | 1959 | 83 |
| 6 | 6325 | 83 |
| 0 | 8181 | 80 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* (/ z x) (* (cos y) x)) (+ x (sin y))) |
(/ z x) |
z |
x |
(* (cos y) x) |
(cos y) |
y |
(+ x (sin y)) |
(sin y) |
y |
(+ (* y (+ (* y (* y -1/6)) 1)) z) |
y |
(+ (* y (* y -1/6)) 1) |
(* y -1/6) |
-1/6 |
1 |
z |
(+ z (/ (* (+ x y) (- y x)) (- y x))) |
z |
(/ (* (+ x y) (- y x)) (- y x)) |
(* (+ x y) (- y x)) |
(+ x y) |
x |
y |
(- y x) |
(+ (sin y) x) |
(sin y) |
y |
x |
| Outputs |
|---|
(+ (* (/ z x) (* (cos y) x)) (+ x (sin y))) |
(fma.f64 z (cos.f64 y) (+.f64 x (sin.f64 y))) |
(/ z x) |
(/.f64 z x) |
z |
x |
(* (cos y) x) |
(*.f64 x (cos.f64 y)) |
(cos y) |
(cos.f64 y) |
y |
(+ x (sin y)) |
(+.f64 x (sin.f64 y)) |
(sin y) |
(sin.f64 y) |
y |
(+ (* y (+ (* y (* y -1/6)) 1)) z) |
(fma.f64 y (fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) z) |
y |
(+ (* y (* y -1/6)) 1) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) |
(* y -1/6) |
(*.f64 y #s(literal -1/6 binary64)) |
-1/6 |
#s(literal -1/6 binary64) |
1 |
#s(literal 1 binary64) |
z |
(+ z (/ (* (+ x y) (- y x)) (- y x))) |
(+.f64 z (+.f64 x y)) |
z |
(/ (* (+ x y) (- y x)) (- y x)) |
(+.f64 x y) |
(* (+ x y) (- y x)) |
(*.f64 (+.f64 x y) (-.f64 y x)) |
(+ x y) |
(+.f64 x y) |
x |
y |
(- y x) |
(-.f64 y x) |
(+ (sin y) x) |
(+.f64 x (sin.f64 y)) |
(sin y) |
(sin.f64 y) |
y |
x |
Found 13 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (+.f64 (sin.f64 y) x) |
| ✓ | accuracy | 100.0% | (sin.f64 y) |
| ✓ | accuracy | 100.0% | (+.f64 z (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (-.f64 y x))) |
| ✓ | accuracy | 100.0% | (+.f64 x y) |
| ✓ | accuracy | 100.0% | (*.f64 (+.f64 x y) (-.f64 y x)) |
| ✓ | accuracy | 57.1% | (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (-.f64 y x)) |
| ✓ | accuracy | 99.9% | (fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
| ✓ | accuracy | 99.9% | (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) |
| ✓ | accuracy | 99.5% | (*.f64 y #s(literal -1/6 binary64)) |
| ✓ | accuracy | 100.0% | (sin.f64 y) |
| ✓ | accuracy | 100.0% | (cos.f64 y) |
| ✓ | accuracy | 99.8% | (*.f64 (cos.f64 y) x) |
| ✓ | accuracy | 90.3% | (fma.f64 (/.f64 z x) (*.f64 (cos.f64 y) x) (+.f64 x (sin.f64 y))) |
| 63.0ms | 255× | 0 | valid |
| 0.0ms | 1× | 1 | valid |
Compiled 103 to 25 computations (75.7% saved)
ival-mult: 16.0ms (33.1% of total)ival-add: 11.0ms (22.8% of total)ival-sin: 7.0ms (14.5% of total)ival-cos: 6.0ms (12.4% of total)ival-div: 4.0ms (8.3% of total)const: 4.0ms (8.3% of total)ival-sub: 1.0ms (2.1% of total)adjust: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| Inputs |
|---|
#<alt (+ (* (/ z x) (* (cos y) x)) (+ x (sin y)))> |
#<alt (/ z x)> |
#<alt (* (cos y) x)> |
#<alt (cos y)> |
#<alt (+ (* y (+ (* y (* y -1/6)) 1)) z)> |
#<alt (+ (* y (* y -1/6)) 1)> |
#<alt (* y -1/6)> |
#<alt (/ (* (+ x y) (- y x)) (- y x))> |
#<alt (+ z (/ (* (+ x y) (- y x)) (- y x)))> |
#<alt (* (+ x y) (- y x))> |
#<alt (+ x y)> |
#<alt (+ (sin y) x)> |
#<alt (sin y)> |
| Outputs |
|---|
#<alt (+ x (sin y))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (* z (cos y))> |
#<alt (* z (+ (cos y) (+ (/ x z) (/ (sin y) z))))> |
#<alt (* z (+ (cos y) (+ (/ x z) (/ (sin y) z))))> |
#<alt (* z (+ (cos y) (+ (/ x z) (/ (sin y) z))))> |
#<alt (* z (cos y))> |
#<alt (* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z)))))> |
#<alt (* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z)))))> |
#<alt (* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z)))))> |
#<alt (+ (sin y) (* z (cos y)))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt x> |
#<alt (* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x))))> |
#<alt (* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x))))> |
#<alt (* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x))))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1)))> |
#<alt (+ x z)> |
#<alt (+ x (+ y z))> |
#<alt (+ x (+ z (* y (+ 1 (* -1/2 (* y z))))))> |
#<alt (+ x (+ z (* y (+ 1 (* y (+ (* -1/2 z) (* -1/6 y)))))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (+ x (+ (sin y) (* z (cos y))))> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt (/ z x)> |
#<alt x> |
#<alt (+ x (* -1/2 (* x (pow y 2))))> |
#<alt (+ x (* (pow y 2) (+ (* -1/2 x) (* 1/24 (* x (pow y 2))))))> |
#<alt (+ x (* (pow y 2) (+ (* -1/2 x) (* (pow y 2) (+ (* -1/720 (* x (pow y 2))) (* 1/24 x))))))> |
#<alt (* x (cos y))> |
#<alt (* x (cos y))> |
#<alt (* x (cos y))> |
#<alt (* x (cos y))> |
#<alt (* x (cos y))> |
#<alt (* x (cos y))> |
#<alt (* x (cos y))> |
#<alt (* x (cos y))> |
#<alt (* x (cos y))> |
#<alt (* x (cos y))> |
#<alt (* x (cos y))> |
#<alt (* x (cos y))> |
#<alt (* x (cos y))> |
#<alt (* x (cos y))> |
#<alt (* x (cos y))> |
#<alt (* x (cos y))> |
#<alt (* x (cos y))> |
#<alt (* x (cos y))> |
#<alt (* x (cos y))> |
#<alt (* x (cos y))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (pow y 2)))> |
#<alt (+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2)))> |
#<alt (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2)))> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt (cos y)> |
#<alt z> |
#<alt (+ y z)> |
#<alt (+ z (* y (+ 1 (* -1/6 (pow y 2)))))> |
#<alt (+ z (* y (+ 1 (* -1/6 (pow y 2)))))> |
#<alt (* -1/6 (pow y 3))> |
#<alt (* (pow y 3) (- (/ 1 (pow y 2)) 1/6))> |
#<alt (* (pow y 3) (- (+ (/ 1 (pow y 2)) (/ z (pow y 3))) 1/6))> |
#<alt (* (pow y 3) (- (+ (/ 1 (pow y 2)) (/ z (pow y 3))) 1/6))> |
#<alt (* -1/6 (pow y 3))> |
#<alt (* -1 (* (pow y 3) (- 1/6 (/ 1 (pow y 2)))))> |
#<alt (* -1 (* (pow y 3) (- (+ 1/6 (* -1 (/ z (pow y 3)))) (/ 1 (pow y 2)))))> |
#<alt (* -1 (* (pow y 3) (- (+ 1/6 (* -1 (/ z (pow y 3)))) (/ 1 (pow y 2)))))> |
#<alt (* y (+ 1 (* -1/6 (pow y 2))))> |
#<alt (+ z (* y (+ 1 (* -1/6 (pow y 2)))))> |
#<alt (+ z (* y (+ 1 (* -1/6 (pow y 2)))))> |
#<alt (+ z (* y (+ 1 (* -1/6 (pow y 2)))))> |
#<alt z> |
#<alt (* z (+ 1 (/ (* y (+ 1 (* -1/6 (pow y 2)))) z)))> |
#<alt (* z (+ 1 (/ (* y (+ 1 (* -1/6 (pow y 2)))) z)))> |
#<alt (* z (+ 1 (/ (* y (+ 1 (* -1/6 (pow y 2)))) z)))> |
#<alt z> |
#<alt (* -1 (* z (- (* -1 (/ (* y (+ 1 (* -1/6 (pow y 2)))) z)) 1)))> |
#<alt (* -1 (* z (- (* -1 (/ (* y (+ 1 (* -1/6 (pow y 2)))) z)) 1)))> |
#<alt (* -1 (* z (- (* -1 (/ (* y (+ 1 (* -1/6 (pow y 2)))) z)) 1)))> |
#<alt 1> |
#<alt (+ 1 (* -1/6 (pow y 2)))> |
#<alt (+ 1 (* -1/6 (pow y 2)))> |
#<alt (+ 1 (* -1/6 (pow y 2)))> |
#<alt (* -1/6 (pow y 2))> |
#<alt (* (pow y 2) (- (/ 1 (pow y 2)) 1/6))> |
#<alt (* (pow y 2) (- (/ 1 (pow y 2)) 1/6))> |
#<alt (* (pow y 2) (- (/ 1 (pow y 2)) 1/6))> |
#<alt (* -1/6 (pow y 2))> |
#<alt (* (pow y 2) (- (/ 1 (pow y 2)) 1/6))> |
#<alt (* (pow y 2) (- (/ 1 (pow y 2)) 1/6))> |
#<alt (* (pow y 2) (- (/ 1 (pow y 2)) 1/6))> |
#<alt (* -1/6 y)> |
#<alt (* -1/6 y)> |
#<alt (* -1/6 y)> |
#<alt (* -1/6 y)> |
#<alt (* -1/6 y)> |
#<alt (* -1/6 y)> |
#<alt (* -1/6 y)> |
#<alt (* -1/6 y)> |
#<alt (* -1/6 y)> |
#<alt (* -1/6 y)> |
#<alt (* -1/6 y)> |
#<alt (* -1/6 y)> |
#<alt y> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt x> |
#<alt (* x (+ 1 (/ y x)))> |
#<alt (* x (+ 1 (/ y x)))> |
#<alt (* x (+ 1 (/ y x)))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ y x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ y x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ y x)) 1)))> |
#<alt x> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt y> |
#<alt (* y (+ 1 (/ x y)))> |
#<alt (* y (+ 1 (/ x y)))> |
#<alt (* y (+ 1 (/ x y)))> |
#<alt y> |
#<alt (* -1 (* y (- (* -1 (/ x y)) 1)))> |
#<alt (* -1 (* y (- (* -1 (/ x y)) 1)))> |
#<alt (* -1 (* y (- (* -1 (/ x y)) 1)))> |
#<alt (+ x y)> |
#<alt (+ x (+ y z))> |
#<alt (+ x (+ y z))> |
#<alt (+ x (+ y z))> |
#<alt z> |
#<alt (* z (+ 1 (+ (/ x z) (/ y z))))> |
#<alt (* z (+ 1 (+ (/ x z) (/ y z))))> |
#<alt (* z (+ 1 (+ (/ x z) (/ y z))))> |
#<alt z> |
#<alt (* -1 (* z (- (* -1 (/ (+ x y) z)) 1)))> |
#<alt (* -1 (* z (- (* -1 (/ (+ x y) z)) 1)))> |
#<alt (* -1 (* z (- (* -1 (/ (+ x y) z)) 1)))> |
#<alt (+ y z)> |
#<alt (+ x (+ y z))> |
#<alt (+ x (+ y z))> |
#<alt (+ x (+ y z))> |
#<alt x> |
#<alt (* x (+ 1 (+ (/ y x) (/ z x))))> |
#<alt (* x (+ 1 (+ (/ y x) (/ z x))))> |
#<alt (* x (+ 1 (+ (/ y x) (/ z x))))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ (+ y z) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (+ y z) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (+ y z) x)) 1)))> |
#<alt (+ x z)> |
#<alt (+ x (+ y z))> |
#<alt (+ x (+ y z))> |
#<alt (+ x (+ y z))> |
#<alt y> |
#<alt (* y (+ 1 (+ (/ x y) (/ z y))))> |
#<alt (* y (+ 1 (+ (/ x y) (/ z y))))> |
#<alt (* y (+ 1 (+ (/ x y) (/ z y))))> |
#<alt y> |
#<alt (* -1 (* y (- (* -1 (/ (+ x z) y)) 1)))> |
#<alt (* -1 (* y (- (* -1 (/ (+ x z) y)) 1)))> |
#<alt (* -1 (* y (- (* -1 (/ (+ x z) y)) 1)))> |
#<alt (pow y 2)> |
#<alt (+ (* x (+ y (* -1 y))) (pow y 2))> |
#<alt (+ (* x (+ y (+ (* -1 x) (* -1 y)))) (pow y 2))> |
#<alt (+ (* x (+ y (+ (* -1 x) (* -1 y)))) (pow y 2))> |
#<alt (* -1 (pow x 2))> |
#<alt (* (pow x 2) (- (+ (* -1 (/ y x)) (/ y x)) 1))> |
#<alt (* (pow x 2) (- (+ (* -1 (/ y x)) (+ (/ y x) (/ (pow y 2) (pow x 2)))) 1))> |
#<alt (* (pow x 2) (- (+ (* -1 (/ y x)) (+ (/ y x) (/ (pow y 2) (pow x 2)))) 1))> |
#<alt (* -1 (pow x 2))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ y (* -1 y)) x)) 1))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ y (+ (* -1 y) (* -1 (/ (pow y 2) x)))) x)) 1))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ y (+ (* -1 y) (* -1 (/ (pow y 2) x)))) x)) 1))> |
#<alt (* -1 (pow x 2))> |
#<alt (+ (* -1 (pow x 2)) (* y (+ x (* -1 x))))> |
#<alt (+ (* -1 (pow x 2)) (* y (+ x (+ y (* -1 x)))))> |
#<alt (+ (* -1 (pow x 2)) (* y (+ x (+ y (* -1 x)))))> |
#<alt (pow y 2)> |
#<alt (* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (/ x y))))> |
#<alt (* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (+ (* -1 (/ (pow x 2) (pow y 2))) (/ x y)))))> |
#<alt (* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (+ (* -1 (/ (pow x 2) (pow y 2))) (/ x y)))))> |
#<alt (pow y 2)> |
#<alt (* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (/ x y))))> |
#<alt (* (pow y 2) (+ 1 (* -1 (/ (+ (* -1 (+ x (* -1 x))) (/ (pow x 2) y)) y))))> |
#<alt (* (pow y 2) (+ 1 (* -1 (/ (+ (* -1 (+ x (* -1 x))) (/ (pow x 2) y)) y))))> |
#<alt y> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt x> |
#<alt (* x (+ 1 (/ y x)))> |
#<alt (* x (+ 1 (/ y x)))> |
#<alt (* x (+ 1 (/ y x)))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ y x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ y x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ y x)) 1)))> |
#<alt x> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt y> |
#<alt (* y (+ 1 (/ x y)))> |
#<alt (* y (+ 1 (/ x y)))> |
#<alt (* y (+ 1 (/ x y)))> |
#<alt y> |
#<alt (* -1 (* y (- (* -1 (/ x y)) 1)))> |
#<alt (* -1 (* y (- (* -1 (/ x y)) 1)))> |
#<alt (* -1 (* y (- (* -1 (/ x y)) 1)))> |
#<alt x> |
#<alt (+ x y)> |
#<alt (+ x (* y (+ 1 (* -1/6 (pow y 2)))))> |
#<alt (+ x (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (sin y)> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt (+ x (sin y))> |
#<alt x> |
#<alt (* x (+ 1 (/ (sin y) x)))> |
#<alt (* x (+ 1 (/ (sin y) x)))> |
#<alt (* x (+ 1 (/ (sin y) x)))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ (sin y) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (sin y) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (sin y) x)) 1)))> |
#<alt y> |
#<alt (* y (+ 1 (* -1/6 (pow y 2))))> |
#<alt (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))))> |
#<alt (* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6))))> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
#<alt (sin y)> |
72 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | y | @ | 0 | (* y -1/6) |
| 0.0ms | y | @ | inf | (+ (* y (+ (* y (* y -1/6)) 1)) z) |
| 0.0ms | y | @ | -inf | (+ (* y (+ (* y (* y -1/6)) 1)) z) |
| 0.0ms | z | @ | 0 | (+ (* y (+ (* y (* y -1/6)) 1)) z) |
| 0.0ms | y | @ | -inf | (* (+ x y) (- y x)) |
| 1× | batch-egg-rewrite |
| 5 314× | /-lowering-/.f32 |
| 5 314× | /-lowering-/.f64 |
| 4 784× | *-lowering-*.f32 |
| 4 784× | *-lowering-*.f64 |
| 3 012× | accelerator-lowering-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 23 | 91 |
| 1 | 151 | 65 |
| 2 | 1598 | 65 |
| 0 | 8558 | 61 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* (/ z x) (* (cos y) x)) (+ x (sin y))) |
(/ z x) |
(* (cos y) x) |
(cos y) |
(+ (* y (+ (* y (* y -1/6)) 1)) z) |
(+ (* y (* y -1/6)) 1) |
(* y -1/6) |
(/ (* (+ x y) (- y x)) (- y x)) |
(+ z (/ (* (+ x y) (- y x)) (- y x))) |
(* (+ x y) (- y x)) |
(+ x y) |
(+ (sin y) x) |
(sin y) |
| Outputs |
|---|
(+.f64 x (+.f64 (sin.f64 y) (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))))) |
(+.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) (+.f64 x (sin.f64 y))) |
(+.f64 (sin.f64 y) (fma.f64 (cos.f64 y) (*.f64 x (/.f64 z x)) x)) |
(+.f64 (+.f64 x (sin.f64 y)) (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y)))) |
(+.f64 (fma.f64 (cos.f64 y) (*.f64 x (/.f64 z x)) x) (sin.f64 y)) |
(+.f64 (fma.f64 x (/.f64 (*.f64 z (cos.f64 y)) x) (sin.f64 y)) x) |
(-.f64 (/.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64)) (-.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) (+.f64 x (sin.f64 y)))) (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (-.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) (+.f64 x (sin.f64 y))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))))) (/.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y)))))) |
(-.f64 (/.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 x (/.f64 z x)) x) #s(literal 2 binary64)) (-.f64 (fma.f64 (cos.f64 y) (*.f64 x (/.f64 z x)) x) (sin.f64 y))) (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (fma.f64 (cos.f64 y) (*.f64 x (/.f64 z x)) x) (sin.f64 y)))) |
(fma.f64 z (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (cos.f64 y))) (+.f64 x (sin.f64 y))) |
(fma.f64 z (/.f64 (*.f64 x (cos.f64 y)) x) (+.f64 x (sin.f64 y))) |
(fma.f64 x (/.f64 (*.f64 z (cos.f64 y)) x) (+.f64 x (sin.f64 y))) |
(fma.f64 (/.f64 z x) (*.f64 x (cos.f64 y)) (+.f64 x (sin.f64 y))) |
(fma.f64 (cos.f64 y) (*.f64 x (/.f64 z x)) (+.f64 x (sin.f64 y))) |
(fma.f64 (*.f64 x (cos.f64 y)) (/.f64 z x) (+.f64 x (sin.f64 y))) |
(fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y)))) |
(fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (cos.f64 y)) (/.f64 #s(literal 1 binary64) z)) (+.f64 x (sin.f64 y))) |
(fma.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y))) (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y)))) |
(fma.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 (sin.f64 y) x)) (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y)))) |
(fma.f64 (/.f64 (*.f64 z (cos.f64 y)) x) x (+.f64 x (sin.f64 y))) |
(fma.f64 (*.f64 (*.f64 z x) (cos.f64 y)) (/.f64 #s(literal 1 binary64) x) (+.f64 x (sin.f64 y))) |
(fma.f64 (fma.f64 (/.f64 z x) (cos.f64 y) #s(literal 1 binary64)) x (sin.f64 y)) |
(fma.f64 (*.f64 (/.f64 z x) x) (cos.f64 y) (+.f64 x (sin.f64 y))) |
(fma.f64 (/.f64 (*.f64 x (cos.f64 y)) x) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) z)) (+.f64 x (sin.f64 y))) |
(fma.f64 (/.f64 x x) (/.f64 (cos.f64 y) (/.f64 #s(literal 1 binary64) z)) (+.f64 x (sin.f64 y))) |
(fma.f64 (/.f64 (cos.f64 y) x) (/.f64 x (/.f64 #s(literal 1 binary64) z)) (+.f64 x (sin.f64 y))) |
(fma.f64 (/.f64 (*.f64 x (cos.f64 y)) #s(literal -1 binary64)) (/.f64 (neg.f64 z) x) (+.f64 x (sin.f64 y))) |
(fma.f64 (/.f64 (neg.f64 z) #s(literal -1 binary64)) (/.f64 (*.f64 x (cos.f64 y)) x) (+.f64 x (sin.f64 y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y)))) (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64))) (+.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 3 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) (+.f64 x (sin.f64 y))) (-.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 3 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64))) (fma.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y)))) (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 3 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64))) (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (*.f64 x (cos.f64 y)) (*.f64 (/.f64 z x) (+.f64 x (sin.f64 y))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))) (-.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) (+.f64 x (sin.f64 y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y)))) (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64))) (+.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 3 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) (+.f64 x (sin.f64 y))) (-.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 z x) (cos.f64 y)) (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (*.f64 x (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (*.f64 x (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 z x) (cos.f64 y)) (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (*.f64 x (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 z x) (cos.f64 y)) (-.f64 x (sin.f64 y)) (*.f64 x (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (*.f64 x (-.f64 x (sin.f64 y)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 z x) (cos.f64 y)) (-.f64 (sin.f64 y) x) (*.f64 x (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)))) (*.f64 x (-.f64 (sin.f64 y) x))) |
(/.f64 (fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) x (*.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (*.f64 (*.f64 z x) (cos.f64 y)))) (*.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) x)) |
(/.f64 (fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) x (*.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 (*.f64 z x) (cos.f64 y)))) (*.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) x)) |
(/.f64 (fma.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) x (*.f64 (-.f64 x (sin.f64 y)) (*.f64 (*.f64 z x) (cos.f64 y)))) (*.f64 (-.f64 x (sin.f64 y)) x)) |
(/.f64 (fma.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)) x (*.f64 (-.f64 (sin.f64 y) x) (*.f64 (*.f64 z x) (cos.f64 y)))) (*.f64 (-.f64 (sin.f64 y) x) x)) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 3 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y)))) (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 3 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64)) (*.f64 (*.f64 x (cos.f64 y)) (*.f64 (/.f64 z x) (+.f64 x (sin.f64 y)))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))) (neg.f64 (-.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) (+.f64 x (sin.f64 y))))) |
(/.f64 (+.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 x (/.f64 z x)) x) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (+.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 x (/.f64 z x)) x) #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (fma.f64 (cos.f64 y) (*.f64 x (/.f64 z x)) x) (sin.f64 y))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64))) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 x (/.f64 z x)) x) #s(literal 2 binary64)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 (fma.f64 (cos.f64 y) (*.f64 x (/.f64 z x)) x) (sin.f64 y))) |
(/.f64 (fma.f64 (*.f64 x (cos.f64 y)) (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (/.f64 x z) #s(literal 1 binary64))) (*.f64 (/.f64 x z) (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) |
(/.f64 (fma.f64 (*.f64 x (cos.f64 y)) (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (/.f64 x z) #s(literal 1 binary64))) (*.f64 (/.f64 x z) (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) |
(/.f64 (fma.f64 (*.f64 x (cos.f64 y)) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (/.f64 x z) #s(literal 1 binary64))) (*.f64 (/.f64 x z) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 (fma.f64 (*.f64 x (cos.f64 y)) (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (*.f64 (/.f64 x z) #s(literal 1 binary64))) (*.f64 (/.f64 x z) (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))))) |
(/.f64 (fma.f64 (*.f64 x (cos.f64 y)) (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (*.f64 (/.f64 x z) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (*.f64 (/.f64 x z) (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))))) |
(/.f64 (fma.f64 (*.f64 x (cos.f64 y)) (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 (/.f64 x z) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (*.f64 (/.f64 x z) (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) |
(/.f64 (fma.f64 (*.f64 x (cos.f64 y)) (-.f64 x (sin.f64 y)) (*.f64 (/.f64 x z) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (*.f64 (/.f64 x z) (-.f64 x (sin.f64 y)))) |
(/.f64 (fma.f64 (*.f64 x (cos.f64 y)) (-.f64 (sin.f64 y) x) (*.f64 (/.f64 x z) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)))) (*.f64 (/.f64 x z) (-.f64 (sin.f64 y) x))) |
(/.f64 (fma.f64 (*.f64 x (cos.f64 y)) (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (*.f64 (/.f64 x z) (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) (*.f64 (/.f64 x z) (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))))) |
(/.f64 (fma.f64 (*.f64 x (cos.f64 y)) (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (/.f64 x z) (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) (*.f64 (/.f64 x z) (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 (fma.f64 (*.f64 x (cos.f64 y)) (neg.f64 (-.f64 x (sin.f64 y))) (*.f64 (/.f64 x z) (neg.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) (*.f64 (/.f64 x z) (neg.f64 (-.f64 x (sin.f64 y))))) |
(/.f64 (fma.f64 (*.f64 x (cos.f64 y)) (neg.f64 (-.f64 (sin.f64 y) x)) (*.f64 (/.f64 x z) (neg.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))))) (*.f64 (/.f64 x z) (neg.f64 (-.f64 (sin.f64 y) x)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) #s(literal 1 binary64))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) #s(literal 1 binary64))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) #s(literal 1 binary64))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) #s(literal 1 binary64))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y)) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (-.f64 x (sin.f64 y)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (-.f64 (sin.f64 y) x) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (-.f64 (sin.f64 y) x))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 (-.f64 x (sin.f64 y))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (neg.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (neg.f64 (-.f64 x (sin.f64 y))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (sin.f64 y) x)) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (neg.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))))) (*.f64 (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (neg.f64 (-.f64 (sin.f64 y) x)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 z x) (cos.f64 y)) (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 x #s(literal 1 binary64))) (*.f64 x (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 z x) (cos.f64 y)) (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 x #s(literal 1 binary64))) (*.f64 x (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 z x) (cos.f64 y)) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 x #s(literal 1 binary64))) (*.f64 x (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 z x) (cos.f64 y)) (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (*.f64 x #s(literal 1 binary64))) (*.f64 x (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 z x) (cos.f64 y)) (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (*.f64 x (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) (*.f64 x (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 z x) (cos.f64 y)) (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 x (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) (*.f64 x (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 z x) (cos.f64 y)) (neg.f64 (-.f64 x (sin.f64 y))) (*.f64 x (neg.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) (*.f64 x (neg.f64 (-.f64 x (sin.f64 y))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 z x) (cos.f64 y)) (neg.f64 (-.f64 (sin.f64 y) x)) (*.f64 x (neg.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))))) (*.f64 x (neg.f64 (-.f64 (sin.f64 y) x)))) |
(/.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))) (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (neg.f64 x) #s(literal 1 binary64))) (*.f64 (neg.f64 x) (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) |
(/.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))) (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (neg.f64 x) #s(literal 1 binary64))) (*.f64 (neg.f64 x) (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) |
(/.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (neg.f64 x) #s(literal 1 binary64))) (*.f64 (neg.f64 x) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))) (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (*.f64 (neg.f64 x) #s(literal 1 binary64))) (*.f64 (neg.f64 x) (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))))) |
(/.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))) (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (*.f64 (neg.f64 x) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (*.f64 (neg.f64 x) (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))))) |
(/.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))) (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 (neg.f64 x) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (*.f64 (neg.f64 x) (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) |
(/.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))) (-.f64 x (sin.f64 y)) (*.f64 (neg.f64 x) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (*.f64 (neg.f64 x) (-.f64 x (sin.f64 y)))) |
(/.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))) (-.f64 (sin.f64 y) x) (*.f64 (neg.f64 x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)))) (*.f64 (neg.f64 x) (-.f64 (sin.f64 y) x))) |
(/.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))) (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (*.f64 (neg.f64 x) (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) (*.f64 (neg.f64 x) (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))))) |
(/.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))) (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (neg.f64 x) (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) (*.f64 (neg.f64 x) (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))) (neg.f64 (-.f64 x (sin.f64 y))) (*.f64 (neg.f64 x) (neg.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) (*.f64 (neg.f64 x) (neg.f64 (-.f64 x (sin.f64 y))))) |
(/.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))) (neg.f64 (-.f64 (sin.f64 y) x)) (*.f64 (neg.f64 x) (neg.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))))) (*.f64 (neg.f64 x) (neg.f64 (-.f64 (sin.f64 y) x)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)) (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (/.f64 x z) #s(literal 1 binary64))) (*.f64 (/.f64 x z) (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)) (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (/.f64 x z) #s(literal 1 binary64))) (*.f64 (/.f64 x z) (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (/.f64 x z) #s(literal 1 binary64))) (*.f64 (/.f64 x z) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)) (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (*.f64 (/.f64 x z) #s(literal 1 binary64))) (*.f64 (/.f64 x z) (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)) (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (*.f64 (/.f64 x z) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (*.f64 (/.f64 x z) (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)) (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 (/.f64 x z) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (*.f64 (/.f64 x z) (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)) (-.f64 x (sin.f64 y)) (*.f64 (/.f64 x z) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (*.f64 (/.f64 x z) (-.f64 x (sin.f64 y)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)) (-.f64 (sin.f64 y) x) (*.f64 (/.f64 x z) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)))) (*.f64 (/.f64 x z) (-.f64 (sin.f64 y) x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)) (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (*.f64 (/.f64 x z) (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) (*.f64 (/.f64 x z) (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)) (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (/.f64 x z) (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) (*.f64 (/.f64 x z) (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)) (neg.f64 (-.f64 x (sin.f64 y))) (*.f64 (/.f64 x z) (neg.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) (*.f64 (/.f64 x z) (neg.f64 (-.f64 x (sin.f64 y))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)) (neg.f64 (-.f64 (sin.f64 y) x)) (*.f64 (/.f64 x z) (neg.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))))) (*.f64 (/.f64 x z) (neg.f64 (-.f64 (sin.f64 y) x)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)) (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (neg.f64 x) #s(literal 1 binary64))) (*.f64 (neg.f64 x) (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)) (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (neg.f64 x) #s(literal 1 binary64))) (*.f64 (neg.f64 x) (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (neg.f64 x) #s(literal 1 binary64))) (*.f64 (neg.f64 x) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)) (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (*.f64 (neg.f64 x) #s(literal 1 binary64))) (*.f64 (neg.f64 x) (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)) (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (*.f64 (neg.f64 x) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (*.f64 (neg.f64 x) (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)) (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 (neg.f64 x) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (*.f64 (neg.f64 x) (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)) (-.f64 x (sin.f64 y)) (*.f64 (neg.f64 x) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (*.f64 (neg.f64 x) (-.f64 x (sin.f64 y)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)) (-.f64 (sin.f64 y) x) (*.f64 (neg.f64 x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)))) (*.f64 (neg.f64 x) (-.f64 (sin.f64 y) x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)) (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (*.f64 (neg.f64 x) (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) (*.f64 (neg.f64 x) (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)) (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (neg.f64 x) (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) (*.f64 (neg.f64 x) (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)) (neg.f64 (-.f64 x (sin.f64 y))) (*.f64 (neg.f64 x) (neg.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) (*.f64 (neg.f64 x) (neg.f64 (-.f64 x (sin.f64 y))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)) (neg.f64 (-.f64 (sin.f64 y) x)) (*.f64 (neg.f64 x) (neg.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))))) (*.f64 (neg.f64 x) (neg.f64 (-.f64 (sin.f64 y) x)))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))) (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (/.f64 x z) #s(literal 1 binary64))) (*.f64 (/.f64 x z) (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))) (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (/.f64 x z) #s(literal 1 binary64))) (*.f64 (/.f64 x z) (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (/.f64 x z) #s(literal 1 binary64))) (*.f64 (/.f64 x z) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))) (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (*.f64 (/.f64 x z) #s(literal 1 binary64))) (*.f64 (/.f64 x z) (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))) (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (*.f64 (/.f64 x z) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (*.f64 (/.f64 x z) (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))) (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 (/.f64 x z) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (*.f64 (/.f64 x z) (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))) (-.f64 x (sin.f64 y)) (*.f64 (/.f64 x z) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (*.f64 (/.f64 x z) (-.f64 x (sin.f64 y)))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))) (-.f64 (sin.f64 y) x) (*.f64 (/.f64 x z) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)))) (*.f64 (/.f64 x z) (-.f64 (sin.f64 y) x))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))) (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (*.f64 (/.f64 x z) (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) (*.f64 (/.f64 x z) (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))) (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (/.f64 x z) (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) (*.f64 (/.f64 x z) (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))) (neg.f64 (-.f64 x (sin.f64 y))) (*.f64 (/.f64 x z) (neg.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) (*.f64 (/.f64 x z) (neg.f64 (-.f64 x (sin.f64 y))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))) (neg.f64 (-.f64 (sin.f64 y) x)) (*.f64 (/.f64 x z) (neg.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))))) (*.f64 (/.f64 x z) (neg.f64 (-.f64 (sin.f64 y) x)))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))) (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (neg.f64 x) #s(literal 1 binary64))) (*.f64 (neg.f64 x) (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))) (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (neg.f64 x) #s(literal 1 binary64))) (*.f64 (neg.f64 x) (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (neg.f64 x) #s(literal 1 binary64))) (*.f64 (neg.f64 x) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))) (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (*.f64 (neg.f64 x) #s(literal 1 binary64))) (*.f64 (neg.f64 x) (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))) (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (*.f64 (neg.f64 x) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (*.f64 (neg.f64 x) (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))) (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 (neg.f64 x) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (*.f64 (neg.f64 x) (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))) (-.f64 x (sin.f64 y)) (*.f64 (neg.f64 x) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (*.f64 (neg.f64 x) (-.f64 x (sin.f64 y)))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))) (-.f64 (sin.f64 y) x) (*.f64 (neg.f64 x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)))) (*.f64 (neg.f64 x) (-.f64 (sin.f64 y) x))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))) (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (*.f64 (neg.f64 x) (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) (*.f64 (neg.f64 x) (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))) (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (neg.f64 x) (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) (*.f64 (neg.f64 x) (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))) (neg.f64 (-.f64 x (sin.f64 y))) (*.f64 (neg.f64 x) (neg.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) (*.f64 (neg.f64 x) (neg.f64 (-.f64 x (sin.f64 y))))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))) (neg.f64 (-.f64 (sin.f64 y) x)) (*.f64 (neg.f64 x) (neg.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))))) (*.f64 (neg.f64 x) (neg.f64 (-.f64 (sin.f64 y) x)))) |
(/.f64 (+.f64 (/.f64 x z) (*.f64 (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 x (cos.f64 y)))) (*.f64 (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 x z))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (*.f64 (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) #s(literal 1 binary64))) (*.f64 (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) x (*.f64 (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (*.f64 z x) (cos.f64 y)))) (*.f64 (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) x)) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 x) (*.f64 (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))))) (*.f64 (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 x))) |
(/.f64 (+.f64 (/.f64 x z) (*.f64 (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)))) (*.f64 (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 x z))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 x) (*.f64 (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)))) (*.f64 (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 x))) |
(/.f64 (+.f64 (/.f64 x z) (*.f64 (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))))) (*.f64 (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 x z))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 x) (*.f64 (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))))) (*.f64 (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 x))) |
(/.f64 (+.f64 (/.f64 x z) (*.f64 (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 x (cos.f64 y)))) (*.f64 (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 x z))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (*.f64 (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) #s(literal 1 binary64))) (*.f64 (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) x (*.f64 (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (*.f64 z x) (cos.f64 y)))) (*.f64 (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) x)) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 x) (*.f64 (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))))) (*.f64 (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 x))) |
(/.f64 (+.f64 (/.f64 x z) (*.f64 (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)))) (*.f64 (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 x z))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 x) (*.f64 (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)))) (*.f64 (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 x))) |
(/.f64 (+.f64 (/.f64 x z) (*.f64 (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))))) (*.f64 (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 x z))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 x) (*.f64 (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))))) (*.f64 (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 x))) |
(/.f64 (+.f64 (/.f64 x z) (*.f64 (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 x (cos.f64 y)))) (*.f64 (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 x z))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (*.f64 (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) #s(literal 1 binary64))) (*.f64 (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) x (*.f64 (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (*.f64 z x) (cos.f64 y)))) (*.f64 (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) x)) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 x) (*.f64 (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))))) (*.f64 (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 x))) |
(/.f64 (+.f64 (/.f64 x z) (*.f64 (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)))) (*.f64 (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 x z))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 x) (*.f64 (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)))) (*.f64 (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 x))) |
(/.f64 (+.f64 (/.f64 x z) (*.f64 (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))))) (*.f64 (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 x z))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 x) (*.f64 (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))))) (*.f64 (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 x))) |
(/.f64 (+.f64 (/.f64 x z) (*.f64 (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (*.f64 x (cos.f64 y)))) (*.f64 (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (/.f64 x z))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (*.f64 (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) #s(literal 1 binary64))) (*.f64 (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) x (*.f64 (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (*.f64 (*.f64 z x) (cos.f64 y)))) (*.f64 (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) x)) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 x) (*.f64 (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))))) (*.f64 (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (neg.f64 x))) |
(/.f64 (+.f64 (/.f64 x z) (*.f64 (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)))) (*.f64 (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (/.f64 x z))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 x) (*.f64 (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)))) (*.f64 (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (neg.f64 x))) |
(/.f64 (+.f64 (/.f64 x z) (*.f64 (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))))) (*.f64 (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (/.f64 x z))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 x) (*.f64 (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))))) (*.f64 (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (neg.f64 x))) |
(/.f64 (fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 x z) (*.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (*.f64 x (cos.f64 y)))) (*.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (/.f64 x z))) |
(/.f64 (fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (*.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) #s(literal 1 binary64))) (*.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))))) |
(/.f64 (fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (neg.f64 x) (*.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))))) (*.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (neg.f64 x))) |
(/.f64 (fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 x z) (*.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)))) (*.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (/.f64 x z))) |
(/.f64 (fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (neg.f64 x) (*.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)))) (*.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (neg.f64 x))) |
(/.f64 (fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 x z) (*.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))))) (*.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (/.f64 x z))) |
(/.f64 (fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (neg.f64 x) (*.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))))) (*.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (neg.f64 x))) |
(/.f64 (fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 x z) (*.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x (cos.f64 y)))) (*.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 x z))) |
(/.f64 (fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (*.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) #s(literal 1 binary64))) (*.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))))) |
(/.f64 (fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (neg.f64 x) (*.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))))) (*.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (neg.f64 x))) |
(/.f64 (fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 x z) (*.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)))) (*.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 x z))) |
(/.f64 (fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (neg.f64 x) (*.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)))) (*.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (neg.f64 x))) |
(/.f64 (fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 x z) (*.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))))) (*.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 x z))) |
(/.f64 (fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (neg.f64 x) (*.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))))) (*.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (neg.f64 x))) |
(/.f64 (fma.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 x z) (*.f64 (-.f64 x (sin.f64 y)) (*.f64 x (cos.f64 y)))) (*.f64 (-.f64 x (sin.f64 y)) (/.f64 x z))) |
(/.f64 (fma.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (*.f64 (-.f64 x (sin.f64 y)) #s(literal 1 binary64))) (*.f64 (-.f64 x (sin.f64 y)) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))))) |
(/.f64 (fma.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (neg.f64 x) (*.f64 (-.f64 x (sin.f64 y)) (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))))) (*.f64 (-.f64 x (sin.f64 y)) (neg.f64 x))) |
(/.f64 (fma.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 x z) (*.f64 (-.f64 x (sin.f64 y)) (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)))) (*.f64 (-.f64 x (sin.f64 y)) (/.f64 x z))) |
(/.f64 (fma.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (neg.f64 x) (*.f64 (-.f64 x (sin.f64 y)) (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)))) (*.f64 (-.f64 x (sin.f64 y)) (neg.f64 x))) |
(/.f64 (fma.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 x z) (*.f64 (-.f64 x (sin.f64 y)) (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))))) (*.f64 (-.f64 x (sin.f64 y)) (/.f64 x z))) |
(/.f64 (fma.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (neg.f64 x) (*.f64 (-.f64 x (sin.f64 y)) (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))))) (*.f64 (-.f64 x (sin.f64 y)) (neg.f64 x))) |
(/.f64 (fma.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)) (/.f64 x z) (*.f64 (-.f64 (sin.f64 y) x) (*.f64 x (cos.f64 y)))) (*.f64 (-.f64 (sin.f64 y) x) (/.f64 x z))) |
(/.f64 (fma.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (*.f64 (-.f64 (sin.f64 y) x) #s(literal 1 binary64))) (*.f64 (-.f64 (sin.f64 y) x) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))))) |
(/.f64 (fma.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)) (neg.f64 x) (*.f64 (-.f64 (sin.f64 y) x) (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))))) (*.f64 (-.f64 (sin.f64 y) x) (neg.f64 x))) |
(/.f64 (fma.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)) (/.f64 x z) (*.f64 (-.f64 (sin.f64 y) x) (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)))) (*.f64 (-.f64 (sin.f64 y) x) (/.f64 x z))) |
(/.f64 (fma.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)) (neg.f64 x) (*.f64 (-.f64 (sin.f64 y) x) (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)))) (*.f64 (-.f64 (sin.f64 y) x) (neg.f64 x))) |
(/.f64 (fma.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)) (/.f64 x z) (*.f64 (-.f64 (sin.f64 y) x) (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))))) (*.f64 (-.f64 (sin.f64 y) x) (/.f64 x z))) |
(/.f64 (fma.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)) (neg.f64 x) (*.f64 (-.f64 (sin.f64 y) x) (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))))) (*.f64 (-.f64 (sin.f64 y) x) (neg.f64 x))) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 x z) (*.f64 (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (*.f64 x (cos.f64 y)))) (*.f64 (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (/.f64 x z))) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (*.f64 (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) #s(literal 1 binary64))) (*.f64 (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))))) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) x (*.f64 (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (*.f64 (*.f64 z x) (cos.f64 y)))) (*.f64 (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) x)) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 x) (*.f64 (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))))) (*.f64 (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (neg.f64 x))) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 x z) (*.f64 (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (/.f64 x z))) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 x) (*.f64 (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)))) (*.f64 (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (neg.f64 x))) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 x z) (*.f64 (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))))) (*.f64 (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (/.f64 x z))) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 x) (*.f64 (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))))) (*.f64 (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) (neg.f64 x))) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 x z) (*.f64 (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 x (cos.f64 y)))) (*.f64 (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 x z))) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (*.f64 (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) #s(literal 1 binary64))) (*.f64 (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))))) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) x (*.f64 (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (*.f64 z x) (cos.f64 y)))) (*.f64 (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) x)) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 x) (*.f64 (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))))) (*.f64 (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 x))) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 x z) (*.f64 (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 x z))) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 x) (*.f64 (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)))) (*.f64 (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 x))) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (/.f64 x z) (*.f64 (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))))) (*.f64 (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 x z))) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 x) (*.f64 (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))))) (*.f64 (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 x))) |
(/.f64 (fma.f64 (neg.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 x z) (*.f64 (neg.f64 (-.f64 x (sin.f64 y))) (*.f64 x (cos.f64 y)))) (*.f64 (neg.f64 (-.f64 x (sin.f64 y))) (/.f64 x z))) |
(/.f64 (fma.f64 (neg.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (*.f64 (neg.f64 (-.f64 x (sin.f64 y))) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 x (sin.f64 y))) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))))) |
(/.f64 (fma.f64 (neg.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) x (*.f64 (neg.f64 (-.f64 x (sin.f64 y))) (*.f64 (*.f64 z x) (cos.f64 y)))) (*.f64 (neg.f64 (-.f64 x (sin.f64 y))) x)) |
(/.f64 (fma.f64 (neg.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 x) (*.f64 (neg.f64 (-.f64 x (sin.f64 y))) (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))))) (*.f64 (neg.f64 (-.f64 x (sin.f64 y))) (neg.f64 x))) |
(/.f64 (fma.f64 (neg.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 x z) (*.f64 (neg.f64 (-.f64 x (sin.f64 y))) (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (-.f64 x (sin.f64 y))) (/.f64 x z))) |
(/.f64 (fma.f64 (neg.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 x) (*.f64 (neg.f64 (-.f64 x (sin.f64 y))) (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)))) (*.f64 (neg.f64 (-.f64 x (sin.f64 y))) (neg.f64 x))) |
(/.f64 (fma.f64 (neg.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (/.f64 x z) (*.f64 (neg.f64 (-.f64 x (sin.f64 y))) (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))))) (*.f64 (neg.f64 (-.f64 x (sin.f64 y))) (/.f64 x z))) |
(/.f64 (fma.f64 (neg.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 x) (*.f64 (neg.f64 (-.f64 x (sin.f64 y))) (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))))) (*.f64 (neg.f64 (-.f64 x (sin.f64 y))) (neg.f64 x))) |
(/.f64 (fma.f64 (neg.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (/.f64 x z) (*.f64 (neg.f64 (-.f64 (sin.f64 y) x)) (*.f64 x (cos.f64 y)))) (*.f64 (neg.f64 (-.f64 (sin.f64 y) x)) (/.f64 x z))) |
(/.f64 (fma.f64 (neg.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))) (*.f64 (neg.f64 (-.f64 (sin.f64 y) x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 (sin.f64 y) x)) (/.f64 x (*.f64 (*.f64 z x) (cos.f64 y))))) |
(/.f64 (fma.f64 (neg.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) x (*.f64 (neg.f64 (-.f64 (sin.f64 y) x)) (*.f64 (*.f64 z x) (cos.f64 y)))) (*.f64 (neg.f64 (-.f64 (sin.f64 y) x)) x)) |
(/.f64 (fma.f64 (neg.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (neg.f64 x) (*.f64 (neg.f64 (-.f64 (sin.f64 y) x)) (neg.f64 (*.f64 (*.f64 z x) (cos.f64 y))))) (*.f64 (neg.f64 (-.f64 (sin.f64 y) x)) (neg.f64 x))) |
(/.f64 (fma.f64 (neg.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (/.f64 x z) (*.f64 (neg.f64 (-.f64 (sin.f64 y) x)) (*.f64 (*.f64 x (cos.f64 y)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (-.f64 (sin.f64 y) x)) (/.f64 x z))) |
(/.f64 (fma.f64 (neg.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (neg.f64 x) (*.f64 (neg.f64 (-.f64 (sin.f64 y) x)) (*.f64 (*.f64 x (cos.f64 y)) (neg.f64 z)))) (*.f64 (neg.f64 (-.f64 (sin.f64 y) x)) (neg.f64 x))) |
(/.f64 (fma.f64 (neg.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (/.f64 x z) (*.f64 (neg.f64 (-.f64 (sin.f64 y) x)) (*.f64 #s(literal 1 binary64) (*.f64 x (cos.f64 y))))) (*.f64 (neg.f64 (-.f64 (sin.f64 y) x)) (/.f64 x z))) |
(/.f64 (fma.f64 (neg.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (neg.f64 x) (*.f64 (neg.f64 (-.f64 (sin.f64 y) x)) (*.f64 (neg.f64 z) (*.f64 x (cos.f64 y))))) (*.f64 (neg.f64 (-.f64 (sin.f64 y) x)) (neg.f64 x))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64)) (-.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) (+.f64 x (sin.f64 y)))) (*.f64 (-.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) (+.f64 x (sin.f64 y))) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))) (*.f64 (-.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) (+.f64 x (sin.f64 y))) (-.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) (+.f64 x (sin.f64 y))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z x) (cos.f64 y)) (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (*.f64 x (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) (neg.f64 (*.f64 x (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z x) (cos.f64 y)) (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 x (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) (neg.f64 (*.f64 x (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z x) (cos.f64 y)) (-.f64 x (sin.f64 y)) (*.f64 x (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) (neg.f64 (*.f64 x (-.f64 x (sin.f64 y))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z x) (cos.f64 y)) (-.f64 (sin.f64 y) x) (*.f64 x (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))))) (neg.f64 (*.f64 x (-.f64 (sin.f64 y) x)))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) x (*.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (*.f64 (*.f64 z x) (cos.f64 y))))) (neg.f64 (*.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) x))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) x (*.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (*.f64 (*.f64 z x) (cos.f64 y))))) (neg.f64 (*.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) x))) |
(/.f64 (neg.f64 (fma.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) x (*.f64 (-.f64 x (sin.f64 y)) (*.f64 (*.f64 z x) (cos.f64 y))))) (neg.f64 (*.f64 (-.f64 x (sin.f64 y)) x))) |
(/.f64 (neg.f64 (fma.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)) x (*.f64 (-.f64 (sin.f64 y) x) (*.f64 (*.f64 z x) (cos.f64 y))))) (neg.f64 (*.f64 (-.f64 (sin.f64 y) x) x))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 3 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y)))) (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))))) (neg.f64 (neg.f64 (-.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) (+.f64 x (sin.f64 y)))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 x (/.f64 z x)) x) #s(literal 3 binary64)) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 x (/.f64 z x)) x) #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (fma.f64 (cos.f64 y) (*.f64 x (/.f64 z x)) x) (sin.f64 y)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)) (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (+.f64 x (sin.f64 y)) (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 (cos.f64 y) (*.f64 x (/.f64 z x)) x) #s(literal 2 binary64)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 (-.f64 (fma.f64 (cos.f64 y) (*.f64 x (/.f64 z x)) x) (sin.f64 y)))) |
(pow.f64 (/.f64 (fma.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y)))) (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64))) (+.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 3 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) (+.f64 x (sin.f64 y))) (-.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 3 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (+.f64 x (sin.f64 y)) (-.f64 (+.f64 x (sin.f64 y)) (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y)))) (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64))))) |
(*.f64 (-.f64 (pow.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) #s(literal 2 binary64)) (pow.f64 (+.f64 x (sin.f64 y)) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 z x) (*.f64 x (cos.f64 y))) (+.f64 x (sin.f64 y))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x z)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 x)) (/.f64 z (neg.f64 x))) |
(neg.f64 (/.f64 z (neg.f64 x))) |
(neg.f64 (/.f64 (neg.f64 z) x)) |
(/.f64 z x) |
(/.f64 #s(literal 1 binary64) (/.f64 x z)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 x z) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 x z)))) |
(/.f64 (neg.f64 z) (neg.f64 x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x z))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x z) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (neg.f64 z)) (neg.f64 (neg.f64 x))) |
(/.f64 (*.f64 z #s(literal 1 binary64)) x) |
(/.f64 (neg.f64 (neg.f64 (neg.f64 z))) (neg.f64 (neg.f64 (neg.f64 x)))) |
(/.f64 (neg.f64 (*.f64 z #s(literal 1 binary64))) (neg.f64 x)) |
(pow.f64 (/.f64 x z) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 x z) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 z (/.f64 #s(literal 1 binary64) x)) |
(*.f64 #s(literal 1 binary64) (/.f64 z x)) |
(*.f64 (neg.f64 z) (/.f64 #s(literal 1 binary64) (neg.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) z) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64))) |
(*.f64 x (cos.f64 y)) |
(*.f64 (cos.f64 y) x) |
(cos.f64 y) |
(+.f64 z (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y)) |
(+.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z) |
(+.f64 (*.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y))) (+.f64 y z)) |
(+.f64 (+.f64 z (*.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) y) |
(-.f64 (/.f64 (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))) (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z)) (/.f64 (*.f64 z z) (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z))) |
(-.f64 (/.f64 (*.f64 z z) (-.f64 z (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))) (/.f64 (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))) (-.f64 z (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y)))) |
(fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) (+.f64 y z)) |
(fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
(fma.f64 (*.f64 y #s(literal -1/6 binary64)) (*.f64 y y) (+.f64 y z)) |
(fma.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y (+.f64 y z)) |
(fma.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) y z) |
(fma.f64 (*.f64 y (*.f64 y y)) #s(literal -1/6 binary64) (+.f64 y z)) |
(fma.f64 (*.f64 y y) (*.f64 y #s(literal -1/6 binary64)) (+.f64 y z)) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 z (-.f64 z (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y)) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y)))) (fma.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))) (*.f64 z (*.f64 z z))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z) (*.f64 (fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z)))) |
(/.f64 (fma.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))) (*.f64 z (*.f64 z z))) (fma.f64 z (-.f64 z (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y)) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))))) |
(/.f64 (fma.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))) (*.f64 z (*.f64 z z))) (fma.f64 z z (-.f64 (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))) (*.f64 z (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))))) |
(/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z)) (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 z (-.f64 z (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y)) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y)))) (fma.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))) (*.f64 z (*.f64 z z)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z) (*.f64 (fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))) (*.f64 z (*.f64 z z)))) (neg.f64 (fma.f64 z (-.f64 z (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y)) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y)))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))) (*.f64 z (*.f64 z z)))) (neg.f64 (fma.f64 z z (-.f64 (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))) (*.f64 z (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z))) (neg.f64 (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z))) |
(/.f64 (-.f64 (*.f64 z z) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y)))) (-.f64 z (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))) (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z)) (*.f64 (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z) (*.f64 z z))) (*.f64 (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z) (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))) (*.f64 z (*.f64 z z))))) (neg.f64 (neg.f64 (fma.f64 z (-.f64 z (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y)) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z)))) (neg.f64 (neg.f64 (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 z z) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))))) (neg.f64 (-.f64 z (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y)))) |
(pow.f64 (/.f64 (fma.f64 z (-.f64 z (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y)) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y)))) (fma.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))) (*.f64 z (*.f64 z z)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z) (*.f64 (fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y))) (*.f64 z (*.f64 z z))) (/.f64 #s(literal 1 binary64) (fma.f64 z (-.f64 z (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y)) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 y (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y)))))) |
(*.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z))) |
(+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64)) (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) (/.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y))))) |
(fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) |
(fma.f64 y (*.f64 (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) |
(fma.f64 (*.f64 y #s(literal -1/6 binary64)) y #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 y y) #s(literal -1/6 binary64) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal -1/216 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal -1 binary64)) (fma.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64) #s(literal -1 binary64)))) |
(/.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal -1/216 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y))))) |
(/.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal -1/216 binary64)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64)) (*.f64 #s(literal -1/6 binary64) (*.f64 y y))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64) #s(literal -1 binary64)) (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal -1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal -1/216 binary64)) #s(literal 1 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal -1 binary64)) (fma.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal -1/216 binary64)) #s(literal 1 binary64))) (neg.f64 (fma.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal -1/216 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64)) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64) #s(literal -1 binary64))) (neg.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64)) (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal -1 binary64))) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal -1 binary64)) (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal -1/216 binary64)) #s(literal 1 binary64)))) (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y))))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64) #s(literal -1 binary64)))) (neg.f64 (neg.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64)))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y))))) |
(pow.f64 (/.f64 (fma.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))) (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal -1/216 binary64)) #s(literal 1 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal -1 binary64)) (fma.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64) #s(literal -1 binary64))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) #s(literal -1/216 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 y y)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 y y) (*.f64 y y)) #s(literal 1/36 binary64) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal -1 binary64)))) |
(*.f64 y #s(literal -1/6 binary64)) |
(*.f64 #s(literal -1/6 binary64) y) |
(+.f64 x y) |
(+.f64 y x) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y))) |
(-.f64 (/.f64 (*.f64 y y) (-.f64 y x)) (/.f64 (*.f64 x x) (-.f64 y x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (-.f64 y x))) (*.f64 (/.f64 (+.f64 x y) #s(literal -1 binary64)) #s(literal 1 binary64))) |
(fma.f64 y #s(literal 1 binary64) x) |
(fma.f64 #s(literal 1 binary64) y x) |
(neg.f64 (*.f64 (/.f64 (+.f64 x y) #s(literal -1 binary64)) #s(literal 1 binary64))) |
(neg.f64 (-.f64 (/.f64 #s(literal 0 binary64) (-.f64 y x)) (+.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (-.f64 y x)) |
(/.f64 (*.f64 (+.f64 x y) (neg.f64 (-.f64 y x))) (neg.f64 (-.f64 y x))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (fma.f64 y y (-.f64 (*.f64 x x) (*.f64 x y)))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (-.f64 x y)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) #s(literal 1 binary64)) (-.f64 y x)) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (-.f64 y x)) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (-.f64 y x))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (-.f64 y x)) (*.f64 (-.f64 x y) (-.f64 y x))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (neg.f64 (-.f64 y x)))) (neg.f64 (neg.f64 (-.f64 y x)))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (neg.f64 (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (neg.f64 (fma.f64 y y (-.f64 (*.f64 x x) (*.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (-.f64 x y))) (neg.f64 (-.f64 x y))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) #s(literal 1 binary64)) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) #s(literal 1 binary64)) (-.f64 x y)) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (-.f64 x y)) (*.f64 (-.f64 x y) (*.f64 y y))) (*.f64 (-.f64 x y) (-.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (-.f64 y x))) (neg.f64 (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (-.f64 y x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (-.f64 y x))) (neg.f64 (*.f64 (-.f64 x y) (-.f64 y x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) #s(literal 1 binary64))) (neg.f64 (-.f64 y x))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 x y) (neg.f64 (-.f64 y x))))) (neg.f64 (neg.f64 (neg.f64 (-.f64 y x))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (neg.f64 (neg.f64 (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 x y) (-.f64 x y)))) (neg.f64 (neg.f64 (-.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) #s(literal 1 binary64))) (neg.f64 (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) #s(literal 1 binary64))) (neg.f64 (-.f64 x y))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 x y)) |
(*.f64 (+.f64 x y) #s(literal 1 binary64)) |
(*.f64 (-.f64 y x) (*.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (-.f64 y x)))) |
(*.f64 (-.f64 y x) (/.f64 (+.f64 x y) (-.f64 y x))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (-.f64 y x))) |
(*.f64 (*.f64 (+.f64 x y) (neg.f64 (-.f64 y x))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 y x)))) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 (+.f64 x y) (+.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 y x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (/.f64 (-.f64 y x) #s(literal 1 binary64)) (/.f64 (+.f64 x y) (-.f64 y x))) |
(*.f64 (/.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (-.f64 y x) (/.f64 #s(literal 1 binary64) (+.f64 x y)))) |
(*.f64 (*.f64 (/.f64 (+.f64 x y) (fma.f64 x (+.f64 x y) (*.f64 y y))) #s(literal 1 binary64)) (fma.f64 x (+.f64 x y) (*.f64 y y))) |
(*.f64 (*.f64 (/.f64 (+.f64 x y) (fma.f64 x (+.f64 x y) (*.f64 y y))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (+.f64 x y) (*.f64 y y))))) |
(*.f64 (/.f64 (-.f64 y x) (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 y x))) (/.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (fma.f64 x (+.f64 x y) (*.f64 y y))))) |
(*.f64 (/.f64 (+.f64 x y) #s(literal -1 binary64)) (/.f64 (neg.f64 (-.f64 y x)) (-.f64 y x))) |
(*.f64 (/.f64 (-.f64 y x) #s(literal -1 binary64)) (/.f64 (neg.f64 (+.f64 x y)) (-.f64 y x))) |
(*.f64 (/.f64 (+.f64 x y) (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 y x))) (/.f64 (-.f64 y x) (/.f64 #s(literal 1 binary64) (fma.f64 x (+.f64 x y) (*.f64 y y))))) |
(*.f64 (/.f64 (+.f64 x y) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (-.f64 y x) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (+.f64 x y) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (-.f64 y x) (-.f64 x y))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (/.f64 (-.f64 y x) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (+.f64 x y) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (-.f64 y x) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (+.f64 x y) (-.f64 x y))) |
(*.f64 (/.f64 (neg.f64 (+.f64 x y)) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(+.f64 z (+.f64 x y)) |
(+.f64 (+.f64 x y) z) |
(-.f64 (/.f64 (*.f64 z z) (-.f64 z (+.f64 x y))) (/.f64 (*.f64 (+.f64 x y) (+.f64 x y)) (-.f64 z (+.f64 x y)))) |
(-.f64 (/.f64 (*.f64 (+.f64 x y) (+.f64 x y)) (-.f64 (+.f64 x y) z)) (/.f64 (*.f64 z z) (-.f64 (+.f64 x y) z))) |
(fma.f64 #s(literal 1 binary64) (+.f64 x y) z) |
(fma.f64 (+.f64 x y) #s(literal 1 binary64) z) |
(fma.f64 (-.f64 y x) (*.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (-.f64 y x))) z) |
(fma.f64 (-.f64 y x) (/.f64 (+.f64 x y) (-.f64 y x)) z) |
(fma.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (-.f64 y x)) z) |
(fma.f64 (*.f64 (+.f64 x y) (neg.f64 (-.f64 y x))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 y x))) z) |
(fma.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))) z) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 (+.f64 x y) (+.f64 x y)) z) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 y x)) z) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) #s(literal -1 binary64)) z) |
(fma.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 x y)) z) |
(fma.f64 (/.f64 (-.f64 y x) #s(literal 1 binary64)) (/.f64 (+.f64 x y) (-.f64 y x)) z) |
(fma.f64 (/.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (-.f64 y x) (/.f64 #s(literal 1 binary64) (+.f64 x y))) z) |
(fma.f64 (*.f64 (/.f64 (+.f64 x y) (fma.f64 x (+.f64 x y) (*.f64 y y))) #s(literal 1 binary64)) (fma.f64 x (+.f64 x y) (*.f64 y y)) z) |
(fma.f64 (*.f64 (/.f64 (+.f64 x y) (fma.f64 x (+.f64 x y) (*.f64 y y))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (+.f64 x y) (*.f64 y y)))) z) |
(fma.f64 (/.f64 (-.f64 y x) (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 y x))) (/.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (fma.f64 x (+.f64 x y) (*.f64 y y)))) z) |
(fma.f64 (/.f64 (+.f64 x y) #s(literal -1 binary64)) (/.f64 (neg.f64 (-.f64 y x)) (-.f64 y x)) z) |
(fma.f64 (/.f64 (-.f64 y x) #s(literal -1 binary64)) (/.f64 (neg.f64 (+.f64 x y)) (-.f64 y x)) z) |
(fma.f64 (/.f64 (+.f64 x y) (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 y x))) (/.f64 (-.f64 y x) (/.f64 #s(literal 1 binary64) (fma.f64 x (+.f64 x y) (*.f64 y y)))) z) |
(fma.f64 (/.f64 (+.f64 x y) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (-.f64 y x) (fma.f64 x x (*.f64 y (-.f64 y x)))) z) |
(fma.f64 (/.f64 (+.f64 x y) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (-.f64 y x) (-.f64 x y)) z) |
(fma.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))) z) |
(fma.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 x y)) z) |
(fma.f64 (/.f64 (-.f64 y x) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (+.f64 x y) (fma.f64 x x (*.f64 y (-.f64 y x)))) z) |
(fma.f64 (/.f64 (-.f64 y x) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (+.f64 x y) (-.f64 x y)) z) |
(fma.f64 (/.f64 (neg.f64 (+.f64 x y)) #s(literal -1 binary64)) #s(literal 1 binary64) z) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (+.f64 x y) (-.f64 (+.f64 x y) z) (*.f64 z z)) (fma.f64 (+.f64 x y) (*.f64 (+.f64 x y) (+.f64 x y)) (*.f64 z (*.f64 z z))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 z (+.f64 x y)) (*.f64 (+.f64 z (+.f64 x y)) (-.f64 z (+.f64 x y))))) |
(/.f64 (fma.f64 (+.f64 x y) (*.f64 (+.f64 x y) (+.f64 x y)) (*.f64 z (*.f64 z z))) (fma.f64 (+.f64 x y) (-.f64 (+.f64 x y) z) (*.f64 z z))) |
(/.f64 (fma.f64 (+.f64 x y) (*.f64 (+.f64 x y) (+.f64 x y)) (*.f64 z (*.f64 z z))) (fma.f64 (+.f64 x y) (+.f64 x y) (-.f64 (*.f64 z z) (*.f64 z (+.f64 x y))))) |
(/.f64 (*.f64 (+.f64 z (+.f64 x y)) (-.f64 z (+.f64 x y))) (-.f64 z (+.f64 x y))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (+.f64 x y) (-.f64 (+.f64 x y) z) (*.f64 z z)) (fma.f64 (+.f64 x y) (*.f64 (+.f64 x y) (+.f64 x y)) (*.f64 z (*.f64 z z)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 z (+.f64 x y)) (*.f64 (+.f64 z (+.f64 x y)) (-.f64 z (+.f64 x y)))))) |
(/.f64 (neg.f64 (fma.f64 (+.f64 x y) (*.f64 (+.f64 x y) (+.f64 x y)) (*.f64 z (*.f64 z z)))) (neg.f64 (fma.f64 (+.f64 x y) (-.f64 (+.f64 x y) z) (*.f64 z z)))) |
(/.f64 (neg.f64 (fma.f64 (+.f64 x y) (*.f64 (+.f64 x y) (+.f64 x y)) (*.f64 z (*.f64 z z)))) (neg.f64 (fma.f64 (+.f64 x y) (+.f64 x y) (-.f64 (*.f64 z z) (*.f64 z (+.f64 x y)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 z (+.f64 x y)) (-.f64 z (+.f64 x y)))) (neg.f64 (-.f64 z (+.f64 x y)))) |
(/.f64 (-.f64 (*.f64 (+.f64 x y) (+.f64 x y)) (*.f64 z z)) (-.f64 (+.f64 x y) z)) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (-.f64 z (+.f64 x y))) (*.f64 (-.f64 z (+.f64 x y)) (*.f64 (+.f64 x y) (+.f64 x y)))) (*.f64 (-.f64 z (+.f64 x y)) (-.f64 z (+.f64 x y)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (+.f64 x y) (*.f64 (+.f64 x y) (+.f64 x y)) (*.f64 z (*.f64 z z))))) (neg.f64 (neg.f64 (fma.f64 (+.f64 x y) (-.f64 (+.f64 x y) z) (*.f64 z z))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 z (+.f64 x y)) (-.f64 z (+.f64 x y))))) (neg.f64 (neg.f64 (-.f64 z (+.f64 x y))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 x y) (+.f64 x y)) (*.f64 z z))) (neg.f64 (-.f64 (+.f64 x y) z))) |
(pow.f64 (/.f64 (fma.f64 (+.f64 x y) (-.f64 (+.f64 x y) z) (*.f64 z z)) (fma.f64 (+.f64 x y) (*.f64 (+.f64 x y) (+.f64 x y)) (*.f64 z (*.f64 z z)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 z (+.f64 x y)) (*.f64 (+.f64 z (+.f64 x y)) (-.f64 z (+.f64 x y)))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (+.f64 x y) (*.f64 (+.f64 x y) (+.f64 x y)) (*.f64 z (*.f64 z z))) (/.f64 #s(literal 1 binary64) (fma.f64 (+.f64 x y) (-.f64 (+.f64 x y) z) (*.f64 z z)))) |
(*.f64 (*.f64 (+.f64 z (+.f64 x y)) (-.f64 z (+.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 z (+.f64 x y)))) |
(+.f64 (*.f64 y y) (neg.f64 (*.f64 x x))) |
(+.f64 (*.f64 y y) (*.f64 (neg.f64 x) x)) |
(+.f64 (*.f64 y (-.f64 y x)) (*.f64 x (-.f64 y x))) |
(+.f64 (*.f64 (+.f64 x y) y) (*.f64 (+.f64 x y) (neg.f64 x))) |
(+.f64 (*.f64 (-.f64 y x) x) (*.f64 (-.f64 y x) y)) |
(+.f64 (*.f64 (-.f64 y x) y) (*.f64 (-.f64 y x) x)) |
(+.f64 (*.f64 y (+.f64 x y)) (*.f64 (neg.f64 x) (+.f64 x y))) |
(+.f64 (*.f64 x (-.f64 y x)) (*.f64 y (-.f64 y x))) |
(-.f64 (*.f64 y y) (*.f64 x x)) |
(-.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (fma.f64 (*.f64 y y) (*.f64 y y) (fma.f64 (*.f64 x x) (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 y y))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (fma.f64 (*.f64 y y) (*.f64 y y) (fma.f64 (*.f64 x x) (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 y y)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 y y) (*.f64 y y)) (fma.f64 y y (*.f64 x x))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (fma.f64 y y (*.f64 x x)))) |
(fma.f64 x (-.f64 y x) (*.f64 y (-.f64 y x))) |
(fma.f64 y y (neg.f64 (*.f64 x x))) |
(fma.f64 y y (*.f64 (neg.f64 x) x)) |
(fma.f64 y (+.f64 x y) (*.f64 (neg.f64 x) (+.f64 x y))) |
(fma.f64 y (-.f64 y x) (*.f64 x (-.f64 y x))) |
(fma.f64 #s(literal 1 binary64) (*.f64 y y) (neg.f64 (*.f64 x x))) |
(fma.f64 #s(literal 1 binary64) (*.f64 y y) (*.f64 (neg.f64 x) x)) |
(fma.f64 (+.f64 x y) y (*.f64 (+.f64 x y) (neg.f64 x))) |
(fma.f64 (-.f64 y x) x (*.f64 (-.f64 y x) y)) |
(fma.f64 (-.f64 y x) y (*.f64 (-.f64 y x) x)) |
(fma.f64 (*.f64 y y) #s(literal 1 binary64) (neg.f64 (*.f64 x x))) |
(fma.f64 (*.f64 y y) #s(literal 1 binary64) (*.f64 (neg.f64 x) x)) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (fma.f64 x (+.f64 x y) (*.f64 y y)))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (+.f64 x y) (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 y x))) (*.f64 (-.f64 x y) (fma.f64 x (+.f64 x y) (*.f64 y y)))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (-.f64 x y) (+.f64 x y))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 x y))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (+.f64 x y) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (-.f64 y x)) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (-.f64 y x)) (-.f64 x y)) |
(/.f64 (-.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (fma.f64 (*.f64 y y) (*.f64 y y) (fma.f64 (*.f64 x x) (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 y y))))) |
(/.f64 (-.f64 (*.f64 (*.f64 y y) (*.f64 y y)) (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 y y (*.f64 x x))) |
(/.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))) (+.f64 x y)) |
(/.f64 (*.f64 (+.f64 x y) (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 y x))) (fma.f64 x (+.f64 x y) (*.f64 y y))) |
(/.f64 (*.f64 (-.f64 y x) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(/.f64 (*.f64 (-.f64 y x) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 x y)) |
(/.f64 (*.f64 (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 y x)) (+.f64 x y)) (fma.f64 x (+.f64 x y) (*.f64 y y))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (+.f64 x y)) (+.f64 x y)) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 y x)))) (neg.f64 (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (fma.f64 x (+.f64 x y) (*.f64 y y))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (+.f64 x y) (-.f64 y x)))) (neg.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 y x)))) (neg.f64 (*.f64 (-.f64 x y) (fma.f64 x (+.f64 x y) (*.f64 y y))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (+.f64 x y) (-.f64 y x)))) (neg.f64 (*.f64 (-.f64 x y) (+.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (neg.f64 (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (neg.f64 (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (neg.f64 (*.f64 (+.f64 x y) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (neg.f64 (*.f64 (+.f64 x y) (-.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (-.f64 y x))) (neg.f64 (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (-.f64 y x))) (neg.f64 (-.f64 x y))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (neg.f64 (fma.f64 (*.f64 y y) (*.f64 y y) (fma.f64 (*.f64 x x) (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 y y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 y y) (*.f64 y y)) (*.f64 (*.f64 x x) (*.f64 x x)))) (neg.f64 (fma.f64 y y (*.f64 x x)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x)))) (neg.f64 (+.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 y x)))) (neg.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 y x) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (neg.f64 (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 y x) (*.f64 (+.f64 x y) (-.f64 x y)))) (neg.f64 (-.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 y x)) (+.f64 x y))) (neg.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (+.f64 x y))) (neg.f64 (+.f64 x y))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (-.f64 y x)))) |
(*.f64 (+.f64 x y) (-.f64 y x)) |
(*.f64 (+.f64 x y) (/.f64 (+.f64 x y) (*.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (-.f64 y x))))) |
(*.f64 (+.f64 x y) (/.f64 (+.f64 x y) (/.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (-.f64 y x) (+.f64 x y)) |
(*.f64 (-.f64 y x) (/.f64 (+.f64 x y) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (-.f64 y x)))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 (+.f64 x y) (-.f64 y x)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (-.f64 y x))))) |
(*.f64 (/.f64 (+.f64 x y) (-.f64 y x)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (/.f64 (+.f64 x y) #s(literal 1 binary64)) (-.f64 y x)) |
(*.f64 (/.f64 (+.f64 x y) (+.f64 x y)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) #s(literal 1 binary64)) (/.f64 (+.f64 x y) (+.f64 x y))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (-.f64 y x))) (/.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (/.f64 (+.f64 x y) (*.f64 (+.f64 x y) (neg.f64 (-.f64 y x)))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 y x))))) |
(*.f64 (/.f64 (+.f64 x y) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (-.f64 y x))) #s(literal 1 binary64)) |
(*.f64 (/.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 (+.f64 x y) (*.f64 (/.f64 (+.f64 x y) (fma.f64 x (+.f64 x y) (*.f64 y y))) #s(literal 1 binary64))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (+.f64 x y) (*.f64 y y)))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (neg.f64 (-.f64 y x)))) (/.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 y x))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (/.f64 (+.f64 x y) (fma.f64 x (+.f64 x y) (*.f64 y y))) #s(literal 1 binary64))) (/.f64 (+.f64 x y) (fma.f64 x (+.f64 x y) (*.f64 y y)))) |
(+.f64 x y) |
(+.f64 y x) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y))) |
(-.f64 (/.f64 (*.f64 y y) (-.f64 y x)) (/.f64 (*.f64 x x) (-.f64 y x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (-.f64 y x))) (*.f64 (/.f64 (+.f64 x y) #s(literal -1 binary64)) #s(literal 1 binary64))) |
(fma.f64 y #s(literal 1 binary64) x) |
(fma.f64 #s(literal 1 binary64) y x) |
(neg.f64 (*.f64 (/.f64 (+.f64 x y) #s(literal -1 binary64)) #s(literal 1 binary64))) |
(neg.f64 (-.f64 (/.f64 #s(literal 0 binary64) (-.f64 y x)) (+.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (-.f64 y x)) |
(/.f64 (*.f64 (+.f64 x y) (neg.f64 (-.f64 y x))) (neg.f64 (-.f64 y x))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (fma.f64 y y (-.f64 (*.f64 x x) (*.f64 x y)))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (-.f64 x y)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) #s(literal 1 binary64)) (-.f64 y x)) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (-.f64 y x)) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (-.f64 y x))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (-.f64 y x)) (*.f64 (-.f64 x y) (-.f64 y x))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (neg.f64 (-.f64 y x)))) (neg.f64 (neg.f64 (-.f64 y x)))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (neg.f64 (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (neg.f64 (fma.f64 y y (-.f64 (*.f64 x x) (*.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (-.f64 x y))) (neg.f64 (-.f64 x y))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) #s(literal 1 binary64)) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) #s(literal 1 binary64)) (-.f64 x y)) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (-.f64 x y)) (*.f64 (-.f64 x y) (*.f64 y y))) (*.f64 (-.f64 x y) (-.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (-.f64 y x))) (neg.f64 (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (-.f64 y x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (-.f64 y x))) (neg.f64 (*.f64 (-.f64 x y) (-.f64 y x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) #s(literal 1 binary64))) (neg.f64 (-.f64 y x))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 x y) (neg.f64 (-.f64 y x))))) (neg.f64 (neg.f64 (neg.f64 (-.f64 y x))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (neg.f64 (neg.f64 (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 x y) (-.f64 x y)))) (neg.f64 (neg.f64 (-.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) #s(literal 1 binary64))) (neg.f64 (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) #s(literal 1 binary64))) (neg.f64 (-.f64 x y))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 x y)) |
(*.f64 (+.f64 x y) #s(literal 1 binary64)) |
(*.f64 (-.f64 y x) (*.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (-.f64 y x)))) |
(*.f64 (-.f64 y x) (/.f64 (+.f64 x y) (-.f64 y x))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (-.f64 y x))) |
(*.f64 (*.f64 (+.f64 x y) (neg.f64 (-.f64 y x))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 y x)))) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 (+.f64 x y) (+.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 y x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (/.f64 (-.f64 y x) #s(literal 1 binary64)) (/.f64 (+.f64 x y) (-.f64 y x))) |
(*.f64 (/.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (-.f64 y x) (/.f64 #s(literal 1 binary64) (+.f64 x y)))) |
(*.f64 (*.f64 (/.f64 (+.f64 x y) (fma.f64 x (+.f64 x y) (*.f64 y y))) #s(literal 1 binary64)) (fma.f64 x (+.f64 x y) (*.f64 y y))) |
(*.f64 (*.f64 (/.f64 (+.f64 x y) (fma.f64 x (+.f64 x y) (*.f64 y y))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (+.f64 x y) (*.f64 y y))))) |
(*.f64 (/.f64 (-.f64 y x) (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 y x))) (/.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (fma.f64 x (+.f64 x y) (*.f64 y y))))) |
(*.f64 (/.f64 (+.f64 x y) #s(literal -1 binary64)) (/.f64 (neg.f64 (-.f64 y x)) (-.f64 y x))) |
(*.f64 (/.f64 (-.f64 y x) #s(literal -1 binary64)) (/.f64 (neg.f64 (+.f64 x y)) (-.f64 y x))) |
(*.f64 (/.f64 (+.f64 x y) (*.f64 (fma.f64 x (+.f64 x y) (*.f64 y y)) (-.f64 y x))) (/.f64 (-.f64 y x) (/.f64 #s(literal 1 binary64) (fma.f64 x (+.f64 x y) (*.f64 y y))))) |
(*.f64 (/.f64 (+.f64 x y) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (-.f64 y x) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (+.f64 x y) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (-.f64 y x) (-.f64 x y))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (/.f64 (-.f64 y x) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (+.f64 x y) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (-.f64 y x) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (+.f64 x y) (-.f64 x y))) |
(*.f64 (/.f64 (neg.f64 (+.f64 x y)) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(+.f64 x (sin.f64 y)) |
(+.f64 (sin.f64 y) x) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 x (sin.f64 y)))) |
(-.f64 (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (sin.f64 y) x)) (/.f64 (*.f64 x x) (-.f64 (sin.f64 y) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)))) |
(/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))) |
(/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) |
(/.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (-.f64 x (sin.f64 y))) |
(/.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)) (-.f64 (sin.f64 y) x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (neg.f64 (-.f64 x (sin.f64 y)))) |
(/.f64 (neg.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) (neg.f64 (-.f64 (sin.f64 y) x))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (-.f64 x (sin.f64 y))) (*.f64 (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (pow.f64 (-.f64 x (sin.f64 y)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (-.f64 (sin.f64 y) x)) (*.f64 (-.f64 (sin.f64 y) x) (*.f64 x x))) (pow.f64 (-.f64 (sin.f64 y) x) #s(literal 2 binary64))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (neg.f64 (neg.f64 (-.f64 x (sin.f64 y))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)))) (neg.f64 (neg.f64 (-.f64 (sin.f64 y) x)))) |
(pow.f64 (/.f64 (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 x (sin.f64 y)) (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (sin.f64 y) x) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 (sin.f64 y) (-.f64 (sin.f64 y) x))))) |
(*.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 y) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x (sin.f64 y)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) |
(*.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))) (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 y)))) |
(*.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 (sin.f64 y) x))) |
(sin.f64 y) |
| 1× | egg-herbie |
| 8 976× | accelerator-lowering-fma.f32 |
| 8 976× | accelerator-lowering-fma.f64 |
| 4 514× | *-lowering-*.f32 |
| 4 514× | *-lowering-*.f64 |
| 3 710× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 233 | 1927 |
| 1 | 687 | 1816 |
| 2 | 2022 | 1757 |
| 3 | 7765 | 1757 |
| 0 | 8224 | 1637 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ x (sin y)) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(* z (cos y)) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(* z (cos y)) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(+ (sin y) (* z (cos y))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
x |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
x |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(+ x z) |
(+ x (+ y z)) |
(+ x (+ z (* y (+ 1 (* -1/2 (* y z)))))) |
(+ x (+ z (* y (+ 1 (* y (+ (* -1/2 z) (* -1/6 y))))))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+ x (+ (sin y) (* z (cos y)))) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
(/ z x) |
x |
(+ x (* -1/2 (* x (pow y 2)))) |
(+ x (* (pow y 2) (+ (* -1/2 x) (* 1/24 (* x (pow y 2)))))) |
(+ x (* (pow y 2) (+ (* -1/2 x) (* (pow y 2) (+ (* -1/720 (* x (pow y 2))) (* 1/24 x)))))) |
(* x (cos y)) |
(* x (cos y)) |
(* x (cos y)) |
(* x (cos y)) |
(* x (cos y)) |
(* x (cos y)) |
(* x (cos y)) |
(* x (cos y)) |
(* x (cos y)) |
(* x (cos y)) |
(* x (cos y)) |
(* x (cos y)) |
(* x (cos y)) |
(* x (cos y)) |
(* x (cos y)) |
(* x (cos y)) |
(* x (cos y)) |
(* x (cos y)) |
(* x (cos y)) |
(* x (cos y)) |
1 |
(+ 1 (* -1/2 (pow y 2))) |
(+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) |
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2))) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
(cos y) |
z |
(+ y z) |
(+ z (* y (+ 1 (* -1/6 (pow y 2))))) |
(+ z (* y (+ 1 (* -1/6 (pow y 2))))) |
(* -1/6 (pow y 3)) |
(* (pow y 3) (- (/ 1 (pow y 2)) 1/6)) |
(* (pow y 3) (- (+ (/ 1 (pow y 2)) (/ z (pow y 3))) 1/6)) |
(* (pow y 3) (- (+ (/ 1 (pow y 2)) (/ z (pow y 3))) 1/6)) |
(* -1/6 (pow y 3)) |
(* -1 (* (pow y 3) (- 1/6 (/ 1 (pow y 2))))) |
(* -1 (* (pow y 3) (- (+ 1/6 (* -1 (/ z (pow y 3)))) (/ 1 (pow y 2))))) |
(* -1 (* (pow y 3) (- (+ 1/6 (* -1 (/ z (pow y 3)))) (/ 1 (pow y 2))))) |
(* y (+ 1 (* -1/6 (pow y 2)))) |
(+ z (* y (+ 1 (* -1/6 (pow y 2))))) |
(+ z (* y (+ 1 (* -1/6 (pow y 2))))) |
(+ z (* y (+ 1 (* -1/6 (pow y 2))))) |
z |
(* z (+ 1 (/ (* y (+ 1 (* -1/6 (pow y 2)))) z))) |
(* z (+ 1 (/ (* y (+ 1 (* -1/6 (pow y 2)))) z))) |
(* z (+ 1 (/ (* y (+ 1 (* -1/6 (pow y 2)))) z))) |
z |
(* -1 (* z (- (* -1 (/ (* y (+ 1 (* -1/6 (pow y 2)))) z)) 1))) |
(* -1 (* z (- (* -1 (/ (* y (+ 1 (* -1/6 (pow y 2)))) z)) 1))) |
(* -1 (* z (- (* -1 (/ (* y (+ 1 (* -1/6 (pow y 2)))) z)) 1))) |
1 |
(+ 1 (* -1/6 (pow y 2))) |
(+ 1 (* -1/6 (pow y 2))) |
(+ 1 (* -1/6 (pow y 2))) |
(* -1/6 (pow y 2)) |
(* (pow y 2) (- (/ 1 (pow y 2)) 1/6)) |
(* (pow y 2) (- (/ 1 (pow y 2)) 1/6)) |
(* (pow y 2) (- (/ 1 (pow y 2)) 1/6)) |
(* -1/6 (pow y 2)) |
(* (pow y 2) (- (/ 1 (pow y 2)) 1/6)) |
(* (pow y 2) (- (/ 1 (pow y 2)) 1/6)) |
(* (pow y 2) (- (/ 1 (pow y 2)) 1/6)) |
(* -1/6 y) |
(* -1/6 y) |
(* -1/6 y) |
(* -1/6 y) |
(* -1/6 y) |
(* -1/6 y) |
(* -1/6 y) |
(* -1/6 y) |
(* -1/6 y) |
(* -1/6 y) |
(* -1/6 y) |
(* -1/6 y) |
y |
(+ x y) |
(+ x y) |
(+ x y) |
x |
(* x (+ 1 (/ y x))) |
(* x (+ 1 (/ y x))) |
(* x (+ 1 (/ y x))) |
x |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
x |
(+ x y) |
(+ x y) |
(+ x y) |
y |
(* y (+ 1 (/ x y))) |
(* y (+ 1 (/ x y))) |
(* y (+ 1 (/ x y))) |
y |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(+ x y) |
(+ x (+ y z)) |
(+ x (+ y z)) |
(+ x (+ y z)) |
z |
(* z (+ 1 (+ (/ x z) (/ y z)))) |
(* z (+ 1 (+ (/ x z) (/ y z)))) |
(* z (+ 1 (+ (/ x z) (/ y z)))) |
z |
(* -1 (* z (- (* -1 (/ (+ x y) z)) 1))) |
(* -1 (* z (- (* -1 (/ (+ x y) z)) 1))) |
(* -1 (* z (- (* -1 (/ (+ x y) z)) 1))) |
(+ y z) |
(+ x (+ y z)) |
(+ x (+ y z)) |
(+ x (+ y z)) |
x |
(* x (+ 1 (+ (/ y x) (/ z x)))) |
(* x (+ 1 (+ (/ y x) (/ z x)))) |
(* x (+ 1 (+ (/ y x) (/ z x)))) |
x |
(* -1 (* x (- (* -1 (/ (+ y z) x)) 1))) |
(* -1 (* x (- (* -1 (/ (+ y z) x)) 1))) |
(* -1 (* x (- (* -1 (/ (+ y z) x)) 1))) |
(+ x z) |
(+ x (+ y z)) |
(+ x (+ y z)) |
(+ x (+ y z)) |
y |
(* y (+ 1 (+ (/ x y) (/ z y)))) |
(* y (+ 1 (+ (/ x y) (/ z y)))) |
(* y (+ 1 (+ (/ x y) (/ z y)))) |
y |
(* -1 (* y (- (* -1 (/ (+ x z) y)) 1))) |
(* -1 (* y (- (* -1 (/ (+ x z) y)) 1))) |
(* -1 (* y (- (* -1 (/ (+ x z) y)) 1))) |
(pow y 2) |
(+ (* x (+ y (* -1 y))) (pow y 2)) |
(+ (* x (+ y (+ (* -1 x) (* -1 y)))) (pow y 2)) |
(+ (* x (+ y (+ (* -1 x) (* -1 y)))) (pow y 2)) |
(* -1 (pow x 2)) |
(* (pow x 2) (- (+ (* -1 (/ y x)) (/ y x)) 1)) |
(* (pow x 2) (- (+ (* -1 (/ y x)) (+ (/ y x) (/ (pow y 2) (pow x 2)))) 1)) |
(* (pow x 2) (- (+ (* -1 (/ y x)) (+ (/ y x) (/ (pow y 2) (pow x 2)))) 1)) |
(* -1 (pow x 2)) |
(* (pow x 2) (- (* -1 (/ (+ y (* -1 y)) x)) 1)) |
(* (pow x 2) (- (* -1 (/ (+ y (+ (* -1 y) (* -1 (/ (pow y 2) x)))) x)) 1)) |
(* (pow x 2) (- (* -1 (/ (+ y (+ (* -1 y) (* -1 (/ (pow y 2) x)))) x)) 1)) |
(* -1 (pow x 2)) |
(+ (* -1 (pow x 2)) (* y (+ x (* -1 x)))) |
(+ (* -1 (pow x 2)) (* y (+ x (+ y (* -1 x))))) |
(+ (* -1 (pow x 2)) (* y (+ x (+ y (* -1 x))))) |
(pow y 2) |
(* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (/ x y)))) |
(* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (+ (* -1 (/ (pow x 2) (pow y 2))) (/ x y))))) |
(* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (+ (* -1 (/ (pow x 2) (pow y 2))) (/ x y))))) |
(pow y 2) |
(* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (/ x y)))) |
(* (pow y 2) (+ 1 (* -1 (/ (+ (* -1 (+ x (* -1 x))) (/ (pow x 2) y)) y)))) |
(* (pow y 2) (+ 1 (* -1 (/ (+ (* -1 (+ x (* -1 x))) (/ (pow x 2) y)) y)))) |
y |
(+ x y) |
(+ x y) |
(+ x y) |
x |
(* x (+ 1 (/ y x))) |
(* x (+ 1 (/ y x))) |
(* x (+ 1 (/ y x))) |
x |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
x |
(+ x y) |
(+ x y) |
(+ x y) |
y |
(* y (+ 1 (/ x y))) |
(* y (+ 1 (/ x y))) |
(* y (+ 1 (/ x y))) |
y |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
x |
(+ x y) |
(+ x (* y (+ 1 (* -1/6 (pow y 2))))) |
(+ x (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))))) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
(sin y) |
(+ x (sin y)) |
(+ x (sin y)) |
(+ x (sin y)) |
x |
(* x (+ 1 (/ (sin y) x))) |
(* x (+ 1 (/ (sin y) x))) |
(* x (+ 1 (/ (sin y) x))) |
x |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
y |
(* y (+ 1 (* -1/6 (pow y 2)))) |
(* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))) |
(* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
(sin y) |
| Outputs |
|---|
(+ x (sin y)) |
(+.f64 x (sin.f64 y)) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(*.f64 z (+.f64 (cos.f64 y) (+.f64 (/.f64 x z) (/.f64 (sin.f64 y) z)))) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(*.f64 z (+.f64 (cos.f64 y) (+.f64 (/.f64 x z) (/.f64 (sin.f64 y) z)))) |
(* z (+ (cos y) (+ (/ x z) (/ (sin y) z)))) |
(*.f64 z (+.f64 (cos.f64 y) (+.f64 (/.f64 x z) (/.f64 (sin.f64 y) z)))) |
(* z (cos y)) |
(*.f64 z (cos.f64 y)) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(*.f64 z (+.f64 (cos.f64 y) (/.f64 (+.f64 x (sin.f64 y)) z))) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(*.f64 z (+.f64 (cos.f64 y) (/.f64 (+.f64 x (sin.f64 y)) z))) |
(* -1 (* z (+ (* -1 (cos y)) (* -1 (/ (+ x (sin y)) z))))) |
(*.f64 z (+.f64 (cos.f64 y) (/.f64 (+.f64 x (sin.f64 y)) z))) |
(+ (sin y) (* z (cos y))) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
x |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(fma.f64 x (fma.f64 z (/.f64 (cos.f64 y) x) (/.f64 (sin.f64 y) x)) x) |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(fma.f64 x (fma.f64 z (/.f64 (cos.f64 y) x) (/.f64 (sin.f64 y) x)) x) |
(* x (+ 1 (+ (/ (sin y) x) (/ (* z (cos y)) x)))) |
(fma.f64 x (fma.f64 z (/.f64 (cos.f64 y) x) (/.f64 (sin.f64 y) x)) x) |
x |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x))) |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x))) |
(* -1 (* x (- (* -1 (/ (+ (sin y) (* z (cos y))) x)) 1))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x))) |
(+ x z) |
(+.f64 x z) |
(+ x (+ y z)) |
(+.f64 x (+.f64 y z)) |
(+ x (+ z (* y (+ 1 (* -1/2 (* y z)))))) |
(+.f64 x (fma.f64 y (fma.f64 #s(literal -1/2 binary64) (*.f64 y z) #s(literal 1 binary64)) z)) |
(+ x (+ z (* y (+ 1 (* y (+ (* -1/2 z) (* -1/6 y))))))) |
(fma.f64 y (fma.f64 y (fma.f64 z #s(literal -1/2 binary64) (*.f64 y #s(literal -1/6 binary64))) #s(literal 1 binary64)) (+.f64 x z)) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(+ x (+ (sin y) (* z (cos y)))) |
(+.f64 x (fma.f64 z (cos.f64 y) (sin.f64 y))) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
(/ z x) |
(/.f64 z x) |
x |
(+ x (* -1/2 (* x (pow y 2)))) |
(fma.f64 (*.f64 y y) (*.f64 x #s(literal -1/2 binary64)) x) |
(+ x (* (pow y 2) (+ (* -1/2 x) (* 1/24 (* x (pow y 2)))))) |
(fma.f64 (*.f64 x (*.f64 y y)) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) x) |
(+ x (* (pow y 2) (+ (* -1/2 x) (* (pow y 2) (+ (* -1/720 (* x (pow y 2))) (* 1/24 x)))))) |
(fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) (*.f64 x (fma.f64 (*.f64 y y) #s(literal -1/720 binary64) #s(literal 1/24 binary64))) (*.f64 x #s(literal -1/2 binary64))) x) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
(* x (cos y)) |
(*.f64 x (cos.f64 y)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (pow y 2))) |
(fma.f64 y (*.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(+ 1 (* (pow y 2) (- (* 1/24 (pow y 2)) 1/2))) |
(fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/24 (* -1/720 (pow y 2)))) 1/2))) |
(fma.f64 y (*.f64 y (fma.f64 y (*.f64 y (fma.f64 (*.f64 y y) #s(literal -1/720 binary64) #s(literal 1/24 binary64))) #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
(cos y) |
(cos.f64 y) |
z |
(+ y z) |
(+.f64 y z) |
(+ z (* y (+ 1 (* -1/6 (pow y 2))))) |
(fma.f64 y (fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) z) |
(+ z (* y (+ 1 (* -1/6 (pow y 2))))) |
(fma.f64 y (fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) z) |
(* -1/6 (pow y 3)) |
(*.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y))) |
(* (pow y 3) (- (/ 1 (pow y 2)) 1/6)) |
(fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) |
(* (pow y 3) (- (+ (/ 1 (pow y 2)) (/ z (pow y 3))) 1/6)) |
(*.f64 y (fma.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (/.f64 z (*.f64 y (*.f64 y y)))) #s(literal 1 binary64))) |
(* (pow y 3) (- (+ (/ 1 (pow y 2)) (/ z (pow y 3))) 1/6)) |
(*.f64 y (fma.f64 (*.f64 y y) (+.f64 #s(literal -1/6 binary64) (/.f64 z (*.f64 y (*.f64 y y)))) #s(literal 1 binary64))) |
(* -1/6 (pow y 3)) |
(*.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y))) |
(* -1 (* (pow y 3) (- 1/6 (/ 1 (pow y 2))))) |
(*.f64 (*.f64 y (*.f64 y y)) (neg.f64 (+.f64 #s(literal 1/6 binary64) (/.f64 #s(literal -1 binary64) (*.f64 y y))))) |
(* -1 (* (pow y 3) (- (+ 1/6 (* -1 (/ z (pow y 3)))) (/ 1 (pow y 2))))) |
(*.f64 (neg.f64 y) (*.f64 (*.f64 y y) (-.f64 (+.f64 #s(literal 1/6 binary64) (/.f64 #s(literal -1 binary64) (*.f64 y y))) (/.f64 z (*.f64 y (*.f64 y y)))))) |
(* -1 (* (pow y 3) (- (+ 1/6 (* -1 (/ z (pow y 3)))) (/ 1 (pow y 2))))) |
(*.f64 (neg.f64 y) (*.f64 (*.f64 y y) (-.f64 (+.f64 #s(literal 1/6 binary64) (/.f64 #s(literal -1 binary64) (*.f64 y y))) (/.f64 z (*.f64 y (*.f64 y y)))))) |
(* y (+ 1 (* -1/6 (pow y 2)))) |
(fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) |
(+ z (* y (+ 1 (* -1/6 (pow y 2))))) |
(fma.f64 y (fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) z) |
(+ z (* y (+ 1 (* -1/6 (pow y 2))))) |
(fma.f64 y (fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) z) |
(+ z (* y (+ 1 (* -1/6 (pow y 2))))) |
(fma.f64 y (fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) z) |
z |
(* z (+ 1 (/ (* y (+ 1 (* -1/6 (pow y 2)))) z))) |
(fma.f64 y (*.f64 z (/.f64 (fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) z)) z) |
(* z (+ 1 (/ (* y (+ 1 (* -1/6 (pow y 2)))) z))) |
(fma.f64 y (*.f64 z (/.f64 (fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) z)) z) |
(* z (+ 1 (/ (* y (+ 1 (* -1/6 (pow y 2)))) z))) |
(fma.f64 y (*.f64 z (/.f64 (fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) z)) z) |
z |
(* -1 (* z (- (* -1 (/ (* y (+ 1 (* -1/6 (pow y 2)))) z)) 1))) |
(*.f64 (-.f64 #s(literal -1 binary64) (/.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z)) (neg.f64 z)) |
(* -1 (* z (- (* -1 (/ (* y (+ 1 (* -1/6 (pow y 2)))) z)) 1))) |
(*.f64 (-.f64 #s(literal -1 binary64) (/.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z)) (neg.f64 z)) |
(* -1 (* z (- (* -1 (/ (* y (+ 1 (* -1/6 (pow y 2)))) z)) 1))) |
(*.f64 (-.f64 #s(literal -1 binary64) (/.f64 (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) z)) (neg.f64 z)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/6 (pow y 2))) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) |
(+ 1 (* -1/6 (pow y 2))) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) |
(+ 1 (* -1/6 (pow y 2))) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) |
(* -1/6 (pow y 2)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 y y)) |
(* (pow y 2) (- (/ 1 (pow y 2)) 1/6)) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) |
(* (pow y 2) (- (/ 1 (pow y 2)) 1/6)) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) |
(* (pow y 2) (- (/ 1 (pow y 2)) 1/6)) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) |
(* -1/6 (pow y 2)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 y y)) |
(* (pow y 2) (- (/ 1 (pow y 2)) 1/6)) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) |
(* (pow y 2) (- (/ 1 (pow y 2)) 1/6)) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) |
(* (pow y 2) (- (/ 1 (pow y 2)) 1/6)) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) |
(* -1/6 y) |
(*.f64 y #s(literal -1/6 binary64)) |
(* -1/6 y) |
(*.f64 y #s(literal -1/6 binary64)) |
(* -1/6 y) |
(*.f64 y #s(literal -1/6 binary64)) |
(* -1/6 y) |
(*.f64 y #s(literal -1/6 binary64)) |
(* -1/6 y) |
(*.f64 y #s(literal -1/6 binary64)) |
(* -1/6 y) |
(*.f64 y #s(literal -1/6 binary64)) |
(* -1/6 y) |
(*.f64 y #s(literal -1/6 binary64)) |
(* -1/6 y) |
(*.f64 y #s(literal -1/6 binary64)) |
(* -1/6 y) |
(*.f64 y #s(literal -1/6 binary64)) |
(* -1/6 y) |
(*.f64 y #s(literal -1/6 binary64)) |
(* -1/6 y) |
(*.f64 y #s(literal -1/6 binary64)) |
(* -1/6 y) |
(*.f64 y #s(literal -1/6 binary64)) |
y |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
x |
(* x (+ 1 (/ y x))) |
(fma.f64 x (/.f64 y x) x) |
(* x (+ 1 (/ y x))) |
(fma.f64 x (/.f64 y x) x) |
(* x (+ 1 (/ y x))) |
(fma.f64 x (/.f64 y x) x) |
x |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(fma.f64 x (/.f64 y x) x) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(fma.f64 x (/.f64 y x) x) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(fma.f64 x (/.f64 y x) x) |
x |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
y |
(* y (+ 1 (/ x y))) |
(fma.f64 x (/.f64 y y) y) |
(* y (+ 1 (/ x y))) |
(fma.f64 x (/.f64 y y) y) |
(* y (+ 1 (/ x y))) |
(fma.f64 x (/.f64 y y) y) |
y |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(fma.f64 x (/.f64 y y) y) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(fma.f64 x (/.f64 y y) y) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(fma.f64 x (/.f64 y y) y) |
(+ x y) |
(+.f64 x y) |
(+ x (+ y z)) |
(+.f64 x (+.f64 y z)) |
(+ x (+ y z)) |
(+.f64 x (+.f64 y z)) |
(+ x (+ y z)) |
(+.f64 x (+.f64 y z)) |
z |
(* z (+ 1 (+ (/ x z) (/ y z)))) |
(fma.f64 z (+.f64 (/.f64 x z) (/.f64 y z)) z) |
(* z (+ 1 (+ (/ x z) (/ y z)))) |
(fma.f64 z (+.f64 (/.f64 x z) (/.f64 y z)) z) |
(* z (+ 1 (+ (/ x z) (/ y z)))) |
(fma.f64 z (+.f64 (/.f64 x z) (/.f64 y z)) z) |
z |
(* -1 (* z (- (* -1 (/ (+ x y) z)) 1))) |
(neg.f64 (*.f64 z (-.f64 #s(literal -1 binary64) (/.f64 (+.f64 x y) z)))) |
(* -1 (* z (- (* -1 (/ (+ x y) z)) 1))) |
(neg.f64 (*.f64 z (-.f64 #s(literal -1 binary64) (/.f64 (+.f64 x y) z)))) |
(* -1 (* z (- (* -1 (/ (+ x y) z)) 1))) |
(neg.f64 (*.f64 z (-.f64 #s(literal -1 binary64) (/.f64 (+.f64 x y) z)))) |
(+ y z) |
(+.f64 y z) |
(+ x (+ y z)) |
(+.f64 x (+.f64 y z)) |
(+ x (+ y z)) |
(+.f64 x (+.f64 y z)) |
(+ x (+ y z)) |
(+.f64 x (+.f64 y z)) |
x |
(* x (+ 1 (+ (/ y x) (/ z x)))) |
(fma.f64 x (+.f64 (/.f64 z x) (/.f64 y x)) x) |
(* x (+ 1 (+ (/ y x) (/ z x)))) |
(fma.f64 x (+.f64 (/.f64 z x) (/.f64 y x)) x) |
(* x (+ 1 (+ (/ y x) (/ z x)))) |
(fma.f64 x (+.f64 (/.f64 z x) (/.f64 y x)) x) |
x |
(* -1 (* x (- (* -1 (/ (+ y z) x)) 1))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 y z) x))) |
(* -1 (* x (- (* -1 (/ (+ y z) x)) 1))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 y z) x))) |
(* -1 (* x (- (* -1 (/ (+ y z) x)) 1))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 y z) x))) |
(+ x z) |
(+.f64 x z) |
(+ x (+ y z)) |
(+.f64 x (+.f64 y z)) |
(+ x (+ y z)) |
(+.f64 x (+.f64 y z)) |
(+ x (+ y z)) |
(+.f64 x (+.f64 y z)) |
y |
(* y (+ 1 (+ (/ x y) (/ z y)))) |
(fma.f64 y (+.f64 (/.f64 x y) (/.f64 z y)) y) |
(* y (+ 1 (+ (/ x y) (/ z y)))) |
(fma.f64 y (+.f64 (/.f64 x y) (/.f64 z y)) y) |
(* y (+ 1 (+ (/ x y) (/ z y)))) |
(fma.f64 y (+.f64 (/.f64 x y) (/.f64 z y)) y) |
y |
(* -1 (* y (- (* -1 (/ (+ x z) y)) 1))) |
(*.f64 (-.f64 #s(literal -1 binary64) (/.f64 (+.f64 x z) y)) (neg.f64 y)) |
(* -1 (* y (- (* -1 (/ (+ x z) y)) 1))) |
(*.f64 (-.f64 #s(literal -1 binary64) (/.f64 (+.f64 x z) y)) (neg.f64 y)) |
(* -1 (* y (- (* -1 (/ (+ x z) y)) 1))) |
(*.f64 (-.f64 #s(literal -1 binary64) (/.f64 (+.f64 x z) y)) (neg.f64 y)) |
(pow y 2) |
(*.f64 y y) |
(+ (* x (+ y (* -1 y))) (pow y 2)) |
(*.f64 y y) |
(+ (* x (+ y (+ (* -1 x) (* -1 y)))) (pow y 2)) |
(*.f64 (+.f64 x y) (-.f64 y x)) |
(+ (* x (+ y (+ (* -1 x) (* -1 y)))) (pow y 2)) |
(*.f64 (+.f64 x y) (-.f64 y x)) |
(* -1 (pow x 2)) |
(*.f64 x (neg.f64 x)) |
(* (pow x 2) (- (+ (* -1 (/ y x)) (/ y x)) 1)) |
(*.f64 x (neg.f64 x)) |
(* (pow x 2) (- (+ (* -1 (/ y x)) (+ (/ y x) (/ (pow y 2) (pow x 2)))) 1)) |
(*.f64 (*.f64 x x) (fma.f64 y (/.f64 y (*.f64 x x)) #s(literal -1 binary64))) |
(* (pow x 2) (- (+ (* -1 (/ y x)) (+ (/ y x) (/ (pow y 2) (pow x 2)))) 1)) |
(*.f64 (*.f64 x x) (fma.f64 y (/.f64 y (*.f64 x x)) #s(literal -1 binary64))) |
(* -1 (pow x 2)) |
(*.f64 x (neg.f64 x)) |
(* (pow x 2) (- (* -1 (/ (+ y (* -1 y)) x)) 1)) |
(*.f64 x (neg.f64 x)) |
(* (pow x 2) (- (* -1 (/ (+ y (+ (* -1 y) (* -1 (/ (pow y 2) x)))) x)) 1)) |
(*.f64 (*.f64 x x) (fma.f64 y (/.f64 y (*.f64 x x)) #s(literal -1 binary64))) |
(* (pow x 2) (- (* -1 (/ (+ y (+ (* -1 y) (* -1 (/ (pow y 2) x)))) x)) 1)) |
(*.f64 (*.f64 x x) (fma.f64 y (/.f64 y (*.f64 x x)) #s(literal -1 binary64))) |
(* -1 (pow x 2)) |
(*.f64 x (neg.f64 x)) |
(+ (* -1 (pow x 2)) (* y (+ x (* -1 x)))) |
(*.f64 x (neg.f64 x)) |
(+ (* -1 (pow x 2)) (* y (+ x (+ y (* -1 x))))) |
(*.f64 (+.f64 x y) (-.f64 y x)) |
(+ (* -1 (pow x 2)) (* y (+ x (+ y (* -1 x))))) |
(*.f64 (+.f64 x y) (-.f64 y x)) |
(pow y 2) |
(*.f64 y y) |
(* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (/ x y)))) |
(*.f64 y y) |
(* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (+ (* -1 (/ (pow x 2) (pow y 2))) (/ x y))))) |
(*.f64 (*.f64 y y) (fma.f64 (neg.f64 x) (/.f64 x (*.f64 y y)) #s(literal 1 binary64))) |
(* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (+ (* -1 (/ (pow x 2) (pow y 2))) (/ x y))))) |
(*.f64 (*.f64 y y) (fma.f64 (neg.f64 x) (/.f64 x (*.f64 y y)) #s(literal 1 binary64))) |
(pow y 2) |
(*.f64 y y) |
(* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (/ x y)))) |
(*.f64 y y) |
(* (pow y 2) (+ 1 (* -1 (/ (+ (* -1 (+ x (* -1 x))) (/ (pow x 2) y)) y)))) |
(*.f64 (*.f64 y y) (fma.f64 (neg.f64 x) (/.f64 x (*.f64 y y)) #s(literal 1 binary64))) |
(* (pow y 2) (+ 1 (* -1 (/ (+ (* -1 (+ x (* -1 x))) (/ (pow x 2) y)) y)))) |
(*.f64 (*.f64 y y) (fma.f64 (neg.f64 x) (/.f64 x (*.f64 y y)) #s(literal 1 binary64))) |
y |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
x |
(* x (+ 1 (/ y x))) |
(fma.f64 x (/.f64 y x) x) |
(* x (+ 1 (/ y x))) |
(fma.f64 x (/.f64 y x) x) |
(* x (+ 1 (/ y x))) |
(fma.f64 x (/.f64 y x) x) |
x |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(fma.f64 x (/.f64 y x) x) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(fma.f64 x (/.f64 y x) x) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(fma.f64 x (/.f64 y x) x) |
x |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
y |
(* y (+ 1 (/ x y))) |
(fma.f64 x (/.f64 y y) y) |
(* y (+ 1 (/ x y))) |
(fma.f64 x (/.f64 y y) y) |
(* y (+ 1 (/ x y))) |
(fma.f64 x (/.f64 y y) y) |
y |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(fma.f64 x (/.f64 y y) y) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(fma.f64 x (/.f64 y y) y) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(fma.f64 x (/.f64 y y) y) |
x |
(+ x y) |
(+.f64 x y) |
(+ x (* y (+ 1 (* -1/6 (pow y 2))))) |
(fma.f64 y (fma.f64 #s(literal -1/6 binary64) (*.f64 y y) #s(literal 1 binary64)) x) |
(+ x (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))))) |
(fma.f64 y (fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/120 binary64) #s(literal -1/6 binary64)) #s(literal 1 binary64)) x) |
(+ x (sin y)) |
(+.f64 x (sin.f64 y)) |
(+ x (sin y)) |
(+.f64 x (sin.f64 y)) |
(+ x (sin y)) |
(+.f64 x (sin.f64 y)) |
(+ x (sin y)) |
(+.f64 x (sin.f64 y)) |
(+ x (sin y)) |
(+.f64 x (sin.f64 y)) |
(+ x (sin y)) |
(+.f64 x (sin.f64 y)) |
(+ x (sin y)) |
(+.f64 x (sin.f64 y)) |
(+ x (sin y)) |
(+.f64 x (sin.f64 y)) |
(sin y) |
(sin.f64 y) |
(+ x (sin y)) |
(+.f64 x (sin.f64 y)) |
(+ x (sin y)) |
(+.f64 x (sin.f64 y)) |
(+ x (sin y)) |
(+.f64 x (sin.f64 y)) |
x |
(* x (+ 1 (/ (sin y) x))) |
(fma.f64 (sin.f64 y) (/.f64 x x) x) |
(* x (+ 1 (/ (sin y) x))) |
(fma.f64 (sin.f64 y) (/.f64 x x) x) |
(* x (+ 1 (/ (sin y) x))) |
(fma.f64 (sin.f64 y) (/.f64 x x) x) |
x |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(fma.f64 (sin.f64 y) (/.f64 x x) x) |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(fma.f64 (sin.f64 y) (/.f64 x x) x) |
(* -1 (* x (- (* -1 (/ (sin y) x)) 1))) |
(fma.f64 (sin.f64 y) (/.f64 x x) x) |
y |
(* y (+ 1 (* -1/6 (pow y 2)))) |
(fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) |
(* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))) |
(fma.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 y y) #s(literal 1/120 binary64) #s(literal -1/6 binary64)) y) |
(* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))) |
(fma.f64 y (*.f64 (*.f64 y y) (fma.f64 y (*.f64 y (fma.f64 (*.f64 y y) #s(literal -1/5040 binary64) #s(literal 1/120 binary64))) #s(literal -1/6 binary64))) y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
(sin y) |
(sin.f64 y) |
Compiled 23 412 to 2 125 computations (90.9% saved)
38 alts after pruning (30 fresh and 8 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 940 | 11 | 951 |
| Fresh | 3 | 19 | 22 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 6 | 6 |
| Total | 946 | 38 | 984 |
| Status | Accuracy | Program |
|---|---|---|
| 28.7% | (fma.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))) z) | |
| 85.9% | (fma.f64 (/.f64 (cos.f64 y) x) (/.f64 x (/.f64 #s(literal 1 binary64) z)) (+.f64 x (sin.f64 y))) | |
| 65.9% | (fma.f64 (/.f64 z x) (*.f64 (cos.f64 y) x) (+.f64 x y)) | |
| 85.9% | (fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (cos.f64 y)) (/.f64 #s(literal 1 binary64) z)) (+.f64 x (sin.f64 y))) | |
| 85.9% | (fma.f64 (*.f64 (*.f64 z x) (cos.f64 y)) (/.f64 #s(literal 1 binary64) x) (+.f64 x (sin.f64 y))) | |
| 14.4% | (fma.f64 (*.f64 y y) (/.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) z) | |
| 14.4% | (fma.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z)))) z) | |
| 24.1% | (fma.f64 (*.f64 y y) (*.f64 z (*.f64 y (*.f64 y #s(literal 1/24 binary64)))) z) | |
| 24.0% | (fma.f64 (*.f64 y y) (*.f64 z #s(literal -1/2 binary64)) z) | |
| 55.0% | (fma.f64 z (/.f64 (+.f64 y x) z) z) | |
| ✓ | 61.4% | (fma.f64 z (cos.f64 y) (sin.f64 y)) |
| 30.7% | (fma.f64 y (fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/120 binary64) #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) | |
| 9.1% | (fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) | |
| ✓ | 90.4% | (fma.f64 x (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) (sin.f64 y)) |
| 65.9% | (fma.f64 x (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) y) | |
| 60.4% | (fma.f64 x (/.f64 (+.f64 y z) x) x) | |
| 51.9% | (fma.f64 x (/.f64 (*.f64 z (cos.f64 y)) x) (sin.f64 y)) | |
| 61.3% | (+.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (*.f64 z (cos.f64 y))) | |
| 46.5% | (+.f64 (sin.f64 y) z) | |
| ✓ | 62.0% | (+.f64 (sin.f64 y) x) |
| 18.0% | (+.f64 z (/.f64 (/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (+.f64 x y) (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (-.f64 y x))) | |
| 24.5% | (+.f64 z (/.f64 (/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 y x))) | |
| 31.0% | (+.f64 z (/.f64 (*.f64 (*.f64 x x) (fma.f64 y (/.f64 y (*.f64 x x)) #s(literal -1 binary64))) (-.f64 y x))) | |
| 30.3% | (+.f64 z (/.f64 (*.f64 y y) (-.f64 y x))) | |
| 38.9% | (+.f64 z (/.f64 (*.f64 x (neg.f64 x)) (-.f64 y x))) | |
| ✓ | 65.5% | (+.f64 z (+.f64 y x)) |
| 31.6% | (+.f64 z y) | |
| 63.2% | (+.f64 z x) | |
| 43.2% | (+.f64 y x) | |
| 77.5% | (+.f64 x (*.f64 z (cos.f64 y))) | |
| ✓ | 39.6% | (*.f64 z (cos.f64 y)) |
| 3.1% | (*.f64 y (*.f64 y (*.f64 y (*.f64 y (*.f64 z #s(literal 1/24 binary64)))))) | |
| 2.9% | (*.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y))) | |
| 2.9% | (*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z))) | |
| 23.7% | (sin.f64 y) | |
| ✓ | 25.5% | z |
| ✓ | 9.4% | y |
| ✓ | 40.7% | x |
Compiled 1 239 to 468 computations (62.2% saved)
| Inputs |
|---|
x |
y |
z |
(+.f64 y x) |
(+.f64 y z) |
(+.f64 z x) |
(+.f64 z y) |
(+.f64 y (+.f64 z x)) |
(+.f64 z (+.f64 y x)) |
(*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z))) |
(*.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y))) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64))) |
(fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) |
(fma.f64 (*.f64 y y) (*.f64 z #s(literal -1/2 binary64)) z) |
(fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
(+.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) |
(fma.f64 x (/.f64 (+.f64 y z) x) x) |
(fma.f64 z (/.f64 (+.f64 y x) z) z) |
(+.f64 z (/.f64 (*.f64 y y) (-.f64 y x))) |
(fma.f64 z #s(literal 1 binary64) (fma.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y y)) y)) |
(fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) z) |
(+.f64 z (/.f64 (*.f64 x (neg.f64 x)) (-.f64 y x))) |
(*.f64 y (*.f64 y (*.f64 y (*.f64 y (*.f64 z #s(literal 1/24 binary64)))))) |
(fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) (+.f64 z x)) |
(fma.f64 (*.f64 y y) (*.f64 z (*.f64 y (*.f64 y #s(literal 1/24 binary64)))) z) |
(fma.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(+.f64 z (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (-.f64 y x))) |
(fma.f64 y (fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/120 binary64) #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
(+.f64 z (/.f64 (*.f64 (*.f64 x x) (fma.f64 y (/.f64 y (*.f64 x x)) #s(literal -1 binary64))) (-.f64 y x))) |
(fma.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))) z) |
(+.f64 z (/.f64 (/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 y x))) |
(+.f64 z (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x)))) |
(fma.f64 (*.f64 y y) (/.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) z) |
(+.f64 z (/.f64 (/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (+.f64 x y) (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (-.f64 y x))) |
(fma.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z)))) z) |
(sin.f64 y) |
(+.f64 (sin.f64 y) x) |
(+.f64 (sin.f64 y) z) |
(*.f64 z (cos.f64 y)) |
(+.f64 (+.f64 x (sin.f64 y)) z) |
(fma.f64 z #s(literal 1 binary64) (sin.f64 y)) |
(+.f64 x (*.f64 z (cos.f64 y))) |
(fma.f64 x (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) y) |
(fma.f64 (/.f64 z x) (*.f64 (cos.f64 y) x) (+.f64 x y)) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
(+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
(fma.f64 x (/.f64 (*.f64 z (cos.f64 y)) x) (sin.f64 y)) |
(fma.f64 x (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) (sin.f64 y)) |
(fma.f64 (/.f64 z x) (*.f64 (cos.f64 y) x) (+.f64 x (sin.f64 y))) |
(+.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sin.f64 y))) (*.f64 z (cos.f64 y))) |
(fma.f64 (*.f64 (*.f64 z x) (cos.f64 y)) (/.f64 #s(literal 1 binary64) x) (+.f64 x (sin.f64 y))) |
(+.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 y)))) (*.f64 z (cos.f64 y))) |
(fma.f64 (/.f64 (cos.f64 y) x) (/.f64 x (/.f64 #s(literal 1 binary64) z)) (+.f64 x (sin.f64 y))) |
(fma.f64 x (fma.f64 (/.f64 (cos.f64 y) x) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) z)) #s(literal 1 binary64)) (sin.f64 y)) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (cos.f64 y)) (/.f64 #s(literal 1 binary64) z)) (+.f64 x (sin.f64 y))) |
(/.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 y y)))) (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)))))) (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))) |
(fma.f64 (-.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y)) (*.f64 (*.f64 z z) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 y y))))))) (/.f64 #s(literal 1 binary64) (-.f64 (sin.f64 y) (*.f64 z (cos.f64 y)))) x) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (*.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) (-.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) x))) (fma.f64 x (*.f64 x x) (pow.f64 (fma.f64 z (cos.f64 y) (sin.f64 y)) #s(literal 3 binary64))))) |
| Outputs |
|---|
(+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
4 calls:
| 41.0ms | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
| 19.0ms | z |
| 19.0ms | y |
| 18.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.9% | 1 | x |
| 99.9% | 1 | y |
| 99.9% | 1 | z |
| 99.9% | 1 | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
Compiled 24 to 17 computations (29.2% saved)
| Inputs |
|---|
x |
y |
z |
(+.f64 y x) |
(+.f64 y z) |
(+.f64 z x) |
(+.f64 z y) |
(+.f64 y (+.f64 z x)) |
(+.f64 z (+.f64 y x)) |
(*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z))) |
(*.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y))) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64))) |
(fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) |
(fma.f64 (*.f64 y y) (*.f64 z #s(literal -1/2 binary64)) z) |
(fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
(+.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) |
(fma.f64 x (/.f64 (+.f64 y z) x) x) |
(fma.f64 z (/.f64 (+.f64 y x) z) z) |
(+.f64 z (/.f64 (*.f64 y y) (-.f64 y x))) |
(fma.f64 z #s(literal 1 binary64) (fma.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y y)) y)) |
(fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) z) |
(+.f64 z (/.f64 (*.f64 x (neg.f64 x)) (-.f64 y x))) |
(*.f64 y (*.f64 y (*.f64 y (*.f64 y (*.f64 z #s(literal 1/24 binary64)))))) |
(fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) (+.f64 z x)) |
(fma.f64 (*.f64 y y) (*.f64 z (*.f64 y (*.f64 y #s(literal 1/24 binary64)))) z) |
(fma.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(+.f64 z (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (-.f64 y x))) |
(fma.f64 y (fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/120 binary64) #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
(+.f64 z (/.f64 (*.f64 (*.f64 x x) (fma.f64 y (/.f64 y (*.f64 x x)) #s(literal -1 binary64))) (-.f64 y x))) |
(fma.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))) z) |
(+.f64 z (/.f64 (/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 y x))) |
(+.f64 z (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x)))) |
(fma.f64 (*.f64 y y) (/.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) z) |
(+.f64 z (/.f64 (/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (+.f64 x y) (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (-.f64 y x))) |
(fma.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z)))) z) |
(sin.f64 y) |
(+.f64 (sin.f64 y) x) |
(+.f64 (sin.f64 y) z) |
(*.f64 z (cos.f64 y)) |
(+.f64 (+.f64 x (sin.f64 y)) z) |
(fma.f64 z #s(literal 1 binary64) (sin.f64 y)) |
(+.f64 x (*.f64 z (cos.f64 y))) |
(fma.f64 x (fma.f64 (cos.f64 y) (/.f64 z x) #s(literal 1 binary64)) y) |
(fma.f64 (/.f64 z x) (*.f64 (cos.f64 y) x) (+.f64 x y)) |
(fma.f64 z (cos.f64 y) (sin.f64 y)) |
| Outputs |
|---|
(+.f64 x (*.f64 z (cos.f64 y))) |
(+.f64 (+.f64 x (sin.f64 y)) z) |
(+.f64 x (*.f64 z (cos.f64 y))) |
4 calls:
| 19.0ms | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
| 16.0ms | y |
| 15.0ms | x |
| 13.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 96.6% | 4 | x |
| 89.1% | 3 | y |
| 99.2% | 3 | z |
| 99.2% | 3 | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
Compiled 24 to 17 computations (29.2% saved)
| Inputs |
|---|
x |
y |
z |
(+.f64 y x) |
(+.f64 y z) |
(+.f64 z x) |
(+.f64 z y) |
(+.f64 y (+.f64 z x)) |
(+.f64 z (+.f64 y x)) |
(*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z))) |
(*.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y))) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64))) |
(fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) |
(fma.f64 (*.f64 y y) (*.f64 z #s(literal -1/2 binary64)) z) |
(fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
(+.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) |
(fma.f64 x (/.f64 (+.f64 y z) x) x) |
(fma.f64 z (/.f64 (+.f64 y x) z) z) |
(+.f64 z (/.f64 (*.f64 y y) (-.f64 y x))) |
(fma.f64 z #s(literal 1 binary64) (fma.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y y)) y)) |
(fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) z) |
(+.f64 z (/.f64 (*.f64 x (neg.f64 x)) (-.f64 y x))) |
(*.f64 y (*.f64 y (*.f64 y (*.f64 y (*.f64 z #s(literal 1/24 binary64)))))) |
(fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) (+.f64 z x)) |
(fma.f64 (*.f64 y y) (*.f64 z (*.f64 y (*.f64 y #s(literal 1/24 binary64)))) z) |
(fma.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(+.f64 z (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (-.f64 y x))) |
(fma.f64 y (fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/120 binary64) #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
(+.f64 z (/.f64 (*.f64 (*.f64 x x) (fma.f64 y (/.f64 y (*.f64 x x)) #s(literal -1 binary64))) (-.f64 y x))) |
(fma.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))) z) |
(+.f64 z (/.f64 (/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 y x))) |
(+.f64 z (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x)))) |
(fma.f64 (*.f64 y y) (/.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) z) |
(+.f64 z (/.f64 (/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (+.f64 x y) (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (-.f64 y x))) |
(fma.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z)))) z) |
(sin.f64 y) |
(+.f64 (sin.f64 y) x) |
(+.f64 (sin.f64 y) z) |
(*.f64 z (cos.f64 y)) |
(+.f64 (+.f64 x (sin.f64 y)) z) |
(fma.f64 z #s(literal 1 binary64) (sin.f64 y)) |
| Outputs |
|---|
(*.f64 z (cos.f64 y)) |
(+.f64 (+.f64 x (sin.f64 y)) z) |
(*.f64 z (cos.f64 y)) |
3 calls:
| 15.0ms | z |
| 14.0ms | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
| 12.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 84.8% | 1 | x |
| 94.6% | 3 | z |
| 84.8% | 1 | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
Compiled 20 to 14 computations (30% saved)
| Inputs |
|---|
x |
y |
z |
(+.f64 y x) |
(+.f64 y z) |
(+.f64 z x) |
(+.f64 z y) |
(+.f64 y (+.f64 z x)) |
(+.f64 z (+.f64 y x)) |
(*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z))) |
(*.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y))) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64))) |
(fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) |
(fma.f64 (*.f64 y y) (*.f64 z #s(literal -1/2 binary64)) z) |
(fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
(+.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) |
(fma.f64 x (/.f64 (+.f64 y z) x) x) |
(fma.f64 z (/.f64 (+.f64 y x) z) z) |
(+.f64 z (/.f64 (*.f64 y y) (-.f64 y x))) |
(fma.f64 z #s(literal 1 binary64) (fma.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y y)) y)) |
(fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) z) |
(+.f64 z (/.f64 (*.f64 x (neg.f64 x)) (-.f64 y x))) |
(*.f64 y (*.f64 y (*.f64 y (*.f64 y (*.f64 z #s(literal 1/24 binary64)))))) |
(fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) (+.f64 z x)) |
(fma.f64 (*.f64 y y) (*.f64 z (*.f64 y (*.f64 y #s(literal 1/24 binary64)))) z) |
(fma.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(+.f64 z (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (-.f64 y x))) |
(fma.f64 y (fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/120 binary64) #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
(+.f64 z (/.f64 (*.f64 (*.f64 x x) (fma.f64 y (/.f64 y (*.f64 x x)) #s(literal -1 binary64))) (-.f64 y x))) |
(fma.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))) z) |
(+.f64 z (/.f64 (/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 y x))) |
(+.f64 z (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x)))) |
(fma.f64 (*.f64 y y) (/.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) z) |
(+.f64 z (/.f64 (/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (+.f64 x y) (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (-.f64 y x))) |
(fma.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z)))) z) |
(sin.f64 y) |
(+.f64 (sin.f64 y) x) |
(+.f64 (sin.f64 y) z) |
(*.f64 z (cos.f64 y)) |
| Outputs |
|---|
(*.f64 z (cos.f64 y)) |
(+.f64 (sin.f64 y) x) |
(+.f64 z x) |
(*.f64 z (cos.f64 y)) |
2 calls:
| 13.0ms | y |
| 11.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 83.5% | 3 | y |
| 89.9% | 4 | z |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
x |
y |
z |
(+.f64 y x) |
(+.f64 y z) |
(+.f64 z x) |
(+.f64 z y) |
(+.f64 y (+.f64 z x)) |
(+.f64 z (+.f64 y x)) |
(*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z))) |
(*.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y))) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64))) |
(fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) |
(fma.f64 (*.f64 y y) (*.f64 z #s(literal -1/2 binary64)) z) |
(fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
(+.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) |
(fma.f64 x (/.f64 (+.f64 y z) x) x) |
(fma.f64 z (/.f64 (+.f64 y x) z) z) |
(+.f64 z (/.f64 (*.f64 y y) (-.f64 y x))) |
(fma.f64 z #s(literal 1 binary64) (fma.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y y)) y)) |
(fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) z) |
(+.f64 z (/.f64 (*.f64 x (neg.f64 x)) (-.f64 y x))) |
(*.f64 y (*.f64 y (*.f64 y (*.f64 y (*.f64 z #s(literal 1/24 binary64)))))) |
(fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) (+.f64 z x)) |
(fma.f64 (*.f64 y y) (*.f64 z (*.f64 y (*.f64 y #s(literal 1/24 binary64)))) z) |
(fma.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(+.f64 z (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (-.f64 y x))) |
(fma.f64 y (fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/120 binary64) #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
(+.f64 z (/.f64 (*.f64 (*.f64 x x) (fma.f64 y (/.f64 y (*.f64 x x)) #s(literal -1 binary64))) (-.f64 y x))) |
(fma.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))) z) |
(+.f64 z (/.f64 (/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 y x))) |
(+.f64 z (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x)))) |
(fma.f64 (*.f64 y y) (/.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) z) |
(+.f64 z (/.f64 (/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (+.f64 x y) (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (-.f64 y x))) |
(fma.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z)))) z) |
(sin.f64 y) |
(+.f64 (sin.f64 y) x) |
(+.f64 (sin.f64 y) z) |
| Outputs |
|---|
(+.f64 (sin.f64 y) x) |
(+.f64 y (+.f64 z x)) |
(+.f64 (sin.f64 y) x) |
4 calls:
| 14.0ms | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
| 13.0ms | z |
| 13.0ms | y |
| 11.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 83.5% | 3 | y |
| 79.9% | 3 | x |
| 84.8% | 5 | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
| 81.1% | 3 | z |
Compiled 24 to 17 computations (29.2% saved)
| Inputs |
|---|
x |
y |
z |
(+.f64 y x) |
(+.f64 y z) |
(+.f64 z x) |
(+.f64 z y) |
(+.f64 y (+.f64 z x)) |
(+.f64 z (+.f64 y x)) |
(*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z))) |
(*.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y))) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64))) |
(fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) |
(fma.f64 (*.f64 y y) (*.f64 z #s(literal -1/2 binary64)) z) |
(fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
(+.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) |
(fma.f64 x (/.f64 (+.f64 y z) x) x) |
(fma.f64 z (/.f64 (+.f64 y x) z) z) |
(+.f64 z (/.f64 (*.f64 y y) (-.f64 y x))) |
(fma.f64 z #s(literal 1 binary64) (fma.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y y)) y)) |
(fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) z) |
(+.f64 z (/.f64 (*.f64 x (neg.f64 x)) (-.f64 y x))) |
(*.f64 y (*.f64 y (*.f64 y (*.f64 y (*.f64 z #s(literal 1/24 binary64)))))) |
(fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) (+.f64 z x)) |
(fma.f64 (*.f64 y y) (*.f64 z (*.f64 y (*.f64 y #s(literal 1/24 binary64)))) z) |
(fma.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(+.f64 z (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (-.f64 y x))) |
(fma.f64 y (fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/120 binary64) #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
(+.f64 z (/.f64 (*.f64 (*.f64 x x) (fma.f64 y (/.f64 y (*.f64 x x)) #s(literal -1 binary64))) (-.f64 y x))) |
(fma.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))) z) |
(+.f64 z (/.f64 (/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 y x))) |
(+.f64 z (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x)))) |
(fma.f64 (*.f64 y y) (/.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) z) |
(+.f64 z (/.f64 (/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (+.f64 x y) (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (-.f64 y x))) |
(fma.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z)))) z) |
(sin.f64 y) |
| Outputs |
|---|
(+.f64 z x) |
(sin.f64 y) |
(+.f64 y (+.f64 z x)) |
(sin.f64 y) |
(+.f64 z x) |
2 calls:
| 13.0ms | y |
| 11.0ms | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 84.3% | 5 | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
| 71.4% | 3 | y |
Compiled 16 to 11 computations (31.3% saved)
| Inputs |
|---|
x |
y |
z |
(+.f64 y x) |
(+.f64 y z) |
(+.f64 z x) |
(+.f64 z y) |
(+.f64 y (+.f64 z x)) |
(+.f64 z (+.f64 y x)) |
(*.f64 y (*.f64 #s(literal -1/2 binary64) (*.f64 y z))) |
(*.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y))) |
(*.f64 z (fma.f64 (*.f64 y y) #s(literal -1/2 binary64) #s(literal 1 binary64))) |
(fma.f64 y (*.f64 #s(literal -1/6 binary64) (*.f64 y y)) y) |
(fma.f64 (*.f64 y y) (*.f64 z #s(literal -1/2 binary64)) z) |
(fma.f64 y (fma.f64 y (*.f64 y #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
(+.f64 z (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) |
(fma.f64 x (/.f64 (+.f64 y z) x) x) |
(fma.f64 z (/.f64 (+.f64 y x) z) z) |
(+.f64 z (/.f64 (*.f64 y y) (-.f64 y x))) |
(fma.f64 z #s(literal 1 binary64) (fma.f64 #s(literal -1/6 binary64) (*.f64 y (*.f64 y y)) y)) |
(fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) z) |
(+.f64 z (/.f64 (*.f64 x (neg.f64 x)) (-.f64 y x))) |
(*.f64 y (*.f64 y (*.f64 y (*.f64 y (*.f64 z #s(literal 1/24 binary64)))))) |
(fma.f64 y (fma.f64 y (fma.f64 y #s(literal -1/6 binary64) (*.f64 z #s(literal -1/2 binary64))) #s(literal 1 binary64)) (+.f64 z x)) |
(fma.f64 (*.f64 y y) (*.f64 z (*.f64 y (*.f64 y #s(literal 1/24 binary64)))) z) |
(fma.f64 (*.f64 y y) (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) z) |
(+.f64 z (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (-.f64 y x))) |
(fma.f64 y (fma.f64 (*.f64 y y) (fma.f64 (*.f64 y y) #s(literal 1/120 binary64) #s(literal -1/6 binary64)) #s(literal 1 binary64)) z) |
(+.f64 z (/.f64 (*.f64 (*.f64 x x) (fma.f64 y (/.f64 y (*.f64 x x)) #s(literal -1 binary64))) (-.f64 y x))) |
(fma.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))) z) |
(+.f64 z (/.f64 (/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 y x))) |
(+.f64 z (/.f64 (*.f64 (fma.f64 y (fma.f64 y (*.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) x) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x))) (fma.f64 y (*.f64 z (*.f64 #s(literal -1/2 binary64) y)) (-.f64 y x)))) |
(fma.f64 (*.f64 y y) (/.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) z) |
(+.f64 z (/.f64 (/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (+.f64 x y) (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (-.f64 y x))) |
(fma.f64 (*.f64 y y) (*.f64 (*.f64 (*.f64 z (fma.f64 (*.f64 y y) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y #s(literal 1/24 binary64)) z) (*.f64 #s(literal 1/2 binary64) z)))) z) |
| Outputs |
|---|
(+.f64 y (+.f64 z x)) |
(+.f64 z x) |
4 calls:
| 43.0ms | z |
| 36.0ms | y |
| 10.0ms | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
| 10.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 68.8% | 2 | y |
| 69.3% | 3 | x |
| 68.0% | 2 | z |
| 69.9% | 3 | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
Compiled 24 to 17 computations (29.2% saved)
| Inputs |
|---|
x |
y |
z |
(+.f64 y x) |
(+.f64 y z) |
(+.f64 z x) |
(+.f64 z y) |
| Outputs |
|---|
(+.f64 z x) |
(+.f64 y z) |
(+.f64 z x) |
4 calls:
| 3.0ms | z |
| 3.0ms | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
| 3.0ms | x |
| 3.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 68.2% | 3 | x |
| 67.6% | 3 | z |
| 66.5% | 3 | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
| 63.2% | 1 | y |
Compiled 24 to 17 computations (29.2% saved)
| Inputs |
|---|
x |
y |
z |
(+.f64 y x) |
(+.f64 y z) |
| Outputs |
|---|
x |
(+.f64 y z) |
x |
4 calls:
| 3.0ms | x |
| 3.0ms | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
| 2.0ms | y |
| 2.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 54.0% | 5 | y |
| 48.6% | 4 | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
| 56.5% | 4 | z |
| 58.7% | 3 | x |
Compiled 24 to 17 computations (29.2% saved)
| Inputs |
|---|
x |
y |
z |
(+.f64 y x) |
| Outputs |
|---|
z |
x |
(+.f64 y x) |
z |
2 calls:
| 3.0ms | z |
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 56.5% | 4 | z |
| 52.9% | 3 | x |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
x |
y |
z |
| Outputs |
|---|
x |
z |
x |
2 calls:
| 2.0ms | x |
| 2.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 52.9% | 3 | x |
| 51.8% | 3 | z |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
x |
y |
| Outputs |
|---|
x |
y |
x |
4 calls:
| 2.0ms | x |
| 2.0ms | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
| 1.0ms | z |
| 1.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 40.7% | 1 | (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
| 40.7% | 1 | y |
| 40.7% | 1 | z |
| 46.1% | 3 | x |
Compiled 24 to 17 computations (29.2% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
x |
| Outputs |
|---|
x |
1 calls:
| 5.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 40.7% | 1 | x |
Compiled 4 to 3 computations (25% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 0.9975440707475881 | 487979454744832.75 |
| 0.0ms | -107867.07220523941 | -0.9998468135043704 |
Compiled 15 to 14 computations (6.7% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 17.0ms | 3.423709567356602e+179 | 1.1482947811910217e+183 |
| 17.0ms | -1.0501544714475462e+96 | -1.3757568625079877e+87 |
| 23.0ms | 272× | 0 | valid |
Compiled 321 to 235 computations (26.8% saved)
ival-cos: 6.0ms (36.7% of total)ival-sin: 6.0ms (36.7% of total)ival-add: 2.0ms (12.2% of total)ival-mult: 2.0ms (12.2% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 3× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 15.0ms | 3.423709567356602e+179 | 1.1482947811910217e+183 |
| 20.0ms | 458358.4743787982 | 487979454744832.75 |
| 22.0ms | -3.827178294796759e+86 | -3.454736964379764e+76 |
| 43.0ms | 432× | 0 | valid |
Compiled 430 to 321 computations (25.3% saved)
ival-cos: 12.0ms (40.9% of total)ival-sin: 10.0ms (34.1% of total)ival-add: 4.0ms (13.6% of total)ival-mult: 3.0ms (10.2% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 17.0ms | 4.953075718213921e-36 | 3.477384901511548e-21 |
| 15.0ms | -371.115208771129 | -2.2106142873340826e-8 |
| 18.0ms | 320× | 0 | valid |
Compiled 355 to 254 computations (28.5% saved)
ival-add: 3.0ms (28.9% of total)ival-sin: 3.0ms (28.9% of total)ival-cos: 2.0ms (19.3% of total)ival-mult: 2.0ms (19.3% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 4× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 0.9975440707475881 | 487979454744832.75 |
| 0.0ms | 9.844969095289634e-19 | 1.5613541149801977e-9 |
| 0.0ms | -0.1076011208635803 | -2.2106142872553185e-8 |
| 0.0ms | -90423698.10718758 | -107867.07220523941 |
Compiled 15 to 14 computations (6.7% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 26.0ms | 106465133.48550509 | 4.4773896098071714e+20 |
| 21.0ms | 160× | 0 | valid |
Compiled 175 to 124 computations (29.1% saved)
ival-sin: 6.0ms (45.6% of total)ival-cos: 5.0ms (38% of total)ival-add: 1.0ms (7.6% of total)ival-mult: 1.0ms (7.6% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 14.0ms | 2.805770388604612e-144 | 1.325950558476274e-140 |
| 22.0ms | -3.2432585968854086e-125 | -4.0399725646660586e-138 |
| 24.0ms | 288× | 0 | valid |
Compiled 267 to 194 computations (27.3% saved)
ival-sin: 7.0ms (41.7% of total)ival-cos: 5.0ms (29.8% of total)ival-add: 3.0ms (17.9% of total)ival-mult: 2.0ms (11.9% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 9.0ms | 1.615369325934259e+32 | 4.6118707658311914e+32 |
| 17.0ms | -5.118418834732892e+36 | -3.131356134194584e+35 |
| 16.0ms | 192× | 0 | valid |
Compiled 159 to 122 computations (23.3% saved)
ival-sin: 4.0ms (37.1% of total)ival-cos: 3.0ms (27.8% of total)ival-add: 2.0ms (18.6% of total)ival-mult: 1.0ms (9.3% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 3× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 22.0ms | 1.9971304010541803e-11 | 458358.4743787982 |
| 18.0ms | -7.08174819403216e-98 | -5.748657219215633e-103 |
| 22.0ms | -3.827178294796759e+86 | -3.454736964379764e+76 |
| 47.0ms | 464× | 0 | valid |
Compiled 343 to 265 computations (22.7% saved)
ival-cos: 12.0ms (37.5% of total)ival-sin: 11.0ms (34.3% of total)ival-mult: 5.0ms (15.6% of total)ival-add: 4.0ms (12.5% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 9.0ms | 1.615369325934259e+32 | 4.6118707658311914e+32 |
| 19.0ms | -5.118418834732892e+36 | -3.131356134194584e+35 |
| 16.0ms | 192× | 0 | valid |
Compiled 135 to 110 computations (18.5% saved)
ival-cos: 4.0ms (35.4% of total)ival-sin: 4.0ms (35.4% of total)ival-add: 2.0ms (17.7% of total)ival-mult: 1.0ms (8.8% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 14.0ms | 2.805770388604612e-144 | 1.325950558476274e-140 |
| 22.0ms | -3.2432585968854086e-125 | -4.0399725646660586e-138 |
| 24.0ms | 288× | 0 | valid |
Compiled 195 to 158 computations (19% saved)
ival-sin: 6.0ms (36.3% of total)ival-cos: 5.0ms (30.3% of total)ival-add: 3.0ms (18.2% of total)ival-mult: 2.0ms (12.1% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 1× | egg-herbie |
| 16× | +-commutative_binary64 |
| 14× | if-if-or-not_binary32 |
| 2× | *-commutative_binary64 |
| 2× | 1-exp_binary64 |
| 2× | 1-exp_binary32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 88 | 254 |
| 1 | 124 | 254 |
| 1× | saturated |
| Inputs |
|---|
(+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
(if (<=.f64 (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) #s(literal -100000 binary64)) (+.f64 x (*.f64 z (cos.f64 y))) (if (<=.f64 (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) #s(literal 1 binary64)) (+.f64 (+.f64 x (sin.f64 y)) z) (+.f64 x (*.f64 z (cos.f64 y))))) |
(if (<=.f64 z #s(literal -13500000000000000643489553776017109701204452391195134635823938488857858993739487001664435519488 binary64)) (*.f64 z (cos.f64 y)) (if (<=.f64 z #s(literal 2800000000000000118033683367941137564745217594050038994192456870996790861886205617154107396351077762434982507131839524032722884415918699573952140673802342026454236819296769070333952 binary64)) (+.f64 (+.f64 x (sin.f64 y)) z) (*.f64 z (cos.f64 y)))) |
(if (<=.f64 z #s(literal -35000000000000000040166663097701160078496512586370605152772489589351038058496 binary64)) (*.f64 z (cos.f64 y)) (if (<=.f64 z #s(literal 460000 binary64)) (+.f64 (sin.f64 y) x) (if (<=.f64 z #s(literal 489999999999999986104236647297950853845477339930416147864406083865718658616283185343056174804411764375889469470190133794333911107345297879202141311719188243044094854332476179873792 binary64)) (+.f64 z x) (*.f64 z (cos.f64 y))))) |
(if (<=.f64 y #s(literal -5188146770730811/576460752303423488 binary64)) (+.f64 (sin.f64 y) x) (if (<=.f64 y #s(literal 2259687592834357/664613997892457936451903530140172288 binary64)) (+.f64 y (+.f64 z x)) (+.f64 (sin.f64 y) x))) |
(if (<=.f64 (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) #s(literal -50000000 binary64)) (+.f64 z x) (if (<=.f64 (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) #s(literal -3602879701896397/36028797018963968 binary64)) (sin.f64 y) (if (<=.f64 (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) #s(literal 1298074214633707/1298074214633706907132624082305024 binary64)) (+.f64 y (+.f64 z x)) (if (<=.f64 (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) #s(literal 1 binary64)) (sin.f64 y) (+.f64 z x))))) |
(if (<=.f64 y #s(literal 310000000000 binary64)) (+.f64 y (+.f64 z x)) (+.f64 z x)) |
(if (<=.f64 x #s(literal -3603348381172073/837987995621412318723376562387865382967460363787024586107722590232610251879596686050117143635431464230626991136655378178359617675746660621652103062880256 binary64)) (+.f64 z x) (if (<=.f64 x #s(literal 2359774195669897/214524926879081553593184399971293538039669853129478294043576983099548224481176751628829988770670454843040509730983776813660062124991145119142938384097345536 binary64)) (+.f64 y z) (+.f64 z x))) |
(if (<=.f64 x #s(literal -660000000000000030949099718645383168 binary64)) x (if (<=.f64 x #s(literal 190000000000000015600027741192192 binary64)) (+.f64 y z) x)) |
(if (<=.f64 z #s(literal -14999999999999999451101948446329861316540714837910351690520545765140629752314331136 binary64)) z (if (<=.f64 z #s(literal -8473007412472669/10086913586276986678343434265636765134100413253239154346994763111486904773503285916522052161250538404046496765518544896 binary64)) x (if (<=.f64 z #s(literal 225000 binary64)) (+.f64 y x) z))) |
(if (<=.f64 x #s(literal -314999999999999984585580017828757504 binary64)) x (if (<=.f64 x #s(literal 165000000000000009754887562723328 binary64)) z x)) |
(if (<=.f64 x #s(literal -1728350240969163/26187124863169134960105517574620793217733136368344518315866330944769070371237396439066160738607233257207093473020480568073738052367083144426628220715008 binary64)) x (if (<=.f64 x #s(literal 5711511653228667/439347050248359021758841651141209165905243859209171546201245661387874763737449987335843817002333091518546963929054774914375807231981865204004737810631363657728 binary64)) y x)) |
x |
| Outputs |
|---|
(+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) |
(+.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))) |
(if (<=.f64 (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) #s(literal -100000 binary64)) (+.f64 x (*.f64 z (cos.f64 y))) (if (<=.f64 (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) #s(literal 1 binary64)) (+.f64 (+.f64 x (sin.f64 y)) z) (+.f64 x (*.f64 z (cos.f64 y))))) |
(if (<=.f64 (+.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))) #s(literal -100000 binary64)) (+.f64 x (*.f64 z (cos.f64 y))) (if (<=.f64 (+.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))) #s(literal 1 binary64)) (+.f64 z (+.f64 x (sin.f64 y))) (+.f64 x (*.f64 z (cos.f64 y))))) |
(if (<=.f64 z #s(literal -13500000000000000643489553776017109701204452391195134635823938488857858993739487001664435519488 binary64)) (*.f64 z (cos.f64 y)) (if (<=.f64 z #s(literal 2800000000000000118033683367941137564745217594050038994192456870996790861886205617154107396351077762434982507131839524032722884415918699573952140673802342026454236819296769070333952 binary64)) (+.f64 (+.f64 x (sin.f64 y)) z) (*.f64 z (cos.f64 y)))) |
(if (<=.f64 z #s(literal -13500000000000000643489553776017109701204452391195134635823938488857858993739487001664435519488 binary64)) (*.f64 z (cos.f64 y)) (if (<=.f64 z #s(literal 2800000000000000118033683367941137564745217594050038994192456870996790861886205617154107396351077762434982507131839524032722884415918699573952140673802342026454236819296769070333952 binary64)) (+.f64 z (+.f64 x (sin.f64 y))) (*.f64 z (cos.f64 y)))) |
(if (<=.f64 z #s(literal -35000000000000000040166663097701160078496512586370605152772489589351038058496 binary64)) (*.f64 z (cos.f64 y)) (if (<=.f64 z #s(literal 460000 binary64)) (+.f64 (sin.f64 y) x) (if (<=.f64 z #s(literal 489999999999999986104236647297950853845477339930416147864406083865718658616283185343056174804411764375889469470190133794333911107345297879202141311719188243044094854332476179873792 binary64)) (+.f64 z x) (*.f64 z (cos.f64 y))))) |
(if (<=.f64 z #s(literal -35000000000000000040166663097701160078496512586370605152772489589351038058496 binary64)) (*.f64 z (cos.f64 y)) (if (<=.f64 z #s(literal 460000 binary64)) (+.f64 x (sin.f64 y)) (if (<=.f64 z #s(literal 489999999999999986104236647297950853845477339930416147864406083865718658616283185343056174804411764375889469470190133794333911107345297879202141311719188243044094854332476179873792 binary64)) (+.f64 x z) (*.f64 z (cos.f64 y))))) |
(if (<=.f64 y #s(literal -5188146770730811/576460752303423488 binary64)) (+.f64 (sin.f64 y) x) (if (<=.f64 y #s(literal 2259687592834357/664613997892457936451903530140172288 binary64)) (+.f64 y (+.f64 z x)) (+.f64 (sin.f64 y) x))) |
(if (<=.f64 y #s(literal -5188146770730811/576460752303423488 binary64)) (+.f64 x (sin.f64 y)) (if (<=.f64 y #s(literal 2259687592834357/664613997892457936451903530140172288 binary64)) (+.f64 y (+.f64 x z)) (+.f64 x (sin.f64 y)))) |
(if (<=.f64 (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) #s(literal -50000000 binary64)) (+.f64 z x) (if (<=.f64 (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) #s(literal -3602879701896397/36028797018963968 binary64)) (sin.f64 y) (if (<=.f64 (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) #s(literal 1298074214633707/1298074214633706907132624082305024 binary64)) (+.f64 y (+.f64 z x)) (if (<=.f64 (+.f64 (+.f64 x (sin.f64 y)) (*.f64 z (cos.f64 y))) #s(literal 1 binary64)) (sin.f64 y) (+.f64 z x))))) |
(if (<=.f64 (+.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))) #s(literal -50000000 binary64)) (+.f64 x z) (if (<=.f64 (+.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))) #s(literal -3602879701896397/36028797018963968 binary64)) (sin.f64 y) (if (<=.f64 (+.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))) #s(literal 1298074214633707/1298074214633706907132624082305024 binary64)) (+.f64 y (+.f64 x z)) (if (<=.f64 (+.f64 (*.f64 z (cos.f64 y)) (+.f64 x (sin.f64 y))) #s(literal 1 binary64)) (sin.f64 y) (+.f64 x z))))) |
(if (<=.f64 y #s(literal 310000000000 binary64)) (+.f64 y (+.f64 z x)) (+.f64 z x)) |
(if (<=.f64 y #s(literal 310000000000 binary64)) (+.f64 y (+.f64 x z)) (+.f64 x z)) |
(if (<=.f64 x #s(literal -3603348381172073/837987995621412318723376562387865382967460363787024586107722590232610251879596686050117143635431464230626991136655378178359617675746660621652103062880256 binary64)) (+.f64 z x) (if (<=.f64 x #s(literal 2359774195669897/214524926879081553593184399971293538039669853129478294043576983099548224481176751628829988770670454843040509730983776813660062124991145119142938384097345536 binary64)) (+.f64 y z) (+.f64 z x))) |
(if (<=.f64 x #s(literal -3603348381172073/837987995621412318723376562387865382967460363787024586107722590232610251879596686050117143635431464230626991136655378178359617675746660621652103062880256 binary64)) (+.f64 x z) (if (<=.f64 x #s(literal 2359774195669897/214524926879081553593184399971293538039669853129478294043576983099548224481176751628829988770670454843040509730983776813660062124991145119142938384097345536 binary64)) (+.f64 y z) (+.f64 x z))) |
(if (<=.f64 x #s(literal -660000000000000030949099718645383168 binary64)) x (if (<=.f64 x #s(literal 190000000000000015600027741192192 binary64)) (+.f64 y z) x)) |
(if (<=.f64 z #s(literal -14999999999999999451101948446329861316540714837910351690520545765140629752314331136 binary64)) z (if (<=.f64 z #s(literal -8473007412472669/10086913586276986678343434265636765134100413253239154346994763111486904773503285916522052161250538404046496765518544896 binary64)) x (if (<=.f64 z #s(literal 225000 binary64)) (+.f64 y x) z))) |
(if (<=.f64 z #s(literal -14999999999999999451101948446329861316540714837910351690520545765140629752314331136 binary64)) z (if (<=.f64 z #s(literal -8473007412472669/10086913586276986678343434265636765134100413253239154346994763111486904773503285916522052161250538404046496765518544896 binary64)) x (if (<=.f64 z #s(literal 225000 binary64)) (+.f64 x y) z))) |
(if (<=.f64 x #s(literal -314999999999999984585580017828757504 binary64)) x (if (<=.f64 x #s(literal 165000000000000009754887562723328 binary64)) z x)) |
(if (<=.f64 x #s(literal -1728350240969163/26187124863169134960105517574620793217733136368344518315866330944769070371237396439066160738607233257207093473020480568073738052367083144426628220715008 binary64)) x (if (<=.f64 x #s(literal 5711511653228667/439347050248359021758841651141209165905243859209171546201245661387874763737449987335843817002333091518546963929054774914375807231981865204004737810631363657728 binary64)) y x)) |
x |
| 12 786× | accelerator-lowering-fma.f32 |
| 12 786× | accelerator-lowering-fma.f64 |
| 11 712× | accelerator-lowering-fma.f32 |
| 11 712× | accelerator-lowering-fma.f64 |
| 10 414× | accelerator-lowering-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 200 | 2019 |
| 1 | 594 | 1988 |
| 2 | 1630 | 1936 |
| 3 | 4870 | 1825 |
| 0 | 8036 | 1663 |
| 0 | 109 | 647 |
| 1 | 310 | 643 |
| 2 | 852 | 633 |
| 3 | 2193 | 631 |
| 4 | 4247 | 631 |
| 5 | 7326 | 631 |
| 0 | 8046 | 578 |
| 0 | 272 | 2321 |
| 1 | 794 | 2286 |
| 2 | 2254 | 2228 |
| 3 | 6216 | 2168 |
| 0 | 8460 | 1973 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 505 to 247 computations (51.1% saved)
Compiled 564 to 190 computations (66.3% saved)
Loading profile data...