
Time bar (total: 11.5s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 0 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 1 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 2 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 3 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 4 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 5 |
| 25% | 24.9% | 74.8% | 0.2% | 0% | 0% | 0% | 6 |
| 25% | 24.9% | 74.8% | 0.2% | 0% | 0% | 0% | 7 |
| 25% | 24.9% | 74.8% | 0.2% | 0% | 0% | 0% | 8 |
| 37.5% | 37.4% | 62.3% | 0.2% | 0% | 0% | 0% | 9 |
| 40.6% | 40.5% | 59.2% | 0.2% | 0% | 0% | 0% | 10 |
| 51.7% | 48.3% | 45.2% | 0.2% | 0% | 6.2% | 0% | 11 |
| 51.7% | 48.3% | 45.2% | 0.2% | 0% | 6.2% | 0% | 12 |
Compiled 16 to 14 computations (12.5% saved)
| 913.0ms | 8 256× | 0 | valid |
| 193.0ms | 2 053× | 0 | invalid |
ival-mult: 454.0ms (63.6% of total)ival-sqrt: 128.0ms (17.9% of total)ival-sub: 61.0ms (8.5% of total)ival-div: 59.0ms (8.3% of total)ival-true: 7.0ms (1% of total)ival-assert: 4.0ms (0.6% of total)| 2× | egg-herbie |
| 1 536× | unsub-neg |
| 1 196× | div-sub |
| 1 182× | times-frac |
| 1 014× | associate-/l* |
| 866× | associate-/l/ |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 94 | 299 |
| 1 | 260 | 299 |
| 2 | 625 | 299 |
| 3 | 1669 | 299 |
| 4 | 4342 | 299 |
| 5 | 6479 | 299 |
| 0 | 12 | 14 |
| 1 | 24 | 14 |
| 2 | 52 | 14 |
| 3 | 82 | 14 |
| 4 | 112 | 14 |
| 5 | 140 | 14 |
| 6 | 189 | 14 |
| 7 | 242 | 14 |
| 8 | 422 | 14 |
| 9 | 966 | 14 |
| 10 | 1295 | 14 |
| 11 | 2164 | 14 |
| 12 | 3180 | 14 |
| 13 | 3370 | 14 |
| 14 | 3392 | 14 |
| 15 | 3392 | 14 |
| 0 | 3392 | 14 |
| 1× | iter limit |
| 1× | saturated |
| 1× | node limit |
| Inputs |
|---|
(/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) |
| Outputs |
|---|
(/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) |
(/.f64 (fma.f64 x (fma.f64 y z #s(literal 0 binary64)) #s(literal 0 binary64)) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (fma.f64 t a #s(literal 0 binary64)))))) |
| Inputs |
|---|
(/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) |
(/ (* (* (neg x) y) z) (sqrt (- (* z z) (* t a)))) |
(/ (* (* x (neg y)) z) (sqrt (- (* z z) (* t a)))) |
(/ (* (* x y) (neg z)) (sqrt (- (* (neg z) (neg z)) (* t a)))) |
(/ (* (* x y) z) (sqrt (- (* z z) (* (neg t) a)))) |
(/ (* (* x y) z) (sqrt (- (* z z) (* t (neg a))))) |
(neg (/ (* (* (neg x) y) z) (sqrt (- (* z z) (* t a))))) |
(neg (/ (* (* x (neg y)) z) (sqrt (- (* z z) (* t a))))) |
(neg (/ (* (* x y) (neg z)) (sqrt (- (* (neg z) (neg z)) (* t a))))) |
(neg (/ (* (* x y) z) (sqrt (- (* z z) (* (neg t) a))))) |
(neg (/ (* (* x y) z) (sqrt (- (* z z) (* t (neg a)))))) |
(/ (* (* y x) z) (sqrt (- (* z z) (* t a)))) |
(/ (* (* z y) x) (sqrt (- (* x x) (* t a)))) |
(/ (* (* t y) z) (sqrt (- (* z z) (* x a)))) |
(/ (* (* a y) z) (sqrt (- (* z z) (* t x)))) |
(/ (* (* x z) y) (sqrt (- (* y y) (* t a)))) |
(/ (* (* x t) z) (sqrt (- (* z z) (* y a)))) |
(/ (* (* x a) z) (sqrt (- (* z z) (* t y)))) |
(/ (* (* x y) t) (sqrt (- (* t t) (* z a)))) |
(/ (* (* x y) a) (sqrt (- (* a a) (* t z)))) |
(/ (* (* x y) z) (sqrt (- (* z z) (* a t)))) |
| Outputs |
|---|
(/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) |
(/ (* x (* y z)) (sqrt (- (* z z) (* t a)))) |
(/ (* (* (neg x) y) z) (sqrt (- (* z z) (* t a)))) |
(/ (* x (* y (neg z))) (sqrt (- (* z z) (* t a)))) |
(/ (* (* x (neg y)) z) (sqrt (- (* z z) (* t a)))) |
(/ (* x (* y (neg z))) (sqrt (- (* z z) (* t a)))) |
(/ (* (* x y) (neg z)) (sqrt (- (* (neg z) (neg z)) (* t a)))) |
(/ (* x (* y (neg z))) (sqrt (- (* z z) (* t a)))) |
(/ (* (* x y) z) (sqrt (- (* z z) (* (neg t) a)))) |
(/ (* x (* y z)) (sqrt (+ (* z z) (* t a)))) |
(/ (* (* x y) z) (sqrt (- (* z z) (* t (neg a))))) |
(/ (* x (* y z)) (sqrt (+ (* z z) (* t a)))) |
(neg (/ (* (* (neg x) y) z) (sqrt (- (* z z) (* t a))))) |
(/ (* x (* y z)) (sqrt (- (* z z) (* t a)))) |
(neg (/ (* (* x (neg y)) z) (sqrt (- (* z z) (* t a))))) |
(/ (* x (* y z)) (sqrt (- (* z z) (* t a)))) |
(neg (/ (* (* x y) (neg z)) (sqrt (- (* (neg z) (neg z)) (* t a))))) |
(/ (* x (* y z)) (sqrt (- (* z z) (* t a)))) |
(neg (/ (* (* x y) z) (sqrt (- (* z z) (* (neg t) a))))) |
(/ (* x (* y (neg z))) (sqrt (+ (* z z) (* t a)))) |
(neg (/ (* (* x y) z) (sqrt (- (* z z) (* t (neg a)))))) |
(/ (* x (* y (neg z))) (sqrt (+ (* z z) (* t a)))) |
(/ (* (* y x) z) (sqrt (- (* z z) (* t a)))) |
(/ (* x (* y z)) (sqrt (- (* z z) (* t a)))) |
(/ (* (* z y) x) (sqrt (- (* x x) (* t a)))) |
(/ (* x (* y z)) (sqrt (- (* x x) (* t a)))) |
(/ (* (* t y) z) (sqrt (- (* z z) (* x a)))) |
(/ (* y (* z t)) (sqrt (- (* z z) (* x a)))) |
(/ (* (* a y) z) (sqrt (- (* z z) (* t x)))) |
(/ (* y (* z a)) (sqrt (- (* z z) (* x t)))) |
(/ (* (* x z) y) (sqrt (- (* y y) (* t a)))) |
(/ (* x (* y z)) (sqrt (- (* y y) (* t a)))) |
(/ (* (* x t) z) (sqrt (- (* z z) (* y a)))) |
(/ (* x (* z t)) (sqrt (- (* z z) (* y a)))) |
(/ (* (* x a) z) (sqrt (- (* z z) (* t y)))) |
(/ (* x (* z a)) (sqrt (- (* z z) (* y t)))) |
(/ (* (* x y) t) (sqrt (- (* t t) (* z a)))) |
(/ (* (* x y) a) (sqrt (- (* a a) (* t z)))) |
(/ (* x (* y a)) (sqrt (- (* a a) (* z t)))) |
(/ (* (* x y) z) (sqrt (- (* z z) (* a t)))) |
(/ (* x (* y z)) (sqrt (- (* z z) (* t a)))) |
(negabs x)
(negabs y)
(negabs z)
(sort x y)
(sort t a)
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 101 | 0 | - | 0 | - | (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
| 35 | 0 | - | 2 | (1.963511106497254e-221 196781849015746.8 1.255153063655028e-105 -1.609296242615892e+132 2.4767330369912692e-188) | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 19 | 0 | - | 2 | (1.5103627757748839e-260 1.6199120262308704e-53 1.1853541318457732e+231 -2.8725614428406124e-11 -5.868830468255796e-258) | (*.f64 (*.f64 x y) z) |
| 7 | 0 | - | 0 | - | (-.f64 (*.f64 z z) (*.f64 t a)) |
| 0 | 0 | - | 0 | - | a |
| 0 | 0 | - | 0 | - | t |
| 0 | 0 | - | 0 | - | z |
| 0 | 0 | - | 0 | - | (*.f64 x y) |
| 0 | 0 | - | 0 | - | (*.f64 z z) |
| 0 | 0 | - | 0 | - | y |
| 0 | 0 | - | 0 | - | (*.f64 t a) |
| 0 | 0 | - | 0 | - | x |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
sqrt.f64 | (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) | oflow-rescue | 95 | 0 |
| ↳ | (-.f64 (*.f64 z z) (*.f64 t a)) | overflow | 95 | |
| ↳ | (*.f64 t a) | overflow | 30 | |
| ↳ | (*.f64 z z) | overflow | 81 | |
/.f64 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | o/n | 29 | 0 |
| ↳ | (*.f64 x y) | overflow | 31 | |
| ↳ | (*.f64 (*.f64 x y) z) | overflow | 54 | |
*.f64 | (*.f64 (*.f64 x y) z) | n*u | 11 | 0 |
-.f64 | (-.f64 (*.f64 z z) (*.f64 t a)) | nan-rescue | 7 | 0 |
| ↳ | (*.f64 z z) | overflow | 81 | |
| ↳ | (*.f64 t a) | overflow | 30 | |
*.f64 | (*.f64 (*.f64 x y) z) | n*o | 6 | 0 |
sqrt.f64 | (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) | uflow-rescue | 6 | 0 |
| ↳ | (-.f64 (*.f64 z z) (*.f64 t a)) | underflow | 6 | |
| ↳ | (*.f64 t a) | underflow | 42 | |
| ↳ | (*.f64 z z) | underflow | 47 | |
/.f64 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | u/n | 4 | 0 |
| ↳ | (*.f64 x y) | underflow | 27 | |
| ↳ | (*.f64 (*.f64 x y) z) | underflow | 35 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 99 | 2 |
| - | 19 | 136 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 99 | 0 | 2 |
| - | 19 | 0 | 136 |
| number | freq |
|---|---|
| 0 | 138 |
| 1 | 83 |
| 2 | 30 |
| 3 | 5 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 53.0ms | 512× | 0 | valid |
Compiled 138 to 52 computations (62.3% saved)
ival-mult: 12.0ms (47.2% of total)ival-div: 6.0ms (23.6% of total)ival-sqrt: 4.0ms (15.7% of total)ival-sub: 2.0ms (7.9% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)Compiled 5 to 5 computations (0% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 62.7% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
Compiled 19 to 12 computations (36.8% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | -64 | (*.f64 (*.f64 x y) z) |
| ✓ | cost-diff | 0 | (-.f64 (*.f64 z z) (*.f64 t a)) |
| ✓ | cost-diff | 0 | (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 816× | accelerator-lowering-fma.f32 |
| 816× | accelerator-lowering-fma.f64 |
| 760× | *-lowering-*.f32 |
| 760× | *-lowering-*.f64 |
| 652× | times-frac |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 48 |
| 1 | 24 | 48 |
| 2 | 52 | 48 |
| 3 | 82 | 48 |
| 4 | 112 | 48 |
| 5 | 140 | 48 |
| 6 | 189 | 48 |
| 7 | 242 | 48 |
| 8 | 422 | 48 |
| 9 | 966 | 48 |
| 10 | 1295 | 48 |
| 11 | 2164 | 48 |
| 12 | 3180 | 48 |
| 13 | 3370 | 48 |
| 14 | 3392 | 48 |
| 15 | 3392 | 48 |
| 0 | 3392 | 48 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) |
(* (* x y) z) |
(* x y) |
x |
y |
z |
(sqrt (- (* z z) (* t a))) |
(- (* z z) (* t a)) |
(* z z) |
(* t a) |
t |
a |
| Outputs |
|---|
(/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) |
(/.f64 (fma.f64 x (fma.f64 y z #s(literal 0 binary64)) #s(literal 0 binary64)) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (fma.f64 t a #s(literal 0 binary64)))))) |
(* (* x y) z) |
(fma.f64 x (fma.f64 y z #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* x y) |
(fma.f64 x y #s(literal 0 binary64)) |
x |
y |
z |
(sqrt (- (* z z) (* t a))) |
(sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (fma.f64 t a #s(literal 0 binary64))))) |
(- (* z z) (* t a)) |
(fma.f64 z z (-.f64 #s(literal 0 binary64) (fma.f64 t a #s(literal 0 binary64)))) |
(* z z) |
(fma.f64 z z #s(literal 0 binary64)) |
(* t a) |
(fma.f64 t a #s(literal 0 binary64)) |
t |
a |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 97.8% | (-.f64 (*.f64 z z) (*.f64 t a)) |
| ✓ | accuracy | 93.4% | (*.f64 (*.f64 x y) z) |
| ✓ | accuracy | 87.7% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| ✓ | accuracy | 63.2% | (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
| 32.0ms | 256× | 0 | valid |
Compiled 50 to 14 computations (72% saved)
ival-div: 11.0ms (55.6% of total)ival-mult: 6.0ms (30.3% of total)ival-sqrt: 2.0ms (10.1% of total)ival-sub: 1.0ms (5.1% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))> |
#<alt (sqrt (- (* z z) (* t a)))> |
#<alt (- (* z z) (* t a))> |
#<alt (* (* x y) z)> |
| Outputs |
|---|
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1))))))> |
#<alt (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1))))))))> |
#<alt (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1))))))))))> |
#<alt (* x y)> |
#<alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))> |
#<alt (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))> |
#<alt (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))> |
#<alt (* -1 (* x y))> |
#<alt (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2))))> |
#<alt (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4)))))> |
#<alt (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))))))> |
#<alt (* x y)> |
#<alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))> |
#<alt (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y))> |
#<alt (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))> |
#<alt (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))> |
#<alt (* x y)> |
#<alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))> |
#<alt (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y))> |
#<alt (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))> |
#<alt (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))))))> |
#<alt (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5)))))))))> |
#<alt z> |
#<alt (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))> |
#<alt (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))> |
#<alt (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))> |
#<alt (* -1 z)> |
#<alt (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))> |
#<alt (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))> |
#<alt (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))> |
#<alt z> |
#<alt (+ z (* -1/2 (/ (* a t) z)))> |
#<alt (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3))))))> |
#<alt (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5))))))))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))> |
#<alt (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))> |
#<alt (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))> |
#<alt (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))> |
#<alt (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))> |
#<alt z> |
#<alt (+ z (* -1/2 (/ (* a t) z)))> |
#<alt (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3))))))> |
#<alt (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5))))))))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))> |
#<alt (* -1 (* a t))> |
#<alt (- (pow z 2) (* a t))> |
#<alt (- (pow z 2) (* a t))> |
#<alt (- (pow z 2) (* a t))> |
#<alt (pow z 2)> |
#<alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2)))))> |
#<alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2)))))> |
#<alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2)))))> |
#<alt (pow z 2)> |
#<alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2)))))> |
#<alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2)))))> |
#<alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2)))))> |
#<alt (pow z 2)> |
#<alt (+ (* -1 (* a t)) (pow z 2))> |
#<alt (+ (* -1 (* a t)) (pow z 2))> |
#<alt (+ (* -1 (* a t)) (pow z 2))> |
#<alt (* -1 (* a t))> |
#<alt (* t (- (/ (pow z 2) t) a))> |
#<alt (* t (- (/ (pow z 2) t) a))> |
#<alt (* t (- (/ (pow z 2) t) a))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a))))> |
#<alt (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a))))> |
#<alt (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a))))> |
#<alt (pow z 2)> |
#<alt (+ (* -1 (* a t)) (pow z 2))> |
#<alt (+ (* -1 (* a t)) (pow z 2))> |
#<alt (+ (* -1 (* a t)) (pow z 2))> |
#<alt (* -1 (* a t))> |
#<alt (* a (- (/ (pow z 2) a) t))> |
#<alt (* a (- (/ (pow z 2) a) t))> |
#<alt (* a (- (/ (pow z 2) a) t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t))))> |
#<alt (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t))))> |
#<alt (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t))))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
42 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 142.0ms | t | @ | -inf | (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) |
| 3.0ms | t | @ | -inf | (sqrt (- (* z z) (* t a))) |
| 2.0ms | x | @ | 0 | (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) |
| 2.0ms | z | @ | 0 | (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) |
| 2.0ms | t | @ | inf | (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) |
| 1× | batch-egg-rewrite |
| 4 222× | *-lowering-*.f32 |
| 4 222× | *-lowering-*.f64 |
| 3 334× | accelerator-lowering-fma.f32 |
| 3 334× | accelerator-lowering-fma.f64 |
| 2 738× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 34 |
| 1 | 49 | 34 |
| 2 | 313 | 34 |
| 3 | 2693 | 34 |
| 0 | 8407 | 34 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) |
(sqrt (- (* z z) (* t a))) |
(- (* z z) (* t a)) |
(* (* x y) z) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) (*.f64 x (*.f64 y z)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (*.f64 x (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (neg.f64 (*.f64 x (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))))) |
(neg.f64 (neg.f64 (*.f64 x (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 x (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))))))) |
(/.f64 (*.f64 x y) (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) z)) |
(/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 y z))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) (*.f64 x (*.f64 y z)))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y z)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) (*.f64 x (*.f64 y z))))) |
(/.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y z))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (neg.f64 (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) z))) |
(/.f64 (/.f64 (*.f64 x (*.f64 y z)) (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) z)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 y z)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) z)) |
(/.f64 (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 y z))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(/.f64 (/.f64 (*.f64 x (*.f64 y z)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (*.f64 x (*.f64 y z)))) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 y z))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) (*.f64 x (*.f64 y z))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) (*.f64 x (*.f64 y z)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 y z))) (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (/.f64 (*.f64 x (*.f64 y z)) #s(literal -1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64))) (neg.f64 (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) z))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x (*.f64 y z)) (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)))) (neg.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y))) (neg.f64 (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) z))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 y z))))) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 y z))) #s(literal 1 binary64))) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x (*.f64 y z)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(pow.f64 (*.f64 x (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) (*.f64 x (*.f64 y z))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (*.f64 x (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) (*.f64 x (*.f64 y z))) (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) (*.f64 x (*.f64 y z)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) (*.f64 x (*.f64 y z))))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 x (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))))) |
(*.f64 y (/.f64 (*.f64 x z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (*.f64 x y) (/.f64 z (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 z (/.f64 (*.f64 x y) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 z (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (*.f64 x (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) #s(literal 1 binary64)) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 y z))) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (*.f64 x (*.f64 y z))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y z))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y z))) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (*.f64 y z) (*.f64 x (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))))) |
(*.f64 (/.f64 z (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (*.f64 x y)) |
(*.f64 (/.f64 z (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (*.f64 x y) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 y z)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 y z))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (*.f64 y z) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 (-.f64 #s(literal 0 binary64) z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))))) |
(*.f64 (*.f64 x z) (/.f64 y (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (*.f64 x z) (*.f64 y (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))))) |
(*.f64 (/.f64 (*.f64 x z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) y) |
(*.f64 (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) x) |
(*.f64 (/.f64 (*.f64 x y) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) z) |
(*.f64 (/.f64 (*.f64 x y) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (pow.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y z)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (/.f64 x (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64))) (/.f64 (*.f64 y z) (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64))) (/.f64 (*.f64 x z) (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64))) (/.f64 (*.f64 x y) (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 y z) (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x y) (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64))) (/.f64 z (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x z) (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64))) (/.f64 y (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (/.f64 (*.f64 x y) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (/.f64 (*.f64 x y) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 z (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (/.f64 (*.f64 x (*.f64 y z)) (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal -1/4 binary64))) |
(*.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal -1/4 binary64)) (pow.f64 (*.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y z)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal -1/4 binary64)) (pow.f64 (/.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 y z))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (*.f64 x (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) #s(literal 1/2 binary64)) (pow.f64 (*.f64 x (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (*.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 x z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 z (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (*.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 x y) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 y z)))) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) x) (*.f64 y z)) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) y) (*.f64 x z)) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (*.f64 x z)) y) |
(*.f64 (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (sqrt.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(*.f64 (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) (sqrt.f64 (fma.f64 z z (*.f64 t a)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) x)) (*.f64 y z)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) x)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 y z)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64)) (/.f64 (*.f64 x y) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)) z) #s(literal -1 binary64)) (pow.f64 (/.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 y z))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 z (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)) x) #s(literal -1 binary64)) (pow.f64 (/.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)) (*.f64 y z)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)) (*.f64 y z)) #s(literal -1 binary64)) (pow.f64 (/.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)) x) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)) y) #s(literal -1 binary64)) (pow.f64 (/.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)) (*.f64 x z)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)) (*.f64 x z)) #s(literal -1 binary64)) (pow.f64 (/.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)) y) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)) (*.f64 x y)) #s(literal -1 binary64)) (pow.f64 (/.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)) z) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) (pow.f64 (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) (-.f64 #s(literal 0 binary64) (*.f64 y z))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 x y)) #s(literal -1 binary64)) (pow.f64 (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) (-.f64 #s(literal 0 binary64) z)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) z) #s(literal -1 binary64)) (pow.f64 (/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) (-.f64 #s(literal 0 binary64) (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(exp.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal 0 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(exp.f64 (fma.f64 (log.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal 1/4 binary64) (*.f64 (log.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal 1/4 binary64)))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal -1/2 binary64)))) |
(exp.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal 0 binary64)) #s(literal -1 binary64)))) |
(exp.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal 0 binary64))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(/.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(/.f64 (sqrt.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (sqrt.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(/.f64 (sqrt.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(/.f64 (sqrt.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (sqrt.f64 (fma.f64 t (*.f64 a (*.f64 t a)) (-.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 z (*.f64 z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a)))) (sqrt.f64 (fma.f64 z z (*.f64 t a)))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a)))) (*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (*.f64 t a))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (sqrt.f64 (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (sqrt.f64 (*.f64 (fma.f64 z z (*.f64 t a)) (fma.f64 z (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 z (*.f64 z z))) (*.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z)))))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) (sqrt.f64 (*.f64 (fma.f64 z z (*.f64 t a)) (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 z z (*.f64 t a)) (neg.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))))) (sqrt.f64 (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (fma.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (neg.f64 (sqrt.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (neg.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))))) |
(/.f64 (neg.f64 (sqrt.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) (neg.f64 (sqrt.f64 (fma.f64 z z (*.f64 t a))))) |
(/.f64 (neg.f64 (sqrt.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) (neg.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (*.f64 t a)))))) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))))) |
(/.f64 (sqrt.f64 (*.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))) #s(literal 1 binary64))) (sqrt.f64 (fma.f64 z z (*.f64 t a)))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) #s(literal 1 binary64))) (sqrt.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (sqrt.f64 (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a))) (*.f64 (fma.f64 z z (*.f64 t a)) (*.f64 t (*.f64 a (*.f64 t a)))))) (sqrt.f64 (*.f64 (fma.f64 z z (*.f64 t a)) (fma.f64 z z (*.f64 t a))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) #s(literal 1 binary64))) (sqrt.f64 (*.f64 (fma.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z))))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(/.f64 (sqrt.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) #s(literal 1 binary64))) (sqrt.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(/.f64 (sqrt.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) #s(literal 1 binary64))) (sqrt.f64 (*.f64 (fma.f64 z (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 z (*.f64 z z))) (*.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))))) (fma.f64 z z (*.f64 t a))))) |
(/.f64 (sqrt.f64 (*.f64 (*.f64 (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a)))) #s(literal 1 binary64))) (sqrt.f64 (*.f64 (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))) (fma.f64 z z (*.f64 t a))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))))) (sqrt.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))))) |
(/.f64 (sqrt.f64 (neg.f64 (*.f64 (fma.f64 z z (*.f64 t a)) (neg.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))))) (sqrt.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a)))))) |
(/.f64 (sqrt.f64 (-.f64 (pow.f64 (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) #s(literal 3 binary64)))) (sqrt.f64 (fma.f64 (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))))))) |
(/.f64 (sqrt.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (fma.f64 z z (*.f64 t a)) (*.f64 (fma.f64 z z (*.f64 t a)) (fma.f64 z z (*.f64 t a))))) (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (*.f64 (fma.f64 z z (*.f64 t a)) (*.f64 (fma.f64 z z (*.f64 t a)) (fma.f64 z z (*.f64 t a))))))) (sqrt.f64 (fma.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a))) (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a))) (fma.f64 (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a))) (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a))) (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a))) (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a)))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 t (*.f64 a (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (sqrt.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 t a)) (*.f64 z z)))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) (*.f64 (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))))) (sqrt.f64 (fma.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a))) (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a)))) (*.f64 (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a))) (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a)))))) (sqrt.f64 (fma.f64 (*.f64 z z) (/.f64 (*.f64 z z) (fma.f64 z z (*.f64 t a))) (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a)))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (/.f64 #s(literal 1 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z))))))) |
(/.f64 (sqrt.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (/.f64 #s(literal 1 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) (sqrt.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) |
(/.f64 (sqrt.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 t a))))) (sqrt.f64 (fma.f64 z (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 z (*.f64 z z))) (*.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))))))) |
(/.f64 (sqrt.f64 (*.f64 (*.f64 (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a)))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 t a))))) (sqrt.f64 (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))))) (neg.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))))) |
(/.f64 (neg.f64 (sqrt.f64 (*.f64 (fma.f64 z z (*.f64 t a)) (neg.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))))) (neg.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a)))))) |
(/.f64 (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))))) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))))) |
(/.f64 (neg.f64 (neg.f64 (sqrt.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a)))))) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 z z (*.f64 t a)))))) |
(pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) |
(*.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (sqrt.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(*.f64 (sqrt.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (pow.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (/.f64 #s(literal 1 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (pow.f64 (/.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (sqrt.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (/.f64 #s(literal 1 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))))) |
(*.f64 (sqrt.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (sqrt.f64 (/.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 t a))))) |
(*.f64 (sqrt.f64 (fma.f64 z z (*.f64 t a))) (pow.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 t a)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 z z (*.f64 t a))) (pow.f64 (/.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 z z (*.f64 t a))) (sqrt.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 t a)))))) |
(*.f64 (sqrt.f64 (fma.f64 z z (*.f64 t a))) (sqrt.f64 (/.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) |
(*.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)) #s(literal 1 binary64))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) (sqrt.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 t a)))) (sqrt.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 z z (*.f64 t a)) (neg.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 z z (*.f64 t a)) (neg.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a)))))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 1/2 binary64)) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))) (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a)))) #s(literal 1/2 binary64)) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a)))) (*.f64 (*.f64 (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a)))) (*.f64 t a)) (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))))) #s(literal 1/2 binary64)) (sqrt.f64 (fma.f64 (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a)))) (-.f64 (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a)))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (-.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))))))) #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))))))) |
(*.f64 (pow.f64 (pow.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (pow.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) #s(literal -1/4 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (pow.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (pow.f64 (fma.f64 z z (*.f64 t a)) #s(literal -1/4 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) #s(literal 1/2 binary64)) (sqrt.f64 (fma.f64 (*.f64 t a) (-.f64 (*.f64 t a) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(*.f64 (sqrt.f64 (/.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))) (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) |
(*.f64 (sqrt.f64 (/.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a)))) (*.f64 (*.f64 (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a)))) (*.f64 t a)) (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z))))))) (sqrt.f64 (fma.f64 (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a)))) (-.f64 (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a)))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(*.f64 (sqrt.f64 (/.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (-.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a)))))))) (sqrt.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))))))) |
(*.f64 (sqrt.f64 (/.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (sqrt.f64 (fma.f64 (*.f64 t a) (-.f64 (*.f64 t a) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(+.f64 (*.f64 z z) (-.f64 #s(literal 0 binary64) (*.f64 t a))) |
(+.f64 (-.f64 #s(literal 0 binary64) (*.f64 t a)) (*.f64 z z)) |
(+.f64 (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (neg.f64 (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a))) (neg.f64 (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) |
(exp.f64 (log.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) #s(literal -1 binary64))) |
(exp.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) (fma.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal 0 binary64)))) |
(-.f64 (*.f64 z z) (*.f64 t a)) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 t a) (*.f64 z z))) |
(-.f64 (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(-.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a))) (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a)))) |
(-.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 t a)) |
(sqrt.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) |
(fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) |
(fma.f64 z (/.f64 (*.f64 z (*.f64 z z)) (fma.f64 z z (*.f64 t a))) (neg.f64 (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 z z) (fma.f64 z z (*.f64 t a))) (neg.f64 (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (neg.f64 (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(fma.f64 t (-.f64 #s(literal 0 binary64) a) (*.f64 z z)) |
(fma.f64 a (-.f64 #s(literal 0 binary64) t) (*.f64 z z)) |
(fma.f64 (*.f64 t a) #s(literal -1 binary64) (*.f64 z z)) |
(fma.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 #s(literal 1 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (neg.f64 (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(fma.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 t a))) (neg.f64 (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) |
(fma.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (/.f64 (*.f64 z z) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (neg.f64 (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) a (*.f64 z z)) |
(fma.f64 #s(literal -1 binary64) (*.f64 t a) (*.f64 z z)) |
(fma.f64 (*.f64 z (*.f64 z z)) (/.f64 z (fma.f64 z z (*.f64 t a))) (neg.f64 (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) |
(fma.f64 (*.f64 z (*.f64 z z)) (/.f64 (*.f64 z (*.f64 z z)) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (neg.f64 (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) t (*.f64 z z)) |
(fma.f64 (*.f64 a #s(literal -1 binary64)) t (*.f64 z z)) |
(fma.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a)))) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (neg.f64 (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (fma.f64 (*.f64 t a) (-.f64 (*.f64 t a) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z))) (neg.f64 (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) |
(fma.f64 (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a)))) (*.f64 (*.f64 (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a)))) (*.f64 t a)) (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))))) (fma.f64 (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a)))) (-.f64 (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a)))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))) (neg.f64 (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(fma.f64 (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (-.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))))))) (-.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))))) (neg.f64 (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(neg.f64 (/.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(neg.f64 (/.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))) (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(neg.f64 (/.f64 (*.f64 (fma.f64 z z (*.f64 t a)) (neg.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (fma.f64 z z (*.f64 t a)))) |
(/.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) |
(/.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 t (*.f64 a (*.f64 t a)) (-.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 z (*.f64 z (-.f64 #s(literal 0 binary64) (*.f64 t a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (exp.f64 (-.f64 #s(literal 0 binary64) (log.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))))) |
(/.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))) (fma.f64 z z (*.f64 t a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (neg.f64 (fma.f64 t (*.f64 a (*.f64 t a)) (-.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 z (*.f64 z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))))) |
(/.f64 (*.f64 (fma.f64 z z (*.f64 t a)) (neg.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a)))) |
(/.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) |
(/.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (*.f64 (fma.f64 z z (*.f64 t a)) (fma.f64 z (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 z (*.f64 z z))) (*.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))))))) |
(/.f64 (fma.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (fma.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z))))))) |
(/.f64 (*.f64 (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a)))) (*.f64 (fma.f64 z z (*.f64 t a)) (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a))) (*.f64 (fma.f64 z z (*.f64 t a)) (*.f64 t (*.f64 a (*.f64 t a))))) (*.f64 (fma.f64 z z (*.f64 t a)) (fma.f64 z z (*.f64 t a)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z))))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) #s(literal 1 binary64)) (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) #s(literal 1 binary64)) (*.f64 (fma.f64 z (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 z (*.f64 z z))) (*.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))))) (fma.f64 z z (*.f64 t a)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a)))) #s(literal 1 binary64)) (*.f64 (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))) (fma.f64 z z (*.f64 t a)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))) #s(literal 1 binary64)) (fma.f64 z z (*.f64 t a))) |
(/.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) #s(literal 1 binary64)) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))))) (neg.f64 (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (fma.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (neg.f64 (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (neg.f64 (*.f64 (fma.f64 z z (*.f64 t a)) (fma.f64 z (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 z (*.f64 z z))) (*.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z)))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) (neg.f64 (*.f64 (fma.f64 z z (*.f64 t a)) (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 z z (*.f64 t a)) (neg.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (fma.f64 z z (*.f64 t a)) (*.f64 (fma.f64 z z (*.f64 t a)) (fma.f64 z z (*.f64 t a))))) (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (*.f64 (fma.f64 z z (*.f64 t a)) (*.f64 (fma.f64 z z (*.f64 t a)) (fma.f64 z z (*.f64 t a)))))) (fma.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a))) (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a))) (fma.f64 (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a))) (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a))) (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a))) (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a))))))) |
(/.f64 (-.f64 (*.f64 t (*.f64 a (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 t a)) (*.f64 z z))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) (*.f64 (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) (fma.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a))) (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a)))) (*.f64 (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a))) (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) (fma.f64 (*.f64 z z) (/.f64 (*.f64 z z) (fma.f64 z z (*.f64 t a))) (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (/.f64 #s(literal 1 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) (fma.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (/.f64 #s(literal 1 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 t a)))) (fma.f64 z (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 z (*.f64 z z))) (*.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a)))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 t a)))) (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z)))) |
(/.f64 (exp.f64 (log.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (exp.f64 (log.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(/.f64 (exp.f64 (log.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) (exp.f64 (log.f64 (fma.f64 z z (*.f64 t a))))) |
(/.f64 (exp.f64 (log.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))))) (exp.f64 (log.f64 (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))))) |
(/.f64 (exp.f64 (log.f64 (*.f64 (fma.f64 z z (*.f64 t a)) (neg.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))))) (exp.f64 (log.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a)))))) |
(/.f64 (-.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(/.f64 (-.f64 (neg.f64 (*.f64 (*.f64 z z) (*.f64 z z))) (-.f64 #s(literal 0 binary64) (*.f64 t (*.f64 a (*.f64 t a))))) (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) #s(literal 1 binary64))) (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (/.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (/.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (*.f64 (/.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (*.f64 (/.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))))) #s(literal 1 binary64))) (*.f64 (/.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))))) (/.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) (*.f64 (/.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (*.f64 (/.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))))) (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))))) (/.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))))) (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (/.f64 (fma.f64 z z (*.f64 t a)) (*.f64 t (*.f64 a (*.f64 t a))))) (fma.f64 z z (*.f64 t a))) (*.f64 (fma.f64 z z (*.f64 t a)) (/.f64 (fma.f64 z z (*.f64 t a)) (*.f64 t (*.f64 a (*.f64 t a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a)))) (*.f64 (fma.f64 z z (*.f64 t a)) (-.f64 #s(literal 0 binary64) (*.f64 t (*.f64 a (*.f64 t a)))))) (*.f64 (fma.f64 z z (*.f64 t a)) (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 t a))) (*.f64 (/.f64 (fma.f64 z z (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 t (*.f64 a (*.f64 t a))))) (*.f64 (/.f64 (fma.f64 z z (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))) (fma.f64 z z (*.f64 t a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 z z (*.f64 t a)) (*.f64 t (*.f64 a (*.f64 t a))))) (*.f64 (/.f64 (fma.f64 z z (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))) #s(literal 1 binary64))) (*.f64 (/.f64 (fma.f64 z z (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))) (/.f64 (fma.f64 z z (*.f64 t a)) (*.f64 t (*.f64 a (*.f64 t a)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a)))) (*.f64 (/.f64 (fma.f64 z z (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))) (-.f64 #s(literal 0 binary64) (*.f64 t (*.f64 a (*.f64 t a)))))) (*.f64 (/.f64 (fma.f64 z z (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))) (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) (*.f64 z z))) (fma.f64 z z (*.f64 t a))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a))) (*.f64 t (*.f64 a (*.f64 t a))))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a))) (fma.f64 z z (*.f64 t a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) (*.f64 z z))) (/.f64 (fma.f64 z z (*.f64 t a)) (*.f64 t (*.f64 a (*.f64 t a))))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a))) (/.f64 (fma.f64 z z (*.f64 t a)) (*.f64 t (*.f64 a (*.f64 t a)))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) (*.f64 z z))) (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a)))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a))) (-.f64 #s(literal 0 binary64) (*.f64 t (*.f64 a (*.f64 t a)))))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a))) (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (neg.f64 (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a))) (*.f64 (fma.f64 z z (*.f64 t a)) (*.f64 t (*.f64 a (*.f64 t a)))))) (neg.f64 (*.f64 (fma.f64 z z (*.f64 t a)) (fma.f64 z z (*.f64 t a))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z))))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 z (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 z (*.f64 z z))) (*.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))))) (fma.f64 z z (*.f64 t a))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))) (fma.f64 z z (*.f64 t a))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 z z (*.f64 t a)) (neg.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (fma.f64 z z (*.f64 t a)) (*.f64 (fma.f64 z z (*.f64 t a)) (fma.f64 z z (*.f64 t a))))) (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (*.f64 (fma.f64 z z (*.f64 t a)) (*.f64 (fma.f64 z z (*.f64 t a)) (fma.f64 z z (*.f64 t a))))))) (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a))) (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a))) (fma.f64 (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a))) (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a))) (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a))) (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t (*.f64 a (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (neg.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 t a)) (*.f64 z z)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) (*.f64 (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))))) (neg.f64 (fma.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (/.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a))) (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (fma.f64 z z (*.f64 t a)))) (*.f64 (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a))) (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a)))))) (neg.f64 (fma.f64 (*.f64 z z) (/.f64 (*.f64 z z) (fma.f64 z z (*.f64 t a))) (/.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 z z (*.f64 t a)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (/.f64 #s(literal 1 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) (neg.f64 (fma.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (/.f64 #s(literal 1 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) (-.f64 #s(literal 0 binary64) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 t a))))) (neg.f64 (fma.f64 z (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 z (*.f64 z z))) (*.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a)))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 t a))))) (neg.f64 (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal 2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) #s(literal 1/4 binary64)) #s(literal 4 binary64)) |
(pow.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) #s(literal 1/4 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (/.f64 #s(literal 1 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (/.f64 #s(literal 1 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (/.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(*.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) |
(*.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 t a)))) |
(*.f64 (fma.f64 z z (*.f64 t a)) (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 t a))))) |
(*.f64 (fma.f64 z z (*.f64 t a)) (/.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))))) |
(*.f64 (*.f64 (fma.f64 z z (*.f64 t a)) (neg.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 z z (*.f64 t a))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 t a))) (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 t a))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))) (fma.f64 (*.f64 t a) (-.f64 (*.f64 t a) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))) |
(*.f64 (/.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))) (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a)))) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) |
(*.f64 (/.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a)))) (*.f64 (*.f64 (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a)))) (*.f64 t a)) (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))))) (fma.f64 (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a)))) (-.f64 (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a)))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(*.f64 (/.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (*.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (-.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))))))) (-.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 t (*.f64 a (fma.f64 z z (*.f64 t a)))))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 z z (*.f64 t a)) (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 z (*.f64 z z))) (*.f64 (*.f64 t (*.f64 a (*.f64 t a))) (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))))))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 z z (*.f64 t a)) (*.f64 (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 t (*.f64 a (*.f64 t a)) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (fma.f64 (*.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 z z) (*.f64 z z))))))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) |
(*.f64 (exp.f64 (log.f64 (fma.f64 z (*.f64 z (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t a)) (*.f64 a (*.f64 t a)))))) (exp.f64 (-.f64 #s(literal 0 binary64) (log.f64 (fma.f64 t (*.f64 a (fma.f64 z z (*.f64 t a))) (*.f64 (*.f64 z z) (*.f64 z z))))))) |
(*.f64 (exp.f64 (log.f64 (*.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) (fma.f64 z z (*.f64 t a))))) (exp.f64 (-.f64 #s(literal 0 binary64) (log.f64 (fma.f64 z z (*.f64 t a)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 y z)))) |
(neg.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 y z)))) |
(*.f64 x (*.f64 y z)) |
(*.f64 x (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)))) |
(*.f64 x (*.f64 (*.f64 y z) #s(literal 1 binary64))) |
(*.f64 y (*.f64 x z)) |
(*.f64 y (*.f64 (*.f64 x z) #s(literal 1 binary64))) |
(*.f64 (*.f64 x y) z) |
(*.f64 (*.f64 x y) (neg.f64 (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (*.f64 x y) (*.f64 z #s(literal 1 binary64))) |
(*.f64 z (*.f64 x y)) |
(*.f64 z (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(*.f64 z (*.f64 (*.f64 x y) #s(literal 1 binary64))) |
(*.f64 (*.f64 x (*.f64 y z)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y z))) |
(*.f64 (*.f64 y z) x) |
(*.f64 (*.f64 y z) (*.f64 x #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 y z)))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 y z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 x z) y) |
(*.f64 (*.f64 x z) (*.f64 y #s(literal 1 binary64))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z)) (*.f64 x y)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) (*.f64 y z)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) z) |
| 1× | egg-herbie |
| 8 704× | *-lowering-*.f32 |
| 8 704× | *-lowering-*.f64 |
| 7 510× | accelerator-lowering-fma.f32 |
| 7 510× | accelerator-lowering-fma.f64 |
| 1 846× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 495 | 3591 |
| 1 | 1609 | 3519 |
| 2 | 6478 | 3501 |
| 0 | 8266 | 3389 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) |
(* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))) |
(* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))) |
(+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
(* -1 (* x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))) |
(+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)) |
(+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)) |
(+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))) |
(+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))) |
(* -1 z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
(* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
(* -1 (* a t)) |
(- (pow z 2) (* a t)) |
(- (pow z 2) (* a t)) |
(- (pow z 2) (* a t)) |
(pow z 2) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(pow z 2) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(pow z 2) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(* -1 (* a t)) |
(* t (- (/ (pow z 2) t) a)) |
(* t (- (/ (pow z 2) t) a)) |
(* t (- (/ (pow z 2) t) a)) |
(* -1 (* a t)) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(pow z 2) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(* -1 (* a t)) |
(* a (- (/ (pow z 2) a) t)) |
(* a (- (/ (pow z 2) a) t)) |
(* a (- (/ (pow z 2) a) t)) |
(* -1 (* a t)) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
| Outputs |
|---|
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 y (*.f64 x (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) |
(*.f64 z (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 z z))) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/2 binary64))))) |
(* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))) |
(*.f64 z (fma.f64 #s(literal -1/2 binary64) (*.f64 (fma.f64 x (*.f64 (/.f64 y (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a t)) x) (*.f64 (*.f64 z z) (fma.f64 y (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 t (*.f64 t t))))) (/.f64 y (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y (sqrt.f64 #s(literal -1 binary64))))))) |
(* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))) |
(*.f64 z (fma.f64 (*.f64 z z) (fma.f64 (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 a t))) (fma.f64 (*.f64 y (*.f64 (*.f64 z z) (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 t (*.f64 t t)))))) (-.f64 #s(literal 0 binary64) (*.f64 a t))) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 x (fma.f64 y (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 t (*.f64 t t))))) (/.f64 y (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 (/.f64 (*.f64 x y) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/2 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y (sqrt.f64 #s(literal -1 binary64))))))) |
(* x y) |
(*.f64 x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 a (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 x y))) (*.f64 z z)) (*.f64 x y)) |
(+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 a a) (*.f64 (*.f64 t t) #s(literal -3/4 binary64)))) (*.f64 (*.f64 z z) (*.f64 z z))) (fma.f64 a (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 x y))) (*.f64 z z)) (*.f64 x y))) |
(+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 y (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 t t) #s(literal -3/4 binary64))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (fma.f64 (*.f64 (*.f64 a t) #s(literal -1/2 binary64)) (*.f64 (*.f64 a a) (*.f64 (*.f64 t t) #s(literal -3/4 binary64))) (*.f64 (*.f64 a (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 t (*.f64 t t))))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (fma.f64 a (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 x y))) (*.f64 z z)) (*.f64 x y))) |
(* -1 (* x y)) |
(-.f64 #s(literal 0 binary64) (*.f64 x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a (*.f64 t (*.f64 x y))) (*.f64 z z)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 a a) (*.f64 (*.f64 t t) #s(literal -3/4 binary64)))) (*.f64 (*.f64 z z) (*.f64 z z))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a (*.f64 t (*.f64 x y))) (*.f64 z z)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))) |
(-.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 y (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 t t) #s(literal -3/4 binary64))) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (fma.f64 (*.f64 (*.f64 a t) #s(literal -1/2 binary64)) (*.f64 (*.f64 a a) (*.f64 (*.f64 t t) #s(literal -3/4 binary64))) (*.f64 (*.f64 a (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 t (*.f64 t t))))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 t (*.f64 x y)))) (*.f64 z z))) (*.f64 x y)) |
(* x y) |
(*.f64 x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 a (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 x y))) (*.f64 z z)) (*.f64 x y)) |
(+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)) |
(fma.f64 x y (*.f64 t (fma.f64 t (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 y a))) (*.f64 z z))))) |
(+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)) |
(fma.f64 t (fma.f64 a (*.f64 (/.f64 (*.f64 x y) (*.f64 z z)) #s(literal 1/2 binary64)) (*.f64 t (*.f64 #s(literal -1/2 binary64) (fma.f64 x (*.f64 y (*.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))))) (*.f64 (*.f64 (*.f64 x t) (*.f64 y (*.f64 z z))) (-.f64 (*.f64 (*.f64 a #s(literal -1/2 binary64)) (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) (/.f64 #s(literal -3/4 binary64) (*.f64 z z)))) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 z #s(literal 8 binary64))))))))) (*.f64 x y)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 y (*.f64 x (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 y (*.f64 x (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 z (*.f64 z z)))) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/2 binary64)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 x (*.f64 (/.f64 (*.f64 y (*.f64 z (*.f64 z z))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (*.f64 x (*.f64 y (pow.f64 z #s(literal 5 binary64))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 y (*.f64 x (*.f64 z (sqrt.f64 #s(literal -1 binary64))))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 x (*.f64 (/.f64 (*.f64 y (pow.f64 z #s(literal 5 binary64))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64)))))) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))) (*.f64 (*.f64 y (fma.f64 z (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) t) (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 a (*.f64 a a))) (/.f64 (pow.f64 z #s(literal 7 binary64)) (pow.f64 a #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 y (*.f64 x (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 z (*.f64 z z)))) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/2 binary64))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 y (*.f64 x (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 y (*.f64 x (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 (*.f64 (*.f64 x (*.f64 y (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z (*.f64 z z))) #s(literal -1/2 binary64)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 (*.f64 x (*.f64 y (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z (*.f64 z z))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (*.f64 (*.f64 x (*.f64 y (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 z #s(literal 5 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 y (*.f64 x (*.f64 z (sqrt.f64 #s(literal -1 binary64))))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 x (*.f64 (*.f64 (*.f64 y (*.f64 z (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 t (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 a (*.f64 a a))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (sqrt.f64 (/.f64 a t))) (*.f64 (*.f64 (*.f64 x (*.f64 y (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 z #s(literal 5 binary64))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))))) (*.f64 t (*.f64 t t))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 y (*.f64 x (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 (*.f64 (*.f64 x (*.f64 y (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z (*.f64 z z))) #s(literal -1/2 binary64))))) |
(* x y) |
(*.f64 x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 a (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 x y))) (*.f64 z z)) (*.f64 x y)) |
(+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)) |
(fma.f64 a (fma.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 z z))) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) (*.f64 a #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 x y))) (*.f64 z z))) (*.f64 x y)) |
(+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)) |
(fma.f64 a (fma.f64 t (*.f64 (/.f64 (*.f64 x y) (*.f64 z z)) #s(literal 1/2 binary64)) (*.f64 (*.f64 a #s(literal -1/2 binary64)) (fma.f64 (*.f64 (*.f64 x a) (*.f64 y (*.f64 z z))) (-.f64 (/.f64 (*.f64 (*.f64 t #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) (*.f64 z z)) (/.f64 (*.f64 t (*.f64 t t)) (pow.f64 z #s(literal 8 binary64)))) (*.f64 (*.f64 x (*.f64 y (*.f64 z z))) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))))))) (*.f64 x y)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 y (*.f64 x (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 y (*.f64 x (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 z (*.f64 z z)))) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/2 binary64)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 x (*.f64 (/.f64 (*.f64 y (*.f64 z (*.f64 z z))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (*.f64 x (*.f64 y (pow.f64 z #s(literal 5 binary64))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 y (*.f64 x (*.f64 z (sqrt.f64 #s(literal -1 binary64))))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (/.f64 (*.f64 x (*.f64 y (*.f64 z (*.f64 z z)))) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 x (*.f64 (*.f64 y (*.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))) (*.f64 #s(literal -1/2 binary64) (fma.f64 x (*.f64 (/.f64 (*.f64 y (pow.f64 z #s(literal 5 binary64))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64)))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))) (*.f64 x (*.f64 (*.f64 y z) (fma.f64 a (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 t (*.f64 t t))) #s(literal -1/4 binary64)) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))))) (sqrt.f64 #s(literal -1 binary64))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 y (*.f64 x (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 y (*.f64 x (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 (*.f64 (*.f64 x (*.f64 y (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z (*.f64 z z))) #s(literal -1/2 binary64)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 (*.f64 x (*.f64 y (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z (*.f64 z z))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (*.f64 (*.f64 x (*.f64 y (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 z #s(literal 5 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 y (*.f64 x (*.f64 z (sqrt.f64 #s(literal -1 binary64))))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 x (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 y (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64))))) (*.f64 (sqrt.f64 (/.f64 t a)) (*.f64 x (*.f64 y (*.f64 (sqrt.f64 #s(literal -1 binary64)) (fma.f64 z (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 (*.f64 z z) (*.f64 z z)))) (*.f64 t (*.f64 t t))) (/.f64 (pow.f64 z #s(literal 7 binary64)) (pow.f64 t #s(literal 4 binary64))))))))) (*.f64 a (*.f64 a a))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 y (*.f64 x (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 (*.f64 (*.f64 x (*.f64 y (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z (*.f64 z z))) #s(literal -1/2 binary64))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)))) |
(+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))) |
(fma.f64 (*.f64 z z) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 (/.f64 (*.f64 z z) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64)) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)))) |
(+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))) |
(fma.f64 (*.f64 z z) (fma.f64 (*.f64 z z) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (*.f64 (/.f64 (*.f64 z z) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) #s(literal -1/8 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)))) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(*.f64 z (fma.f64 (*.f64 a #s(literal -1/2 binary64)) (/.f64 t (*.f64 z z)) #s(literal 1 binary64))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(*.f64 z (fma.f64 a (*.f64 (/.f64 t (*.f64 z z)) #s(literal -1/2 binary64)) (fma.f64 (*.f64 (*.f64 a a) #s(literal -1/8 binary64)) (/.f64 (*.f64 t t) (*.f64 (*.f64 z z) (*.f64 z z))) #s(literal 1 binary64)))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))) |
(fma.f64 z (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (/.f64 (*.f64 t (*.f64 t t)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64)) (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 t t))) (*.f64 (*.f64 z z) (*.f64 z z))) (/.f64 (*.f64 (*.f64 a t) #s(literal -1/2 binary64)) (*.f64 z z)))) z) |
(* -1 z) |
(-.f64 #s(literal 0 binary64) z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (fma.f64 (*.f64 a #s(literal -1/2 binary64)) (/.f64 t (*.f64 z z)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(*.f64 (fma.f64 a (*.f64 (/.f64 t (*.f64 z z)) #s(literal -1/2 binary64)) (fma.f64 (*.f64 (*.f64 a a) #s(literal -1/8 binary64)) (/.f64 (*.f64 t t) (*.f64 (*.f64 z z) (*.f64 z z))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))) |
(-.f64 #s(literal 0 binary64) (fma.f64 z (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (/.f64 (*.f64 t (*.f64 t t)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64)) (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 t t))) (*.f64 (*.f64 z z) (*.f64 z z))) (/.f64 (*.f64 (*.f64 a t) #s(literal -1/2 binary64)) (*.f64 z z)))) z)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 a (/.f64 (*.f64 t #s(literal -1/2 binary64)) z) z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(fma.f64 t (fma.f64 t (/.f64 (*.f64 (*.f64 a a) #s(literal -1/8 binary64)) (*.f64 z (*.f64 z z))) (/.f64 (*.f64 a #s(literal -1/2 binary64)) z)) z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(fma.f64 t (fma.f64 t (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 a a) (*.f64 z (*.f64 z z))) (/.f64 (*.f64 (*.f64 #s(literal -1/16 binary64) t) (*.f64 a (*.f64 a a))) (pow.f64 z #s(literal 5 binary64)))) (/.f64 (*.f64 a #s(literal -1/2 binary64)) z)) z) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(*.f64 t (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 t (*.f64 t t))))) (*.f64 (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a t))))) |
(* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(*.f64 t (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 t #s(literal 5 binary64)))))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 t (*.f64 t t))))) (*.f64 (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a t)))))) |
(* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
(*.f64 t (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 t #s(literal 5 binary64)))))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 7 binary64))))) (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 t (*.f64 t t))))) (*.f64 (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a t))))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 t (*.f64 t t))))) (*.f64 z (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a t)))))) |
(* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 t #s(literal 5 binary64))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) (*.f64 z z))) #s(literal -1/8 binary64)) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 t (*.f64 t t))))) (*.f64 z (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a t))))))) |
(* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 t #s(literal 5 binary64))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) (*.f64 z z))) #s(literal -1/8 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 7 binary64))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal 1/16 binary64)) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 t (*.f64 t t))))) (*.f64 z (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a t)))))) (-.f64 #s(literal 0 binary64) t)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 a (/.f64 (*.f64 t #s(literal -1/2 binary64)) z) z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(fma.f64 a (fma.f64 #s(literal -1/2 binary64) (/.f64 t z) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 a (*.f64 t t))) (*.f64 z (*.f64 z z)))) z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(fma.f64 a (fma.f64 a (fma.f64 #s(literal -1/8 binary64) (*.f64 t (/.f64 t (*.f64 z (*.f64 z z)))) (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 a (*.f64 t (*.f64 t t)))) (pow.f64 z #s(literal 5 binary64)))) (/.f64 (*.f64 t #s(literal -1/2 binary64)) z)) z) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(*.f64 a (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 t a)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 z z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t (*.f64 a (*.f64 a a)))))) (sqrt.f64 #s(literal -1 binary64)))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(*.f64 a (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 t (*.f64 t t)) (pow.f64 a #s(literal 5 binary64)))))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 t a)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 z z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t (*.f64 a (*.f64 a a)))))) (sqrt.f64 #s(literal -1 binary64))))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
(*.f64 a (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 t (*.f64 t t)) (pow.f64 a #s(literal 5 binary64)))))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 t a)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 z z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t (*.f64 a (*.f64 a a)))))) (sqrt.f64 #s(literal -1 binary64)))))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 z (*.f64 z (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 t a)))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 t (*.f64 t t)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) (*.f64 z z))) #s(literal -1/8 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 z (*.f64 z (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 t a))))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 t (*.f64 t t)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) (*.f64 z z))) #s(literal -1/8 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal 1/16 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 z (*.f64 z (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 t a)))))))) |
(* -1 (* a t)) |
(-.f64 #s(literal 0 binary64) (*.f64 a t)) |
(- (pow z 2) (* a t)) |
(fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t))) |
(- (pow z 2) (* a t)) |
(fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t))) |
(- (pow z 2) (* a t)) |
(fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t))) |
(pow z 2) |
(*.f64 z z) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 z (*.f64 z (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64)))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 z (*.f64 z (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64)))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 z (*.f64 z (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64)))) |
(pow z 2) |
(*.f64 z z) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 z (*.f64 z (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64)))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 z (*.f64 z (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64)))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 z (*.f64 z (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64)))) |
(pow z 2) |
(*.f64 z z) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t))) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t))) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t))) |
(* -1 (* a t)) |
(-.f64 #s(literal 0 binary64) (*.f64 a t)) |
(* t (- (/ (pow z 2) t) a)) |
(*.f64 t (-.f64 (/.f64 (*.f64 z z) t) a)) |
(* t (- (/ (pow z 2) t) a)) |
(*.f64 t (-.f64 (/.f64 (*.f64 z z) t) a)) |
(* t (- (/ (pow z 2) t) a)) |
(*.f64 t (-.f64 (/.f64 (*.f64 z z) t) a)) |
(* -1 (* a t)) |
(-.f64 #s(literal 0 binary64) (*.f64 a t)) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(*.f64 t (-.f64 (/.f64 (*.f64 z z) t) a)) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(*.f64 t (-.f64 (/.f64 (*.f64 z z) t) a)) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(*.f64 t (-.f64 (/.f64 (*.f64 z z) t) a)) |
(pow z 2) |
(*.f64 z z) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t))) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t))) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 a t))) |
(* -1 (* a t)) |
(-.f64 #s(literal 0 binary64) (*.f64 a t)) |
(* a (- (/ (pow z 2) a) t)) |
(*.f64 a (-.f64 (/.f64 (*.f64 z z) a) t)) |
(* a (- (/ (pow z 2) a) t)) |
(*.f64 a (-.f64 (/.f64 (*.f64 z z) a) t)) |
(* a (- (/ (pow z 2) a) t)) |
(*.f64 a (-.f64 (/.f64 (*.f64 z z) a) t)) |
(* -1 (* a t)) |
(-.f64 #s(literal 0 binary64) (*.f64 a t)) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(*.f64 a (-.f64 (/.f64 (*.f64 z z) a) t)) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(*.f64 a (-.f64 (/.f64 (*.f64 z z) a) t)) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(*.f64 a (-.f64 (/.f64 (*.f64 z z) a) t)) |
(* 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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.f64 y z)) |
Compiled 22 115 to 1 793 computations (91.9% saved)
10 alts after pruning (10 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 536 | 10 | 546 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 537 | 10 | 547 |
| Status | Accuracy | Program |
|---|---|---|
| 59.0% | (/.f64 (*.f64 (*.f64 y z) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| ▶ | 57.9% | (/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 67.9% | (/.f64 (*.f64 (*.f64 x y) z) (fma.f64 a (/.f64 (*.f64 t #s(literal -1/2 binary64)) z) z)) | |
| ▶ | 37.6% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
| 40.9% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (*.f64 z z))) | |
| ▶ | 65.2% | (/.f64 (*.f64 (*.f64 x y) z) z) |
| 60.9% | (*.f64 (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) x) | |
| ▶ | 58.9% | (*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
| 59.8% | (*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) | |
| ▶ | 70.9% | (*.f64 x y) |
Compiled 342 to 226 computations (33.9% saved)
| 1× | egg-herbie |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (-.f64 #s(literal 0 binary64) (*.f64 t a)) |
| ✓ | cost-diff | 0 | (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) |
| ✓ | cost-diff | 0 | (/.f64 x (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) |
| ✓ | cost-diff | -64 | (*.f64 (*.f64 x z) y) |
| ✓ | cost-diff | 0 | (-.f64 (*.f64 z z) (*.f64 t a)) |
| ✓ | cost-diff | 0 | (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal 0 binary64) (*.f64 a t)) |
| ✓ | cost-diff | 0 | (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t))) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
| ✓ | cost-diff | -128 | (*.f64 (*.f64 x y) z) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 1152 | (/.f64 (*.f64 (*.f64 x y) z) z) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| 3 320× | *-lowering-*.f32 |
| 3 320× | *-lowering-*.f64 |
| 3 010× | neg-lowering-neg.f64 |
| 3 010× | neg-lowering-neg.f32 |
| 2 848× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 159 |
| 1 | 63 | 159 |
| 2 | 124 | 159 |
| 3 | 186 | 159 |
| 4 | 511 | 159 |
| 5 | 1432 | 159 |
| 6 | 3014 | 159 |
| 0 | 8316 | 159 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* x y) |
x |
y |
(/ (* (* x y) z) z) |
(* (* x y) z) |
(* x y) |
x |
y |
z |
(/ (* (* x y) z) (sqrt (- 0 (* a t)))) |
(* (* x y) z) |
(* x y) |
x |
y |
z |
(sqrt (- 0 (* a t))) |
(- 0 (* a t)) |
0 |
(* a t) |
a |
t |
(/ (* (* x z) y) (sqrt (- (* z z) (* t a)))) |
(* (* x z) y) |
(* x z) |
x |
z |
y |
(sqrt (- (* z z) (* t a))) |
(- (* z z) (* t a)) |
(* z z) |
(* t a) |
t |
a |
(* (* y z) (/ x (sqrt (+ (* z z) (- 0 (* t a)))))) |
(* y z) |
y |
z |
(/ x (sqrt (+ (* z z) (- 0 (* t a))))) |
x |
(sqrt (+ (* z z) (- 0 (* t a)))) |
(+ (* z z) (- 0 (* t a))) |
(- 0 (* t a)) |
0 |
(* t a) |
t |
a |
| Outputs |
|---|
(* x y) |
(*.f64 x y) |
x |
y |
(/ (* (* x y) z) z) |
(*.f64 x y) |
(* (* x y) z) |
(fma.f64 y (fma.f64 x z #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* x y) |
(*.f64 x y) |
x |
y |
z |
(/ (* (* x y) z) (sqrt (- 0 (* a t)))) |
(/.f64 (fma.f64 y (fma.f64 x z #s(literal 0 binary64)) #s(literal 0 binary64)) (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64))))) |
(* (* x y) z) |
(fma.f64 y (fma.f64 x z #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* x y) |
(*.f64 x y) |
x |
y |
z |
(sqrt (- 0 (* a t))) |
(sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(- 0 (* a t)) |
(-.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64))) |
0 |
#s(literal 0 binary64) |
(* a t) |
(fma.f64 a t #s(literal 0 binary64)) |
a |
t |
(/ (* (* x z) y) (sqrt (- (* z z) (* t a)))) |
(/.f64 (fma.f64 y (fma.f64 x z #s(literal 0 binary64)) #s(literal 0 binary64)) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64)))))) |
(* (* x z) y) |
(fma.f64 y (fma.f64 x z #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* x z) |
(fma.f64 x z #s(literal 0 binary64)) |
x |
z |
y |
(sqrt (- (* z z) (* t a))) |
(sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64))))) |
(- (* z z) (* t a)) |
(fma.f64 z z (-.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(* z z) |
(fma.f64 z z #s(literal 0 binary64)) |
(* t a) |
(fma.f64 a t #s(literal 0 binary64)) |
t |
a |
(* (* y z) (/ x (sqrt (+ (* z z) (- 0 (* t a)))))) |
(/.f64 (fma.f64 y (fma.f64 x z #s(literal 0 binary64)) #s(literal 0 binary64)) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64)))))) |
(* y z) |
(fma.f64 y z #s(literal 0 binary64)) |
y |
z |
(/ x (sqrt (+ (* z z) (- 0 (* t a))))) |
(/.f64 x (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64)))))) |
x |
(sqrt (+ (* z z) (- 0 (* t a)))) |
(sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64))))) |
(+ (* z z) (- 0 (* t a))) |
(fma.f64 z z (-.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(- 0 (* t a)) |
(-.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64))) |
0 |
#s(literal 0 binary64) |
(* t a) |
(fma.f64 a t #s(literal 0 binary64)) |
t |
a |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 t a) |
| ✓ | accuracy | 99.9% | (/.f64 x (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) |
| ✓ | accuracy | 82.6% | (*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
| ✓ | accuracy | 77.7% | (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))) |
| ✓ | accuracy | 100.0% | (*.f64 t a) |
| ✓ | accuracy | 92.9% | (/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| ✓ | accuracy | 92.7% | (*.f64 (*.f64 x z) y) |
| ✓ | accuracy | 77.7% | (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
| ✓ | accuracy | 100.0% | (*.f64 a t) |
| ✓ | accuracy | 96.9% | (*.f64 (*.f64 x y) z) |
| ✓ | accuracy | 96.7% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
| ✓ | accuracy | 84.1% | (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t))) |
| ✓ | accuracy | 100.0% | (*.f64 x y) |
| ✓ | accuracy | 96.9% | (*.f64 (*.f64 x y) z) |
| ✓ | accuracy | 87.6% | (/.f64 (*.f64 (*.f64 x y) z) z) |
| ✓ | accuracy | 100.0% | (*.f64 x y) |
| 259.0ms | 84× | 0 | invalid |
| 33.0ms | 172× | 0 | valid |
Compiled 173 to 28 computations (83.8% saved)
ival-mult: 254.0ms (93.9% of total)ival-div: 7.0ms (2.6% of total)ival-sqrt: 5.0ms (1.8% of total)ival-sub: 3.0ms (1.1% of total)ival-add: 1.0ms (0.4% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| Inputs |
|---|
#<alt (* x y)> |
#<alt (/ (* (* x y) z) z)> |
#<alt (* (* x y) z)> |
#<alt (/ (* (* x y) z) (sqrt (- 0 (* a t))))> |
#<alt (sqrt (- 0 (* a t)))> |
#<alt (- 0 (* a t))> |
#<alt (/ (* (* x z) y) (sqrt (- (* z z) (* t a))))> |
#<alt (sqrt (- (* z z) (* t a)))> |
#<alt (- (* z z) (* t a))> |
#<alt (* (* x z) y)> |
#<alt (/ x (sqrt (+ (* z z) (- 0 (* t a)))))> |
#<alt (sqrt (+ (* z z) (- 0 (* t a))))> |
#<alt (+ (* z z) (- 0 (* t a)))> |
#<alt (- 0 (* t a))> |
#<alt (* a t)> |
#<alt (* t a)> |
#<alt (* (* y z) (/ x (sqrt (+ (* z z) (- 0 (* t a))))))> |
| Outputs |
|---|
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1))))))> |
#<alt (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1))))))))> |
#<alt (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1))))))))))> |
#<alt (* x y)> |
#<alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))> |
#<alt (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))> |
#<alt (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))> |
#<alt (* -1 (* x y))> |
#<alt (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2))))> |
#<alt (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4)))))> |
#<alt (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* x y)> |
#<alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))> |
#<alt (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y))> |
#<alt (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))> |
#<alt (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))> |
#<alt (* x y)> |
#<alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))> |
#<alt (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y))> |
#<alt (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))> |
#<alt (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))))))> |
#<alt (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5)))))))))> |
#<alt z> |
#<alt (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))> |
#<alt (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))> |
#<alt (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))> |
#<alt (* -1 z)> |
#<alt (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))> |
#<alt (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))> |
#<alt (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))> |
#<alt z> |
#<alt (+ z (* -1/2 (/ (* a t) z)))> |
#<alt (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3))))))> |
#<alt (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5))))))))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))> |
#<alt (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))> |
#<alt (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))> |
#<alt (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))> |
#<alt (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))> |
#<alt z> |
#<alt (+ z (* -1/2 (/ (* a t) z)))> |
#<alt (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3))))))> |
#<alt (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5))))))))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))> |
#<alt (* -1 (* a t))> |
#<alt (- (pow z 2) (* a t))> |
#<alt (- (pow z 2) (* a t))> |
#<alt (- (pow z 2) (* a t))> |
#<alt (pow z 2)> |
#<alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2)))))> |
#<alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2)))))> |
#<alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2)))))> |
#<alt (pow z 2)> |
#<alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2)))))> |
#<alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2)))))> |
#<alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2)))))> |
#<alt (pow z 2)> |
#<alt (+ (* -1 (* a t)) (pow z 2))> |
#<alt (+ (* -1 (* a t)) (pow z 2))> |
#<alt (+ (* -1 (* a t)) (pow z 2))> |
#<alt (* -1 (* a t))> |
#<alt (* t (- (/ (pow z 2) t) a))> |
#<alt (* t (- (/ (pow z 2) t) a))> |
#<alt (* t (- (/ (pow z 2) t) a))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a))))> |
#<alt (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a))))> |
#<alt (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a))))> |
#<alt (pow z 2)> |
#<alt (+ (* -1 (* a t)) (pow z 2))> |
#<alt (+ (* -1 (* a t)) (pow z 2))> |
#<alt (+ (* -1 (* a t)) (pow z 2))> |
#<alt (* -1 (* a t))> |
#<alt (* a (- (/ (pow z 2) a) t))> |
#<alt (* a (- (/ (pow z 2) a) t))> |
#<alt (* a (- (/ (pow z 2) a) t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t))))> |
#<alt (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t))))> |
#<alt (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t))))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* x (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* x (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* x (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* x (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* x (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* x (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* x (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* x (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* x (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* x (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* x (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))> |
#<alt (+ (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ x (sqrt -1)))))))> |
#<alt (+ (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ x (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4)))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))) (sqrt -1)))))))))> |
#<alt (/ x z)> |
#<alt (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)> |
#<alt (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t x)) (pow z 2))))) z)> |
#<alt (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t x)) (pow z 2)))))) z)> |
#<alt (* -1 (/ x z))> |
#<alt (* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z))> |
#<alt (* -1 (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t x)) (pow z 2))))) z))> |
#<alt (* -1 (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t x)) (pow z 2)))))) z))> |
#<alt (/ x z)> |
#<alt (+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z))> |
#<alt (+ (* t (+ (* -1/2 (* t (* x (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))) (* 1/2 (/ (* a x) (pow z 3))))) (/ x z))> |
#<alt (+ (* t (+ (* 1/2 (/ (* a x) (pow z 3))) (* t (+ (* -1/2 (* t (* x (* z (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* x (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))))) (/ x z))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* (pow z 4) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))> |
#<alt (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* (pow z 4) (sqrt -1)))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))> |
#<alt (/ x z)> |
#<alt (+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z))> |
#<alt (+ (* a (+ (* -1/2 (* a (* x (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))) (* 1/2 (/ (* t x) (pow z 3))))) (/ x z))> |
#<alt (+ (* a (+ (* 1/2 (/ (* t x) (pow z 3))) (* a (+ (* -1/2 (* a (* x (* z (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* x (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))))) (/ x z))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* (pow z 4) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))> |
#<alt (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* (pow z 4) (sqrt -1))))) (* 1/2 (* (sqrt (/ t a)) (* x (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))))))> |
#<alt (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5)))))))))> |
#<alt z> |
#<alt (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))> |
#<alt (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))> |
#<alt (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))> |
#<alt (* -1 z)> |
#<alt (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))> |
#<alt (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))> |
#<alt (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))> |
#<alt z> |
#<alt (+ z (* -1/2 (/ (* a t) z)))> |
#<alt (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3))))))> |
#<alt (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5))))))))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))> |
#<alt (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))> |
#<alt (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))> |
#<alt (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))> |
#<alt (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))> |
#<alt z> |
#<alt (+ z (* -1/2 (/ (* a t) z)))> |
#<alt (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3))))))> |
#<alt (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5))))))))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))> |
#<alt (* -1 (* a t))> |
#<alt (- (pow z 2) (* a t))> |
#<alt (- (pow z 2) (* a t))> |
#<alt (- (pow z 2) (* a t))> |
#<alt (pow z 2)> |
#<alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2)))))> |
#<alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2)))))> |
#<alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2)))))> |
#<alt (pow z 2)> |
#<alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2)))))> |
#<alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2)))))> |
#<alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2)))))> |
#<alt (pow z 2)> |
#<alt (+ (* -1 (* a t)) (pow z 2))> |
#<alt (+ (* -1 (* a t)) (pow z 2))> |
#<alt (+ (* -1 (* a t)) (pow z 2))> |
#<alt (* -1 (* a t))> |
#<alt (* t (- (/ (pow z 2) t) a))> |
#<alt (* t (- (/ (pow z 2) t) a))> |
#<alt (* t (- (/ (pow z 2) t) a))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a))))> |
#<alt (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a))))> |
#<alt (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a))))> |
#<alt (pow z 2)> |
#<alt (+ (* -1 (* a t)) (pow z 2))> |
#<alt (+ (* -1 (* a t)) (pow z 2))> |
#<alt (+ (* -1 (* a t)) (pow z 2))> |
#<alt (* -1 (* a t))> |
#<alt (* a (- (/ (pow z 2) a) t))> |
#<alt (* a (- (/ (pow z 2) a) t))> |
#<alt (* a (- (/ (pow z 2) a) t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t))))> |
#<alt (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t))))> |
#<alt (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t))))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* a t))> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1))))))> |
#<alt (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1))))))))> |
#<alt (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1))))))))))> |
#<alt (* x y)> |
#<alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))> |
#<alt (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))> |
#<alt (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))> |
#<alt (* -1 (* x y))> |
#<alt (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2))))> |
#<alt (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4)))))> |
#<alt (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t)))))> |
#<alt (* x y)> |
#<alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))> |
#<alt (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y))> |
#<alt (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))> |
#<alt (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))> |
#<alt (* x y)> |
#<alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))> |
#<alt (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y))> |
#<alt (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))> |
#<alt (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))> |
156 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 6.0ms | a | @ | -inf | (/ x (sqrt (+ (* z z) (- 0 (* t a))))) |
| 3.0ms | t | @ | 0 | (/ (* (* x y) z) (sqrt (- 0 (* a t)))) |
| 1.0ms | a | @ | 0 | (/ (* (* x y) z) (sqrt (- 0 (* a t)))) |
| 1.0ms | x | @ | 0 | (/ (* (* x y) z) (sqrt (- 0 (* a t)))) |
| 1.0ms | z | @ | 0 | (/ (* (* x y) z) (sqrt (- 0 (* a t)))) |
| 1× | batch-egg-rewrite |
| 5 340× | accelerator-lowering-fma.f32 |
| 5 340× | accelerator-lowering-fma.f64 |
| 3 320× | *-lowering-*.f32 |
| 3 320× | *-lowering-*.f64 |
| 2 300× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 116 |
| 1 | 151 | 116 |
| 2 | 897 | 110 |
| 0 | 9739 | 98 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* x y) |
(/ (* (* x y) z) z) |
(* (* x y) z) |
(/ (* (* x y) z) (sqrt (- 0 (* a t)))) |
(sqrt (- 0 (* a t))) |
(- 0 (* a t)) |
(/ (* (* x z) y) (sqrt (- (* z z) (* t a)))) |
(sqrt (- (* z z) (* t a))) |
(- (* z z) (* t a)) |
(* (* x z) y) |
(/ x (sqrt (+ (* z z) (- 0 (* t a))))) |
(sqrt (+ (* z z) (- 0 (* t a)))) |
(+ (* z z) (- 0 (* t a))) |
(- 0 (* t a)) |
(* a t) |
(* t a) |
(* (* y z) (/ x (sqrt (+ (* z z) (- 0 (* t a)))))) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (*.f64 x (*.f64 y z)) z) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z))) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z)))) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (*.f64 (*.f64 x (*.f64 y z)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 x y) |
(*.f64 x (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 y x) |
(*.f64 y (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (*.f64 x y) #s(literal 1 binary64)) |
(*.f64 (*.f64 x y) (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 z (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (*.f64 x (*.f64 y z)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 x z) (/.f64 y z)) |
(*.f64 (*.f64 x z) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (*.f64 y z) (*.f64 x (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z))) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (*.f64 x y) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (*.f64 y z) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x (*.f64 y z))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y z))) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (*.f64 x z) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) (*.f64 y (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) z)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) z)) |
(*.f64 (/.f64 (*.f64 x y) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) z)) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) z)) |
(*.f64 (/.f64 (*.f64 x z) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) z)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) y) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) x) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) #s(literal -1 binary64)) (/.f64 y z)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) y) x) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x z)) (/.f64 y z)) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z)))) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) x) (*.f64 y z)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) y) (*.f64 x z)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x y)) z) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) z) (*.f64 x y)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x z)) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 y z)) x) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (*.f64 x (*.f64 y z)) z) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z))) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z)))) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (*.f64 (*.f64 x (*.f64 y z)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 x y) |
(*.f64 x (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 y x) |
(*.f64 y (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (*.f64 x y) #s(literal 1 binary64)) |
(*.f64 (*.f64 x y) (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 z (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (*.f64 x (*.f64 y z)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 x z) (/.f64 y z)) |
(*.f64 (*.f64 x z) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (*.f64 y z) (*.f64 x (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z))) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (*.f64 x y) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (*.f64 y z) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x (*.f64 y z))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y z))) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (*.f64 x z) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) (*.f64 y (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) z)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) z)) |
(*.f64 (/.f64 (*.f64 x y) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) z)) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) z)) |
(*.f64 (/.f64 (*.f64 x z) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) z)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) y) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) x) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) #s(literal -1 binary64)) (/.f64 y z)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) y) x) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x z)) (/.f64 y z)) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z)))) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) x) (*.f64 y z)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) y) (*.f64 x z)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x y)) z) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) z) (*.f64 x y)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x z)) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 y z)) x) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z)))) |
(*.f64 x (*.f64 y z)) |
(*.f64 x (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)))) |
(*.f64 y (*.f64 x z)) |
(*.f64 y (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)))) |
(*.f64 y (*.f64 (*.f64 x z) #s(literal 1 binary64))) |
(*.f64 (*.f64 x y) z) |
(*.f64 z (*.f64 x y)) |
(*.f64 (*.f64 x (*.f64 y z)) #s(literal 1 binary64)) |
(*.f64 (*.f64 x z) y) |
(*.f64 (*.f64 x z) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (*.f64 y z) x) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 y z))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y z))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z)))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 x z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (*.f64 x z)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z))) y) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (*.f64 x (*.f64 y z)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(neg.f64 (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (*.f64 x y) (/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) z)) |
(/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (*.f64 x (*.f64 y z)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (*.f64 x (*.f64 y z)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z)))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (*.f64 (*.f64 x (*.f64 y z)) #s(literal -1 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z))) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(pow.f64 (/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (*.f64 x (*.f64 y z))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 x (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 y (/.f64 (*.f64 x z) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 y (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 x y) (/.f64 z (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 z (/.f64 (*.f64 x y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 z (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (*.f64 x y))) |
(*.f64 z (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 x (*.f64 y z)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (*.f64 x z) (/.f64 y (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (*.f64 x z) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 y z) (*.f64 x (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 x y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (*.f64 x (*.f64 y z))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y z))) #s(literal -1 binary64))) |
(*.f64 (/.f64 z (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (*.f64 x y)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x z) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 z (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) (/.f64 y (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (*.f64 x z) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (/.f64 (*.f64 x y) #s(literal -1 binary64)) (/.f64 z (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (*.f64 x y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (/.f64 (*.f64 x z) #s(literal -1 binary64)) (/.f64 y (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (/.f64 (*.f64 y z) #s(literal -1 binary64)) (/.f64 x (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 (*.f64 x z) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 z (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) #s(literal -1 binary64)) (/.f64 y (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (/.f64 x (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 x (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (*.f64 y z) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (*.f64 x z) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (*.f64 x y) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 y (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x y) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 z (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x y) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) z) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (*.f64 x y) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 z (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x z) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 y (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x z) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) y) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (*.f64 x z) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (*.f64 y z) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 y z) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (*.f64 x (*.f64 y z)) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x (*.f64 y z)) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (*.f64 x (*.f64 y z))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (*.f64 x (*.f64 y z))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 x z) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x z)) (/.f64 y (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) x) (*.f64 y z)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) y) (*.f64 x z)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (*.f64 x y)) z) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) z) (*.f64 x y)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (*.f64 x z)) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (*.f64 y z)) x) |
(*.f64 (*.f64 (/.f64 z (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) x) y) |
(*.f64 (*.f64 (/.f64 z (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) y) x) |
(+.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/2 binary64))) |
(-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) |
(neg.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 1 binary64)) |
(/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal -1 binary64)) |
(/.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 (neg.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 a t (*.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 a t #s(literal 0 binary64))) |
(pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (fma.f64 a t #s(literal 0 binary64)))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 1 binary64)) |
(*.f64 (fma.f64 a t #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (fma.f64 a t #s(literal 0 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)) (neg.f64 (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 a #s(literal 1/2 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 1/2 binary64)) (pow.f64 a #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 t #s(literal 1/2 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64)) (pow.f64 t #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 #s(literal -1 binary64) #s(literal 1/2 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (sqrt.f64 a) (sqrt.f64 t)) |
(*.f64 (sqrt.f64 a) (sqrt.f64 (-.f64 #s(literal 0 binary64) t))) |
(*.f64 (sqrt.f64 t) (sqrt.f64 a)) |
(*.f64 (sqrt.f64 t) (sqrt.f64 (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) t)) (sqrt.f64 a)) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) a)) (sqrt.f64 t)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (neg.f64 (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) |
(*.f64 (*.f64 #s(literal -1 binary64) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) |
(+.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(+.f64 #s(literal 0 binary64) (*.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal -1 binary64))) |
(+.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(+.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal -1 binary64)) #s(literal 0 binary64)) |
(fabs.f64 (fma.f64 a t #s(literal 0 binary64))) |
(-.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(-.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(sqrt.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 a t #s(literal 0 binary64)) |
(fma.f64 a (-.f64 #s(literal 0 binary64) t) #s(literal 0 binary64)) |
(fma.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) t)) #s(literal 0 binary64)) |
(fma.f64 t a #s(literal 0 binary64)) |
(fma.f64 t (-.f64 #s(literal 0 binary64) a) #s(literal 0 binary64)) |
(fma.f64 t (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal -1 binary64) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a t #s(literal 0 binary64)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) a #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) a) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) t #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) t) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 a) (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (*.f64 a a)) (sqrt.f64 (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (*.f64 t t)) (sqrt.f64 (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (sqrt.f64 t) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (sqrt.f64 a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 a a) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 a t) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 t a) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 t t) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a a) a) (/.f64 (*.f64 t t) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t t) t) (/.f64 (*.f64 a a) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a a) t) (/.f64 (*.f64 t t) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t t) a) (/.f64 (*.f64 a a) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 t t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 t a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a) (/.f64 a t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t) (/.f64 a a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) a) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) t) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) t) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) a) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a) #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) a #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 a #s(literal -1 binary64)) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 t #s(literal -1 binary64)) a #s(literal 0 binary64)) |
(neg.f64 (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (sqrt.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (sqrt.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (sqrt.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) #s(literal -1 binary64)) |
(*.f64 a t) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) t))) |
(*.f64 t a) |
(*.f64 t (-.f64 #s(literal 0 binary64) a)) |
(*.f64 t (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (fma.f64 a t #s(literal 0 binary64)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) a) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) t) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 #s(literal -1 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (sqrt.f64 a) (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (sqrt.f64 t) (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (sqrt.f64 (*.f64 a a)) (sqrt.f64 (*.f64 t t))) |
(*.f64 (sqrt.f64 (*.f64 t t)) (sqrt.f64 (*.f64 a a))) |
(*.f64 (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (sqrt.f64 t)) |
(*.f64 (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (sqrt.f64 a)) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 a a) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 a t) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 t a) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 t t) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a a) a) (/.f64 (*.f64 t t) t)) |
(*.f64 (/.f64 (*.f64 t t) t) (/.f64 (*.f64 a a) a)) |
(*.f64 (/.f64 (*.f64 a a) t) (/.f64 (*.f64 t t) a)) |
(*.f64 (/.f64 (*.f64 t t) a) (/.f64 (*.f64 a a) t)) |
(*.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 t t)) |
(*.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 t a)) |
(*.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a) (/.f64 a t)) |
(*.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t) (/.f64 a a)) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) a) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) t) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) t)) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) t) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) a)) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) a) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) t)) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) a)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t)) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) a) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) t) |
(*.f64 (*.f64 a #s(literal -1 binary64)) t) |
(*.f64 (*.f64 t #s(literal -1 binary64)) a) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (*.f64 x (*.f64 y z)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x (*.f64 y z)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) (/.f64 (*.f64 x (*.f64 y z)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(neg.f64 (/.f64 (*.f64 x (*.f64 y z)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(neg.f64 (*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) (*.f64 y z))) |
(neg.f64 (*.f64 (*.f64 y z) (/.f64 x (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 y z)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (*.f64 x (*.f64 y z))))) |
(/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (*.f64 x z) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) y)) |
(/.f64 (*.f64 y z) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (*.f64 x (*.f64 y z)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x z)) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (*.f64 y z) #s(literal -1 binary64)) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 (*.f64 x z) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) y)) |
(/.f64 (*.f64 (*.f64 x (*.f64 y z)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(pow.f64 (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (*.f64 x (*.f64 y z))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 x (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 y (/.f64 (*.f64 x z) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 x y) (/.f64 z (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 x y) (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 z (/.f64 (*.f64 x y) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 x (*.f64 y z)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 x z) (/.f64 y (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 x z) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) y)) |
(*.f64 (/.f64 x (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (*.f64 y z)) |
(*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z))) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (*.f64 x y) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (*.f64 y z))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (*.f64 y z) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (*.f64 x (*.f64 y z))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y z))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (/.f64 (*.f64 y z) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (*.f64 x z) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) y) |
(*.f64 (/.f64 y (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (*.f64 x z)) |
(*.f64 (/.f64 y (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (/.f64 z (/.f64 #s(literal 1 binary64) x))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 x (*.f64 y z)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (*.f64 x z) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) (*.f64 y (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) x) |
(*.f64 (/.f64 z (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (/.f64 y (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (*.f64 x y) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) z) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 (*.f64 x y) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 (*.f64 x z) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 (*.f64 y z) #s(literal -1 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 (/.f64 x (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64))) (/.f64 (*.f64 y z) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 y z) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64))) (/.f64 (*.f64 x z) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x z) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64))) (/.f64 y (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x y) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64))) (/.f64 z (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64))) (/.f64 (*.f64 x y) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 (*.f64 x z) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 z (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) #s(literal -1 binary64)) (/.f64 y (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 (*.f64 x (*.f64 y z)) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (*.f64 x (*.f64 y z))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (*.f64 x (*.f64 y z))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 x z) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x z)) (/.f64 y (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z)))) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) y) (*.f64 x z)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) z) (*.f64 x y)) |
(*.f64 (*.f64 (/.f64 y (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) z) x) |
(exp.f64 (*.f64 (log.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 1/2 binary64))) |
(hypot.f64 z (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(hypot.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) z) |
(hypot.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (exp.f64 (log.f64 z))) |
(hypot.f64 (exp.f64 (log.f64 z)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(/.f64 (sqrt.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(/.f64 (sqrt.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 a (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(/.f64 (sqrt.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))))) (sqrt.f64 (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (neg.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))))) (neg.f64 (sqrt.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64))) |
(+.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) |
(+.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) |
(+.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 z z #s(literal 0 binary64))) |
(+.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(+.f64 (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (neg.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))) |
(+.f64 (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(-.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) |
(-.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(-.f64 (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(-.f64 (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(-.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(-.f64 (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(-.f64 (+.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(-.f64 (+.f64 #s(literal 0 binary64) (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) |
(fma.f64 a t (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 a (-.f64 #s(literal 0 binary64) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) t)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 t a (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 t (-.f64 #s(literal 0 binary64) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 t (neg.f64 (-.f64 #s(literal 0 binary64) a)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (fma.f64 a t #s(literal 0 binary64)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (*.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 a (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(fma.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) |
(fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) a (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) t (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 #s(literal -1 binary64) (fma.f64 a t #s(literal 0 binary64)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (neg.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (neg.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))) |
(fma.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) |
(fma.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (exp.f64 (log.f64 z)) (exp.f64 (log.f64 z)) (fma.f64 a t #s(literal 0 binary64))) |
(fma.f64 (sqrt.f64 a) (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (sqrt.f64 (*.f64 a a)) (sqrt.f64 (*.f64 t t)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (sqrt.f64 (*.f64 t t)) (sqrt.f64 (*.f64 a a)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (sqrt.f64 t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (sqrt.f64 a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 a a) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 a t) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 t a) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 t t) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 a a) a) (/.f64 (*.f64 t t) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 t t) t) (/.f64 (*.f64 a a) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 a a) t) (/.f64 (*.f64 t t) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 t t) a) (/.f64 (*.f64 a a) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 t t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 t a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a) (/.f64 a t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t) (/.f64 a a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) a) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) t) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) t) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) a) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) a (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) t (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (*.f64 a #s(literal -1 binary64)) t (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (*.f64 t #s(literal -1 binary64)) a (fma.f64 z z #s(literal 0 binary64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 a (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 a (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 1 binary64))) |
(/.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (neg.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (neg.f64 (fma.f64 a (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(/.f64 (*.f64 (fma.f64 z (*.f64 z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 z (*.f64 z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z #s(literal 0 binary64)) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 z (*.f64 z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (fma.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) (*.f64 (fma.f64 z z #s(literal 0 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (fma.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))))) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z #s(literal 0 binary64)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (fma.f64 z z #s(literal 0 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) (*.f64 (fma.f64 z z #s(literal 0 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 z (*.f64 z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (*.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 1 binary64)) (*.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 1 binary64)) (*.f64 (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 1 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))))) (neg.f64 (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (neg.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (+.f64 #s(literal 0 binary64) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (*.f64 (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (*.f64 (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) (*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))) (+.f64 (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (*.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(*.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 a (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (neg.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)))))) |
(*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z)))) |
(*.f64 x (*.f64 y z)) |
(*.f64 x (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)))) |
(*.f64 y (*.f64 x z)) |
(*.f64 y (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)))) |
(*.f64 y (*.f64 (*.f64 x z) #s(literal 1 binary64))) |
(*.f64 (*.f64 x y) z) |
(*.f64 z (*.f64 x y)) |
(*.f64 (*.f64 x (*.f64 y z)) #s(literal 1 binary64)) |
(*.f64 (*.f64 x z) y) |
(*.f64 (*.f64 x z) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (*.f64 y z) x) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 y z))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y z))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z)))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 x z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (*.f64 x z)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z))) y) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) x)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) (/.f64 x (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(neg.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) x))) |
(/.f64 x (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) x)) |
(/.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 (*.f64 x #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(pow.f64 (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) x) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 x (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) x) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 (/.f64 x (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) x) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 1/2 binary64))) |
(hypot.f64 z (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(hypot.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) z) |
(hypot.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (exp.f64 (log.f64 z))) |
(hypot.f64 (exp.f64 (log.f64 z)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(/.f64 (sqrt.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(/.f64 (sqrt.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 a (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(/.f64 (sqrt.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))))) (sqrt.f64 (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (neg.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))))) (neg.f64 (sqrt.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64))) |
(+.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) |
(+.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) |
(+.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 z z #s(literal 0 binary64))) |
(+.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(+.f64 (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (neg.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))) |
(+.f64 (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(-.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) |
(-.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(-.f64 (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(-.f64 (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(-.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(-.f64 (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(-.f64 (+.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(-.f64 (+.f64 #s(literal 0 binary64) (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) |
(fma.f64 a t (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 a (-.f64 #s(literal 0 binary64) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) t)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 t a (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 t (-.f64 #s(literal 0 binary64) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 t (neg.f64 (-.f64 #s(literal 0 binary64) a)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (fma.f64 a t #s(literal 0 binary64)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (*.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 a (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(fma.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) |
(fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) a (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) t (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 #s(literal -1 binary64) (fma.f64 a t #s(literal 0 binary64)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (neg.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (neg.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))) |
(fma.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) |
(fma.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (exp.f64 (log.f64 z)) (exp.f64 (log.f64 z)) (fma.f64 a t #s(literal 0 binary64))) |
(fma.f64 (sqrt.f64 a) (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (sqrt.f64 (*.f64 a a)) (sqrt.f64 (*.f64 t t)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (sqrt.f64 (*.f64 t t)) (sqrt.f64 (*.f64 a a)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (sqrt.f64 t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (sqrt.f64 a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 a a) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 a t) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 t a) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 t t) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 a a) a) (/.f64 (*.f64 t t) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 t t) t) (/.f64 (*.f64 a a) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 a a) t) (/.f64 (*.f64 t t) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 t t) a) (/.f64 (*.f64 a a) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 t t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 t a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a) (/.f64 a t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t) (/.f64 a a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) a) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) t) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) t) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) a) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a)) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a) (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (/.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) a (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) t (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (*.f64 a #s(literal -1 binary64)) t (fma.f64 z z #s(literal 0 binary64))) |
(fma.f64 (*.f64 t #s(literal -1 binary64)) a (fma.f64 z z #s(literal 0 binary64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 a (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 a (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 1 binary64))) |
(/.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (neg.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (neg.f64 (fma.f64 a (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(/.f64 (*.f64 (fma.f64 z (*.f64 z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 z (*.f64 z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z #s(literal 0 binary64)) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 z (*.f64 z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (fma.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) (*.f64 (fma.f64 z z #s(literal 0 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (fma.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))))) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z #s(literal 0 binary64)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (fma.f64 z z #s(literal 0 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z #s(literal 0 binary64)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) (*.f64 (fma.f64 z z #s(literal 0 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) (*.f64 z (*.f64 z (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 z (*.f64 z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (*.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 1 binary64)) (*.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 1 binary64)) (*.f64 (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 1 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))))) (neg.f64 (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (neg.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (+.f64 #s(literal 0 binary64) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (*.f64 (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (*.f64 (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) (*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))) (+.f64 (/.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (*.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(*.f64 (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 a (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) (*.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (neg.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)))))) |
(*.f64 (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 z z #s(literal 0 binary64)) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 z (*.f64 z (fma.f64 z z #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)))))) |
(+.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(+.f64 #s(literal 0 binary64) (*.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal -1 binary64))) |
(+.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(+.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal -1 binary64)) #s(literal 0 binary64)) |
(fabs.f64 (fma.f64 a t #s(literal 0 binary64))) |
(-.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(-.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(sqrt.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 a t #s(literal 0 binary64)) |
(fma.f64 a (-.f64 #s(literal 0 binary64) t) #s(literal 0 binary64)) |
(fma.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) t)) #s(literal 0 binary64)) |
(fma.f64 t a #s(literal 0 binary64)) |
(fma.f64 t (-.f64 #s(literal 0 binary64) a) #s(literal 0 binary64)) |
(fma.f64 t (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal -1 binary64) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a t #s(literal 0 binary64)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) a #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) a) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) t #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) t) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 a) (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (*.f64 a a)) (sqrt.f64 (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (*.f64 t t)) (sqrt.f64 (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (sqrt.f64 t) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (sqrt.f64 a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 a a) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 a t) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 t a) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 t t) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a a) a) (/.f64 (*.f64 t t) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t t) t) (/.f64 (*.f64 a a) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a a) t) (/.f64 (*.f64 t t) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t t) a) (/.f64 (*.f64 a a) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 t t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 t a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a) (/.f64 a t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t) (/.f64 a a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) a) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) t) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) t) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) a) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a) #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) a #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 a #s(literal -1 binary64)) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 t #s(literal -1 binary64)) a #s(literal 0 binary64)) |
(neg.f64 (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (sqrt.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (sqrt.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (sqrt.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) #s(literal -1 binary64)) |
(*.f64 a t) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) t))) |
(*.f64 t a) |
(*.f64 t (-.f64 #s(literal 0 binary64) a)) |
(*.f64 t (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (fma.f64 a t #s(literal 0 binary64)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) a) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) t) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 #s(literal -1 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (sqrt.f64 a) (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (sqrt.f64 t) (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (sqrt.f64 (*.f64 a a)) (sqrt.f64 (*.f64 t t))) |
(*.f64 (sqrt.f64 (*.f64 t t)) (sqrt.f64 (*.f64 a a))) |
(*.f64 (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (sqrt.f64 t)) |
(*.f64 (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (sqrt.f64 a)) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 a a) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 a t) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 t a) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 t t) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a a) a) (/.f64 (*.f64 t t) t)) |
(*.f64 (/.f64 (*.f64 t t) t) (/.f64 (*.f64 a a) a)) |
(*.f64 (/.f64 (*.f64 a a) t) (/.f64 (*.f64 t t) a)) |
(*.f64 (/.f64 (*.f64 t t) a) (/.f64 (*.f64 a a) t)) |
(*.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 t t)) |
(*.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 t a)) |
(*.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a) (/.f64 a t)) |
(*.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t) (/.f64 a a)) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) a) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) t) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) t)) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) t) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) a)) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) a) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) t)) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) a)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t)) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) a) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) t) |
(*.f64 (*.f64 a #s(literal -1 binary64)) t) |
(*.f64 (*.f64 t #s(literal -1 binary64)) a) |
(+.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(+.f64 #s(literal 0 binary64) (*.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal -1 binary64))) |
(+.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(+.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal -1 binary64)) #s(literal 0 binary64)) |
(fabs.f64 (fma.f64 a t #s(literal 0 binary64))) |
(-.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(-.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(sqrt.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 a t #s(literal 0 binary64)) |
(fma.f64 a (-.f64 #s(literal 0 binary64) t) #s(literal 0 binary64)) |
(fma.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) t)) #s(literal 0 binary64)) |
(fma.f64 t a #s(literal 0 binary64)) |
(fma.f64 t (-.f64 #s(literal 0 binary64) a) #s(literal 0 binary64)) |
(fma.f64 t (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal -1 binary64) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a t #s(literal 0 binary64)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) a #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) a) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) t #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) t) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 a) (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (*.f64 a a)) (sqrt.f64 (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (*.f64 t t)) (sqrt.f64 (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (sqrt.f64 t) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (sqrt.f64 a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 a a) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 a t) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 t a) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 t t) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a a) a) (/.f64 (*.f64 t t) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t t) t) (/.f64 (*.f64 a a) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a a) t) (/.f64 (*.f64 t t) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t t) a) (/.f64 (*.f64 a a) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 t t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 t a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a) (/.f64 a t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t) (/.f64 a a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) a) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) t) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) t) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) a) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a) #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) a #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 a #s(literal -1 binary64)) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 t #s(literal -1 binary64)) a #s(literal 0 binary64)) |
(neg.f64 (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (sqrt.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (sqrt.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (sqrt.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) #s(literal -1 binary64)) |
(*.f64 a t) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) t))) |
(*.f64 t a) |
(*.f64 t (-.f64 #s(literal 0 binary64) a)) |
(*.f64 t (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (fma.f64 a t #s(literal 0 binary64)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) a) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) t) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 #s(literal -1 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (sqrt.f64 a) (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (sqrt.f64 t) (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (sqrt.f64 (*.f64 a a)) (sqrt.f64 (*.f64 t t))) |
(*.f64 (sqrt.f64 (*.f64 t t)) (sqrt.f64 (*.f64 a a))) |
(*.f64 (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (sqrt.f64 t)) |
(*.f64 (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (sqrt.f64 a)) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 a a) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 a t) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 t a) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 t t) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a a) a) (/.f64 (*.f64 t t) t)) |
(*.f64 (/.f64 (*.f64 t t) t) (/.f64 (*.f64 a a) a)) |
(*.f64 (/.f64 (*.f64 a a) t) (/.f64 (*.f64 t t) a)) |
(*.f64 (/.f64 (*.f64 t t) a) (/.f64 (*.f64 a a) t)) |
(*.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 t t)) |
(*.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 t a)) |
(*.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a) (/.f64 a t)) |
(*.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t) (/.f64 a a)) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) a) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) t) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) t)) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) t) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) a)) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) a) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) t)) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) a)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t)) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) a) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) t) |
(*.f64 (*.f64 a #s(literal -1 binary64)) t) |
(*.f64 (*.f64 t #s(literal -1 binary64)) a) |
(+.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(+.f64 #s(literal 0 binary64) (*.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal -1 binary64))) |
(+.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(+.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal -1 binary64)) #s(literal 0 binary64)) |
(fabs.f64 (fma.f64 a t #s(literal 0 binary64))) |
(-.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(-.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(sqrt.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 a t #s(literal 0 binary64)) |
(fma.f64 a (-.f64 #s(literal 0 binary64) t) #s(literal 0 binary64)) |
(fma.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) t)) #s(literal 0 binary64)) |
(fma.f64 t a #s(literal 0 binary64)) |
(fma.f64 t (-.f64 #s(literal 0 binary64) a) #s(literal 0 binary64)) |
(fma.f64 t (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal -1 binary64) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a t #s(literal 0 binary64)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) a #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) a) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) t #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) t) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 a) (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (*.f64 a a)) (sqrt.f64 (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (*.f64 t t)) (sqrt.f64 (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (sqrt.f64 t) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (sqrt.f64 a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 a a) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 a t) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 t a) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 t t) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a a) a) (/.f64 (*.f64 t t) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t t) t) (/.f64 (*.f64 a a) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a a) t) (/.f64 (*.f64 t t) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t t) a) (/.f64 (*.f64 a a) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 t t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 t a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a) (/.f64 a t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t) (/.f64 a a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) a) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) t) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) t) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) a) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a) #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) a #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 a #s(literal -1 binary64)) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 t #s(literal -1 binary64)) a #s(literal 0 binary64)) |
(neg.f64 (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (sqrt.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (sqrt.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (sqrt.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) #s(literal -1 binary64)) |
(*.f64 a t) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) t))) |
(*.f64 t a) |
(*.f64 t (-.f64 #s(literal 0 binary64) a)) |
(*.f64 t (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (fma.f64 a t #s(literal 0 binary64)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) a) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) t) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 #s(literal -1 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (sqrt.f64 a) (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (sqrt.f64 t) (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (sqrt.f64 (*.f64 a a)) (sqrt.f64 (*.f64 t t))) |
(*.f64 (sqrt.f64 (*.f64 t t)) (sqrt.f64 (*.f64 a a))) |
(*.f64 (sqrt.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (sqrt.f64 t)) |
(*.f64 (sqrt.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (sqrt.f64 a)) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 a a) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 a t) (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 t a) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 t t) (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a a) a) (/.f64 (*.f64 t t) t)) |
(*.f64 (/.f64 (*.f64 t t) t) (/.f64 (*.f64 a a) a)) |
(*.f64 (/.f64 (*.f64 a a) t) (/.f64 (*.f64 t t) a)) |
(*.f64 (/.f64 (*.f64 t t) a) (/.f64 (*.f64 a a) t)) |
(*.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 t t)) |
(*.f64 (/.f64 (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 t a)) |
(*.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) a) (/.f64 a t)) |
(*.f64 (/.f64 (fma.f64 a (*.f64 t t) #s(literal 0 binary64)) t) (/.f64 a a)) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) a) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) t) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) t)) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) t) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) a)) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) a) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) t)) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) a)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 t t)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) t)) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a (*.f64 t t) #s(literal 0 binary64))) (/.f64 (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) a)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) a) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) t) |
(*.f64 (*.f64 a #s(literal -1 binary64)) t) |
(*.f64 (*.f64 t #s(literal -1 binary64)) a) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (*.f64 x (*.f64 y z)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x (*.f64 y z)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) (/.f64 (*.f64 x (*.f64 y z)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(neg.f64 (/.f64 (*.f64 x (*.f64 y z)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(neg.f64 (*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) (*.f64 y z))) |
(neg.f64 (*.f64 (*.f64 y z) (/.f64 x (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 y z)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (*.f64 x (*.f64 y z))))) |
(/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (*.f64 x z) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) y)) |
(/.f64 (*.f64 y z) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (*.f64 x (*.f64 y z)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x z)) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (*.f64 y z) #s(literal -1 binary64)) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 (*.f64 x z) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) y)) |
(/.f64 (*.f64 (*.f64 x (*.f64 y z)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(pow.f64 (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (*.f64 x (*.f64 y z))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 x (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 y (/.f64 (*.f64 x z) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 x y) (/.f64 z (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 x y) (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 z (/.f64 (*.f64 x y) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 x (*.f64 y z)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 x z) (/.f64 y (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 x z) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) y)) |
(*.f64 (/.f64 x (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (*.f64 y z)) |
(*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z))) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (*.f64 x y) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (*.f64 y z))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (*.f64 y z) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (*.f64 x (*.f64 y z))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y z))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (/.f64 (*.f64 y z) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (*.f64 x z) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) y) |
(*.f64 (/.f64 y (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (*.f64 x z)) |
(*.f64 (/.f64 y (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (/.f64 z (/.f64 #s(literal 1 binary64) x))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 x (*.f64 y z)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (*.f64 x z) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) (*.f64 y (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) x) |
(*.f64 (/.f64 z (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) (/.f64 y (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (*.f64 x y) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) z) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 (*.f64 x y) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 (*.f64 x z) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 (*.f64 y z) #s(literal -1 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))))) |
(*.f64 (/.f64 x (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64))) (/.f64 (*.f64 y z) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 y z) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64))) (/.f64 (*.f64 x z) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x z) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64))) (/.f64 y (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x y) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64))) (/.f64 z (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64))) (/.f64 (*.f64 x y) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 (*.f64 x z) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 z (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x z)) #s(literal -1 binary64)) (/.f64 y (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (/.f64 (*.f64 x (*.f64 y z)) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (*.f64 x (*.f64 y z))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))) (*.f64 x (*.f64 y z))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 x z) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x z)) (/.f64 y (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y z)))) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) y) (*.f64 x z)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) z) (*.f64 x y)) |
(*.f64 (*.f64 (/.f64 y (sqrt.f64 (fma.f64 z z (fma.f64 a t #s(literal 0 binary64))))) z) x) |
| 1× | egg-herbie |
| 6 788× | accelerator-lowering-fma.f32 |
| 6 788× | accelerator-lowering-fma.f64 |
| 6 574× | *-lowering-*.f32 |
| 6 574× | *-lowering-*.f64 |
| 5 320× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 641 | 10396 |
| 1 | 2124 | 10203 |
| 2 | 5689 | 10152 |
| 0 | 8730 | 9871 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) |
(* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))) |
(* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))) |
(+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
(* -1 (* x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))) |
(+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)) |
(+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)) |
(+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))) |
(+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))) |
(* -1 z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
(* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
(* -1 (* a t)) |
(- (pow z 2) (* a t)) |
(- (pow z 2) (* a t)) |
(- (pow z 2) (* a t)) |
(pow z 2) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(pow z 2) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(pow z 2) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(* -1 (* a t)) |
(* t (- (/ (pow z 2) t) a)) |
(* t (- (/ (pow z 2) t) a)) |
(* t (- (/ (pow z 2) t) a)) |
(* -1 (* a t)) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(pow z 2) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(* -1 (* a t)) |
(* a (- (/ (pow z 2) a) t)) |
(* a (- (/ (pow z 2) a) t)) |
(* a (- (/ (pow z 2) a) t)) |
(* -1 (* a t)) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ x (sqrt -1))))))) |
(+ (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ x (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4)))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))) (sqrt -1))))))))) |
(/ x z) |
(/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z) |
(/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t x)) (pow z 2))))) z) |
(/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t x)) (pow z 2)))))) z) |
(* -1 (/ x z)) |
(* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)) |
(* -1 (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t x)) (pow z 2))))) z)) |
(* -1 (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t x)) (pow z 2)))))) z)) |
(/ x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(+ (* t (+ (* -1/2 (* t (* x (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))) (* 1/2 (/ (* a x) (pow z 3))))) (/ x z)) |
(+ (* t (+ (* 1/2 (/ (* a x) (pow z 3))) (* t (+ (* -1/2 (* t (* x (* z (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* x (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))))) (/ x z)) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* (pow z 4) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* (pow z 4) (sqrt -1)))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))) |
(/ x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(+ (* a (+ (* -1/2 (* a (* x (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))) (* 1/2 (/ (* t x) (pow z 3))))) (/ x z)) |
(+ (* a (+ (* 1/2 (/ (* t x) (pow z 3))) (* a (+ (* -1/2 (* a (* x (* z (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* x (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))))) (/ x z)) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* (pow z 4) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* (pow z 4) (sqrt -1))))) (* 1/2 (* (sqrt (/ t a)) (* x (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))) |
(+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))) |
(* -1 z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
(* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
(* -1 (* a t)) |
(- (pow z 2) (* a t)) |
(- (pow z 2) (* a t)) |
(- (pow z 2) (* a t)) |
(pow z 2) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(pow z 2) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(pow z 2) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(* -1 (* a t)) |
(* t (- (/ (pow z 2) t) a)) |
(* t (- (/ (pow z 2) t) a)) |
(* t (- (/ (pow z 2) t) a)) |
(* -1 (* a t)) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(pow z 2) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(* -1 (* a t)) |
(* a (- (/ (pow z 2) a) t)) |
(* a (- (/ (pow z 2) a) t)) |
(* a (- (/ (pow z 2) a) t)) |
(* -1 (* a t)) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* -1 (* a t)) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) |
(* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))) |
(* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))) |
(+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
(* -1 (* x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))) |
(+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)) |
(+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)) |
(+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
| Outputs |
|---|
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x 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)) |
(* 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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.f64 y z)) |
(* x (* y z)) |
(*.f64 x (*.f64 y z)) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y z))) (sqrt.f64 #s(literal -1 binary64))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) |
(* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) |
(*.f64 z (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (/.f64 (*.f64 x (*.f64 y (*.f64 z z))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y (sqrt.f64 #s(literal -1 binary64))))))) |
(* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))) |
(*.f64 z (fma.f64 (*.f64 z z) (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (*.f64 a t)) (/.f64 (*.f64 x (*.f64 (*.f64 y (*.f64 z z)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (-.f64 #s(literal 0 binary64) (*.f64 t t)))))))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 x (/.f64 y (sqrt.f64 #s(literal -1 binary64))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y (sqrt.f64 #s(literal -1 binary64))))))) |
(* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))) |
(*.f64 z (fma.f64 (*.f64 z z) (fma.f64 (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 a t))) (*.f64 (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 y (*.f64 z z)) (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (-.f64 #s(literal 0 binary64) (*.f64 t t)))))) (*.f64 a (-.f64 #s(literal 0 binary64) t))) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (fma.f64 y (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (-.f64 #s(literal 0 binary64) (*.f64 t t))))) (/.f64 y (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))))) (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 x (/.f64 y (sqrt.f64 #s(literal -1 binary64))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y (sqrt.f64 #s(literal -1 binary64))))))) |
(* x y) |
(*.f64 x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 x y (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 (*.f64 x y) t))) (*.f64 z z))) |
(+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 a t) (*.f64 a t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) (fma.f64 x y (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 (*.f64 x y) t))) (*.f64 z z)))) |
(+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x y) (fma.f64 (*.f64 (*.f64 a t) (*.f64 a t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 a t) (*.f64 (*.f64 t t) (*.f64 (*.f64 a a) #s(literal -3/4 binary64)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (-.f64 #s(literal 0 binary64) (*.f64 t t))))) (pow.f64 z #s(literal 6 binary64))))) (fma.f64 x y (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 (*.f64 x y) t))) (*.f64 z z)))) |
(* -1 (* x y)) |
(-.f64 #s(literal 0 binary64) (*.f64 x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a (*.f64 (*.f64 x y) t)) (*.f64 z z)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 a t) (*.f64 a t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a (*.f64 (*.f64 x y) t)) (*.f64 z z)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) (fma.f64 (*.f64 (*.f64 a t) (*.f64 a t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 a t) (*.f64 (*.f64 t t) (*.f64 (*.f64 a a) #s(literal -3/4 binary64)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (-.f64 #s(literal 0 binary64) (*.f64 t t))))) (pow.f64 z #s(literal 6 binary64))))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a (*.f64 (*.f64 x y) t)) (*.f64 z z)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* x y) |
(*.f64 x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 x y (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 (*.f64 x y) t))) (*.f64 z z))) |
(+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)) |
(fma.f64 t (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x t) (*.f64 (*.f64 y (*.f64 z z)) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (*.f64 z z))) (*.f64 x y)) |
(+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)) |
(fma.f64 t (fma.f64 t (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 x t) (*.f64 (*.f64 y (*.f64 z z)) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z)))) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 x (*.f64 (*.f64 y (*.f64 z z)) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (*.f64 z z))) (*.f64 x y)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 z (*.f64 z z)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (/.f64 (*.f64 x (*.f64 y (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 z (*.f64 z z)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (/.f64 (*.f64 x (*.f64 y (*.f64 z (*.f64 z z)))) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (/.f64 (*.f64 x (*.f64 y (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 x (*.f64 (*.f64 y z) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 t (pow.f64 z #s(literal 4 binary64))) (*.f64 a (*.f64 a a))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (*.f64 x (*.f64 (*.f64 y (*.f64 z (*.f64 z z))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 x (*.f64 (*.f64 y (*.f64 z (*.f64 z z))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (*.f64 x (*.f64 (*.f64 y (pow.f64 z #s(literal 5 binary64))) (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (/.f64 a t)) (*.f64 (*.f64 x y) (*.f64 (*.f64 z (sqrt.f64 #s(literal -1 binary64))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 t (pow.f64 z #s(literal 4 binary64))) (*.f64 a (*.f64 a a))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))))) (*.f64 (*.f64 x (*.f64 (*.f64 y (pow.f64 z #s(literal 5 binary64))) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (*.f64 x (*.f64 (*.f64 y (*.f64 z (*.f64 z z))) (sqrt.f64 #s(literal -1 binary64))))))) |
(* x y) |
(*.f64 x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 x y (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 (*.f64 x y) t))) (*.f64 z z))) |
(+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)) |
(fma.f64 a (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x a) (*.f64 (*.f64 y (*.f64 z z)) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) t)) (*.f64 z z))) (*.f64 x y)) |
(+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)) |
(fma.f64 a (fma.f64 a (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 x a) (*.f64 (*.f64 y (*.f64 z z)) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z)))) (/.f64 (*.f64 t (*.f64 t t)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 x (*.f64 (*.f64 y (*.f64 z z)) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) t)) (*.f64 z z))) (*.f64 x y)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 z (*.f64 z z)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (/.f64 (*.f64 x (*.f64 y (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 z (*.f64 z z)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (/.f64 (*.f64 x (*.f64 y (*.f64 z (*.f64 z z)))) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (/.f64 (*.f64 x (*.f64 y (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))) (*.f64 (*.f64 x y) (fma.f64 (/.f64 (*.f64 (*.f64 a (pow.f64 z #s(literal 4 binary64))) #s(literal -1/4 binary64)) (*.f64 t (*.f64 t t))) z (/.f64 (pow.f64 z #s(literal 7 binary64)) (pow.f64 t #s(literal 4 binary64)))))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (*.f64 x (*.f64 (*.f64 y (*.f64 z (*.f64 z z))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 x (*.f64 (*.f64 y (*.f64 z (*.f64 z z))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (*.f64 x (*.f64 (*.f64 y (pow.f64 z #s(literal 5 binary64))) (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (/.f64 t a)) (*.f64 (*.f64 x y) (*.f64 (*.f64 z (sqrt.f64 #s(literal -1 binary64))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 a (pow.f64 z #s(literal 4 binary64))) (*.f64 t (*.f64 t t))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))))) (*.f64 (*.f64 x (*.f64 (*.f64 y (pow.f64 z #s(literal 5 binary64))) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))))) (*.f64 a (*.f64 a a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (*.f64 x (*.f64 (*.f64 y (*.f64 z (*.f64 z z))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)))) |
(+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))) |
(fma.f64 (*.f64 z z) (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (/.f64 (*.f64 z z) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)))) |
(+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))) |
(fma.f64 (*.f64 z z) (fma.f64 (*.f64 z z) (fma.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (/.f64 (*.f64 z z) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)))) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(*.f64 z (fma.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 t (*.f64 z z))) #s(literal 1 binary64))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(*.f64 z (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a t) (*.f64 a t)) (pow.f64 z #s(literal 4 binary64))) (fma.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 t (*.f64 z z))) #s(literal 1 binary64)))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))) |
(fma.f64 z (fma.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 t (*.f64 z z))) (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a t) (*.f64 a t)) (pow.f64 z #s(literal 4 binary64))) (*.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 t (*.f64 t t)) (pow.f64 z #s(literal 6 binary64))))))) z) |
(* -1 z) |
(-.f64 #s(literal 0 binary64) z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 t (*.f64 z z))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(*.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a t) (*.f64 a t)) (pow.f64 z #s(literal 4 binary64))) (fma.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 t (*.f64 z z))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))) |
(-.f64 #s(literal 0 binary64) (fma.f64 z (fma.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 t (*.f64 z z))) (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a t) (*.f64 a t)) (pow.f64 z #s(literal 4 binary64))) (*.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 t (*.f64 t t)) (pow.f64 z #s(literal 6 binary64))))))) z)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a t) z) z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(fma.f64 t (fma.f64 #s(literal -1/2 binary64) (/.f64 a z) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 t (*.f64 a a))) (*.f64 z (*.f64 z z)))) z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(fma.f64 t (fma.f64 t (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 t (*.f64 a (*.f64 a a))) (pow.f64 z #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 a a)) (*.f64 z (*.f64 z z)))) (/.f64 (*.f64 #s(literal -1/2 binary64) a) z)) z) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(*.f64 t (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 z z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 t (*.f64 t t)))))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a t))))) |
(* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(*.f64 t (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 t #s(literal 5 binary64))))) (pow.f64 z #s(literal 4 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 z z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 t (*.f64 t t)))))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a t)))))) |
(* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
(*.f64 t (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 t #s(literal 5 binary64))))) (pow.f64 z #s(literal 4 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 7 binary64)))))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 z z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 t (*.f64 t t)))))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a t))))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 t (*.f64 t t)))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a t)))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
(*.f64 (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a t)) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 t (*.f64 t t))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z))) (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 t #s(literal 5 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 4 binary64))))))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
(*.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 t #s(literal 5 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 4 binary64)))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 7 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64)))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 t (*.f64 t t)))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a t)))))) (-.f64 #s(literal 0 binary64) t)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a t) z) z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(fma.f64 a (fma.f64 #s(literal -1/2 binary64) (/.f64 t z) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 a (*.f64 t t))) (*.f64 z (*.f64 z z)))) z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(fma.f64 a (fma.f64 a (fma.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 t (*.f64 t t)) (/.f64 a (pow.f64 z #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 t t)) (*.f64 z (*.f64 z z)))) (*.f64 #s(literal -1/2 binary64) (/.f64 t z))) z) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(*.f64 a (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 t a)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(*.f64 a (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 t a)) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t (*.f64 a (*.f64 a a)))))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 t (*.f64 t t)) (pow.f64 a #s(literal 5 binary64)))))))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
(*.f64 a (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 t (*.f64 t t)) (pow.f64 a #s(literal 5 binary64)))))) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 t a)) (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 t a)))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 t (*.f64 t t)) (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 4 binary64))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 t a))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
(*.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 t (*.f64 t t)) (pow.f64 a #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 t a)))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(- (pow z 2) (* a t)) |
(fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(- (pow z 2) (* a t)) |
(fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(- (pow z 2) (* a t)) |
(fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(pow z 2) |
(*.f64 z z) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (*.f64 z z) (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (*.f64 z z) (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (*.f64 z z) (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64))) |
(pow z 2) |
(*.f64 z z) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (*.f64 z z) (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (*.f64 z z) (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (*.f64 z z) (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64))) |
(pow z 2) |
(*.f64 z z) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* t (- (/ (pow z 2) t) a)) |
(*.f64 t (-.f64 (/.f64 (*.f64 z z) t) a)) |
(* t (- (/ (pow z 2) t) a)) |
(*.f64 t (-.f64 (/.f64 (*.f64 z z) t) a)) |
(* t (- (/ (pow z 2) t) a)) |
(*.f64 t (-.f64 (/.f64 (*.f64 z z) t) a)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(*.f64 t (-.f64 (/.f64 (*.f64 z z) t) a)) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(*.f64 t (-.f64 (/.f64 (*.f64 z z) t) a)) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(*.f64 t (-.f64 (/.f64 (*.f64 z z) t) a)) |
(pow z 2) |
(*.f64 z z) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* a (- (/ (pow z 2) a) t)) |
(*.f64 a (-.f64 (/.f64 (*.f64 z z) a) t)) |
(* a (- (/ (pow z 2) a) t)) |
(*.f64 a (-.f64 (/.f64 (*.f64 z z) a) t)) |
(* a (- (/ (pow z 2) a) t)) |
(*.f64 a (-.f64 (/.f64 (*.f64 z z) a) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(*.f64 a (-.f64 (/.f64 (*.f64 z z) a) t)) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(*.f64 a (-.f64 (/.f64 (*.f64 z z) a) t)) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(*.f64 a (-.f64 (/.f64 (*.f64 z z) a) t)) |
(* 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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.f64 y z)) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 x (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 x (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 x (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 x (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 x (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 x (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 x (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 x (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 x (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 x (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 x (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* x (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 x (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (/.f64 (*.f64 x (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64))))) |
(+ (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ x (sqrt -1))))))) |
(fma.f64 (*.f64 z z) (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (*.f64 a t)) (/.f64 (*.f64 (*.f64 x (*.f64 z z)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (-.f64 #s(literal 0 binary64) (*.f64 t t))))))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64))))) |
(+ (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ x (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4)))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))) (sqrt -1))))))))) |
(fma.f64 (*.f64 z z) (fma.f64 (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 a t))) (*.f64 (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 z z) (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (-.f64 #s(literal 0 binary64) (*.f64 t t)))))) (*.f64 a (-.f64 #s(literal 0 binary64) t))) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (-.f64 #s(literal 0 binary64) (*.f64 t t))))))))) (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64))))) |
(/ x z) |
(/.f64 x z) |
(/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z) |
(/.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 x (/.f64 t (*.f64 z z)))) x) z) |
(/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t x)) (pow z 2))))) z) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 t t) (*.f64 (*.f64 a a) #s(literal -3/4 binary64))) (/.f64 x (pow.f64 z #s(literal 4 binary64)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 x (/.f64 t (*.f64 z z)))) x)) z) |
(/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t x)) (pow z 2)))))) z) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 a t) (*.f64 a t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 a t) (*.f64 (*.f64 t t) (*.f64 (*.f64 a a) #s(literal -3/4 binary64)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (-.f64 #s(literal 0 binary64) (*.f64 t t))))) (pow.f64 z #s(literal 6 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 x (/.f64 t (*.f64 z z)))) x)) z) |
(* -1 (/ x z)) |
(-.f64 #s(literal 0 binary64) (/.f64 x z)) |
(* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)) |
(/.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 x (/.f64 t (*.f64 z z)))) x) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t x)) (pow z 2))))) z)) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 t t) (*.f64 (*.f64 a a) #s(literal -3/4 binary64))) (/.f64 x (pow.f64 z #s(literal 4 binary64)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 x (/.f64 t (*.f64 z z)))) x)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t x)) (pow z 2)))))) z)) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 a t) (*.f64 a t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 a t) (*.f64 (*.f64 t t) (*.f64 (*.f64 a a) #s(literal -3/4 binary64)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (-.f64 #s(literal 0 binary64) (*.f64 t t))))) (pow.f64 z #s(literal 6 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 x (/.f64 t (*.f64 z z)))) x)) (-.f64 #s(literal 0 binary64) z)) |
(/ x z) |
(/.f64 x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 x (/.f64 t (*.f64 z (*.f64 z z))))) (/.f64 x z)) |
(+ (* t (+ (* -1/2 (* t (* x (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))) (* 1/2 (/ (* a x) (pow z 3))))) (/ x z)) |
(fma.f64 t (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x a)) (*.f64 z (*.f64 z z)))) (/.f64 x z)) |
(+ (* t (+ (* 1/2 (/ (* a x) (pow z 3))) (* t (+ (* -1/2 (* t (* x (* z (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* x (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))))) (/ x z)) |
(fma.f64 t (fma.f64 t (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 x t) (*.f64 z (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z)))) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x a)) (*.f64 z (*.f64 z z)))) (/.f64 x z)) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (/.f64 (*.f64 x (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (/.f64 (*.f64 x (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (/.f64 (*.f64 x (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (/.f64 (*.f64 x (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (/.f64 (*.f64 x (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))) (*.f64 x (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 t (pow.f64 z #s(literal 4 binary64))) (*.f64 a (*.f64 a a))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 x (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* (pow z 4) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 (*.f64 x (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (*.f64 (*.f64 x (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* (pow z 4) (sqrt -1)))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 a t)) x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 t (pow.f64 z #s(literal 4 binary64))) (*.f64 a (*.f64 a a))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 x (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 t (*.f64 t t))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 x (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64)))))) |
(/ x z) |
(/.f64 x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 x (/.f64 t (*.f64 z (*.f64 z z))))) (/.f64 x z)) |
(+ (* a (+ (* -1/2 (* a (* x (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))) (* 1/2 (/ (* t x) (pow z 3))))) (/ x z)) |
(fma.f64 a (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x t)) (*.f64 z (*.f64 z z)))) (/.f64 x z)) |
(+ (* a (+ (* 1/2 (/ (* t x) (pow z 3))) (* a (+ (* -1/2 (* a (* x (* z (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* x (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))))) (/ x z)) |
(fma.f64 a (fma.f64 a (*.f64 #s(literal -1/2 binary64) (fma.f64 a (*.f64 (*.f64 x z) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z)))) (/.f64 (*.f64 t (*.f64 t t)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x t)) (*.f64 z (*.f64 z z)))) (/.f64 x z)) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (/.f64 (*.f64 x (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (/.f64 (*.f64 x (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (/.f64 (*.f64 x (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (/.f64 (*.f64 x (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (/.f64 (*.f64 x (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))) (*.f64 x (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 a (pow.f64 z #s(literal 4 binary64))) (*.f64 t (*.f64 t t))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 x (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* (pow z 4) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 (*.f64 x (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (*.f64 (*.f64 x (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* (pow z 4) (sqrt -1))))) (* 1/2 (* (sqrt (/ t a)) (* x (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (/.f64 t a)) (*.f64 (*.f64 x (sqrt.f64 #s(literal -1 binary64))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 a (pow.f64 z #s(literal 4 binary64))) (*.f64 t (*.f64 t t))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 x (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 a (*.f64 a a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 x (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (sqrt.f64 #s(literal -1 binary64)))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)))) |
(+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))) |
(fma.f64 (*.f64 z z) (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (/.f64 (*.f64 z z) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)))) |
(+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))) |
(fma.f64 (*.f64 z z) (fma.f64 (*.f64 z z) (fma.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (/.f64 (*.f64 z z) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)))) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(*.f64 z (fma.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 t (*.f64 z z))) #s(literal 1 binary64))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(*.f64 z (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a t) (*.f64 a t)) (pow.f64 z #s(literal 4 binary64))) (fma.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 t (*.f64 z z))) #s(literal 1 binary64)))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))) |
(fma.f64 z (fma.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 t (*.f64 z z))) (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a t) (*.f64 a t)) (pow.f64 z #s(literal 4 binary64))) (*.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 t (*.f64 t t)) (pow.f64 z #s(literal 6 binary64))))))) z) |
(* -1 z) |
(-.f64 #s(literal 0 binary64) z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 t (*.f64 z z))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(*.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a t) (*.f64 a t)) (pow.f64 z #s(literal 4 binary64))) (fma.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 t (*.f64 z z))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))) |
(-.f64 #s(literal 0 binary64) (fma.f64 z (fma.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 t (*.f64 z z))) (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a t) (*.f64 a t)) (pow.f64 z #s(literal 4 binary64))) (*.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 t (*.f64 t t)) (pow.f64 z #s(literal 6 binary64))))))) z)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a t) z) z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(fma.f64 t (fma.f64 #s(literal -1/2 binary64) (/.f64 a z) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 t (*.f64 a a))) (*.f64 z (*.f64 z z)))) z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(fma.f64 t (fma.f64 t (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 t (*.f64 a (*.f64 a a))) (pow.f64 z #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 a a)) (*.f64 z (*.f64 z z)))) (/.f64 (*.f64 #s(literal -1/2 binary64) a) z)) z) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(*.f64 t (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 z z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 t (*.f64 t t)))))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a t))))) |
(* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(*.f64 t (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 t #s(literal 5 binary64))))) (pow.f64 z #s(literal 4 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 z z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 t (*.f64 t t)))))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a t)))))) |
(* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
(*.f64 t (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 t #s(literal 5 binary64))))) (pow.f64 z #s(literal 4 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 7 binary64)))))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 z z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 t (*.f64 t t)))))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a t))))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 t (*.f64 t t)))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a t)))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
(*.f64 (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a t)) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 t (*.f64 t t))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z))) (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 t #s(literal 5 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 4 binary64))))))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
(*.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 t #s(literal 5 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 4 binary64)))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 7 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64)))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 t (*.f64 t t)))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a t)))))) (-.f64 #s(literal 0 binary64) t)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a t) z) z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(fma.f64 a (fma.f64 #s(literal -1/2 binary64) (/.f64 t z) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 a (*.f64 t t))) (*.f64 z (*.f64 z z)))) z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(fma.f64 a (fma.f64 a (fma.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 t (*.f64 t t)) (/.f64 a (pow.f64 z #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 t t)) (*.f64 z (*.f64 z z)))) (*.f64 #s(literal -1/2 binary64) (/.f64 t z))) z) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(*.f64 a (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 t a)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(*.f64 a (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 t a)) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t (*.f64 a (*.f64 a a)))))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 t (*.f64 t t)) (pow.f64 a #s(literal 5 binary64)))))))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
(*.f64 a (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 t (*.f64 t t)) (pow.f64 a #s(literal 5 binary64)))))) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 t a)) (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 t a)))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 t (*.f64 t t)) (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 4 binary64))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 t a))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
(*.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 t (*.f64 t t)) (pow.f64 a #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 t a)))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(- (pow z 2) (* a t)) |
(fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(- (pow z 2) (* a t)) |
(fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(- (pow z 2) (* a t)) |
(fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(pow z 2) |
(*.f64 z z) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (*.f64 z z) (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (*.f64 z z) (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (*.f64 z z) (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64))) |
(pow z 2) |
(*.f64 z z) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (*.f64 z z) (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (*.f64 z z) (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (*.f64 z z) (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64))) |
(pow z 2) |
(*.f64 z z) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* t (- (/ (pow z 2) t) a)) |
(*.f64 t (-.f64 (/.f64 (*.f64 z z) t) a)) |
(* t (- (/ (pow z 2) t) a)) |
(*.f64 t (-.f64 (/.f64 (*.f64 z z) t) a)) |
(* t (- (/ (pow z 2) t) a)) |
(*.f64 t (-.f64 (/.f64 (*.f64 z z) t) a)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(*.f64 t (-.f64 (/.f64 (*.f64 z z) t) a)) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(*.f64 t (-.f64 (/.f64 (*.f64 z z) t) a)) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(*.f64 t (-.f64 (/.f64 (*.f64 z z) t) a)) |
(pow z 2) |
(*.f64 z z) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* a (- (/ (pow z 2) a) t)) |
(*.f64 a (-.f64 (/.f64 (*.f64 z z) a) t)) |
(* a (- (/ (pow z 2) a) t)) |
(*.f64 a (-.f64 (/.f64 (*.f64 z z) a) t)) |
(* a (- (/ (pow z 2) a) t)) |
(*.f64 a (-.f64 (/.f64 (*.f64 z z) a) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(*.f64 a (-.f64 (/.f64 (*.f64 z z) a) t)) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(*.f64 a (-.f64 (/.f64 (*.f64 z z) a) t)) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(*.f64 a (-.f64 (/.f64 (*.f64 z z) a) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* a t)) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) |
(* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) |
(*.f64 z (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (/.f64 (*.f64 x (*.f64 y (*.f64 z z))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y (sqrt.f64 #s(literal -1 binary64))))))) |
(* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))) |
(*.f64 z (fma.f64 (*.f64 z z) (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (*.f64 a t)) (/.f64 (*.f64 x (*.f64 (*.f64 y (*.f64 z z)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (-.f64 #s(literal 0 binary64) (*.f64 t t)))))))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 x (/.f64 y (sqrt.f64 #s(literal -1 binary64))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y (sqrt.f64 #s(literal -1 binary64))))))) |
(* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))) |
(*.f64 z (fma.f64 (*.f64 z z) (fma.f64 (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 a t))) (*.f64 (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 y (*.f64 z z)) (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (-.f64 #s(literal 0 binary64) (*.f64 t t)))))) (*.f64 a (-.f64 #s(literal 0 binary64) t))) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (fma.f64 y (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (-.f64 #s(literal 0 binary64) (*.f64 t t))))) (/.f64 y (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))))) (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 x (/.f64 y (sqrt.f64 #s(literal -1 binary64))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 x (*.f64 y (sqrt.f64 #s(literal -1 binary64))))))) |
(* x y) |
(*.f64 x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 x y (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 (*.f64 x y) t))) (*.f64 z z))) |
(+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 a t) (*.f64 a t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) (fma.f64 x y (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 (*.f64 x y) t))) (*.f64 z z)))) |
(+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x y) (fma.f64 (*.f64 (*.f64 a t) (*.f64 a t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 a t) (*.f64 (*.f64 t t) (*.f64 (*.f64 a a) #s(literal -3/4 binary64)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (-.f64 #s(literal 0 binary64) (*.f64 t t))))) (pow.f64 z #s(literal 6 binary64))))) (fma.f64 x y (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 (*.f64 x y) t))) (*.f64 z z)))) |
(* -1 (* x y)) |
(-.f64 #s(literal 0 binary64) (*.f64 x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a (*.f64 (*.f64 x y) t)) (*.f64 z z)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 a t) (*.f64 a t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a (*.f64 (*.f64 x y) t)) (*.f64 z z)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) (fma.f64 (*.f64 (*.f64 a t) (*.f64 a t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 a t) (*.f64 (*.f64 t t) (*.f64 (*.f64 a a) #s(literal -3/4 binary64)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (-.f64 #s(literal 0 binary64) (*.f64 t t))))) (pow.f64 z #s(literal 6 binary64))))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a (*.f64 (*.f64 x y) t)) (*.f64 z z)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(* x y) |
(*.f64 x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 x y (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 (*.f64 x y) t))) (*.f64 z z))) |
(+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)) |
(fma.f64 t (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x t) (*.f64 (*.f64 y (*.f64 z z)) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (*.f64 z z))) (*.f64 x y)) |
(+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)) |
(fma.f64 t (fma.f64 t (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 x t) (*.f64 (*.f64 y (*.f64 z z)) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z)))) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 x (*.f64 (*.f64 y (*.f64 z z)) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (*.f64 z z))) (*.f64 x y)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 z (*.f64 z z)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (/.f64 (*.f64 x (*.f64 y (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 z (*.f64 z z)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (/.f64 (*.f64 x (*.f64 y (*.f64 z (*.f64 z z)))) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (/.f64 (*.f64 x (*.f64 y (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 x (*.f64 (*.f64 y z) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 t (pow.f64 z #s(literal 4 binary64))) (*.f64 a (*.f64 a a))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (*.f64 x (*.f64 (*.f64 y (*.f64 z (*.f64 z z))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 x (*.f64 (*.f64 y (*.f64 z (*.f64 z z))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (*.f64 x (*.f64 (*.f64 y (pow.f64 z #s(literal 5 binary64))) (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (/.f64 a t)) (*.f64 (*.f64 x y) (*.f64 (*.f64 z (sqrt.f64 #s(literal -1 binary64))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 t (pow.f64 z #s(literal 4 binary64))) (*.f64 a (*.f64 a a))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))))) (*.f64 (*.f64 x (*.f64 (*.f64 y (pow.f64 z #s(literal 5 binary64))) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (*.f64 x (*.f64 (*.f64 y (*.f64 z (*.f64 z z))) (sqrt.f64 #s(literal -1 binary64))))))) |
(* x y) |
(*.f64 x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 x y (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 (*.f64 x y) t))) (*.f64 z z))) |
(+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)) |
(fma.f64 a (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 x a) (*.f64 (*.f64 y (*.f64 z z)) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) t)) (*.f64 z z))) (*.f64 x y)) |
(+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)) |
(fma.f64 a (fma.f64 a (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 x a) (*.f64 (*.f64 y (*.f64 z z)) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z)))) (/.f64 (*.f64 t (*.f64 t t)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 x (*.f64 (*.f64 y (*.f64 z z)) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) t)) (*.f64 z z))) (*.f64 x y)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 z (*.f64 z z)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (/.f64 (*.f64 x (*.f64 y (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 z (*.f64 z z)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (/.f64 (*.f64 x (*.f64 y (*.f64 z (*.f64 z z)))) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (/.f64 (*.f64 x (*.f64 y (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))) (*.f64 (*.f64 x y) (fma.f64 (/.f64 (*.f64 (*.f64 a (pow.f64 z #s(literal 4 binary64))) #s(literal -1/4 binary64)) (*.f64 t (*.f64 t t))) z (/.f64 (pow.f64 z #s(literal 7 binary64)) (pow.f64 t #s(literal 4 binary64)))))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (*.f64 x (*.f64 (*.f64 y (*.f64 z (*.f64 z z))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t))))) (*.f64 x (*.f64 (*.f64 y (*.f64 z (*.f64 z z))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 t #s(literal 5 binary64))))) (*.f64 x (*.f64 (*.f64 y (pow.f64 z #s(literal 5 binary64))) (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64)))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (/.f64 t a)) (*.f64 (*.f64 x y) (*.f64 (*.f64 z (sqrt.f64 #s(literal -1 binary64))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 a (pow.f64 z #s(literal 4 binary64))) (*.f64 t (*.f64 t t))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))))) (*.f64 (*.f64 x (*.f64 (*.f64 y (pow.f64 z #s(literal 5 binary64))) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))))) (*.f64 a (*.f64 a a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 t (*.f64 t t)))))) (*.f64 x (*.f64 (*.f64 y (*.f64 z (*.f64 z z))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 #s(literal -1 binary64))))))) |
Compiled 65 685 to 5 660 computations (91.4% saved)
24 alts after pruning (19 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 2 603 | 16 | 2 619 |
| Fresh | 2 | 3 | 5 |
| Picked | 0 | 5 | 5 |
| Done | 0 | 0 | 0 |
| Total | 2 605 | 24 | 2 629 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 37.5% | (/.f64 (*.f64 (*.f64 y z) x) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
| ▶ | 55.7% | (/.f64 (*.f64 (*.f64 y z) x) z) |
| ✓ | 57.9% | (/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 33.5% | (/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) | |
| 39.7% | (/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (*.f64 z z))) | |
| 65.0% | (/.f64 (*.f64 (*.f64 x z) y) z) | |
| 67.9% | (/.f64 (*.f64 (*.f64 x y) z) (fma.f64 a (/.f64 (*.f64 t #s(literal -1/2 binary64)) z) z)) | |
| 41.1% | (/.f64 (*.f64 (*.f64 x y) z) (*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) t)) (sqrt.f64 a))) | |
| ✓ | 37.6% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
| ✓ | 65.2% | (/.f64 (*.f64 (*.f64 x y) z) z) |
| ▶ | 70.7% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
| 60.9% | (*.f64 (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) x) | |
| 52.5% | (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 y z)) x) | |
| ▶ | 71.6% | (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x z)) y) |
| 61.1% | (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x y)) z) | |
| 70.8% | (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) z) (*.f64 x y)) | |
| ✓ | 58.9% | (*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
| 35.0% | (*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (*.f64 a (-.f64 #s(literal 0 binary64) t))))) | |
| 45.1% | (*.f64 (*.f64 y z) (/.f64 x z)) | |
| 59.8% | (*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) | |
| 66.9% | (*.f64 (*.f64 x z) (/.f64 y z)) | |
| ▶ | 61.2% | (*.f64 z (/.f64 (*.f64 x y) z)) |
| ✓ | 70.9% | (*.f64 x y) |
| 66.8% | (exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -1 binary64))) |
Compiled 650 to 451 computations (30.6% saved)
| 1× | egg-herbie |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t))) |
| ✓ | cost-diff | 0 | (*.f64 y z) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 y z) x) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 (*.f64 y z) x) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) (*.f64 x y)) |
| ✓ | cost-diff | 1408 | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
| ✓ | cost-diff | 0 | (*.f64 y z) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 y z) x) |
| ✓ | cost-diff | 1024 | (/.f64 (*.f64 (*.f64 y z) x) z) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 x y) z) |
| ✓ | cost-diff | 1024 | (*.f64 z (/.f64 (*.f64 x y) z)) |
| ✓ | cost-diff | 0 | (*.f64 x z) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) z) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x z)) y) |
| ✓ | cost-diff | 1344 | (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x z)) |
| 7 248× | *-lowering-*.f32 |
| 7 248× | *-lowering-*.f64 |
| 4 770× | associate-/r/ |
| 3 198× | /-lowering-/.f32 |
| 3 198× | /-lowering-/.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 23 | 165 |
| 1 | 58 | 141 |
| 2 | 135 | 93 |
| 3 | 250 | 93 |
| 4 | 839 | 93 |
| 5 | 2554 | 93 |
| 6 | 2750 | 93 |
| 7 | 2765 | 93 |
| 8 | 2778 | 93 |
| 9 | 2778 | 93 |
| 10 | 2778 | 93 |
| 11 | 2778 | 93 |
| 12 | 2778 | 93 |
| 13 | 5296 | 93 |
| 14 | 5316 | 93 |
| 15 | 5344 | 93 |
| 16 | 5375 | 93 |
| 17 | 5407 | 93 |
| 18 | 5441 | 93 |
| 19 | 5973 | 93 |
| 20 | 6011 | 93 |
| 21 | 6051 | 93 |
| 22 | 6093 | 93 |
| 23 | 6137 | 93 |
| 24 | 6183 | 93 |
| 25 | 6231 | 93 |
| 26 | 6281 | 93 |
| 27 | 6333 | 93 |
| 28 | 6387 | 93 |
| 29 | 6443 | 93 |
| 30 | 6501 | 93 |
| 31 | 6561 | 93 |
| 32 | 6623 | 93 |
| 0 | 9408 | 93 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (* (/ 1 z) (* x z)) y) |
(* (/ 1 z) (* x z)) |
(/ 1 z) |
1 |
z |
(* x z) |
x |
y |
(* z (/ (* x y) z)) |
z |
(/ (* x y) z) |
(* x y) |
x |
y |
(/ (* (* y z) x) z) |
(* (* y z) x) |
(* y z) |
y |
z |
x |
(/ 1 (/ 1 (* x y))) |
1 |
(/ 1 (* x y)) |
(* x y) |
x |
y |
(/ (* (* y z) x) (sqrt (- 0 (* a t)))) |
(* (* y z) x) |
(* y z) |
y |
z |
x |
(sqrt (- 0 (* a t))) |
(- 0 (* a t)) |
0 |
(* a t) |
a |
t |
| Outputs |
|---|
(* (* (/ 1 z) (* x z)) y) |
(*.f64 x y) |
(* (/ 1 z) (* x z)) |
x |
(/ 1 z) |
(/.f64 #s(literal 1 binary64) z) |
1 |
#s(literal 1 binary64) |
z |
(* x z) |
(*.f64 z x) |
x |
y |
(* z (/ (* x y) z)) |
(*.f64 x y) |
z |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(* x y) |
(*.f64 x y) |
x |
y |
(/ (* (* y z) x) z) |
(*.f64 x y) |
(* (* y z) x) |
(*.f64 z (*.f64 x y)) |
(* y z) |
(*.f64 z y) |
y |
z |
x |
(/ 1 (/ 1 (* x y))) |
(*.f64 x y) |
1 |
#s(literal 1 binary64) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(* x y) |
(*.f64 x y) |
x |
y |
(/ (* (* y z) x) (sqrt (- 0 (* a t)))) |
(/.f64 (*.f64 z (*.f64 x y)) (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64))))) |
(* (* y z) x) |
(*.f64 z (*.f64 x y)) |
(* y z) |
(*.f64 z y) |
y |
z |
x |
(sqrt (- 0 (* a t))) |
(sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(- 0 (* a t)) |
(-.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64))) |
0 |
#s(literal 0 binary64) |
(* a t) |
(fma.f64 a t #s(literal 0 binary64)) |
a |
t |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 a t) |
| ✓ | accuracy | 96.7% | (/.f64 (*.f64 (*.f64 y z) x) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
| ✓ | accuracy | 94.3% | (*.f64 (*.f64 y z) x) |
| ✓ | accuracy | 84.1% | (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t))) |
| ✓ | accuracy | 100.0% | (*.f64 x y) |
| ✓ | accuracy | 99.7% | (/.f64 #s(literal 1 binary64) (*.f64 x y)) |
| ✓ | accuracy | 99.6% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
| ✓ | accuracy | 100.0% | (*.f64 y z) |
| ✓ | accuracy | 94.3% | (*.f64 (*.f64 y z) x) |
| ✓ | accuracy | 87.6% | (/.f64 (*.f64 (*.f64 y z) x) z) |
| ✓ | accuracy | 100.0% | (*.f64 x y) |
| ✓ | accuracy | 94.2% | (/.f64 (*.f64 x y) z) |
| ✓ | accuracy | 86.8% | (*.f64 z (/.f64 (*.f64 x y) z)) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1 binary64) z) |
| ✓ | accuracy | 100.0% | (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x z)) y) |
| ✓ | accuracy | 100.0% | (*.f64 x z) |
| ✓ | accuracy | 81.7% | (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x z)) |
| 49.0ms | 172× | 0 | valid |
| 13.0ms | 84× | 0 | invalid |
Compiled 122 to 25 computations (79.5% saved)
ival-mult: 13.0ms (52.4% of total)ival-div: 9.0ms (36.3% of total)ival-sqrt: 2.0ms (8.1% of total)ival-sub: 1.0ms (4% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| Inputs |
|---|
#<alt (* (/ 1 z) (* x z))> |
#<alt (* (* (/ 1 z) (* x z)) y)> |
#<alt (/ 1 z)> |
#<alt (* x z)> |
#<alt (* z (/ (* x y) z))> |
#<alt (/ (* x y) z)> |
#<alt (* x y)> |
#<alt (/ (* (* y z) x) z)> |
#<alt (* (* y z) x)> |
#<alt (* y z)> |
#<alt (/ 1 (/ 1 (* x y)))> |
#<alt (/ 1 (* x y))> |
#<alt (/ (* (* y z) x) (sqrt (- 0 (* a t))))> |
#<alt (sqrt (- 0 (* a t)))> |
#<alt (* a t)> |
| Outputs |
|---|
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (/ 1 z)> |
#<alt (/ 1 z)> |
#<alt (/ 1 z)> |
#<alt (/ 1 z)> |
#<alt (/ 1 z)> |
#<alt (/ 1 z)> |
#<alt (/ 1 z)> |
#<alt (/ 1 z)> |
#<alt (/ 1 z)> |
#<alt (/ 1 z)> |
#<alt (/ 1 z)> |
#<alt (/ 1 z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (/ 1 (* x y))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1)))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* (sqrt (* a t)) (sqrt -1))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* -1 (* (sqrt (* a t)) (sqrt -1)))> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
#<alt (* a t)> |
111 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 0.0ms | x | @ | -inf | (/ 1 (* x y)) |
| 0.0ms | x | @ | 0 | (/ (* x y) z) |
| 0.0ms | x | @ | -inf | (* (/ 1 z) (* x z)) |
| 0.0ms | y | @ | 0 | (/ 1 (* x y)) |
| 0.0ms | x | @ | 0 | (/ 1 (* x y)) |
| 1× | batch-egg-rewrite |
| 2 536× | *-lowering-*.f32 |
| 2 536× | *-lowering-*.f64 |
| 1 578× | /-lowering-/.f32 |
| 1 578× | /-lowering-/.f64 |
| 1 388× | accelerator-lowering-fma.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 23 | 95 |
| 1 | 108 | 83 |
| 2 | 609 | 59 |
| 3 | 5062 | 57 |
| 0 | 8447 | 57 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ 1 z) (* x z)) |
(* (* (/ 1 z) (* x z)) y) |
(/ 1 z) |
(* x z) |
(* z (/ (* x y) z)) |
(/ (* x y) z) |
(* x y) |
(/ (* (* y z) x) z) |
(* (* y z) x) |
(* y z) |
(/ 1 (/ 1 (* x y))) |
(/ 1 (* x y)) |
(/ (* (* y z) x) (sqrt (- 0 (* a t)))) |
(sqrt (- 0 (* a t))) |
(* a t) |
| Outputs |
|---|
x |
(exp.f64 (*.f64 (log.f64 x) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 x) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 x) #s(literal -1 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) z)) |
(neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) (*.f64 z x))) |
(neg.f64 (*.f64 (*.f64 z x) (/.f64 #s(literal -1 binary64) z))) |
(neg.f64 (/.f64 (*.f64 z x) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 z x))) |
(/.f64 z (/.f64 z x)) |
(/.f64 z (*.f64 #s(literal 1 binary64) (/.f64 z x))) |
(/.f64 z (*.f64 (/.f64 z x) #s(literal 1 binary64))) |
(/.f64 x #s(literal 1 binary64)) |
(/.f64 (*.f64 z x) z) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 #s(literal -1 binary64) (/.f64 z x))) |
(/.f64 (/.f64 x z) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) x)) z) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (*.f64 (/.f64 z x) #s(literal -1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) z)) z) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x))) z) |
(/.f64 (*.f64 (/.f64 x z) (-.f64 #s(literal 0 binary64) z)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 x z)) #s(literal -1 binary64)) |
(pow.f64 x #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 z x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) x) |
(*.f64 z (/.f64 x z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 z x)) |
(*.f64 x #s(literal 1 binary64)) |
(*.f64 (*.f64 z x) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) z) (*.f64 z x))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 z x) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 x z) z) |
(*.f64 (pow.f64 z #s(literal -1/2 binary64)) (*.f64 (pow.f64 z #s(literal -1/2 binary64)) (*.f64 z x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (/.f64 (*.f64 z x) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (/.f64 (*.f64 z x) (-.f64 #s(literal 0 binary64) z)) #s(literal -1 binary64)) |
(*.f64 (*.f64 (*.f64 z x) (pow.f64 z #s(literal -1/2 binary64))) (pow.f64 z #s(literal -1/2 binary64))) |
(exp.f64 (log.f64 (*.f64 x y))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x y)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 x y)) #s(literal 0 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (*.f64 x y)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal -1/2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (+.f64 (log.f64 z) (*.f64 (log.f64 (/.f64 z (*.f64 x y))) #s(literal -1 binary64)))) |
(exp.f64 (+.f64 (log.f64 z) (+.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (log.f64 (*.f64 x y))))) |
(exp.f64 (+.f64 (log.f64 z) (+.f64 (log.f64 (*.f64 x y)) (-.f64 #s(literal 0 binary64) (log.f64 z))))) |
(exp.f64 (+.f64 (log.f64 z) (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y)))))) |
(exp.f64 (fma.f64 (log.f64 (/.f64 z (*.f64 x y))) #s(literal -1 binary64) (log.f64 z))) |
(exp.f64 (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (log.f64 (*.f64 x y))) (log.f64 z))) |
(exp.f64 (+.f64 (+.f64 (log.f64 (*.f64 x y)) (-.f64 #s(literal 0 binary64) (log.f64 z))) (log.f64 z))) |
(exp.f64 (+.f64 (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y)))) (log.f64 z))) |
(exp.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal -1/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal -1/2 binary64)))) |
(exp.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal 1 binary64)))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (/.f64 z (*.f64 x y))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(exp.f64 (-.f64 (+.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (log.f64 (*.f64 x y))) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(exp.f64 (-.f64 (+.f64 (log.f64 (*.f64 x y)) (-.f64 #s(literal 0 binary64) (log.f64 z))) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(exp.f64 (-.f64 (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y)))) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(neg.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) z)) z)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 z (/.f64 z (*.f64 x y))) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y))) |
(/.f64 x (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (*.f64 z x) (/.f64 z y)) |
(/.f64 y (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (*.f64 x y) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 x y) z) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (*.f64 z y) (/.f64 z x)) |
(/.f64 (*.f64 (*.f64 z x) y) z) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (/.f64 z (*.f64 x y)) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)))) |
(/.f64 (sqrt.f64 (*.f64 x y)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (*.f64 (/.f64 z (*.f64 x y)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) z)) z) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 z (/.f64 #s(literal -1 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z y)) (/.f64 z x)) |
(/.f64 (*.f64 (/.f64 (*.f64 x y) z) (-.f64 #s(literal 0 binary64) z)) #s(literal -1 binary64)) |
(/.f64 (/.f64 z (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(pow.f64 (*.f64 x y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 x y)) #s(literal 2 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -2 binary64)) |
(pow.f64 (*.f64 (*.f64 x y) (*.f64 x y)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 (*.f64 z x) y)) |
(*.f64 x y) |
(*.f64 x (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(*.f64 x (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (*.f64 z x) (/.f64 y z)) |
(*.f64 y x) |
(*.f64 y (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (*.f64 x y) #s(literal 1 binary64)) |
(*.f64 (/.f64 (*.f64 x y) z) z) |
(*.f64 (*.f64 z y) (/.f64 x z)) |
(*.f64 (*.f64 (*.f64 z x) y) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (neg.f64 (/.f64 (*.f64 x y) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.f64 #s(literal -1 binary64) z) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 z (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (*.f64 z y) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 z y) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 x #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (*.f64 z x) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 z x) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y))) |
(*.f64 (sqrt.f64 (*.f64 x y)) (sqrt.f64 (*.f64 x y))) |
(*.f64 (sqrt.f64 (*.f64 x y)) (/.f64 (sqrt.f64 (*.f64 x y)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 z #s(literal -1/2 binary64)) (*.f64 (pow.f64 z #s(literal -1/2 binary64)) (*.f64 (*.f64 z x) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (*.f64 x (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (/.f64 x (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) y)) x) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) y) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) x) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) z)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) z)) |
(*.f64 (/.f64 (*.f64 z y) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) z)) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z y)) (/.f64 x z)) |
(*.f64 (*.f64 (*.f64 (*.f64 z x) y) (pow.f64 z #s(literal -1/2 binary64))) (pow.f64 z #s(literal -1/2 binary64))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(exp.f64 (-.f64 #s(literal 0 binary64) (log.f64 z))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 z #s(literal -1/2 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 z z)) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 z) #s(literal -1/2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (fma.f64 (log.f64 z) #s(literal -1/2 binary64) (*.f64 (log.f64 z) #s(literal -1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) z)) |
(neg.f64 (/.f64 #s(literal -1 binary64) z)) |
(/.f64 #s(literal 1 binary64) z) |
(/.f64 (/.f64 #s(literal 1 binary64) z) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) z)) |
(pow.f64 z #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) z) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 z #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 z z) #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (/.f64 #s(literal -1 binary64) z) #s(literal -1 binary64)) |
(*.f64 (pow.f64 z #s(literal -1/2 binary64)) (pow.f64 z #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 z #s(literal -1/2 binary64))) (pow.f64 z #s(literal -1/2 binary64))) |
(/.f64 x (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (*.f64 z x) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 z x) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) x)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) z)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 z x)) |
(*.f64 z x) |
(*.f64 x z) |
(*.f64 (*.f64 z x) #s(literal 1 binary64)) |
(exp.f64 (log.f64 (*.f64 x y))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x y)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 x y)) #s(literal 0 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (*.f64 x y)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal -1/2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (+.f64 (log.f64 z) (*.f64 (log.f64 (/.f64 z (*.f64 x y))) #s(literal -1 binary64)))) |
(exp.f64 (+.f64 (log.f64 z) (+.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (log.f64 (*.f64 x y))))) |
(exp.f64 (+.f64 (log.f64 z) (+.f64 (log.f64 (*.f64 x y)) (-.f64 #s(literal 0 binary64) (log.f64 z))))) |
(exp.f64 (+.f64 (log.f64 z) (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y)))))) |
(exp.f64 (fma.f64 (log.f64 (/.f64 z (*.f64 x y))) #s(literal -1 binary64) (log.f64 z))) |
(exp.f64 (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (log.f64 (*.f64 x y))) (log.f64 z))) |
(exp.f64 (+.f64 (+.f64 (log.f64 (*.f64 x y)) (-.f64 #s(literal 0 binary64) (log.f64 z))) (log.f64 z))) |
(exp.f64 (+.f64 (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y)))) (log.f64 z))) |
(exp.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal -1/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal -1/2 binary64)))) |
(exp.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal 1 binary64)))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (/.f64 z (*.f64 x y))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(exp.f64 (-.f64 (+.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (log.f64 (*.f64 x y))) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(exp.f64 (-.f64 (+.f64 (log.f64 (*.f64 x y)) (-.f64 #s(literal 0 binary64) (log.f64 z))) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(exp.f64 (-.f64 (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y)))) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(neg.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) z)) z)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 z (/.f64 z (*.f64 x y))) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y))) |
(/.f64 x (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (*.f64 z x) (/.f64 z y)) |
(/.f64 y (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (*.f64 x y) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 x y) z) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (*.f64 z y) (/.f64 z x)) |
(/.f64 (*.f64 (*.f64 z x) y) z) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (/.f64 z (*.f64 x y)) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)))) |
(/.f64 (sqrt.f64 (*.f64 x y)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (*.f64 (/.f64 z (*.f64 x y)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) z)) z) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 z (/.f64 #s(literal -1 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z y)) (/.f64 z x)) |
(/.f64 (*.f64 (/.f64 (*.f64 x y) z) (-.f64 #s(literal 0 binary64) z)) #s(literal -1 binary64)) |
(/.f64 (/.f64 z (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(pow.f64 (*.f64 x y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 x y)) #s(literal 2 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -2 binary64)) |
(pow.f64 (*.f64 (*.f64 x y) (*.f64 x y)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 (*.f64 z x) y)) |
(*.f64 x y) |
(*.f64 x (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(*.f64 x (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (*.f64 z x) (/.f64 y z)) |
(*.f64 y x) |
(*.f64 y (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (*.f64 x y) #s(literal 1 binary64)) |
(*.f64 (/.f64 (*.f64 x y) z) z) |
(*.f64 (*.f64 z y) (/.f64 x z)) |
(*.f64 (*.f64 (*.f64 z x) y) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (neg.f64 (/.f64 (*.f64 x y) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.f64 #s(literal -1 binary64) z) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 z (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (*.f64 z y) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 z y) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 x #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (*.f64 z x) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 z x) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y))) |
(*.f64 (sqrt.f64 (*.f64 x y)) (sqrt.f64 (*.f64 x y))) |
(*.f64 (sqrt.f64 (*.f64 x y)) (/.f64 (sqrt.f64 (*.f64 x y)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 z #s(literal -1/2 binary64)) (*.f64 (pow.f64 z #s(literal -1/2 binary64)) (*.f64 (*.f64 z x) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (*.f64 x (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (/.f64 x (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) y)) x) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) y) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) x) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) z)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) z)) |
(*.f64 (/.f64 (*.f64 z y) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) z)) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z y)) (/.f64 x z)) |
(*.f64 (*.f64 (*.f64 (*.f64 z x) y) (pow.f64 z #s(literal -1/2 binary64))) (pow.f64 z #s(literal -1/2 binary64))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(exp.f64 (*.f64 (log.f64 (/.f64 z (*.f64 x y))) #s(literal -1 binary64))) |
(exp.f64 (+.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (log.f64 (*.f64 x y)))) |
(exp.f64 (+.f64 (log.f64 (*.f64 x y)) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(exp.f64 (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))))) |
(exp.f64 (+.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (*.f64 (log.f64 (*.f64 x y)) #s(literal 1 binary64)))) |
(exp.f64 (fma.f64 (log.f64 (*.f64 x y)) #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(exp.f64 (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal 1 binary64)))) |
(exp.f64 (-.f64 (log.f64 (*.f64 x y)) (log.f64 z))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (*.f64 x y)) #s(literal 1 binary64)) (log.f64 z))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (/.f64 (*.f64 x y) z))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (neg.f64 (/.f64 (*.f64 x y) z))) |
(neg.f64 (neg.f64 (/.f64 (*.f64 x y) z))) |
(neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal -1 binary64) (*.f64 x y)))) |
(neg.f64 (/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 x y))) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 x (/.f64 z y)) |
(/.f64 y (/.f64 z x)) |
(/.f64 (*.f64 x y) z) |
(/.f64 (/.f64 (*.f64 x y) z) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x y) z)) #s(literal -1 binary64)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) y)) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (/.f64 (/.f64 #s(literal -1 binary64) z) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(pow.f64 (/.f64 (*.f64 x y) z) #s(literal 1 binary64)) |
(pow.f64 (/.f64 z (*.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (pow.f64 z #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (/.f64 (*.f64 x y) z) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (*.f64 z z) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) #s(literal -1/2 binary64)) |
(pow.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 z z)) #s(literal -1/2 binary64)) |
(pow.f64 (*.f64 (/.f64 z (*.f64 x y)) (/.f64 z (*.f64 x y))) #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x y)) |
(*.f64 x (/.f64 y z)) |
(*.f64 x (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 y (/.f64 x z)) |
(*.f64 y (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (/.f64 (*.f64 x y) z) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 x y) z))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal -1 binary64) (*.f64 x y)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (/.f64 x z) y) |
(*.f64 (/.f64 y z) x) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 y (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 x (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (sqrt.f64 (*.f64 x y)) (/.f64 (sqrt.f64 (*.f64 x y)) z)) |
(*.f64 (sqrt.f64 (*.f64 x y)) (/.f64 (/.f64 #s(literal 1 binary64) z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))))) |
(*.f64 (sqrt.f64 (*.f64 x y)) (*.f64 (sqrt.f64 (*.f64 x y)) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (pow.f64 z #s(literal -1/2 binary64)) (/.f64 (pow.f64 z #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(*.f64 (pow.f64 z #s(literal -1/2 binary64)) (*.f64 (pow.f64 z #s(literal -1/2 binary64)) (*.f64 x y))) |
(*.f64 (neg.f64 (/.f64 (*.f64 x y) z)) #s(literal -1 binary64)) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) z)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) z)) |
(*.f64 (/.f64 (sqrt.f64 (*.f64 x y)) z) (/.f64 (sqrt.f64 (*.f64 x y)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))) #s(literal -1 binary64)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) y)) x) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) x)) y) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)))) (sqrt.f64 (*.f64 x y))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) x)) (/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) y)) (/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)))) (/.f64 (/.f64 #s(literal -1 binary64) z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))))) |
(*.f64 (/.f64 (pow.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 z #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(*.f64 (/.f64 (pow.f64 z #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (/.f64 (pow.f64 z #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (pow.f64 z #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 z #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 x y)))) |
(*.f64 (/.f64 (pow.f64 z #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 z #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 (pow.f64 z #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) y)) (/.f64 (pow.f64 z #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (pow.f64 z #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)))) (/.f64 (pow.f64 z #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x y) z) #s(literal 1/2 binary64)) (pow.f64 (/.f64 (*.f64 x y) z) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (sqrt.f64 (*.f64 x y))) (sqrt.f64 (*.f64 x y))) |
(*.f64 (*.f64 (*.f64 x y) (pow.f64 z #s(literal -1/2 binary64))) (pow.f64 z #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) z) #s(literal -1 binary64)) (*.f64 x y)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal -1 binary64) x)) y) |
(exp.f64 (log.f64 (*.f64 x y))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x y)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 x y)) #s(literal 0 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (*.f64 x y)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal -1/2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (+.f64 (log.f64 z) (*.f64 (log.f64 (/.f64 z (*.f64 x y))) #s(literal -1 binary64)))) |
(exp.f64 (+.f64 (log.f64 z) (+.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (log.f64 (*.f64 x y))))) |
(exp.f64 (+.f64 (log.f64 z) (+.f64 (log.f64 (*.f64 x y)) (-.f64 #s(literal 0 binary64) (log.f64 z))))) |
(exp.f64 (+.f64 (log.f64 z) (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y)))))) |
(exp.f64 (fma.f64 (log.f64 (/.f64 z (*.f64 x y))) #s(literal -1 binary64) (log.f64 z))) |
(exp.f64 (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (log.f64 (*.f64 x y))) (log.f64 z))) |
(exp.f64 (+.f64 (+.f64 (log.f64 (*.f64 x y)) (-.f64 #s(literal 0 binary64) (log.f64 z))) (log.f64 z))) |
(exp.f64 (+.f64 (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y)))) (log.f64 z))) |
(exp.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal -1/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal -1/2 binary64)))) |
(exp.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal 1 binary64)))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (/.f64 z (*.f64 x y))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(exp.f64 (-.f64 (+.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (log.f64 (*.f64 x y))) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(exp.f64 (-.f64 (+.f64 (log.f64 (*.f64 x y)) (-.f64 #s(literal 0 binary64) (log.f64 z))) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(exp.f64 (-.f64 (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y)))) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(neg.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) z)) z)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 z (/.f64 z (*.f64 x y))) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y))) |
(/.f64 x (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (*.f64 z x) (/.f64 z y)) |
(/.f64 y (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (*.f64 x y) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 x y) z) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (*.f64 z y) (/.f64 z x)) |
(/.f64 (*.f64 (*.f64 z x) y) z) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (/.f64 z (*.f64 x y)) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)))) |
(/.f64 (sqrt.f64 (*.f64 x y)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (*.f64 (/.f64 z (*.f64 x y)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) z)) z) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 z (/.f64 #s(literal -1 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z y)) (/.f64 z x)) |
(/.f64 (*.f64 (/.f64 (*.f64 x y) z) (-.f64 #s(literal 0 binary64) z)) #s(literal -1 binary64)) |
(/.f64 (/.f64 z (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(pow.f64 (*.f64 x y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 x y)) #s(literal 2 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -2 binary64)) |
(pow.f64 (*.f64 (*.f64 x y) (*.f64 x y)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 (*.f64 z x) y)) |
(*.f64 x y) |
(*.f64 x (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(*.f64 x (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (*.f64 z x) (/.f64 y z)) |
(*.f64 y x) |
(*.f64 y (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (*.f64 x y) #s(literal 1 binary64)) |
(*.f64 (/.f64 (*.f64 x y) z) z) |
(*.f64 (*.f64 z y) (/.f64 x z)) |
(*.f64 (*.f64 (*.f64 z x) y) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (neg.f64 (/.f64 (*.f64 x y) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.f64 #s(literal -1 binary64) z) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 z (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (*.f64 z y) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 z y) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 x #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (*.f64 z x) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 z x) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y))) |
(*.f64 (sqrt.f64 (*.f64 x y)) (sqrt.f64 (*.f64 x y))) |
(*.f64 (sqrt.f64 (*.f64 x y)) (/.f64 (sqrt.f64 (*.f64 x y)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 z #s(literal -1/2 binary64)) (*.f64 (pow.f64 z #s(literal -1/2 binary64)) (*.f64 (*.f64 z x) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (*.f64 x (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (/.f64 x (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) y)) x) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) y) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) x) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) z)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) z)) |
(*.f64 (/.f64 (*.f64 z y) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) z)) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z y)) (/.f64 x z)) |
(*.f64 (*.f64 (*.f64 (*.f64 z x) y) (pow.f64 z #s(literal -1/2 binary64))) (pow.f64 z #s(literal -1/2 binary64))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(exp.f64 (log.f64 (*.f64 x y))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x y)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 x y)) #s(literal 0 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (*.f64 x y)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal -1/2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (+.f64 (log.f64 z) (*.f64 (log.f64 (/.f64 z (*.f64 x y))) #s(literal -1 binary64)))) |
(exp.f64 (+.f64 (log.f64 z) (+.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (log.f64 (*.f64 x y))))) |
(exp.f64 (+.f64 (log.f64 z) (+.f64 (log.f64 (*.f64 x y)) (-.f64 #s(literal 0 binary64) (log.f64 z))))) |
(exp.f64 (+.f64 (log.f64 z) (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y)))))) |
(exp.f64 (fma.f64 (log.f64 (/.f64 z (*.f64 x y))) #s(literal -1 binary64) (log.f64 z))) |
(exp.f64 (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (log.f64 (*.f64 x y))) (log.f64 z))) |
(exp.f64 (+.f64 (+.f64 (log.f64 (*.f64 x y)) (-.f64 #s(literal 0 binary64) (log.f64 z))) (log.f64 z))) |
(exp.f64 (+.f64 (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y)))) (log.f64 z))) |
(exp.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal -1/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal -1/2 binary64)))) |
(exp.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal 1 binary64)))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (/.f64 z (*.f64 x y))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(exp.f64 (-.f64 (+.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (log.f64 (*.f64 x y))) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(exp.f64 (-.f64 (+.f64 (log.f64 (*.f64 x y)) (-.f64 #s(literal 0 binary64) (log.f64 z))) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(exp.f64 (-.f64 (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y)))) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(neg.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) z)) z)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 z (/.f64 z (*.f64 x y))) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y))) |
(/.f64 x (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (*.f64 z x) (/.f64 z y)) |
(/.f64 y (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (*.f64 x y) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 x y) z) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (*.f64 z y) (/.f64 z x)) |
(/.f64 (*.f64 (*.f64 z x) y) z) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (/.f64 z (*.f64 x y)) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)))) |
(/.f64 (sqrt.f64 (*.f64 x y)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (*.f64 (/.f64 z (*.f64 x y)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) z)) z) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 z (/.f64 #s(literal -1 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z y)) (/.f64 z x)) |
(/.f64 (*.f64 (/.f64 (*.f64 x y) z) (-.f64 #s(literal 0 binary64) z)) #s(literal -1 binary64)) |
(/.f64 (/.f64 z (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(pow.f64 (*.f64 x y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 x y)) #s(literal 2 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -2 binary64)) |
(pow.f64 (*.f64 (*.f64 x y) (*.f64 x y)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 (*.f64 z x) y)) |
(*.f64 x y) |
(*.f64 x (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(*.f64 x (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (*.f64 z x) (/.f64 y z)) |
(*.f64 y x) |
(*.f64 y (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (*.f64 x y) #s(literal 1 binary64)) |
(*.f64 (/.f64 (*.f64 x y) z) z) |
(*.f64 (*.f64 z y) (/.f64 x z)) |
(*.f64 (*.f64 (*.f64 z x) y) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (neg.f64 (/.f64 (*.f64 x y) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.f64 #s(literal -1 binary64) z) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 z (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (*.f64 z y) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 z y) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 x #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (*.f64 z x) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 z x) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y))) |
(*.f64 (sqrt.f64 (*.f64 x y)) (sqrt.f64 (*.f64 x y))) |
(*.f64 (sqrt.f64 (*.f64 x y)) (/.f64 (sqrt.f64 (*.f64 x y)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 z #s(literal -1/2 binary64)) (*.f64 (pow.f64 z #s(literal -1/2 binary64)) (*.f64 (*.f64 z x) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (*.f64 x (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (/.f64 x (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) y)) x) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) y) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) x) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) z)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) z)) |
(*.f64 (/.f64 (*.f64 z y) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) z)) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z y)) (/.f64 x z)) |
(*.f64 (*.f64 (*.f64 (*.f64 z x) y) (pow.f64 z #s(literal -1/2 binary64))) (pow.f64 z #s(literal -1/2 binary64))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y))) #s(literal -1 binary64))) |
(exp.f64 (+.f64 (log.f64 z) (log.f64 (*.f64 x y)))) |
(exp.f64 (+.f64 (log.f64 z) (*.f64 (log.f64 (*.f64 x y)) #s(literal 1 binary64)))) |
(exp.f64 (+.f64 (log.f64 (*.f64 x y)) (log.f64 z))) |
(exp.f64 (fma.f64 (log.f64 (*.f64 x y)) #s(literal 1 binary64) (log.f64 z))) |
(exp.f64 (-.f64 (log.f64 z) (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))))) |
(exp.f64 (-.f64 (log.f64 z) (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal 1 binary64)))) |
(exp.f64 (-.f64 (log.f64 (*.f64 x y)) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (*.f64 x y)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 z (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 x y) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (*.f64 (*.f64 z x) y) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) z)) #s(literal 1 binary64)) |
(/.f64 (/.f64 z (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (/.f64 z (/.f64 #s(literal 1 binary64) y)) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 z (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(pow.f64 (*.f64 (*.f64 z x) y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) z)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y)) |
(*.f64 z (*.f64 x y)) |
(*.f64 x (*.f64 z y)) |
(*.f64 x (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)))) |
(*.f64 (*.f64 z x) y) |
(*.f64 y (*.f64 z x)) |
(*.f64 y (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)))) |
(*.f64 (*.f64 x y) z) |
(*.f64 (*.f64 z y) x) |
(*.f64 (*.f64 z y) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (*.f64 (*.f64 z x) y) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 z y))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(*.f64 (sqrt.f64 (*.f64 x y)) (*.f64 (sqrt.f64 (*.f64 x y)) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) (*.f64 z y)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (*.f64 z x)) |
(*.f64 (/.f64 z (/.f64 #s(literal 1 binary64) x)) y) |
(*.f64 (/.f64 z (/.f64 #s(literal 1 binary64) y)) x) |
(*.f64 (/.f64 z (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)))) (sqrt.f64 (*.f64 x y))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y))) x) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z y)) x) |
(*.f64 (*.f64 z (sqrt.f64 (*.f64 x y))) (sqrt.f64 (*.f64 x y))) |
(*.f64 (/.f64 z (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal -1 binary64) x)) y) |
(/.f64 y (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (*.f64 z y) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) #s(literal -1 binary64)) |
(*.f64 z y) |
(*.f64 y z) |
(*.f64 (*.f64 z y) #s(literal 1 binary64)) |
(exp.f64 (log.f64 (*.f64 x y))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x y)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 x y)) #s(literal 0 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (*.f64 x y)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal -1/2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (+.f64 (log.f64 z) (*.f64 (log.f64 (/.f64 z (*.f64 x y))) #s(literal -1 binary64)))) |
(exp.f64 (+.f64 (log.f64 z) (+.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (log.f64 (*.f64 x y))))) |
(exp.f64 (+.f64 (log.f64 z) (+.f64 (log.f64 (*.f64 x y)) (-.f64 #s(literal 0 binary64) (log.f64 z))))) |
(exp.f64 (+.f64 (log.f64 z) (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y)))))) |
(exp.f64 (fma.f64 (log.f64 (/.f64 z (*.f64 x y))) #s(literal -1 binary64) (log.f64 z))) |
(exp.f64 (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (log.f64 (*.f64 x y))) (log.f64 z))) |
(exp.f64 (+.f64 (+.f64 (log.f64 (*.f64 x y)) (-.f64 #s(literal 0 binary64) (log.f64 z))) (log.f64 z))) |
(exp.f64 (+.f64 (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y)))) (log.f64 z))) |
(exp.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal -1/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal -1/2 binary64)))) |
(exp.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal 1 binary64)))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (/.f64 z (*.f64 x y))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(exp.f64 (-.f64 (+.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (log.f64 (*.f64 x y))) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(exp.f64 (-.f64 (+.f64 (log.f64 (*.f64 x y)) (-.f64 #s(literal 0 binary64) (log.f64 z))) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(exp.f64 (-.f64 (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y)))) (-.f64 #s(literal 0 binary64) (log.f64 z)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(neg.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) z)) z)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 z (/.f64 z (*.f64 x y))) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y))) |
(/.f64 x (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (*.f64 z x) (/.f64 z y)) |
(/.f64 y (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (*.f64 x y) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 x y) z) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (*.f64 z y) (/.f64 z x)) |
(/.f64 (*.f64 (*.f64 z x) y) z) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (/.f64 z (*.f64 x y)) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)))) |
(/.f64 (sqrt.f64 (*.f64 x y)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (*.f64 (/.f64 z (*.f64 x y)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) z)) z) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 z (/.f64 #s(literal -1 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z y)) (/.f64 z x)) |
(/.f64 (*.f64 (/.f64 (*.f64 x y) z) (-.f64 #s(literal 0 binary64) z)) #s(literal -1 binary64)) |
(/.f64 (/.f64 z (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(pow.f64 (*.f64 x y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 x y)) #s(literal 2 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -2 binary64)) |
(pow.f64 (*.f64 (*.f64 x y) (*.f64 x y)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 (*.f64 z x) y)) |
(*.f64 x y) |
(*.f64 x (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(*.f64 x (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (*.f64 z x) (/.f64 y z)) |
(*.f64 y x) |
(*.f64 y (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (*.f64 x y) #s(literal 1 binary64)) |
(*.f64 (/.f64 (*.f64 x y) z) z) |
(*.f64 (*.f64 z y) (/.f64 x z)) |
(*.f64 (*.f64 (*.f64 z x) y) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (neg.f64 (/.f64 (*.f64 x y) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.f64 #s(literal -1 binary64) z) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 z (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (*.f64 z y) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 z y) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 x #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (*.f64 z x) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 z x) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y))) |
(*.f64 (sqrt.f64 (*.f64 x y)) (sqrt.f64 (*.f64 x y))) |
(*.f64 (sqrt.f64 (*.f64 x y)) (/.f64 (sqrt.f64 (*.f64 x y)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 z #s(literal -1/2 binary64)) (*.f64 (pow.f64 z #s(literal -1/2 binary64)) (*.f64 (*.f64 z x) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (*.f64 x (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (/.f64 x (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) y)) x) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) y) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) x) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) z)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) z)) |
(*.f64 (/.f64 (*.f64 z y) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) z)) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z y)) (/.f64 x z)) |
(*.f64 (*.f64 (*.f64 (*.f64 z x) y) (pow.f64 z #s(literal -1/2 binary64))) (pow.f64 z #s(literal -1/2 binary64))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(exp.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y)))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) (log.f64 (*.f64 x y)) #s(literal 0 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (*.f64 x y)) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y))) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (*.f64 x y)) #s(literal -1/2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (fma.f64 (log.f64 x) #s(literal -1 binary64) (*.f64 (log.f64 y) #s(literal -1 binary64)))) |
(exp.f64 (fma.f64 (log.f64 y) #s(literal -1 binary64) (*.f64 (log.f64 x) #s(literal -1 binary64)))) |
(exp.f64 (fma.f64 (log.f64 (*.f64 x y)) #s(literal -1/2 binary64) (*.f64 (log.f64 (*.f64 x y)) #s(literal -1/2 binary64)))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (*.f64 x y)) #s(literal 1 binary64)))) |
(exp.f64 (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (*.f64 (log.f64 (/.f64 z (*.f64 x y))) #s(literal -1 binary64)))) |
(exp.f64 (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (+.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (log.f64 (*.f64 x y))))) |
(exp.f64 (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (+.f64 (log.f64 (*.f64 x y)) (-.f64 #s(literal 0 binary64) (log.f64 z))))) |
(exp.f64 (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (-.f64 (-.f64 #s(literal 0 binary64) (log.f64 z)) (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x y)))))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y))) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/.f64 z (*.f64 (*.f64 z x) y)) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 x y) z)) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y))) |
(/.f64 (/.f64 #s(literal -1 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(/.f64 (/.f64 z (*.f64 x y)) z) |
(/.f64 (/.f64 #s(literal 1 binary64) x) y) |
(/.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (/.f64 #s(literal 1 binary64) x) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 #s(literal -1 binary64) x) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (/.f64 z x) (*.f64 z y)) |
(/.f64 (/.f64 z x) (*.f64 #s(literal 1 binary64) (*.f64 z y))) |
(/.f64 (/.f64 z y) (*.f64 z x)) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y)) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) x) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) (sqrt.f64 (*.f64 x y))) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) x) |
(/.f64 (neg.f64 (/.f64 z x)) (-.f64 #s(literal 0 binary64) (*.f64 z y))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (neg.f64 (/.f64 z y)) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(/.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z x)) (/.f64 y z)) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z y)) (/.f64 x z)) |
(/.f64 (/.f64 (/.f64 z y) #s(literal 1 binary64)) (*.f64 z x)) |
(/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y))) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) y)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) x) (-.f64 #s(literal 0 binary64) (*.f64 z y))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) y) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 z y)) (-.f64 #s(literal 0 binary64) x)) |
(pow.f64 (*.f64 x y) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 x y)) #s(literal -2 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (*.f64 x y) (*.f64 x y)) #s(literal -1/2 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(*.f64 z (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y))) |
(*.f64 z (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y)) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 z (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 (/.f64 z (*.f64 x y)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 z (-.f64 #s(literal 0 binary64) (*.f64 z y)))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 z x) (/.f64 #s(literal 1 binary64) (*.f64 z y))) |
(*.f64 (/.f64 z y) (/.f64 #s(literal 1 binary64) (*.f64 z x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y)) z) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal 1 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 z (-.f64 #s(literal 0 binary64) (*.f64 z x)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 z y)) (/.f64 z (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z y))) (/.f64 z x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (*.f64 (*.f64 z x) y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (*.f64 (*.f64 z x) y))) |
(/.f64 z (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 z (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 x y)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 z (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 z (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal -1 binary64) (*.f64 x y)))) |
(/.f64 (*.f64 z y) (/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) x)) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (*.f64 (*.f64 z x) y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 x y)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal -1 binary64) (*.f64 x y)))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y))) |
(/.f64 (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) #s(literal -1 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal -1 binary64) (*.f64 x y)))) |
(/.f64 (/.f64 (*.f64 (*.f64 z x) y) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z y)) (/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) x)) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) z) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 z (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))))) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) |
(pow.f64 (/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (*.f64 (*.f64 z x) y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (*.f64 (*.f64 z x) y)) (/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (*.f64 (*.f64 z x) y))) #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 z (/.f64 (*.f64 x y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 z (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 x (/.f64 (*.f64 z y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 x (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 z x) (/.f64 y (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (*.f64 z x) (*.f64 y (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 y (/.f64 (*.f64 z x) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 y (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 x y) (/.f64 z (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (*.f64 x y) (*.f64 z (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))))) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 x y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 z (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) (*.f64 (*.f64 z x) y)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y))) |
(*.f64 (/.f64 x (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (*.f64 z y)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 z y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 z x) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (/.f64 x (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) #s(literal 1 binary64)) |
(*.f64 (/.f64 (*.f64 x y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) z) |
(*.f64 (/.f64 (*.f64 z y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) x) |
(*.f64 (/.f64 (*.f64 z x) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) y) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (*.f64 z y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (*.f64 z x) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (/.f64 (*.f64 z y) #s(literal -1 binary64)) (/.f64 x (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (/.f64 (*.f64 z x) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 y (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (*.f64 x y) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 x (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 x (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (*.f64 z y) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z y)) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (*.f64 z x) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 z y) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 z y) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) x) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (*.f64 z y) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (*.f64 (*.f64 z x) y) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 (*.f64 z x) y) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal -1/4 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 (*.f64 z x) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 z x) #s(literal -1 binary64)) (/.f64 y (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (/.f64 (*.f64 x y) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (/.f64 z (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z y)) (/.f64 x (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) z) (*.f64 x y)) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) y) (*.f64 z x)) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) (*.f64 x y)) z) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) (fma.f64 a t #s(literal 0 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z x) y)) (fma.f64 a t #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) y)) (*.f64 z x)) |
(*.f64 (/.f64 (*.f64 (*.f64 z x) y) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) (fma.f64 a t #s(literal 0 binary64))) |
(*.f64 (/.f64 (*.f64 (*.f64 z x) y) (fma.f64 a t #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(+.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(exp.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 2 binary64) (log.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (fma.f64 a t #s(literal 0 binary64)))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(exp.f64 (fma.f64 (log.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64) (*.f64 (log.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 1/4 binary64)))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal -1/2 binary64)))) |
(exp.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal -1 binary64)))) |
(exp.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) |
(neg.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 1 binary64)) |
(/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal -1 binary64)) |
(/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) (+.f64 #s(literal 0 binary64) (fma.f64 a t (*.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) (fma.f64 a t #s(literal 0 binary64))) |
(pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1/4 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (fma.f64 a t #s(literal 0 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 1 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)) (neg.f64 (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)) #s(literal 1 binary64))) |
(*.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (sqrt.f64 a) (sqrt.f64 (-.f64 #s(literal 0 binary64) t))) |
(*.f64 (sqrt.f64 a) (sqrt.f64 t)) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) t)) (sqrt.f64 a)) |
(*.f64 (sqrt.f64 t) (sqrt.f64 a)) |
(*.f64 (sqrt.f64 t) (sqrt.f64 (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) a)) (sqrt.f64 t)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (neg.f64 (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) |
(*.f64 (*.f64 #s(literal -1 binary64) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64))) |
(+.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(+.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) t))) |
(+.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) a))) |
(+.f64 #s(literal 0 binary64) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) t)) |
(+.f64 #s(literal 0 binary64) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) a)) |
(+.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(exp.f64 (log.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 2 binary64) (log.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal -2 binary64) (log.f64 (fma.f64 a t #s(literal 0 binary64)))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (fma.f64 a t #s(literal 0 binary64)))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 2 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (-.f64 (*.f64 #s(literal 3 binary64) (log.f64 (fma.f64 a t #s(literal 0 binary64)))) (*.f64 (log.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 2 binary64)))) |
(fabs.f64 (fma.f64 a t #s(literal 0 binary64))) |
(-.f64 #s(literal 0 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(-.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(sqrt.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 a t #s(literal 0 binary64)) |
(fma.f64 a (-.f64 #s(literal 0 binary64) t) #s(literal 0 binary64)) |
(fma.f64 a (/.f64 (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 t a #s(literal 0 binary64)) |
(fma.f64 t (-.f64 #s(literal 0 binary64) a) #s(literal 0 binary64)) |
(fma.f64 t (/.f64 (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal -1 binary64) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 t (*.f64 t t)) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 a a) (/.f64 (*.f64 t t) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 t t) (/.f64 (*.f64 a a) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) a #s(literal 0 binary64)) |
(fma.f64 (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 a (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) (/.f64 t (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 a) (sqrt.f64 (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (sqrt.f64 a) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) (sqrt.f64 t) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (*.f64 a a)) (sqrt.f64 (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (*.f64 t t)) (sqrt.f64 (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) a) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) t) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) t) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t (*.f64 t t)) a) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) a) (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) t) (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (*.f64 a a)) (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (*.f64 t t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (*.f64 t t)) (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 a a) (/.f64 (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 a a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 a t) (/.f64 (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 a t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 t a) (/.f64 (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) t) (/.f64 t a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 t t) (/.f64 (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) a) (/.f64 t t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a a) a) (/.f64 (*.f64 t t) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t t) t) (/.f64 (*.f64 a a) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a a) t) (/.f64 (*.f64 t t) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 t t) a) (/.f64 (*.f64 a a) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 t #s(literal -1 binary64)) a #s(literal 0 binary64)) |
(neg.f64 (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (sqrt.f64 (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 1 binary64)) (*.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 1 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) t) a) |
(/.f64 (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) t) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) a) t) |
(/.f64 (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) a) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (/.f64 (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) a) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (/.f64 (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) t) (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) |
(/.f64 (/.f64 (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a a)) (*.f64 t t)) |
(/.f64 (/.f64 (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 t t)) (*.f64 a a)) |
(/.f64 (/.f64 (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) t) |
(/.f64 (/.f64 (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) a) |
(/.f64 (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal -1 binary64)) (fma.f64 a t #s(literal 0 binary64))) |
(/.f64 (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) a)) t) |
(/.f64 (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) t)) a) |
(pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1/4 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1/4 binary64)) #s(literal 4 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(*.f64 a t) |
(*.f64 a (-.f64 #s(literal 0 binary64) t)) |
(*.f64 a (/.f64 (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 t a) |
(*.f64 t (-.f64 #s(literal 0 binary64) a)) |
(*.f64 t (/.f64 (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal 1 binary64)) |
(*.f64 (fma.f64 a t #s(literal 0 binary64)) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 a t #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 #s(literal -1 binary64) (fma.f64 a t #s(literal 0 binary64))) |
(*.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) t) |
(*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (*.f64 t (*.f64 t t)) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64))) |
(*.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t #s(literal 0 binary64))))) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 t t) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (*.f64 t t) (/.f64 (*.f64 a a) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) a) |
(*.f64 (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 a (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) (/.f64 t (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (sqrt.f64 a) (sqrt.f64 (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (sqrt.f64 t) (sqrt.f64 (fma.f64 t (*.f64 a a) #s(literal 0 binary64)))) |
(*.f64 (sqrt.f64 (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (sqrt.f64 a)) |
(*.f64 (sqrt.f64 (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) (sqrt.f64 t)) |
(*.f64 (sqrt.f64 (*.f64 a a)) (sqrt.f64 (*.f64 t t))) |
(*.f64 (sqrt.f64 (*.f64 t t)) (sqrt.f64 (*.f64 a a))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) t) (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (*.f64 a a) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) (/.f64 (fma.f64 a t #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t))) |
(*.f64 (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 a a))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t)) (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a))) |
(*.f64 (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a a)) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (*.f64 t t))) |
(*.f64 (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 t (*.f64 a a) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (fma.f64 a t #s(literal 0 binary64)) (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) (/.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) a) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) a)) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) t) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 t (*.f64 a a) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) t)) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (fma.f64 a t #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 a t #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 t t)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 t t))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) t) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 t (*.f64 a a) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 t (*.f64 t t)) a) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) a)) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) (/.f64 (*.f64 t (*.f64 t t)) t)) |
(*.f64 (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) a) (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) a)) |
(*.f64 (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) t) (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 t (*.f64 a a) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (fma.f64 t (*.f64 a a) #s(literal 0 binary64))) (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) t)) |
(*.f64 (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (*.f64 a a)) (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (*.f64 t t))) |
(*.f64 (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (*.f64 t t)) (/.f64 (*.f64 (fma.f64 a t #s(literal 0 binary64)) (sqrt.f64 (fma.f64 a t #s(literal 0 binary64)))) (*.f64 a a))) |
(*.f64 (/.f64 a a) (/.f64 (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) t) (/.f64 a a)) |
(*.f64 (/.f64 a t) (/.f64 (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (fma.f64 t (fma.f64 a t #s(literal 0 binary64)) #s(literal 0 binary64)) a) (/.f64 a t)) |
(*.f64 (/.f64 t a) (/.f64 (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) t)) |
(*.f64 (/.f64 (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) t) (/.f64 t a)) |
(*.f64 (/.f64 t t) (/.f64 (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) a)) |
(*.f64 (/.f64 (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) a) (/.f64 t t)) |
(*.f64 (/.f64 (*.f64 a a) a) (/.f64 (*.f64 t t) t)) |
(*.f64 (/.f64 (*.f64 t t) t) (/.f64 (*.f64 a a) a)) |
(*.f64 (/.f64 (*.f64 a a) t) (/.f64 (*.f64 t t) a)) |
(*.f64 (/.f64 (*.f64 t t) a) (/.f64 (*.f64 a a) t)) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 t (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 t (fma.f64 t (*.f64 a a) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 (*.f64 t #s(literal -1 binary64)) a) |
| 1× | egg-herbie |
| 596× | *-lowering-*.f32 |
| 596× | *-lowering-*.f64 |
| 376× | associate-*r* |
| 348× | associate-*l* |
| 284× | accelerator-lowering-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 27 | 2300 |
| 1 | 59 | 2300 |
| 2 | 132 | 2300 |
| 3 | 304 | 2300 |
| 4 | 545 | 2300 |
| 5 | 610 | 2300 |
| 6 | 622 | 2300 |
| 7 | 633 | 2300 |
| 8 | 705 | 2300 |
| 9 | 801 | 2300 |
| 0 | 801 | 2300 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(/ 1 z) |
(/ 1 z) |
(/ 1 z) |
(/ 1 z) |
(/ 1 z) |
(/ 1 z) |
(/ 1 z) |
(/ 1 z) |
(/ 1 z) |
(/ 1 z) |
(/ 1 z) |
(/ 1 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 z) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(/ 1 (* x y)) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* (sqrt (* a t)) (sqrt -1)) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
(* a t) |
| Outputs |
|---|
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(/ 1 z) |
(/.f64 #s(literal 1 binary64) z) |
(/ 1 z) |
(/.f64 #s(literal 1 binary64) z) |
(/ 1 z) |
(/.f64 #s(literal 1 binary64) z) |
(/ 1 z) |
(/.f64 #s(literal 1 binary64) z) |
(/ 1 z) |
(/.f64 #s(literal 1 binary64) z) |
(/ 1 z) |
(/.f64 #s(literal 1 binary64) z) |
(/ 1 z) |
(/.f64 #s(literal 1 binary64) z) |
(/ 1 z) |
(/.f64 #s(literal 1 binary64) z) |
(/ 1 z) |
(/.f64 #s(literal 1 binary64) z) |
(/ 1 z) |
(/.f64 #s(literal 1 binary64) z) |
(/ 1 z) |
(/.f64 #s(literal 1 binary64) z) |
(/ 1 z) |
(/.f64 #s(literal 1 binary64) z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x 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)) |
(* 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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.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 (* y z)) |
(*.f64 x (*.f64 y z)) |
(* x (* y z)) |
(*.f64 x (*.f64 y z)) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (fma.f64 (*.f64 x y) (fma.f64 z (sqrt.f64 #s(literal -1 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (fma.f64 (*.f64 x y) (fma.f64 z (sqrt.f64 #s(literal -1 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (fma.f64 (*.f64 x y) (fma.f64 z (sqrt.f64 #s(literal -1 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (fma.f64 (*.f64 x y) (fma.f64 z (sqrt.f64 #s(literal -1 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (/ (* x (* y z)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (fma.f64 (*.f64 x y) (fma.f64 z (sqrt.f64 #s(literal -1 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (fma.f64 (*.f64 x y) (fma.f64 z (sqrt.f64 #s(literal -1 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (fma.f64 (*.f64 x y) (fma.f64 z (sqrt.f64 #s(literal -1 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (fma.f64 (*.f64 x y) (fma.f64 z (sqrt.f64 #s(literal -1 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* (sqrt (* a t)) (sqrt -1)) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)) #s(literal 0 binary64)) |
(* (sqrt (* a t)) (sqrt -1)) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)) #s(literal 0 binary64)) |
(* (sqrt (* a t)) (sqrt -1)) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)) #s(literal 0 binary64)) |
(* (sqrt (* a t)) (sqrt -1)) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)) #s(literal 0 binary64)) |
(* (sqrt (* a t)) (sqrt -1)) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)) #s(literal 0 binary64)) |
(* (sqrt (* a t)) (sqrt -1)) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)) #s(literal 0 binary64)) |
(* (sqrt (* a t)) (sqrt -1)) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)) #s(literal 0 binary64)) |
(* (sqrt (* a t)) (sqrt -1)) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)) #s(literal 0 binary64)) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(fma.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64))) #s(literal 0 binary64)) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(fma.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64))) #s(literal 0 binary64)) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(fma.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64))) #s(literal 0 binary64)) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(fma.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64))) #s(literal 0 binary64)) |
(* (sqrt (* a t)) (sqrt -1)) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)) #s(literal 0 binary64)) |
(* (sqrt (* a t)) (sqrt -1)) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)) #s(literal 0 binary64)) |
(* (sqrt (* a t)) (sqrt -1)) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)) #s(literal 0 binary64)) |
(* (sqrt (* a t)) (sqrt -1)) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)) #s(literal 0 binary64)) |
(* (sqrt (* a t)) (sqrt -1)) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)) #s(literal 0 binary64)) |
(* (sqrt (* a t)) (sqrt -1)) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)) #s(literal 0 binary64)) |
(* (sqrt (* a t)) (sqrt -1)) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)) #s(literal 0 binary64)) |
(* (sqrt (* a t)) (sqrt -1)) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 a t)) #s(literal 0 binary64)) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(fma.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64))) #s(literal 0 binary64)) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(fma.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64))) #s(literal 0 binary64)) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(fma.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64))) #s(literal 0 binary64)) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(fma.f64 (sqrt.f64 (*.f64 a t)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64))) #s(literal 0 binary64)) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
(* a t) |
(*.f64 a t) |
Compiled 24 073 to 2 757 computations (88.5% saved)
43 alts after pruning (34 fresh and 9 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 893 | 26 | 1 919 |
| Fresh | 6 | 8 | 14 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 5 | 5 |
| Total | 1 900 | 43 | 1 943 |
| Status | Accuracy | Program |
|---|---|---|
| 64.9% | (/.f64 (/.f64 z (/.f64 #s(literal 1 binary64) (*.f64 x y))) z) | |
| ▶ | 70.6% | (/.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
| 33.5% | (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) | |
| 65.0% | (/.f64 (*.f64 (*.f64 z x) y) z) | |
| 40.2% | (/.f64 (*.f64 (*.f64 y z) x) (*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) t)) (sqrt.f64 a))) | |
| ✓ | 37.5% | (/.f64 (*.f64 (*.f64 y z) x) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
| ✓ | 55.7% | (/.f64 (*.f64 (*.f64 y z) x) z) |
| ✓ | 57.9% | (/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 39.7% | (/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (*.f64 z z))) | |
| 67.9% | (/.f64 (*.f64 (*.f64 x y) z) (fma.f64 a (/.f64 (*.f64 t #s(literal -1/2 binary64)) z) z)) | |
| 41.1% | (/.f64 (*.f64 (*.f64 x y) z) (*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) t)) (sqrt.f64 a))) | |
| ✓ | 37.6% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
| ✓ | 65.2% | (/.f64 (*.f64 (*.f64 x y) z) z) |
| ▶ | 44.5% | (/.f64 (*.f64 z y) (/.f64 z x)) |
| 61.0% | (/.f64 z (/.f64 z (*.f64 x y))) | |
| 70.7% | (/.f64 y (/.f64 #s(literal 1 binary64) x)) | |
| 70.7% | (/.f64 x (/.f64 #s(literal 1 binary64) y)) | |
| 61.0% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 z (*.f64 x y)) z)) | |
| 70.6% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) y) x)) | |
| 64.7% | (/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 (*.f64 z x) y))) | |
| 70.6% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))))) | |
| 64.7% | (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y)) z)) | |
| 70.5% | (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) x))) | |
| ▶ | 71.6% | (*.f64 (/.f64 (*.f64 z x) z) y) |
| 60.9% | (*.f64 (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) x) | |
| 66.9% | (*.f64 (/.f64 y z) (*.f64 z x)) | |
| ▶ | 45.1% | (*.f64 (/.f64 x z) (*.f64 z y)) |
| ✓ | 71.6% | (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x z)) y) |
| 61.1% | (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x y)) z) | |
| 70.8% | (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) z) (*.f64 x y)) | |
| 68.2% | (*.f64 (*.f64 (exp.f64 (-.f64 #s(literal 0 binary64) (log.f64 z))) (*.f64 x z)) y) | |
| ✓ | 58.9% | (*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
| 35.0% | (*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (*.f64 a (-.f64 #s(literal 0 binary64) t))))) | |
| 59.8% | (*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) | |
| 70.6% | (*.f64 (sqrt.f64 (*.f64 x y)) (sqrt.f64 (*.f64 x y))) | |
| ▶ | 55.5% | (*.f64 z (/.f64 (/.f64 (*.f64 (*.f64 z x) y) z) z)) |
| 59.0% | (*.f64 z (/.f64 (*.f64 (/.f64 y z) (*.f64 z x)) z)) | |
| 43.1% | (*.f64 z (/.f64 (*.f64 (/.f64 x z) (*.f64 z y)) z)) | |
| ✓ | 61.2% | (*.f64 z (/.f64 (*.f64 x y) z)) |
| 60.9% | (*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 x y)))) | |
| 57.4% | (*.f64 z (exp.f64 (-.f64 (log.f64 (*.f64 x y)) (log.f64 z)))) | |
| ✓ | 70.9% | (*.f64 x y) |
| 66.9% | (exp.f64 (log.f64 (*.f64 x y))) |
Compiled 1 137 to 785 computations (31% saved)
| 1× | egg-herbie |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 #s(literal -1 binary64) (*.f64 x y)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -1 binary64) z) |
| ✓ | cost-diff | 1024 | (*.f64 (/.f64 #s(literal -1 binary64) z) z) |
| ✓ | cost-diff | 1408 | (/.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
| ✓ | cost-diff | -64 | (*.f64 (*.f64 z x) y) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 (*.f64 (*.f64 z x) y) z) z) |
| ✓ | cost-diff | 1024 | (*.f64 z (/.f64 (/.f64 (*.f64 (*.f64 z x) y) z) z)) |
| ✓ | cost-diff | 1088 | (/.f64 (*.f64 (*.f64 z x) y) z) |
| ✓ | cost-diff | -64 | (*.f64 z y) |
| ✓ | cost-diff | 0 | (/.f64 z x) |
| ✓ | cost-diff | 1408 | (/.f64 (*.f64 z y) (/.f64 z x)) |
| ✓ | cost-diff | -64 | (*.f64 z y) |
| ✓ | cost-diff | 0 | (/.f64 x z) |
| ✓ | cost-diff | 1024 | (*.f64 (/.f64 x z) (*.f64 z y)) |
| ✓ | cost-diff | -64 | (*.f64 z x) |
| ✓ | cost-diff | -64 | (*.f64 (/.f64 (*.f64 z x) z) y) |
| ✓ | cost-diff | 1088 | (/.f64 (*.f64 z x) z) |
| 2 402× | *-lowering-*.f32 |
| 2 402× | *-lowering-*.f64 |
| 2 306× | accelerator-lowering-fma.f32 |
| 2 306× | accelerator-lowering-fma.f64 |
| 2 070× | /-lowering-/.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 21 | 139 |
| 1 | 53 | 137 |
| 2 | 130 | 103 |
| 3 | 374 | 75 |
| 4 | 1085 | 75 |
| 5 | 3169 | 75 |
| 6 | 6135 | 75 |
| 7 | 7388 | 75 |
| 8 | 7559 | 75 |
| 9 | 7705 | 75 |
| 10 | 7867 | 75 |
| 11 | 7895 | 75 |
| 0 | 8019 | 75 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ (* z x) z) y) |
(/ (* z x) z) |
(* z x) |
z |
x |
y |
(* (/ x z) (* z y)) |
(/ x z) |
x |
z |
(* z y) |
y |
(/ (* z y) (/ z x)) |
(* z y) |
z |
y |
(/ z x) |
x |
(* z (/ (/ (* (* z x) y) z) z)) |
z |
(/ (/ (* (* z x) y) z) z) |
(/ (* (* z x) y) z) |
(* (* z x) y) |
(* z x) |
x |
y |
(/ (* (/ -1 z) z) (/ -1 (* x y))) |
(* (/ -1 z) z) |
(/ -1 z) |
-1 |
z |
(/ -1 (* x y)) |
(* x y) |
x |
y |
| Outputs |
|---|
(* (/ (* z x) z) y) |
(fma.f64 x y #s(literal 0 binary64)) |
(/ (* z x) z) |
x |
(* z x) |
(fma.f64 z x #s(literal 0 binary64)) |
z |
x |
y |
(* (/ x z) (* z y)) |
(fma.f64 x y #s(literal 0 binary64)) |
(/ x z) |
(/.f64 x z) |
x |
z |
(* z y) |
(fma.f64 z y #s(literal 0 binary64)) |
y |
(/ (* z y) (/ z x)) |
(fma.f64 x y #s(literal 0 binary64)) |
(* z y) |
(fma.f64 z y #s(literal 0 binary64)) |
z |
y |
(/ z x) |
(/.f64 z x) |
x |
(* z (/ (/ (* (* z x) y) z) z)) |
(fma.f64 x y #s(literal 0 binary64)) |
z |
(/ (/ (* (* z x) y) z) z) |
(fma.f64 x (/.f64 y z) #s(literal 0 binary64)) |
(/ (* (* z x) y) z) |
(fma.f64 x y #s(literal 0 binary64)) |
(* (* z x) y) |
(fma.f64 z (fma.f64 x y #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* z x) |
(fma.f64 z x #s(literal 0 binary64)) |
x |
y |
(/ (* (/ -1 z) z) (/ -1 (* x y))) |
(fma.f64 x y #s(literal 0 binary64)) |
(* (/ -1 z) z) |
#s(literal -1 binary64) |
(/ -1 z) |
(/.f64 #s(literal -1 binary64) z) |
-1 |
#s(literal -1 binary64) |
z |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (fma.f64 x y #s(literal 0 binary64))) |
(* x y) |
(fma.f64 x y #s(literal 0 binary64)) |
x |
y |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 x y) |
| ✓ | accuracy | 99.8% | (*.f64 (/.f64 #s(literal -1 binary64) z) z) |
| ✓ | accuracy | 99.4% | (/.f64 #s(literal -1 binary64) (*.f64 x y)) |
| ✓ | accuracy | 99.3% | (/.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
| ✓ | accuracy | 91.7% | (*.f64 (*.f64 z x) y) |
| ✓ | accuracy | 91.5% | (/.f64 (/.f64 (*.f64 (*.f64 z x) y) z) z) |
| ✓ | accuracy | 83.2% | (*.f64 z (/.f64 (/.f64 (*.f64 (*.f64 z x) y) z) z)) |
| ✓ | accuracy | 82.4% | (/.f64 (*.f64 (*.f64 z x) y) z) |
| ✓ | accuracy | 100.0% | (/.f64 z x) |
| ✓ | accuracy | 100.0% | (*.f64 z y) |
| ✓ | accuracy | 69.5% | (/.f64 (*.f64 z y) (/.f64 z x)) |
| ✓ | accuracy | 100.0% | (/.f64 x z) |
| ✓ | accuracy | 100.0% | (*.f64 z y) |
| ✓ | accuracy | 69.8% | (*.f64 (/.f64 x z) (*.f64 z y)) |
| ✓ | accuracy | 100.0% | (*.f64 (/.f64 (*.f64 z x) z) y) |
| ✓ | accuracy | 100.0% | (*.f64 z x) |
| ✓ | accuracy | 75.1% | (/.f64 (*.f64 z x) z) |
| 81.0ms | 256× | 0 | valid |
Compiled 121 to 25 computations (79.3% saved)
ival-div: 37.0ms (75.5% of total)ival-mult: 12.0ms (24.5% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ (* z x) z)> |
#<alt (* (/ (* z x) z) y)> |
#<alt (* z x)> |
#<alt (* (/ x z) (* z y))> |
#<alt (/ x z)> |
#<alt (* z y)> |
#<alt (/ (* z y) (/ z x))> |
#<alt (/ z x)> |
#<alt (/ (* (* z x) y) z)> |
#<alt (* z (/ (/ (* (* z x) y) z) z))> |
#<alt (/ (/ (* (* z x) y) z) z)> |
#<alt (* (* z x) y)> |
#<alt (/ (* (/ -1 z) z) (/ -1 (* x y)))> |
#<alt (* (/ -1 z) z)> |
#<alt (/ -1 z)> |
#<alt (/ -1 (* x y))> |
#<alt (* x y)> |
| Outputs |
|---|
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt x> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x z)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (/ x z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x 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)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (/ (* x y) z)> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x (* y z))> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt -1> |
#<alt -1> |
#<alt -1> |
#<alt -1> |
#<alt -1> |
#<alt -1> |
#<alt -1> |
#<alt -1> |
#<alt -1> |
#<alt -1> |
#<alt -1> |
#<alt -1> |
#<alt (/ -1 z)> |
#<alt (/ -1 z)> |
#<alt (/ -1 z)> |
#<alt (/ -1 z)> |
#<alt (/ -1 z)> |
#<alt (/ -1 z)> |
#<alt (/ -1 z)> |
#<alt (/ -1 z)> |
#<alt (/ -1 z)> |
#<alt (/ -1 z)> |
#<alt (/ -1 z)> |
#<alt (/ -1 z)> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (/ -1 (* x y))> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
120 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 15.0ms | x | @ | -inf | (* (/ x z) (* z y)) |
| 0.0ms | x | @ | -inf | (/ x z) |
| 0.0ms | z | @ | -inf | (/ z x) |
| 0.0ms | x | @ | 0 | (/ -1 (* x y)) |
| 0.0ms | x | @ | inf | (/ x z) |
| 1× | batch-egg-rewrite |
| 1 438× | *-lowering-*.f32 |
| 1 438× | *-lowering-*.f64 |
| 1 262× | /-lowering-/.f32 |
| 1 262× | /-lowering-/.f64 |
| 1 174× | frac-times |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 21 | 93 |
| 1 | 102 | 92 |
| 2 | 656 | 53 |
| 0 | 4487 | 53 |
| 1× | iter limit |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* z x) z) |
(* (/ (* z x) z) y) |
(* z x) |
(* (/ x z) (* z y)) |
(/ x z) |
(* z y) |
(/ (* z y) (/ z x)) |
(/ z x) |
(/ (* (* z x) y) z) |
(* z (/ (/ (* (* z x) y) z) z)) |
(/ (/ (* (* z x) y) z) z) |
(* (* z x) y) |
(/ (* (/ -1 z) z) (/ -1 (* x y))) |
(* (/ -1 z) z) |
(/ -1 z) |
(/ -1 (* x y)) |
(* x y) |
| Outputs |
|---|
x |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) x)) |
(neg.f64 (-.f64 #s(literal 0 binary64) x)) |
(/.f64 z (/.f64 z x)) |
(/.f64 x #s(literal 1 binary64)) |
(/.f64 (*.f64 z x) z) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 z x))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z x))) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64)) z) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64)) z) |
(pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) |
(*.f64 z (/.f64 x z)) |
(*.f64 x #s(literal 1 binary64)) |
(*.f64 (*.f64 z x) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (/.f64 x z) z) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(*.f64 #s(literal 1 binary64) x) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 z x)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z x)) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z x))) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(/.f64 z (/.f64 z (*.f64 x y))) |
(/.f64 x (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (*.f64 z x) (/.f64 z y)) |
(/.f64 y (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 x z) (/.f64 #s(literal 1 binary64) (*.f64 z y))) |
(/.f64 (*.f64 z y) (/.f64 z x)) |
(/.f64 (*.f64 z (*.f64 x y)) z) |
(/.f64 (*.f64 x y) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal -1 binary64) (*.f64 z (*.f64 x y)))) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 z z) (*.f64 z (*.f64 z (*.f64 x y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) #s(literal 1 binary64))) |
(/.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y)))) |
(/.f64 (/.f64 y z) (/.f64 #s(literal 1 binary64) (*.f64 z x))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z))) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (*.f64 z (*.f64 z (*.f64 x y))) (*.f64 z z)) |
(/.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 0 binary64) z))) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 x y))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 x y))) #s(literal 1 binary64)) (*.f64 z z)) |
(/.f64 (*.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(pow.f64 (*.f64 x y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 x y) |
(*.f64 (*.f64 z x) (/.f64 y z)) |
(*.f64 (*.f64 z x) (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (*.f64 z x) (*.f64 (/.f64 y (*.f64 z z)) z)) |
(*.f64 y x) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 x z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 x z) (/.f64 z (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (*.f64 z y) (/.f64 x z)) |
(*.f64 (*.f64 z (*.f64 x y)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 z (*.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) z)) |
(*.f64 (*.f64 z (*.f64 x y)) (/.f64 z (*.f64 z z))) |
(*.f64 (*.f64 x y) #s(literal 1 binary64)) |
(*.f64 (/.f64 (*.f64 x y) z) z) |
(*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(*.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z)))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 z x))) |
(*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (-.f64 #s(literal 0 binary64) (/.f64 y z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (*.f64 (/.f64 #s(literal -1 binary64) z) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 z (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 x y) (*.f64 z z))) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
(*.f64 (/.f64 y z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 y z) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y z)) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (*.f64 y (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (*.f64 z (*.f64 z x)) (/.f64 y (*.f64 z z))) |
(*.f64 (*.f64 z (*.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) y) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) y)) (*.f64 z x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 0 binary64) z))) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64)) (/.f64 y z)) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) z) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) y)) x) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(/.f64 z (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z x))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 z z) (/.f64 z x)) |
(/.f64 (*.f64 z (*.f64 z x)) z) |
(/.f64 (*.f64 z (-.f64 #s(literal 0 binary64) (*.f64 z x))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 z x) |
(*.f64 x z) |
(*.f64 (*.f64 z x) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(*.f64 #s(literal 1 binary64) (*.f64 z x)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 z z) (/.f64 x z)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 z (*.f64 z x)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 z (-.f64 #s(literal 0 binary64) (*.f64 z x))) (/.f64 #s(literal -1 binary64) z)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(/.f64 z (/.f64 z (*.f64 x y))) |
(/.f64 x (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (*.f64 z x) (/.f64 z y)) |
(/.f64 y (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 x z) (/.f64 #s(literal 1 binary64) (*.f64 z y))) |
(/.f64 (*.f64 z y) (/.f64 z x)) |
(/.f64 (*.f64 z (*.f64 x y)) z) |
(/.f64 (*.f64 x y) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal -1 binary64) (*.f64 z (*.f64 x y)))) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 z z) (*.f64 z (*.f64 z (*.f64 x y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) #s(literal 1 binary64))) |
(/.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y)))) |
(/.f64 (/.f64 y z) (/.f64 #s(literal 1 binary64) (*.f64 z x))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z))) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (*.f64 z (*.f64 z (*.f64 x y))) (*.f64 z z)) |
(/.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 0 binary64) z))) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 x y))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 x y))) #s(literal 1 binary64)) (*.f64 z z)) |
(/.f64 (*.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(pow.f64 (*.f64 x y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 x y) |
(*.f64 (*.f64 z x) (/.f64 y z)) |
(*.f64 (*.f64 z x) (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (*.f64 z x) (*.f64 (/.f64 y (*.f64 z z)) z)) |
(*.f64 y x) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 x z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 x z) (/.f64 z (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (*.f64 z y) (/.f64 x z)) |
(*.f64 (*.f64 z (*.f64 x y)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 z (*.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) z)) |
(*.f64 (*.f64 z (*.f64 x y)) (/.f64 z (*.f64 z z))) |
(*.f64 (*.f64 x y) #s(literal 1 binary64)) |
(*.f64 (/.f64 (*.f64 x y) z) z) |
(*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(*.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z)))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 z x))) |
(*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (-.f64 #s(literal 0 binary64) (/.f64 y z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (*.f64 (/.f64 #s(literal -1 binary64) z) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 z (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 x y) (*.f64 z z))) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
(*.f64 (/.f64 y z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 y z) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y z)) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (*.f64 y (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (*.f64 z (*.f64 z x)) (/.f64 y (*.f64 z z))) |
(*.f64 (*.f64 z (*.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) y) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) y)) (*.f64 z x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 0 binary64) z))) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64)) (/.f64 y z)) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) z) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) y)) x) |
(exp.f64 (*.f64 (log.f64 (/.f64 z x)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) #s(literal 1 binary64))) |
(/.f64 z (*.f64 (/.f64 z x) z)) |
(/.f64 z (*.f64 z (/.f64 z x))) |
(/.f64 x z) |
(/.f64 (*.f64 z x) (*.f64 z z)) |
(/.f64 (/.f64 x z) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 z x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 z z) (*.f64 z x))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (/.f64 z x) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) z))) |
(pow.f64 (/.f64 x z) #s(literal 1 binary64)) |
(pow.f64 (/.f64 z x) #s(literal -1 binary64)) |
(*.f64 z (/.f64 (/.f64 x z) z)) |
(*.f64 z (*.f64 (/.f64 x z) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 z (/.f64 x (*.f64 z z))) |
(*.f64 x (/.f64 #s(literal 1 binary64) z)) |
(*.f64 x (/.f64 z (*.f64 z z))) |
(*.f64 (*.f64 z x) (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(*.f64 (/.f64 x z) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 #s(literal 1 binary64) (/.f64 x z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (/.f64 (/.f64 #s(literal -1 binary64) z) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) x) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (/.f64 #s(literal -1 binary64) z) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) #s(literal -1 binary64)) |
(*.f64 (pow.f64 (/.f64 z x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 z x) #s(literal -1/2 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (-.f64 #s(literal 0 binary64) z))) |
(neg.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 z y) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z y))) |
(/.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) #s(literal -1 binary64)) |
(*.f64 z y) |
(*.f64 y z) |
(*.f64 (*.f64 z y) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 y (-.f64 #s(literal 0 binary64) z))) |
(*.f64 #s(literal 1 binary64) (*.f64 z y)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) z)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(/.f64 z (/.f64 z (*.f64 x y))) |
(/.f64 x (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (*.f64 z x) (/.f64 z y)) |
(/.f64 y (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 x z) (/.f64 #s(literal 1 binary64) (*.f64 z y))) |
(/.f64 (*.f64 z y) (/.f64 z x)) |
(/.f64 (*.f64 z (*.f64 x y)) z) |
(/.f64 (*.f64 x y) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal -1 binary64) (*.f64 z (*.f64 x y)))) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 z z) (*.f64 z (*.f64 z (*.f64 x y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) #s(literal 1 binary64))) |
(/.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y)))) |
(/.f64 (/.f64 y z) (/.f64 #s(literal 1 binary64) (*.f64 z x))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z))) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (*.f64 z (*.f64 z (*.f64 x y))) (*.f64 z z)) |
(/.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 0 binary64) z))) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 x y))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 x y))) #s(literal 1 binary64)) (*.f64 z z)) |
(/.f64 (*.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(pow.f64 (*.f64 x y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 x y) |
(*.f64 (*.f64 z x) (/.f64 y z)) |
(*.f64 (*.f64 z x) (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (*.f64 z x) (*.f64 (/.f64 y (*.f64 z z)) z)) |
(*.f64 y x) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 x z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 x z) (/.f64 z (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (*.f64 z y) (/.f64 x z)) |
(*.f64 (*.f64 z (*.f64 x y)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 z (*.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) z)) |
(*.f64 (*.f64 z (*.f64 x y)) (/.f64 z (*.f64 z z))) |
(*.f64 (*.f64 x y) #s(literal 1 binary64)) |
(*.f64 (/.f64 (*.f64 x y) z) z) |
(*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(*.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z)))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 z x))) |
(*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (-.f64 #s(literal 0 binary64) (/.f64 y z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (*.f64 (/.f64 #s(literal -1 binary64) z) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 z (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 x y) (*.f64 z z))) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
(*.f64 (/.f64 y z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 y z) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y z)) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (*.f64 y (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (*.f64 z (*.f64 z x)) (/.f64 y (*.f64 z z))) |
(*.f64 (*.f64 z (*.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) y) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) y)) (*.f64 z x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 0 binary64) z))) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64)) (/.f64 y z)) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) z) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) y)) x) |
(exp.f64 (*.f64 (log.f64 (/.f64 x z)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 z x) |
(/.f64 (/.f64 z x) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(/.f64 #s(literal 1 binary64) (/.f64 x z)) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) x) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (/.f64 z (/.f64 #s(literal 1 binary64) z)) (*.f64 z x)) |
(/.f64 (/.f64 z (/.f64 x z)) z) |
(pow.f64 (/.f64 x z) #s(literal -1 binary64)) |
(pow.f64 (/.f64 z x) #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 (-.f64 #s(literal 0 binary64) z) x)) |
(*.f64 #s(literal 1 binary64) (/.f64 z x)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) x) #s(literal -1 binary64)) |
(*.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 #s(literal 0 binary64) z)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) 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 (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(/.f64 z (/.f64 z (*.f64 x y))) |
(/.f64 x (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (*.f64 z x) (/.f64 z y)) |
(/.f64 y (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 x z) (/.f64 #s(literal 1 binary64) (*.f64 z y))) |
(/.f64 (*.f64 z y) (/.f64 z x)) |
(/.f64 (*.f64 z (*.f64 x y)) z) |
(/.f64 (*.f64 x y) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal -1 binary64) (*.f64 z (*.f64 x y)))) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 z z) (*.f64 z (*.f64 z (*.f64 x y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) #s(literal 1 binary64))) |
(/.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y)))) |
(/.f64 (/.f64 y z) (/.f64 #s(literal 1 binary64) (*.f64 z x))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z))) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (*.f64 z (*.f64 z (*.f64 x y))) (*.f64 z z)) |
(/.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 0 binary64) z))) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 x y))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 x y))) #s(literal 1 binary64)) (*.f64 z z)) |
(/.f64 (*.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(pow.f64 (*.f64 x y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 x y) |
(*.f64 (*.f64 z x) (/.f64 y z)) |
(*.f64 (*.f64 z x) (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (*.f64 z x) (*.f64 (/.f64 y (*.f64 z z)) z)) |
(*.f64 y x) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 x z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 x z) (/.f64 z (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (*.f64 z y) (/.f64 x z)) |
(*.f64 (*.f64 z (*.f64 x y)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 z (*.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) z)) |
(*.f64 (*.f64 z (*.f64 x y)) (/.f64 z (*.f64 z z))) |
(*.f64 (*.f64 x y) #s(literal 1 binary64)) |
(*.f64 (/.f64 (*.f64 x y) z) z) |
(*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(*.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z)))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 z x))) |
(*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (-.f64 #s(literal 0 binary64) (/.f64 y z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (*.f64 (/.f64 #s(literal -1 binary64) z) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 z (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 x y) (*.f64 z z))) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
(*.f64 (/.f64 y z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 y z) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y z)) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (*.f64 y (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (*.f64 z (*.f64 z x)) (/.f64 y (*.f64 z z))) |
(*.f64 (*.f64 z (*.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) y) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) y)) (*.f64 z x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 0 binary64) z))) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64)) (/.f64 y z)) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) z) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) y)) x) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(/.f64 z (/.f64 z (*.f64 x y))) |
(/.f64 x (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (*.f64 z x) (/.f64 z y)) |
(/.f64 y (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 x z) (/.f64 #s(literal 1 binary64) (*.f64 z y))) |
(/.f64 (*.f64 z y) (/.f64 z x)) |
(/.f64 (*.f64 z (*.f64 x y)) z) |
(/.f64 (*.f64 x y) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal -1 binary64) (*.f64 z (*.f64 x y)))) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 z z) (*.f64 z (*.f64 z (*.f64 x y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) #s(literal 1 binary64))) |
(/.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y)))) |
(/.f64 (/.f64 y z) (/.f64 #s(literal 1 binary64) (*.f64 z x))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z))) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (*.f64 z (*.f64 z (*.f64 x y))) (*.f64 z z)) |
(/.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 0 binary64) z))) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 x y))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 x y))) #s(literal 1 binary64)) (*.f64 z z)) |
(/.f64 (*.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(pow.f64 (*.f64 x y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 x y) |
(*.f64 (*.f64 z x) (/.f64 y z)) |
(*.f64 (*.f64 z x) (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (*.f64 z x) (*.f64 (/.f64 y (*.f64 z z)) z)) |
(*.f64 y x) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 x z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 x z) (/.f64 z (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (*.f64 z y) (/.f64 x z)) |
(*.f64 (*.f64 z (*.f64 x y)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 z (*.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) z)) |
(*.f64 (*.f64 z (*.f64 x y)) (/.f64 z (*.f64 z z))) |
(*.f64 (*.f64 x y) #s(literal 1 binary64)) |
(*.f64 (/.f64 (*.f64 x y) z) z) |
(*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(*.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z)))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 z x))) |
(*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (-.f64 #s(literal 0 binary64) (/.f64 y z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (*.f64 (/.f64 #s(literal -1 binary64) z) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 z (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 x y) (*.f64 z z))) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
(*.f64 (/.f64 y z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 y z) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y z)) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (*.f64 y (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (*.f64 z (*.f64 z x)) (/.f64 y (*.f64 z z))) |
(*.f64 (*.f64 z (*.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) y) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) y)) (*.f64 z x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 0 binary64) z))) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64)) (/.f64 y z)) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) z) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) y)) x) |
(exp.f64 (*.f64 (log.f64 (/.f64 z (*.f64 x y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z z))) (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z)))) |
(neg.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 z x))) |
(/.f64 z (*.f64 (/.f64 z x) (/.f64 z y))) |
(/.f64 z (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 z (*.f64 (/.f64 z (*.f64 x y)) z)) |
(/.f64 z (*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))))) |
(/.f64 z (*.f64 z (/.f64 z (*.f64 x y)))) |
(/.f64 z (*.f64 (/.f64 z y) (/.f64 z x))) |
(/.f64 z (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z z)) (/.f64 #s(literal -1 binary64) (*.f64 x y)))) |
(/.f64 x (/.f64 z y)) |
(/.f64 (*.f64 z x) (*.f64 z (/.f64 z y))) |
(/.f64 (*.f64 z x) (*.f64 (/.f64 z y) z)) |
(/.f64 y (/.f64 z x)) |
(/.f64 (/.f64 x z) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (*.f64 z y) (*.f64 (/.f64 z x) z)) |
(/.f64 (*.f64 z y) (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (-.f64 #s(literal 0 binary64) z) x))) |
(/.f64 (*.f64 z y) (*.f64 z (/.f64 z x))) |
(/.f64 (*.f64 z (*.f64 x y)) (*.f64 z z)) |
(/.f64 (*.f64 z (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 z (*.f64 x y)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z z)))) |
(/.f64 (*.f64 x y) z) |
(/.f64 (/.f64 (*.f64 x y) z) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 z y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 z y) (/.f64 #s(literal -1 binary64) x))) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z z)) (/.f64 #s(literal -1 binary64) (*.f64 z (*.f64 x y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) z)) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (/.f64 z (*.f64 x y)) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 z (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 z (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z z)) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (*.f64 (/.f64 z x) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 z x))) |
(/.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (*.f64 z (/.f64 (-.f64 #s(literal 0 binary64) z) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 (/.f64 y z) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z))) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 y z)) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (/.f64 y (*.f64 z z)) (/.f64 #s(literal 1 binary64) (*.f64 z x))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 z y))) |
(/.f64 (*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) #s(literal -1 binary64)) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) x) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) #s(literal 1 binary64)) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) x) z)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 0 binary64) z))) (*.f64 z (/.f64 (-.f64 #s(literal 0 binary64) z) x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z x))) (*.f64 (/.f64 z y) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (/.f64 (/.f64 #s(literal -1 binary64) z) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 y (-.f64 #s(literal 0 binary64) z))) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal 1 binary64) z)) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 z x)) (/.f64 #s(literal 1 binary64) (*.f64 z y))) |
(/.f64 (/.f64 (/.f64 y z) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(pow.f64 (/.f64 z (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 z (/.f64 (*.f64 x y) (*.f64 z z))) |
(*.f64 z (*.f64 (/.f64 (*.f64 x y) z) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 x (/.f64 y z)) |
(*.f64 x (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 x (*.f64 z (/.f64 y (*.f64 z z)))) |
(*.f64 x (*.f64 (*.f64 z y) (/.f64 #s(literal 1 binary64) (*.f64 z z)))) |
(*.f64 x (/.f64 (*.f64 z y) (*.f64 z z))) |
(*.f64 (*.f64 z x) (/.f64 y (*.f64 z z))) |
(*.f64 (*.f64 z x) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y z)) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 y (/.f64 x z)) |
(*.f64 (/.f64 x z) y) |
(*.f64 (/.f64 x z) (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 z y)))) |
(*.f64 (*.f64 z y) (/.f64 (/.f64 x z) z)) |
(*.f64 (*.f64 z y) (*.f64 x (/.f64 #s(literal 1 binary64) (*.f64 z z)))) |
(*.f64 (*.f64 z y) (*.f64 (/.f64 x z) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (*.f64 z y) (/.f64 x (*.f64 z z))) |
(*.f64 (*.f64 z (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(*.f64 (*.f64 z (*.f64 x y)) (*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 x y) (*.f64 z (/.f64 #s(literal 1 binary64) (*.f64 z z)))) |
(*.f64 (*.f64 x y) (/.f64 z (*.f64 z z))) |
(*.f64 (/.f64 (*.f64 x y) z) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z)))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z))) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z))) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) (*.f64 z z)))) |
(*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 y z)) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 y z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (*.f64 (/.f64 y z) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (/.f64 (/.f64 y z) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (/.f64 y (-.f64 #s(literal 0 binary64) (*.f64 z z)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (/.f64 (/.f64 #s(literal -1 binary64) z) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z z)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (/.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x y)) |
(*.f64 (/.f64 y z) x) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 z x) (-.f64 #s(literal 0 binary64) (*.f64 z z)))) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z))) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 y z))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) z) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y z)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 (*.f64 x y) (*.f64 z z)) z) |
(*.f64 (/.f64 y (*.f64 z z)) (*.f64 z x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) (*.f64 z (*.f64 x y))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) y)) x) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64)) (/.f64 y (*.f64 z z))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) z) #s(literal 1 binary64)) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (pow.f64 (/.f64 z (*.f64 x y)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 z (*.f64 x y)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 x z)) (*.f64 z y)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal -1 binary64) z)) (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 y (-.f64 #s(literal 0 binary64) z))) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 x y) z)) z) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 z x)) (*.f64 z y)) |
(*.f64 (/.f64 (/.f64 y z) #s(literal 1 binary64)) x) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) (*.f64 y (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 z (*.f64 x y))) z) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal -1 binary64) y)) x) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(/.f64 z (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 x (/.f64 #s(literal 1 binary64) (*.f64 z y))) |
(/.f64 y (/.f64 #s(literal 1 binary64) (*.f64 z x))) |
(/.f64 (*.f64 z y) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (*.f64 z (*.f64 x y)) #s(literal 1 binary64)) |
(/.f64 (*.f64 x y) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 z (*.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 z (*.f64 z (*.f64 x y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) z) (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) #s(literal -1 binary64)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (*.f64 z z) (/.f64 z (*.f64 x y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z z)) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 (*.f64 z (*.f64 z x)) (/.f64 z y)) |
(/.f64 (*.f64 z (*.f64 z (*.f64 x y))) z) |
(/.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 x y))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 x y))) #s(literal 1 binary64)) z) |
(/.f64 (neg.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y))))) z) |
(/.f64 (/.f64 z (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y)))) z) |
(/.f64 (*.f64 z (*.f64 z y)) (/.f64 z x)) |
(/.f64 (*.f64 z (*.f64 y (-.f64 #s(literal 0 binary64) z))) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (*.f64 (*.f64 z y) z) (/.f64 z x)) |
(/.f64 (*.f64 (*.f64 z (*.f64 z x)) #s(literal 1 binary64)) (/.f64 z y)) |
(/.f64 (*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) z) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (/.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) #s(literal -1 binary64)) z) |
(*.f64 z (*.f64 x y)) |
(*.f64 x (*.f64 z y)) |
(*.f64 (*.f64 z x) y) |
(*.f64 y (*.f64 z x)) |
(*.f64 (/.f64 x z) (*.f64 (*.f64 z y) z)) |
(*.f64 (*.f64 z y) x) |
(*.f64 (*.f64 z (*.f64 x y)) #s(literal 1 binary64)) |
(*.f64 (*.f64 x y) z) |
(*.f64 (/.f64 (*.f64 x y) z) (*.f64 z z)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (neg.f64 (*.f64 z (*.f64 z (*.f64 x y))))) |
(*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) #s(literal -1 binary64)) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 z (*.f64 z (*.f64 x y)))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 x y) z)) |
(*.f64 (/.f64 y z) (*.f64 z (*.f64 z x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z z)) (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z)))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 y (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (*.f64 z (*.f64 z x)) (/.f64 y z)) |
(*.f64 (*.f64 z (*.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 x y))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (/.f64 z (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y)))) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (/.f64 z (/.f64 #s(literal 1 binary64) y)) x) |
(*.f64 (*.f64 z (*.f64 z y)) (/.f64 x z)) |
(*.f64 (*.f64 z (*.f64 y (-.f64 #s(literal 0 binary64) z))) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(*.f64 (*.f64 (*.f64 z y) z) (/.f64 x z)) |
(*.f64 (/.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) z)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(/.f64 z (/.f64 z (*.f64 x y))) |
(/.f64 x (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (*.f64 z x) (/.f64 z y)) |
(/.f64 y (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 x z) (/.f64 #s(literal 1 binary64) (*.f64 z y))) |
(/.f64 (*.f64 z y) (/.f64 z x)) |
(/.f64 (*.f64 z (*.f64 x y)) z) |
(/.f64 (*.f64 x y) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal -1 binary64) (*.f64 z (*.f64 x y)))) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 z z) (*.f64 z (*.f64 z (*.f64 x y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) #s(literal 1 binary64))) |
(/.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y)))) |
(/.f64 (/.f64 y z) (/.f64 #s(literal 1 binary64) (*.f64 z x))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z))) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (*.f64 z (*.f64 z (*.f64 x y))) (*.f64 z z)) |
(/.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 0 binary64) z))) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 x y))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 x y))) #s(literal 1 binary64)) (*.f64 z z)) |
(/.f64 (*.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(pow.f64 (*.f64 x y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 x y) |
(*.f64 (*.f64 z x) (/.f64 y z)) |
(*.f64 (*.f64 z x) (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (*.f64 z x) (*.f64 (/.f64 y (*.f64 z z)) z)) |
(*.f64 y x) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 x z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 x z) (/.f64 z (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (*.f64 z y) (/.f64 x z)) |
(*.f64 (*.f64 z (*.f64 x y)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 z (*.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) z)) |
(*.f64 (*.f64 z (*.f64 x y)) (/.f64 z (*.f64 z z))) |
(*.f64 (*.f64 x y) #s(literal 1 binary64)) |
(*.f64 (/.f64 (*.f64 x y) z) z) |
(*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(*.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z)))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 z x))) |
(*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (-.f64 #s(literal 0 binary64) (/.f64 y z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (*.f64 (/.f64 #s(literal -1 binary64) z) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 z (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 x y) (*.f64 z z))) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
(*.f64 (/.f64 y z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 y z) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y z)) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (*.f64 y (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (*.f64 z (*.f64 z x)) (/.f64 y (*.f64 z z))) |
(*.f64 (*.f64 z (*.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) y) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) y)) (*.f64 z x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 0 binary64) z))) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64)) (/.f64 y z)) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) z) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) y)) x) |
#s(literal -1 binary64) |
(exp.f64 (*.f64 (log.f64 (-.f64 #s(literal 0 binary64) z)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) z)) |
(neg.f64 (/.f64 #s(literal 1 binary64) z)) |
(/.f64 #s(literal -1 binary64) z) |
(/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (/.f64 #s(literal -1 binary64) z) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64)) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1/2 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 z (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(/.f64 (/.f64 z x) (*.f64 y (-.f64 #s(literal 0 binary64) z))) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/.f64 (/.f64 #s(literal -1 binary64) (*.f64 x y)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (/.f64 #s(literal -1 binary64) y))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 z (*.f64 x y))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) x) (*.f64 z y)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) x) y) |
(/.f64 (/.f64 z (*.f64 x y)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (/.f64 z y) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y))) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (/.f64 #s(literal -1 binary64) (*.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (/.f64 #s(literal -1 binary64) y) x) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) z) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) y)) x) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1 binary64)) y) |
(/.f64 (neg.f64 (/.f64 #s(literal -1 binary64) y)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (neg.f64 (/.f64 z y)) (*.f64 z x)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) x) |
(/.f64 (/.f64 z (-.f64 #s(literal 0 binary64) y)) (*.f64 z x)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) x) |
(pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 x y)) #s(literal 1 binary64)) |
(pow.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) |
(*.f64 z (/.f64 #s(literal -1 binary64) (*.f64 z (*.f64 x y)))) |
(*.f64 (/.f64 z x) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 z y)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 z (*.f64 x y))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 x y)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) x) (/.f64 #s(literal 1 binary64) (*.f64 z y))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (/.f64 z y) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 z x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 z (*.f64 x y))) z) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (neg.f64 (/.f64 z y)) (/.f64 #s(literal 1 binary64) (*.f64 z x))) |
(*.f64 (pow.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(/.f64 z (/.f64 z (*.f64 x y))) |
(/.f64 x (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (*.f64 z x) (/.f64 z y)) |
(/.f64 y (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 x z) (/.f64 #s(literal 1 binary64) (*.f64 z y))) |
(/.f64 (*.f64 z y) (/.f64 z x)) |
(/.f64 (*.f64 z (*.f64 x y)) z) |
(/.f64 (*.f64 x y) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal -1 binary64) (*.f64 z (*.f64 x y)))) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 z z) (*.f64 z (*.f64 z (*.f64 x y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) #s(literal 1 binary64))) |
(/.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y)))) |
(/.f64 (/.f64 y z) (/.f64 #s(literal 1 binary64) (*.f64 z x))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z))) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (*.f64 z (*.f64 z (*.f64 x y))) (*.f64 z z)) |
(/.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 0 binary64) z))) (/.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 x y))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 z (*.f64 z (*.f64 x y))) #s(literal 1 binary64)) (*.f64 z z)) |
(/.f64 (*.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 (neg.f64 (*.f64 z (*.f64 z (*.f64 x y)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z z))) |
(pow.f64 (*.f64 x y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 x y) |
(*.f64 (*.f64 z x) (/.f64 y z)) |
(*.f64 (*.f64 z x) (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (*.f64 z x) (*.f64 (/.f64 y (*.f64 z z)) z)) |
(*.f64 y x) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 x z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 x z) (/.f64 z (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (*.f64 z y) (/.f64 x z)) |
(*.f64 (*.f64 z (*.f64 x y)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 z (*.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) z)) |
(*.f64 (*.f64 z (*.f64 x y)) (/.f64 z (*.f64 z z))) |
(*.f64 (*.f64 x y) #s(literal 1 binary64)) |
(*.f64 (/.f64 (*.f64 x y) z) z) |
(*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(*.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z)))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 z x))) |
(*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (-.f64 #s(literal 0 binary64) (/.f64 y z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (*.f64 (/.f64 #s(literal -1 binary64) z) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) (/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y))) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 z (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 x y) (*.f64 z z))) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
(*.f64 (/.f64 y z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 y z) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y z))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y z)) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (*.f64 y (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (*.f64 z (*.f64 z x)) (/.f64 y (*.f64 z z))) |
(*.f64 (*.f64 z (*.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 x y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) y) (-.f64 #s(literal 0 binary64) (*.f64 z x))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) y)) (*.f64 z x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 0 binary64) z))) (-.f64 #s(literal 0 binary64) (/.f64 x z))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z x)) #s(literal -1 binary64)) (/.f64 y z)) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) z) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 x y)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) y)) x) |
| 1× | egg-herbie |
| 32× | *-lowering-*.f32 |
| 32× | *-lowering-*.f64 |
| 20× | /-lowering-/.f32 |
| 20× | /-lowering-/.f64 |
| 12× | *-commutative |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 1560 |
| 1 | 22 | 1560 |
| 2 | 29 | 1560 |
| 3 | 30 | 1560 |
| 0 | 30 | 1560 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* 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 z) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(/ 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 z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x 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) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(/ (* x y) z) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
-1 |
-1 |
-1 |
-1 |
-1 |
-1 |
-1 |
-1 |
-1 |
-1 |
-1 |
-1 |
(/ -1 z) |
(/ -1 z) |
(/ -1 z) |
(/ -1 z) |
(/ -1 z) |
(/ -1 z) |
(/ -1 z) |
(/ -1 z) |
(/ -1 z) |
(/ -1 z) |
(/ -1 z) |
(/ -1 z) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(/ -1 (* x y)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
| Outputs |
|---|
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
x |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x z) |
(*.f64 x z) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x 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 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(/ (* x y) z) |
(/.f64 (*.f64 x y) z) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x (* y z)) |
(*.f64 y (*.f64 x z)) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
-1 |
#s(literal -1 binary64) |
-1 |
#s(literal -1 binary64) |
-1 |
#s(literal -1 binary64) |
-1 |
#s(literal -1 binary64) |
-1 |
#s(literal -1 binary64) |
-1 |
#s(literal -1 binary64) |
-1 |
#s(literal -1 binary64) |
-1 |
#s(literal -1 binary64) |
-1 |
#s(literal -1 binary64) |
-1 |
#s(literal -1 binary64) |
-1 |
#s(literal -1 binary64) |
-1 |
#s(literal -1 binary64) |
(/ -1 z) |
(/.f64 #s(literal -1 binary64) z) |
(/ -1 z) |
(/.f64 #s(literal -1 binary64) z) |
(/ -1 z) |
(/.f64 #s(literal -1 binary64) z) |
(/ -1 z) |
(/.f64 #s(literal -1 binary64) z) |
(/ -1 z) |
(/.f64 #s(literal -1 binary64) z) |
(/ -1 z) |
(/.f64 #s(literal -1 binary64) z) |
(/ -1 z) |
(/.f64 #s(literal -1 binary64) z) |
(/ -1 z) |
(/.f64 #s(literal -1 binary64) z) |
(/ -1 z) |
(/.f64 #s(literal -1 binary64) z) |
(/ -1 z) |
(/.f64 #s(literal -1 binary64) z) |
(/ -1 z) |
(/.f64 #s(literal -1 binary64) z) |
(/ -1 z) |
(/.f64 #s(literal -1 binary64) z) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(/ -1 (* x y)) |
(/.f64 #s(literal -1 binary64) (*.f64 x y)) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
Compiled 15 872 to 1 654 computations (89.6% saved)
49 alts after pruning (35 fresh and 14 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 553 | 12 | 1 565 |
| Fresh | 6 | 23 | 29 |
| Picked | 0 | 5 | 5 |
| Done | 0 | 9 | 9 |
| Total | 1 559 | 49 | 1 608 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 70.6% | (/.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
| 33.5% | (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) | |
| 65.0% | (/.f64 (*.f64 (*.f64 z x) y) z) | |
| 40.2% | (/.f64 (*.f64 (*.f64 y z) x) (*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) t)) (sqrt.f64 a))) | |
| ✓ | 37.5% | (/.f64 (*.f64 (*.f64 y z) x) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
| ✓ | 55.7% | (/.f64 (*.f64 (*.f64 y z) x) z) |
| ✓ | 57.9% | (/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 67.9% | (/.f64 (*.f64 (*.f64 x y) z) (fma.f64 a (/.f64 (*.f64 t #s(literal -1/2 binary64)) z) z)) | |
| 41.1% | (/.f64 (*.f64 (*.f64 x y) z) (*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) t)) (sqrt.f64 a))) | |
| ✓ | 37.6% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
| ✓ | 65.2% | (/.f64 (*.f64 (*.f64 x y) z) z) |
| 37.6% | (/.f64 (*.f64 z (*.f64 z (*.f64 x y))) (*.f64 z z)) | |
| ✓ | 44.5% | (/.f64 (*.f64 z y) (/.f64 z x)) |
| 61.0% | (/.f64 z (/.f64 z (*.f64 x y))) | |
| 70.7% | (/.f64 y (/.f64 #s(literal 1 binary64) x)) | |
| 70.7% | (/.f64 x (/.f64 #s(literal 1 binary64) y)) | |
| 61.0% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 z (*.f64 x y)) z)) | |
| 70.6% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) y) x)) | |
| 70.6% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))))) | |
| 64.7% | (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y)) z)) | |
| 70.5% | (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) x))) | |
| 58.9% | (*.f64 (/.f64 (/.f64 (*.f64 z (*.f64 z x)) z) z) y) | |
| 71.5% | (*.f64 (/.f64 (/.f64 z (/.f64 #s(literal 1 binary64) x)) z) y) | |
| 46.3% | (*.f64 (/.f64 (*.f64 (*.f64 z z) (/.f64 x z)) z) y) | |
| 33.9% | (*.f64 (/.f64 (*.f64 z x) (*.f64 z z)) (*.f64 z y)) | |
| ✓ | 71.6% | (*.f64 (/.f64 (*.f64 z x) z) y) |
| 60.9% | (*.f64 (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) x) | |
| 66.9% | (*.f64 (/.f64 y z) (*.f64 z x)) | |
| ✓ | 45.1% | (*.f64 (/.f64 x z) (*.f64 z y)) |
| 65.2% | (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 z (*.f64 x y))) | |
| ✓ | 71.6% | (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x z)) y) |
| 61.1% | (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x y)) z) | |
| 32.7% | (*.f64 (*.f64 (*.f64 z x) (/.f64 #s(literal 1 binary64) (*.f64 z z))) (*.f64 z y)) | |
| 68.2% | (*.f64 (*.f64 (exp.f64 (-.f64 #s(literal 0 binary64) (log.f64 z))) (*.f64 x z)) y) | |
| 37.9% | (*.f64 (*.f64 z (/.f64 (/.f64 x z) z)) (*.f64 z y)) | |
| 36.4% | (*.f64 (*.f64 z (*.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 z z))) | |
| ✓ | 58.9% | (*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
| 35.0% | (*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (*.f64 a (-.f64 #s(literal 0 binary64) t))))) | |
| 35.0% | (*.f64 (*.f64 x (/.f64 z (*.f64 z z))) (*.f64 z y)) | |
| 59.8% | (*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) | |
| 70.6% | (*.f64 (sqrt.f64 (*.f64 x y)) (sqrt.f64 (*.f64 x y))) | |
| ✓ | 55.5% | (*.f64 z (/.f64 (/.f64 (*.f64 (*.f64 z x) y) z) z)) |
| 49.8% | (*.f64 z (/.f64 (*.f64 z x) (*.f64 (/.f64 z y) z))) | |
| ✓ | 61.2% | (*.f64 z (/.f64 (*.f64 x y) z)) |
| 60.9% | (*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 x y)))) | |
| 39.1% | (*.f64 z (*.f64 (*.f64 x y) (*.f64 z (/.f64 #s(literal 1 binary64) (*.f64 z z))))) | |
| 57.4% | (*.f64 z (exp.f64 (-.f64 (log.f64 (*.f64 x y)) (log.f64 z)))) | |
| ✓ | 70.9% | (*.f64 x y) |
| 66.9% | (exp.f64 (log.f64 (*.f64 x y))) |
Compiled 1 393 to 671 computations (51.8% saved)
| Inputs |
|---|
(*.f64 x y) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 (*.f64 x z) (/.f64 y z)) |
(*.f64 (*.f64 y z) (/.f64 x z)) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
(*.f64 (/.f64 (*.f64 z x) z) y) |
(/.f64 (*.f64 (*.f64 x y) z) z) |
(/.f64 (*.f64 (*.f64 x z) y) z) |
(/.f64 (*.f64 (*.f64 y z) x) z) |
(/.f64 (*.f64 (*.f64 z x) y) z) |
(/.f64 x (/.f64 #s(literal 1 binary64) y)) |
(/.f64 y (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) z) (*.f64 x y)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x y)) z) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x z)) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 y z)) x) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 z (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 z (/.f64 z (*.f64 x y))) |
(/.f64 (*.f64 z y) (/.f64 z x)) |
(*.f64 (*.f64 x (/.f64 z (*.f64 z z))) (*.f64 z y)) |
(*.f64 (/.f64 (*.f64 z x) (*.f64 z z)) (*.f64 z y)) |
(/.f64 (*.f64 z (*.f64 z (*.f64 x y))) (*.f64 z z)) |
(*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 (*.f64 z x) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) y) x)) |
(*.f64 (sqrt.f64 (*.f64 x y)) (sqrt.f64 (*.f64 x y))) |
(*.f64 z (*.f64 (*.f64 x y) (*.f64 z (/.f64 #s(literal 1 binary64) (*.f64 z z))))) |
(*.f64 (*.f64 z (*.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(*.f64 (*.f64 (*.f64 z x) (/.f64 #s(literal 1 binary64) (*.f64 z z))) (*.f64 z y)) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (*.f64 z z))) |
(*.f64 z (/.f64 (*.f64 z x) (*.f64 (/.f64 z y) z))) |
(*.f64 z (/.f64 (*.f64 (/.f64 x z) (*.f64 z y)) z)) |
(*.f64 z (/.f64 (*.f64 (/.f64 y z) (*.f64 z x)) z)) |
(*.f64 z (/.f64 (/.f64 (*.f64 (*.f64 z x) y) z) z)) |
(*.f64 (*.f64 z (/.f64 (/.f64 x z) z)) (*.f64 z y)) |
(*.f64 (/.f64 (*.f64 (*.f64 z z) (/.f64 x z)) z) y) |
(*.f64 (/.f64 (/.f64 (*.f64 z (*.f64 z x)) z) z) y) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y)) z)) |
(*.f64 (/.f64 (/.f64 z (/.f64 #s(literal 1 binary64) x)) z) y) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 z (*.f64 x y)) z)) |
(/.f64 (/.f64 z (/.f64 #s(literal 1 binary64) (*.f64 x y))) z) |
(*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (*.f64 a (-.f64 #s(literal 0 binary64) t))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 y z) x) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 x y) z) (fma.f64 a (/.f64 (*.f64 t #s(literal -1/2 binary64)) z) z)) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(/.f64 (*.f64 (*.f64 y z) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(*.f64 (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) x) |
(/.f64 (*.f64 (*.f64 x y) z) (*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) t)) (sqrt.f64 a))) |
(/.f64 (*.f64 (*.f64 y z) x) (*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) t)) (sqrt.f64 a))) |
(*.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))))) |
(exp.f64 (log.f64 (*.f64 x y))) |
(*.f64 (*.f64 (exp.f64 (-.f64 #s(literal 0 binary64) (log.f64 z))) (*.f64 x z)) y) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 z (exp.f64 (-.f64 (log.f64 (*.f64 x y)) (log.f64 z)))) |
| Outputs |
|---|
(*.f64 (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) x) |
(*.f64 x y) |
8 calls:
| 21.0ms | a |
| 20.0ms | (*.f64 t a) |
| 19.0ms | z |
| 18.0ms | (*.f64 x y) |
| 18.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 78.1% | 3 | x |
| 79.9% | 4 | y |
| 92.7% | 2 | z |
| 79.1% | 3 | t |
| 78.4% | 4 | a |
| 92.3% | 3 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 79.7% | 3 | (*.f64 x y) |
| 85.6% | 3 | (*.f64 t a) |
Compiled 65 to 49 computations (24.6% saved)
| Inputs |
|---|
(*.f64 x y) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 (*.f64 x z) (/.f64 y z)) |
(*.f64 (*.f64 y z) (/.f64 x z)) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
(*.f64 (/.f64 (*.f64 z x) z) y) |
(/.f64 (*.f64 (*.f64 x y) z) z) |
(/.f64 (*.f64 (*.f64 x z) y) z) |
(/.f64 (*.f64 (*.f64 y z) x) z) |
(/.f64 (*.f64 (*.f64 z x) y) z) |
(/.f64 x (/.f64 #s(literal 1 binary64) y)) |
(/.f64 y (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) z) (*.f64 x y)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x y)) z) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x z)) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 y z)) x) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 z (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 z (/.f64 z (*.f64 x y))) |
(/.f64 (*.f64 z y) (/.f64 z x)) |
(*.f64 (*.f64 x (/.f64 z (*.f64 z z))) (*.f64 z y)) |
(*.f64 (/.f64 (*.f64 z x) (*.f64 z z)) (*.f64 z y)) |
(/.f64 (*.f64 z (*.f64 z (*.f64 x y))) (*.f64 z z)) |
(*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 (*.f64 z x) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) y) x)) |
(*.f64 (sqrt.f64 (*.f64 x y)) (sqrt.f64 (*.f64 x y))) |
(*.f64 z (*.f64 (*.f64 x y) (*.f64 z (/.f64 #s(literal 1 binary64) (*.f64 z z))))) |
(*.f64 (*.f64 z (*.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(*.f64 (*.f64 (*.f64 z x) (/.f64 #s(literal 1 binary64) (*.f64 z z))) (*.f64 z y)) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (*.f64 z z))) |
(*.f64 z (/.f64 (*.f64 z x) (*.f64 (/.f64 z y) z))) |
(*.f64 z (/.f64 (*.f64 (/.f64 x z) (*.f64 z y)) z)) |
(*.f64 z (/.f64 (*.f64 (/.f64 y z) (*.f64 z x)) z)) |
(*.f64 z (/.f64 (/.f64 (*.f64 (*.f64 z x) y) z) z)) |
(*.f64 (*.f64 z (/.f64 (/.f64 x z) z)) (*.f64 z y)) |
(*.f64 (/.f64 (*.f64 (*.f64 z z) (/.f64 x z)) z) y) |
(*.f64 (/.f64 (/.f64 (*.f64 z (*.f64 z x)) z) z) y) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y)) z)) |
(*.f64 (/.f64 (/.f64 z (/.f64 #s(literal 1 binary64) x)) z) y) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 z (*.f64 x y)) z)) |
(/.f64 (/.f64 z (/.f64 #s(literal 1 binary64) (*.f64 x y))) z) |
(*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (*.f64 a (-.f64 #s(literal 0 binary64) t))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 y z) x) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 x y) z) (fma.f64 a (/.f64 (*.f64 t #s(literal -1/2 binary64)) z) z)) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(/.f64 (*.f64 (*.f64 y z) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
| Outputs |
|---|
(*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(*.f64 x y) |
1 calls:
| 14.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.7% | 3 | z |
Compiled 6 to 5 computations (16.7% saved)
| Inputs |
|---|
(*.f64 x y) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 (*.f64 x z) (/.f64 y z)) |
(*.f64 (*.f64 y z) (/.f64 x z)) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
(*.f64 (/.f64 (*.f64 z x) z) y) |
(/.f64 (*.f64 (*.f64 x y) z) z) |
(/.f64 (*.f64 (*.f64 x z) y) z) |
(/.f64 (*.f64 (*.f64 y z) x) z) |
(/.f64 (*.f64 (*.f64 z x) y) z) |
(/.f64 x (/.f64 #s(literal 1 binary64) y)) |
(/.f64 y (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) z) (*.f64 x y)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x y)) z) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x z)) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 y z)) x) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 z (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 z (/.f64 z (*.f64 x y))) |
(/.f64 (*.f64 z y) (/.f64 z x)) |
(*.f64 (*.f64 x (/.f64 z (*.f64 z z))) (*.f64 z y)) |
(*.f64 (/.f64 (*.f64 z x) (*.f64 z z)) (*.f64 z y)) |
(/.f64 (*.f64 z (*.f64 z (*.f64 x y))) (*.f64 z z)) |
(*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 (*.f64 z x) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) y) x)) |
(*.f64 (sqrt.f64 (*.f64 x y)) (sqrt.f64 (*.f64 x y))) |
(*.f64 z (*.f64 (*.f64 x y) (*.f64 z (/.f64 #s(literal 1 binary64) (*.f64 z z))))) |
(*.f64 (*.f64 z (*.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(*.f64 (*.f64 (*.f64 z x) (/.f64 #s(literal 1 binary64) (*.f64 z z))) (*.f64 z y)) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (*.f64 z z))) |
(*.f64 z (/.f64 (*.f64 z x) (*.f64 (/.f64 z y) z))) |
(*.f64 z (/.f64 (*.f64 (/.f64 x z) (*.f64 z y)) z)) |
(*.f64 z (/.f64 (*.f64 (/.f64 y z) (*.f64 z x)) z)) |
(*.f64 z (/.f64 (/.f64 (*.f64 (*.f64 z x) y) z) z)) |
(*.f64 (*.f64 z (/.f64 (/.f64 x z) z)) (*.f64 z y)) |
(*.f64 (/.f64 (*.f64 (*.f64 z z) (/.f64 x z)) z) y) |
(*.f64 (/.f64 (/.f64 (*.f64 z (*.f64 z x)) z) z) y) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y)) z)) |
(*.f64 (/.f64 (/.f64 z (/.f64 #s(literal 1 binary64) x)) z) y) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 z (*.f64 x y)) z)) |
(/.f64 (/.f64 z (/.f64 #s(literal 1 binary64) (*.f64 x y))) z) |
(*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (*.f64 a (-.f64 #s(literal 0 binary64) t))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 y z) x) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 x y) z) (fma.f64 a (/.f64 (*.f64 t #s(literal -1/2 binary64)) z) z)) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(/.f64 (*.f64 (*.f64 y z) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| Outputs |
|---|
(/.f64 (*.f64 (*.f64 y z) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(*.f64 x y) |
1 calls:
| 16.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 91.2% | 2 | z |
Compiled 6 to 5 computations (16.7% saved)
| Inputs |
|---|
(*.f64 x y) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 (*.f64 x z) (/.f64 y z)) |
(*.f64 (*.f64 y z) (/.f64 x z)) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
(*.f64 (/.f64 (*.f64 z x) z) y) |
(/.f64 (*.f64 (*.f64 x y) z) z) |
(/.f64 (*.f64 (*.f64 x z) y) z) |
(/.f64 (*.f64 (*.f64 y z) x) z) |
(/.f64 (*.f64 (*.f64 z x) y) z) |
(/.f64 x (/.f64 #s(literal 1 binary64) y)) |
(/.f64 y (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) z) (*.f64 x y)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x y)) z) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x z)) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 y z)) x) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 z (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 z (/.f64 z (*.f64 x y))) |
(/.f64 (*.f64 z y) (/.f64 z x)) |
(*.f64 (*.f64 x (/.f64 z (*.f64 z z))) (*.f64 z y)) |
(*.f64 (/.f64 (*.f64 z x) (*.f64 z z)) (*.f64 z y)) |
(/.f64 (*.f64 z (*.f64 z (*.f64 x y))) (*.f64 z z)) |
(*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 (*.f64 z x) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) y) x)) |
(*.f64 (sqrt.f64 (*.f64 x y)) (sqrt.f64 (*.f64 x y))) |
(*.f64 z (*.f64 (*.f64 x y) (*.f64 z (/.f64 #s(literal 1 binary64) (*.f64 z z))))) |
(*.f64 (*.f64 z (*.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(*.f64 (*.f64 (*.f64 z x) (/.f64 #s(literal 1 binary64) (*.f64 z z))) (*.f64 z y)) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (*.f64 z z))) |
(*.f64 z (/.f64 (*.f64 z x) (*.f64 (/.f64 z y) z))) |
(*.f64 z (/.f64 (*.f64 (/.f64 x z) (*.f64 z y)) z)) |
(*.f64 z (/.f64 (*.f64 (/.f64 y z) (*.f64 z x)) z)) |
(*.f64 z (/.f64 (/.f64 (*.f64 (*.f64 z x) y) z) z)) |
(*.f64 (*.f64 z (/.f64 (/.f64 x z) z)) (*.f64 z y)) |
(*.f64 (/.f64 (*.f64 (*.f64 z z) (/.f64 x z)) z) y) |
(*.f64 (/.f64 (/.f64 (*.f64 z (*.f64 z x)) z) z) y) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y)) z)) |
(*.f64 (/.f64 (/.f64 z (/.f64 #s(literal 1 binary64) x)) z) y) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 z (*.f64 x y)) z)) |
(/.f64 (/.f64 z (/.f64 #s(literal 1 binary64) (*.f64 x y))) z) |
(*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (*.f64 a (-.f64 #s(literal 0 binary64) t))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 y z) x) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 x y) z) (fma.f64 a (/.f64 (*.f64 t #s(literal -1/2 binary64)) z) z)) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| Outputs |
|---|
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(*.f64 x y) |
1 calls:
| 18.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 90.8% | 2 | z |
Compiled 6 to 5 computations (16.7% saved)
| Inputs |
|---|
(*.f64 x y) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 (*.f64 x z) (/.f64 y z)) |
(*.f64 (*.f64 y z) (/.f64 x z)) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
(*.f64 (/.f64 (*.f64 z x) z) y) |
(/.f64 (*.f64 (*.f64 x y) z) z) |
(/.f64 (*.f64 (*.f64 x z) y) z) |
(/.f64 (*.f64 (*.f64 y z) x) z) |
(/.f64 (*.f64 (*.f64 z x) y) z) |
(/.f64 x (/.f64 #s(literal 1 binary64) y)) |
(/.f64 y (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) z) (*.f64 x y)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x y)) z) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x z)) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 y z)) x) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 z (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 z (/.f64 z (*.f64 x y))) |
(/.f64 (*.f64 z y) (/.f64 z x)) |
(*.f64 (*.f64 x (/.f64 z (*.f64 z z))) (*.f64 z y)) |
(*.f64 (/.f64 (*.f64 z x) (*.f64 z z)) (*.f64 z y)) |
(/.f64 (*.f64 z (*.f64 z (*.f64 x y))) (*.f64 z z)) |
(*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 (*.f64 z x) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) y) x)) |
(*.f64 (sqrt.f64 (*.f64 x y)) (sqrt.f64 (*.f64 x y))) |
(*.f64 z (*.f64 (*.f64 x y) (*.f64 z (/.f64 #s(literal 1 binary64) (*.f64 z z))))) |
(*.f64 (*.f64 z (*.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(*.f64 (*.f64 (*.f64 z x) (/.f64 #s(literal 1 binary64) (*.f64 z z))) (*.f64 z y)) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (*.f64 z z))) |
(*.f64 z (/.f64 (*.f64 z x) (*.f64 (/.f64 z y) z))) |
(*.f64 z (/.f64 (*.f64 (/.f64 x z) (*.f64 z y)) z)) |
(*.f64 z (/.f64 (*.f64 (/.f64 y z) (*.f64 z x)) z)) |
(*.f64 z (/.f64 (/.f64 (*.f64 (*.f64 z x) y) z) z)) |
(*.f64 (*.f64 z (/.f64 (/.f64 x z) z)) (*.f64 z y)) |
(*.f64 (/.f64 (*.f64 (*.f64 z z) (/.f64 x z)) z) y) |
(*.f64 (/.f64 (/.f64 (*.f64 z (*.f64 z x)) z) z) y) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y)) z)) |
(*.f64 (/.f64 (/.f64 z (/.f64 #s(literal 1 binary64) x)) z) y) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 z (*.f64 x y)) z)) |
(/.f64 (/.f64 z (/.f64 #s(literal 1 binary64) (*.f64 x y))) z) |
(*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (*.f64 a (-.f64 #s(literal 0 binary64) t))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 y z) x) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 x y) z) (fma.f64 a (/.f64 (*.f64 t #s(literal -1/2 binary64)) z) z)) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) z) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
| Outputs |
|---|
(*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (*.f64 a (-.f64 #s(literal 0 binary64) t))))) |
(*.f64 x y) |
2 calls:
| 29.0ms | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 14.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 81.6% | 3 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 86.6% | 2 | z |
Compiled 25 to 17 computations (32% saved)
| Inputs |
|---|
(*.f64 x y) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 (*.f64 x z) (/.f64 y z)) |
(*.f64 (*.f64 y z) (/.f64 x z)) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
(*.f64 (/.f64 (*.f64 z x) z) y) |
(/.f64 (*.f64 (*.f64 x y) z) z) |
(/.f64 (*.f64 (*.f64 x z) y) z) |
(/.f64 (*.f64 (*.f64 y z) x) z) |
(/.f64 (*.f64 (*.f64 z x) y) z) |
(/.f64 x (/.f64 #s(literal 1 binary64) y)) |
(/.f64 y (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) z) (*.f64 x y)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x y)) z) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 x z)) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 y z)) x) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 z (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 z (/.f64 z (*.f64 x y))) |
(/.f64 (*.f64 z y) (/.f64 z x)) |
(*.f64 (*.f64 x (/.f64 z (*.f64 z z))) (*.f64 z y)) |
(*.f64 (/.f64 (*.f64 z x) (*.f64 z z)) (*.f64 z y)) |
(/.f64 (*.f64 z (*.f64 z (*.f64 x y))) (*.f64 z z)) |
(*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 (*.f64 z x) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) y) x)) |
(*.f64 (sqrt.f64 (*.f64 x y)) (sqrt.f64 (*.f64 x y))) |
(*.f64 z (*.f64 (*.f64 x y) (*.f64 z (/.f64 #s(literal 1 binary64) (*.f64 z z))))) |
(*.f64 (*.f64 z (*.f64 z (*.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(*.f64 (*.f64 (*.f64 z x) (/.f64 #s(literal 1 binary64) (*.f64 z z))) (*.f64 z y)) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (*.f64 z z))) |
(/.f64 (*.f64 (*.f64 x z) y) (sqrt.f64 (*.f64 z z))) |
(*.f64 z (/.f64 (*.f64 z x) (*.f64 (/.f64 z y) z))) |
(*.f64 z (/.f64 (*.f64 (/.f64 x z) (*.f64 z y)) z)) |
(*.f64 z (/.f64 (*.f64 (/.f64 y z) (*.f64 z x)) z)) |
(*.f64 z (/.f64 (/.f64 (*.f64 (*.f64 z x) y) z) z)) |
(*.f64 (*.f64 z (/.f64 (/.f64 x z) z)) (*.f64 z y)) |
(*.f64 (/.f64 (*.f64 (*.f64 z z) (/.f64 x z)) z) y) |
(*.f64 (/.f64 (/.f64 (*.f64 z (*.f64 z x)) z) z) y) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z x) y)) z)) |
(*.f64 (/.f64 (/.f64 z (/.f64 #s(literal 1 binary64) x)) z) y) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 z (*.f64 x y)) z)) |
(/.f64 (/.f64 z (/.f64 #s(literal 1 binary64) (*.f64 x y))) z) |
| Outputs |
|---|
(/.f64 (*.f64 (*.f64 x z) y) z) |
(*.f64 x y) |
5 calls:
| 14.0ms | (*.f64 t a) |
| 14.0ms | (*.f64 x y) |
| 12.0ms | z |
| 12.0ms | t |
| 11.0ms | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 74.5% | 2 | t |
| 75.9% | 2 | (*.f64 x y) |
| 77.0% | 2 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 76.2% | 2 | (*.f64 t a) |
| 76.9% | 2 | z |
Compiled 47 to 34 computations (27.7% saved)
| Inputs |
|---|
(*.f64 x y) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 (*.f64 x z) (/.f64 y z)) |
(*.f64 (*.f64 y z) (/.f64 x z)) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
(*.f64 (/.f64 (*.f64 z x) z) y) |
(/.f64 (*.f64 (*.f64 x y) z) z) |
| Outputs |
|---|
(*.f64 (/.f64 (*.f64 z x) z) y) |
(*.f64 x y) |
4 calls:
| 32.0ms | x |
| 3.0ms | y |
| 3.0ms | z |
| 3.0ms | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 74.5% | 2 | x |
| 75.1% | 2 | y |
| 76.0% | 2 | z |
| 76.2% | 2 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
Compiled 37 to 27 computations (27% saved)
| Inputs |
|---|
(*.f64 x y) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
(*.f64 (*.f64 x z) (/.f64 y z)) |
(*.f64 (*.f64 y z) (/.f64 x z)) |
(*.f64 (/.f64 x z) (*.f64 z y)) |
(*.f64 (/.f64 y z) (*.f64 z x)) |
| Outputs |
|---|
(*.f64 (*.f64 x z) (/.f64 y z)) |
(*.f64 x y) |
8 calls:
| 4.0ms | t |
| 3.0ms | x |
| 3.0ms | z |
| 3.0ms | a |
| 2.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 70.9% | 1 | x |
| 70.9% | 1 | t |
| 70.9% | 1 | y |
| 70.9% | 1 | a |
| 70.9% | 1 | (*.f64 x y) |
| 73.1% | 2 | z |
| 73.1% | 2 | (*.f64 t a) |
| 70.9% | 1 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
Compiled 65 to 49 computations (24.6% saved)
Total -6.5b remaining (-34.6%)
Threshold costs -6.5b (-34.6%)
| Inputs |
|---|
(*.f64 x y) |
(*.f64 z (/.f64 (*.f64 x y) z)) |
| Outputs |
|---|
(*.f64 x y) |
4 calls:
| 2.0ms | z |
| 1.0ms | (*.f64 t a) |
| 1.0ms | (*.f64 x y) |
| 1.0ms | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 70.9% | 1 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 70.9% | 1 | (*.f64 x y) |
| 70.9% | 1 | (*.f64 t a) |
| 70.9% | 1 | z |
Compiled 41 to 29 computations (29.3% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 19.0ms | 7.117270347009119e+36 | 1.90344946482283e+39 |
| 14.0ms | 128× | 0 | valid |
| 0.0ms | 7× | 0 | invalid |
Compiled 262 to 188 computations (28.2% saved)
ival-mult: 8.0ms (74% of total)ival-sub: 1.0ms (9.2% of total)ival-div: 1.0ms (9.2% of total)ival-sqrt: 1.0ms (9.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 |
|---|---|---|
| 12.0ms | 1.5550783265871238e+115 | 4.835741235030449e+116 |
| 18.0ms | 8.397863708533742e-49 | 4.726238683684988e-41 |
| 19.0ms | 256× | 0 | valid |
| 3.0ms | 27× | 0 | invalid |
Compiled 594 to 403 computations (32.2% saved)
ival-mult: 8.0ms (61.9% of total)ival-div: 2.0ms (15.5% of total)ival-sqrt: 2.0ms (15.5% of total)ival-sub: 1.0ms (7.7% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 16.0ms | 7.117270347009119e+36 | 1.90344946482283e+39 |
| 11.0ms | 128× | 0 | valid |
| 1.0ms | 13× | 0 | invalid |
Compiled 254 to 180 computations (29.1% saved)
ival-mult: 3.0ms (51.2% of total)ival-sub: 1.0ms (17.1% of total)ival-div: 1.0ms (17.1% of total)ival-sqrt: 1.0ms (17.1% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 2.0ms | 1.5550783265871238e+115 | 4.835741235030449e+116 |
| 1.0ms | 16× | 0 | valid |
| 0.0ms | 1× | 0 | invalid |
Compiled 51 to 40 computations (21.6% saved)
ival-sub: 0.0ms (0% of total)ival-div: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)ival-mult: 0.0ms (0% of total)ival-sqrt: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 18.0ms | 4.742842248934688e-102 | 3.3441259508510154e-98 |
| 12.0ms | 128× | 0 | valid |
| 2.0ms | 30× | 0 | invalid |
Compiled 238 to 180 computations (24.4% saved)
ival-mult: 4.0ms (44.9% of total)ival-sqrt: 3.0ms (33.7% of total)ival-sub: 1.0ms (11.2% of total)ival-div: 1.0ms (11.2% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 5.903894999127217e-217 | 3.1964085324690685e-214 |
Compiled 22 to 20 computations (9.1% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 5.903894999127217e-217 | 3.1964085324690685e-214 |
Compiled 22 to 20 computations (9.1% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 8.0ms | 1.691541072484394e-176 | 2.0299071657124886e-176 |
| 6.0ms | 32× | 0 | valid |
| 0.0ms | 6× | 0 | invalid |
Compiled 66 to 52 computations (21.2% saved)
ival-mult: 1.0ms (63.1% of total)ival-sub: 0.0ms (0% of total)ival-div: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)ival-sqrt: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 1× | egg-herbie |
| 32× | *-commutative_binary64 |
| 8× | +-commutative_binary64 |
| 8× | sub-neg_binary64 |
| 8× | cancel-sign-sub-inv_binary64 |
| 6× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 61 | 191 |
| 1 | 84 | 191 |
| 2 | 96 | 191 |
| 3 | 100 | 191 |
| 4 | 102 | 191 |
| 5 | 103 | 191 |
| 1× | saturated |
| Inputs |
|---|
(if (<=.f64 z #s(literal 399999999999999990995239293824136118272 binary64)) (*.f64 (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) x) (*.f64 x y)) |
(if (<=.f64 z #s(literal 4511666872309177/392318858461667547739736838950479151006397215279002157056 binary64)) (*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) (if (<=.f64 z #s(literal 24000000000000000373425987107204232582436833526105474400874493930340010747954136878359649357961138744228950740828160 binary64)) (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (*.f64 x y))) |
(if (<=.f64 z #s(literal 28500000000000000397331425916291645440 binary64)) (/.f64 (*.f64 (*.f64 y z) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (*.f64 x y)) |
(if (<=.f64 z #s(literal 20000000000000000311188322589336860485364027938421228667395411608616675623295114065299707798300948953524125617356800 binary64)) (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (*.f64 x y)) |
(if (<=.f64 z #s(literal 8668441363206785/78804012392788958424558080200287227610159478540930893335896586808491443542994421222828532509769831281613255980613632 binary64)) (*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (*.f64 a (-.f64 #s(literal 0 binary64) t))))) (*.f64 x y)) |
(if (<=.f64 (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #s(literal 1552518092300709/1552518092300708935148979488462502555256886017116696611139052038026050952686376886330878408828646477950487730697131073206171580044114814391444287275041181139204454976020849905550265285631598444825262999193716468750892846853816057856 binary64)) (/.f64 (*.f64 (*.f64 x z) y) z) (*.f64 x y)) |
(if (<=.f64 (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #s(literal 1552518092300709/1552518092300708935148979488462502555256886017116696611139052038026050952686376886330878408828646477950487730697131073206171580044114814391444287275041181139204454976020849905550265285631598444825262999193716468750892846853816057856 binary64)) (*.f64 (/.f64 (*.f64 z x) z) y) (*.f64 x y)) |
(if (<=.f64 z #s(literal 178220336625867/8911016831293350036408538292383381493932086928219843614412485386522021810954448020519360959604241015192660760885926576778688876408936402340337229140082449586429677098359892480630613656731648 binary64)) (*.f64 (*.f64 x z) (/.f64 y z)) (*.f64 x y)) |
(*.f64 x y) |
| Outputs |
|---|
(if (<=.f64 z #s(literal 399999999999999990995239293824136118272 binary64)) (*.f64 (/.f64 (*.f64 y z) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) x) (*.f64 x y)) |
(if (<=.f64 z #s(literal 399999999999999990995239293824136118272 binary64)) (*.f64 (/.f64 (*.f64 z y) (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a))))) x) (*.f64 y x)) |
(if (<=.f64 z #s(literal 4511666872309177/392318858461667547739736838950479151006397215279002157056 binary64)) (*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) (if (<=.f64 z #s(literal 24000000000000000373425987107204232582436833526105474400874493930340010747954136878359649357961138744228950740828160 binary64)) (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (*.f64 x y))) |
(if (<=.f64 z #s(literal 4511666872309177/392318858461667547739736838950479151006397215279002157056 binary64)) (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 z z (-.f64 #s(literal 0 binary64) (*.f64 t a)))))) (if (<=.f64 z #s(literal 24000000000000000373425987107204232582436833526105474400874493930340010747954136878359649357961138744228950740828160 binary64)) (/.f64 (*.f64 z (*.f64 y x)) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 28500000000000000397331425916291645440 binary64)) (/.f64 (*.f64 (*.f64 y z) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (*.f64 x y)) |
(if (<=.f64 z #s(literal 28500000000000000397331425916291645440 binary64)) (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (*.f64 y x)) |
(if (<=.f64 z #s(literal 20000000000000000311188322589336860485364027938421228667395411608616675623295114065299707798300948953524125617356800 binary64)) (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (*.f64 x y)) |
(if (<=.f64 z #s(literal 20000000000000000311188322589336860485364027938421228667395411608616675623295114065299707798300948953524125617356800 binary64)) (/.f64 (*.f64 z (*.f64 y x)) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (*.f64 y x)) |
(if (<=.f64 z #s(literal 8668441363206785/78804012392788958424558080200287227610159478540930893335896586808491443542994421222828532509769831281613255980613632 binary64)) (*.f64 (*.f64 y z) (/.f64 x (sqrt.f64 (*.f64 a (-.f64 #s(literal 0 binary64) t))))) (*.f64 x y)) |
(if (<=.f64 z #s(literal 8668441363206785/78804012392788958424558080200287227610159478540930893335896586808491443542994421222828532509769831281613255980613632 binary64)) (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (-.f64 #s(literal 0 binary64) (*.f64 t a))))) (*.f64 y x)) |
(if (<=.f64 (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #s(literal 1552518092300709/1552518092300708935148979488462502555256886017116696611139052038026050952686376886330878408828646477950487730697131073206171580044114814391444287275041181139204454976020849905550265285631598444825262999193716468750892846853816057856 binary64)) (/.f64 (*.f64 (*.f64 x z) y) z) (*.f64 x y)) |
(if (<=.f64 (/.f64 (*.f64 z (*.f64 y x)) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #s(literal 1552518092300709/1552518092300708935148979488462502555256886017116696611139052038026050952686376886330878408828646477950487730697131073206171580044114814391444287275041181139204454976020849905550265285631598444825262999193716468750892846853816057856 binary64)) (/.f64 (*.f64 y (*.f64 z x)) z) (*.f64 y x)) |
(if (<=.f64 (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #s(literal 1552518092300709/1552518092300708935148979488462502555256886017116696611139052038026050952686376886330878408828646477950487730697131073206171580044114814391444287275041181139204454976020849905550265285631598444825262999193716468750892846853816057856 binary64)) (*.f64 (/.f64 (*.f64 z x) z) y) (*.f64 x y)) |
(if (<=.f64 (/.f64 (*.f64 z (*.f64 y x)) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #s(literal 1552518092300709/1552518092300708935148979488462502555256886017116696611139052038026050952686376886330878408828646477950487730697131073206171580044114814391444287275041181139204454976020849905550265285631598444825262999193716468750892846853816057856 binary64)) (*.f64 y (/.f64 (*.f64 z x) z)) (*.f64 y x)) |
(if (<=.f64 z #s(literal 178220336625867/8911016831293350036408538292383381493932086928219843614412485386522021810954448020519360959604241015192660760885926576778688876408936402340337229140082449586429677098359892480630613656731648 binary64)) (*.f64 (*.f64 x z) (/.f64 y z)) (*.f64 x y)) |
(if (<=.f64 z #s(literal 178220336625867/8911016831293350036408538292383381493932086928219843614412485386522021810954448020519360959604241015192660760885926576778688876408936402340337229140082449586429677098359892480630613656731648 binary64)) (*.f64 (*.f64 z x) (/.f64 y z)) (*.f64 y x)) |
(*.f64 x y) |
(*.f64 y x) |
| 8 704× | *-lowering-*.f32 |
| 8 704× | *-lowering-*.f64 |
| 7 510× | accelerator-lowering-fma.f32 |
| 7 510× | accelerator-lowering-fma.f64 |
| 6 788× | accelerator-lowering-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 116 |
| 1 | 151 | 116 |
| 2 | 897 | 110 |
| 0 | 9739 | 98 |
| 0 | 23 | 95 |
| 1 | 108 | 83 |
| 2 | 609 | 59 |
| 3 | 5062 | 57 |
| 0 | 8447 | 57 |
| 0 | 641 | 10396 |
| 1 | 2124 | 10203 |
| 2 | 5689 | 10152 |
| 0 | 8730 | 9871 |
| 0 | 495 | 3591 |
| 1 | 1609 | 3519 |
| 2 | 6478 | 3501 |
| 0 | 8266 | 3389 |
| 0 | 12 | 34 |
| 1 | 49 | 34 |
| 2 | 313 | 34 |
| 3 | 2693 | 34 |
| 0 | 8407 | 34 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 445 to 229 computations (48.5% saved)
(sort t a)
Compiled 2 124 to 1 080 computations (49.2% saved)
Loading profile data...