
Time bar (total: 8.1s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 0 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 1 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 2 |
| 25% | 25% | 74.9% | 0.1% | 0% | 0% | 0% | 3 |
| 37.5% | 37.5% | 62.4% | 0.1% | 0% | 0% | 0% | 4 |
| 56.3% | 56.2% | 43.7% | 0.1% | 0% | 0% | 0% | 5 |
| 65.6% | 65.6% | 34.3% | 0.1% | 0% | 0% | 0% | 6 |
| 76.6% | 76.5% | 23.4% | 0.1% | 0% | 0% | 0% | 7 |
| 82% | 82% | 18% | 0.1% | 0% | 0% | 0% | 8 |
| 87.9% | 87.8% | 12.1% | 0.1% | 0% | 0% | 0% | 9 |
| 90.8% | 90.7% | 9.2% | 0.1% | 0% | 0% | 0% | 10 |
| 93.8% | 93.8% | 6.1% | 0.1% | 0% | 0% | 0% | 11 |
| 95.4% | 95.3% | 4.6% | 0.1% | 0% | 0% | 0% | 12 |
Compiled 9 to 8 computations (11.1% saved)
| 396.0ms | 8 256× | 0 | valid |
ival-add: 90.0ms (38.3% of total)ival-mult: 69.0ms (29.3% of total)ival-div: 63.0ms (26.8% of total)ival-true: 6.0ms (2.6% of total)exact: 5.0ms (2.1% of total)ival-assert: 3.0ms (1.3% of total)| 2× | egg-herbie |
| 490× | times-frac |
| 284× | associate-*l* |
| 212× | associate-*r* |
| 202× | unsub-neg |
| 160× | distribute-lft-in |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 18 | 52 |
| 1 | 52 | 42 |
| 2 | 123 | 42 |
| 3 | 285 | 42 |
| 4 | 766 | 42 |
| 5 | 1423 | 42 |
| 6 | 1776 | 42 |
| 7 | 1812 | 42 |
| 8 | 1860 | 42 |
| 9 | 1892 | 42 |
| 10 | 1892 | 42 |
| 0 | 6 | 7 |
| 1 | 10 | 7 |
| 2 | 13 | 7 |
| 3 | 14 | 7 |
| 0 | 14 | 7 |
| 1× | iter limit |
| 1× | saturated |
| 1× | saturated |
| Inputs |
|---|
(/ (* x 100) (+ x y)) |
| Outputs |
|---|
(/ (* x 100) (+ x y)) |
(*.f64 #s(literal 100 binary64) (/.f64 x (+.f64 x y))) |
| Inputs |
|---|
(/ (* x 100) (+ x y)) |
(/ (* (neg x) 100) (+ (neg x) y)) |
(/ (* x 100) (+ x (neg y))) |
(neg (/ (* (neg x) 100) (+ (neg x) y))) |
(neg (/ (* x 100) (+ x (neg y)))) |
(/ (* y 100) (+ y x)) |
| Outputs |
|---|
(/ (* x 100) (+ x y)) |
(* x (/ 100 (+ x y))) |
(/ (* (neg x) 100) (+ (neg x) y)) |
(* 100 (/ x (- x y))) |
(/ (* x 100) (+ x (neg y))) |
(* 100 (/ x (- x y))) |
(neg (/ (* (neg x) 100) (+ (neg x) y))) |
(* 100 (/ x (- y x))) |
(neg (/ (* x 100) (+ x (neg y)))) |
(* 100 (/ x (- y x))) |
(/ (* y 100) (+ y x)) |
(* 100 (/ y (+ x y))) |
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 1 | 0 | - | 0 | - | (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
| 0 | 0 | - | 0 | - | y |
| 0 | 0 | - | 0 | - | (*.f64 x #s(literal 100 binary64)) |
| 0 | 0 | - | 0 | - | (+.f64 x y) |
| 0 | 0 | - | 0 | - | #s(literal 100 binary64) |
| 0 | 0 | - | 0 | - | x |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
/.f64 | (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) | o/n | 1 | 0 |
| ↳ | (*.f64 x #s(literal 100 binary64)) | overflow | 1 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 1 | 0 |
| - | 0 | 255 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 255 |
| number | freq |
|---|---|
| 0 | 255 |
| 1 | 1 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 34.0ms | 512× | 0 | valid |
Compiled 54 to 28 computations (48.1% saved)
ival-add: 12.0ms (62.7% of total)ival-div: 3.0ms (15.7% of total)ival-mult: 3.0ms (15.7% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)Compiled 2 to 2 computations (0% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.3% | (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
Compiled 9 to 6 computations (33.3% saved)
| 1× | egg-herbie |
Found 3 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (+.f64 x y) |
| ✓ | cost-diff | 0 | (*.f64 x #s(literal 100 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
| 12× | *-lowering-*.f32 |
| 12× | *-lowering-*.f64 |
| 6× | *-commutative |
| 6× | /-lowering-/.f32 |
| 6× | /-lowering-/.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 6 | 16 |
| 1 | 10 | 16 |
| 2 | 13 | 16 |
| 3 | 14 | 16 |
| 0 | 14 | 16 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(/ (* x 100) (+ x y)) |
(* x 100) |
x |
100 |
(+ x y) |
y |
| Outputs |
|---|
(/ (* x 100) (+ x y)) |
(*.f64 #s(literal 100 binary64) (/.f64 x (+.f64 x y))) |
(* x 100) |
(*.f64 x #s(literal 100 binary64)) |
x |
100 |
#s(literal 100 binary64) |
(+ x y) |
(+.f64 x y) |
y |
Found 3 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (+.f64 x y) |
| ✓ | accuracy | 100.0% | (*.f64 x #s(literal 100 binary64)) |
| ✓ | accuracy | 99.3% | (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
| 12.0ms | 256× | 0 | valid |
Compiled 18 to 8 computations (55.6% saved)
ival-div: 2.0ms (38.9% of total)ival-mult: 2.0ms (38.9% of total)ival-add: 1.0ms (19.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 (/ (* x 100) (+ x y))> |
#<alt (* x 100)> |
#<alt (+ x y)> |
| Outputs |
|---|
#<alt (* 100 (/ x y))> |
#<alt (* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y))))> |
#<alt (* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y))))> |
#<alt (* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y))))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x)))> |
#<alt (- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x))))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x)))> |
#<alt (+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x)))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x)))))> |
#<alt (+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x)))))> |
#<alt (* 100 (/ x y))> |
#<alt (/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y)> |
#<alt (/ (+ (* -100 (/ (pow x 2) y)) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2))))) y)> |
#<alt (/ (+ (* -100 (/ (pow x 2) y)) (+ (* -100 (/ (pow x 4) (pow y 3))) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))))) y)> |
#<alt (* 100 (/ x y))> |
#<alt (* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y))> |
#<alt (* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* 100 (/ (pow x 3) y))) y))) y))> |
#<alt (* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* -1 (/ (+ (* -100 (pow x 3)) (* 100 (/ (pow x 4) y))) y))) y))) y))> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt y> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt x> |
#<alt (* x (+ 1 (/ y x)))> |
#<alt (* x (+ 1 (/ y x)))> |
#<alt (* x (+ 1 (/ y x)))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ y x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ y x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ y x)) 1)))> |
#<alt x> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt y> |
#<alt (* y (+ 1 (/ x y)))> |
#<alt (* y (+ 1 (/ x y)))> |
#<alt (* y (+ 1 (/ x y)))> |
#<alt y> |
#<alt (* -1 (* y (- (* -1 (/ x y)) 1)))> |
#<alt (* -1 (* y (- (* -1 (/ x y)) 1)))> |
#<alt (* -1 (* y (- (* -1 (/ x y)) 1)))> |
15 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | 0 | (/ (* x 100) (+ x y)) |
| 0.0ms | y | @ | inf | (/ (* x 100) (+ x y)) |
| 0.0ms | x | @ | inf | (/ (* x 100) (+ x y)) |
| 0.0ms | y | @ | -inf | (/ (* x 100) (+ x y)) |
| 0.0ms | x | @ | -inf | (/ (* x 100) (+ x y)) |
| 1× | batch-egg-rewrite |
| 4 492× | /-lowering-/.f32 |
| 4 492× | /-lowering-/.f64 |
| 3 630× | *-lowering-*.f32 |
| 3 630× | *-lowering-*.f64 |
| 3 278× | accelerator-lowering-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 6 | 13 |
| 1 | 31 | 13 |
| 2 | 215 | 13 |
| 3 | 2147 | 13 |
| 0 | 8190 | 13 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* x 100) (+ x y)) |
(* x 100) |
(+ x y) |
| Outputs |
|---|
(+.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x)))) |
(+.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x))) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x))) |
(+.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) x) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) y))) |
(+.f64 (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(+.f64 (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(+.f64 (*.f64 x (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 (+.f64 x y) x) #s(literal 1/100 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x #s(literal -100 binary64)) (+.f64 x y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (+.f64 x y)) (/.f64 (*.f64 x #s(literal -100 binary64)) (+.f64 x y))) |
(-.f64 (/.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 1/100 binary64) x)) (/.f64 (/.f64 y (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 1/100 binary64) x))) |
(-.f64 (/.f64 (/.f64 (fma.f64 x x (*.f64 y y)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1/100 binary64) x)) (/.f64 (/.f64 (*.f64 x y) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1/100 binary64) x))) |
(fma.f64 x (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(fma.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x)))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) x (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) (+.f64 x y))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x #s(literal -100 binary64)) (+.f64 x y)))) |
(/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
(/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
(/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 x y) x) #s(literal 1/100 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 (+.f64 x y) (*.f64 x #s(literal -100 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 #s(literal 1/100 binary64) x)) |
(/.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (neg.f64 (/.f64 #s(literal 1/100 binary64) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (neg.f64 (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))) |
(/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(/.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (-.f64 x y) (*.f64 y y))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) |
(/.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (-.f64 x y)) (*.f64 (+.f64 x y) (-.f64 x y))) |
(/.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 y x) (*.f64 (-.f64 y x) (-.f64 y x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (fma.f64 x (*.f64 x (*.f64 x x)) (*.f64 (*.f64 y (-.f64 y x)) (-.f64 (*.f64 y (-.f64 y x)) (*.f64 x x)))))) |
(/.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)) (-.f64 (*.f64 x x) (*.f64 y (-.f64 y x))))) (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (-.f64 (*.f64 x x) (*.f64 y (-.f64 y x))))) |
(/.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (+.f64 x y))) |
(/.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (fma.f64 y (+.f64 x y) (*.f64 x x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (-.f64 x y) (*.f64 y y)))) (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (-.f64 x y))) (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y)))) |
(/.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal -100 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 y x) (*.f64 (-.f64 y x) (-.f64 y x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (fma.f64 x (*.f64 x (*.f64 x x)) (*.f64 (*.f64 y (-.f64 y x)) (-.f64 (*.f64 y (-.f64 y x)) (*.f64 x x))))) |
(/.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)) (-.f64 (*.f64 x x) (*.f64 y (-.f64 y x))))) (-.f64 (*.f64 x x) (*.f64 y (-.f64 y x)))) |
(/.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))) (+.f64 x y)) |
(/.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) (fma.f64 y (+.f64 x y) (*.f64 x x))) |
(/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1 binary64)) (+.f64 x y)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)) (*.f64 x #s(literal 100 binary64)))) (*.f64 (+.f64 x y) (+.f64 x y))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (+.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)) (*.f64 x #s(literal -100 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)) (+.f64 x y))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (+.f64 x y) (*.f64 x #s(literal -100 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 x y) (*.f64 x #s(literal -100 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)) (/.f64 (*.f64 x #s(literal -100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (-.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)) (/.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (+.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)) (/.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)) (+.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 y x) (*.f64 (-.f64 y x) (-.f64 y x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (neg.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (fma.f64 x (*.f64 x (*.f64 x x)) (*.f64 (*.f64 y (-.f64 y x)) (-.f64 (*.f64 y (-.f64 y x)) (*.f64 x x))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)) (-.f64 (*.f64 x x) (*.f64 y (-.f64 y x)))))) (neg.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (-.f64 (*.f64 x x) (*.f64 y (-.f64 y x)))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) (neg.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (+.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y)))) (neg.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (fma.f64 y (+.f64 x y) (*.f64 x x))))) |
(/.f64 (neg.f64 (*.f64 x #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) x)) (neg.f64 (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal -100 binary64)))) (+.f64 x y)) |
(/.f64 (neg.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) #s(literal 1 binary64))) (+.f64 x y)) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 y x) (*.f64 (-.f64 y x) (-.f64 y x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (neg.f64 (fma.f64 x (*.f64 x (*.f64 x x)) (*.f64 (*.f64 y (-.f64 y x)) (-.f64 (*.f64 y (-.f64 y x)) (*.f64 x x)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)) (-.f64 (*.f64 x x) (*.f64 y (-.f64 y x)))))) (neg.f64 (-.f64 (*.f64 x x) (*.f64 y (-.f64 y x))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y)))) (neg.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x))) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x)) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x))) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x)))) (*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x))) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x))) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x))) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x))) (*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x))) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) x) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) y)) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) x) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) x) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) y)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) y))) (*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) x) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) y)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (-.f64 (*.f64 (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) (*.f64 (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) (*.f64 (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 x (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) #s(literal 3 binary64))) (fma.f64 (*.f64 x (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) (*.f64 x (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))))) (*.f64 (*.f64 x (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) (+.f64 x y)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) (+.f64 x y)) (/.f64 (*.f64 x #s(literal -100 binary64)) (+.f64 x y)) (*.f64 #s(literal 0 binary64) (/.f64 (*.f64 x #s(literal -100 binary64)) (+.f64 x y)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 0 binary64) (+.f64 x y)) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) (+.f64 x y)) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 0 binary64) (+.f64 x y)) (/.f64 #s(literal 0 binary64) (+.f64 x y)) (fma.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) (+.f64 x y)) (/.f64 (*.f64 x #s(literal -100 binary64)) (+.f64 x y)) (*.f64 (/.f64 #s(literal 0 binary64) (+.f64 x y)) (/.f64 (*.f64 x #s(literal -100 binary64)) (+.f64 x y)))))) |
(pow.f64 (*.f64 x (/.f64 #s(literal 100 binary64) (+.f64 x y))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (/.f64 (+.f64 x y) x) #s(literal 1/100 binary64)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (*.f64 x (/.f64 #s(literal 100 binary64) (+.f64 x y))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (*.f64 (/.f64 (+.f64 x y) x) #s(literal 1/100 binary64)) (*.f64 (/.f64 (+.f64 x y) x) #s(literal 1/100 binary64))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (*.f64 (/.f64 (+.f64 x y) x) #s(literal 1/100 binary64)))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
(*.f64 #s(literal 100 binary64) (/.f64 x (+.f64 x y))) |
(*.f64 #s(literal 100 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) (+.f64 x y)))) |
(*.f64 (*.f64 x #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (*.f64 x (/.f64 #s(literal 100 binary64) (+.f64 x y))) #s(literal 1 binary64)) |
(*.f64 (*.f64 x (/.f64 #s(literal 100 binary64) (+.f64 x y))) (pow.f64 (/.f64 (-.f64 x y) (-.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 x y))) |
(*.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (/.f64 #s(literal 100 binary64) (+.f64 x y)))) |
(*.f64 (-.f64 x y) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) x) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 x #s(literal -100 binary64)) (+.f64 x y))) |
(*.f64 #s(literal -100 binary64) (*.f64 x (/.f64 #s(literal -1 binary64) (+.f64 x y)))) |
(*.f64 #s(literal -100 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) (+.f64 x y)))) |
(*.f64 #s(literal -100 binary64) (pow.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 x #s(literal 100 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/100 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (pow.f64 (/.f64 (-.f64 x y) (*.f64 (*.f64 x #s(literal 100 binary64)) (-.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (pow.f64 (/.f64 (/.f64 #s(literal 1/100 binary64) x) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (*.f64 x #s(literal -100 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal -100 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))) (pow.f64 (/.f64 (+.f64 x y) (*.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (-.f64 x y) (*.f64 y y)))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -100 binary64) (+.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 #s(literal 100 binary64) (/.f64 #s(literal -1 binary64) (+.f64 x y)))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (fma.f64 x (-.f64 x y) (*.f64 y y))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 x y)) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (-.f64 x y) (*.f64 y y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (-.f64 x y) (*.f64 y y)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))) (*.f64 x #s(literal 100 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (*.f64 x #s(literal 100 binary64)) (-.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x #s(literal 100 binary64)) (-.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) (*.f64 x #s(literal 100 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 x (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))))) |
(*.f64 (/.f64 #s(literal 100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)) x)) |
(*.f64 (/.f64 #s(literal 100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 x (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) x)) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/100 binary64) x)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 100 binary64) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 100 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -100 binary64) (+.f64 x y))) |
(*.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
(*.f64 (pow.f64 (*.f64 x (/.f64 #s(literal 100 binary64) (+.f64 x y))) #s(literal 1/2 binary64)) (pow.f64 (*.f64 x (/.f64 #s(literal 100 binary64) (+.f64 x y))) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal -100 binary64))) (/.f64 #s(literal -1 binary64) (+.f64 x y))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 x (-.f64 x y) (*.f64 y y))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y)) |
(*.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (-.f64 #s(literal 0 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))) |
(*.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) (-.f64 x y))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal -100 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 x y))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) x) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))) #s(literal 100 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) x) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal 100 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)) (*.f64 x #s(literal 100 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 (+.f64 x y) (fma.f64 x (-.f64 x y) (*.f64 y y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 x #s(literal -100 binary64))) |
(neg.f64 (*.f64 x #s(literal -100 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (*.f64 x #s(literal -100 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 x #s(literal 100 binary64)) (*.f64 #s(literal 0 binary64) (*.f64 x #s(literal -100 binary64)))))) |
(*.f64 x #s(literal 100 binary64)) |
(*.f64 #s(literal 100 binary64) x) |
(*.f64 #s(literal 100 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(*.f64 #s(literal 100 binary64) (*.f64 x #s(literal 1 binary64))) |
(*.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 x #s(literal -100 binary64))) |
(*.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -100 binary64)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) #s(literal 100 binary64)) |
(+.f64 x y) |
(+.f64 y x) |
(+.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (neg.f64 (/.f64 (*.f64 y y) (-.f64 x y)))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (+.f64 x y)) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (+.f64 x y)) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y))) |
(-.f64 (/.f64 (/.f64 (*.f64 x x) (-.f64 x y)) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 y y) (-.f64 x y)) #s(literal 1 binary64))) |
(-.f64 (/.f64 (*.f64 y y) (-.f64 y x)) (/.f64 (*.f64 x x) (-.f64 y x))) |
(-.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 y #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 (/.f64 (*.f64 x x) (-.f64 x y)) #s(literal 1 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 (/.f64 (*.f64 y y) (-.f64 x y)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(-.f64 (/.f64 (/.f64 (*.f64 y y) (-.f64 y x)) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 x x) (-.f64 y x)) #s(literal 1 binary64))) |
(-.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 x #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 (*.f64 x x) (-.f64 #s(literal 0 binary64) (-.f64 x y))) #s(literal -1 binary64)) (/.f64 (/.f64 (*.f64 y y) (-.f64 #s(literal 0 binary64) (-.f64 x y))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) (fma.f64 x (-.f64 x y) (*.f64 y y))) (/.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) (fma.f64 x (-.f64 x y) (*.f64 y y)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))))) (/.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) (*.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))) (/.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) (*.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (fma.f64 (*.f64 y y) (fma.f64 x x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 x y)) (/.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (fma.f64 (*.f64 y y) (fma.f64 x x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 x y))) |
(-.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (fma.f64 x x (*.f64 y y))) (-.f64 x y)) (/.f64 (/.f64 (*.f64 y (*.f64 y (*.f64 y y))) (fma.f64 x x (*.f64 y y))) (-.f64 x y))) |
(-.f64 (/.f64 (*.f64 x x) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)))) (/.f64 (*.f64 y y) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (fma.f64 (*.f64 y y) (fma.f64 x x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 x x))))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)))) (/.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (fma.f64 (*.f64 y y) (fma.f64 x x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 x x))))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y))))) |
(-.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (fma.f64 x x (*.f64 y y))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)))) (/.f64 (/.f64 (*.f64 y (*.f64 y (*.f64 y y))) (fma.f64 x x (*.f64 y y))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y))))) |
(-.f64 (/.f64 (*.f64 x x) (*.f64 #s(literal 1 binary64) (-.f64 x y))) (/.f64 (*.f64 y y) (*.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (fma.f64 (*.f64 y y) (fma.f64 x x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 #s(literal 1 binary64) (-.f64 x y))) (/.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (fma.f64 (*.f64 y y) (fma.f64 x x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(-.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (fma.f64 x x (*.f64 y y))) (*.f64 #s(literal 1 binary64) (-.f64 x y))) (/.f64 (/.f64 (*.f64 y (*.f64 y (*.f64 y y))) (fma.f64 x x (*.f64 y y))) (*.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))))) (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x y)))) (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x y))))) |
(-.f64 (/.f64 (*.f64 y y) (*.f64 #s(literal 1 binary64) (-.f64 y x))) (/.f64 (*.f64 x x) (*.f64 #s(literal 1 binary64) (-.f64 y x)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y)))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x y) (fma.f64 (*.f64 y y) (fma.f64 x x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (*.f64 (-.f64 x y) (fma.f64 (*.f64 y y) (fma.f64 x x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(-.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y y)))) (/.f64 (*.f64 y (*.f64 y (*.f64 y y))) (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y y))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) (-.f64 x y)) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 (*.f64 (-.f64 x y) (*.f64 y y)) (*.f64 (-.f64 x y) (-.f64 x y)))) |
(-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (*.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 x x) (-.f64 x y)))) (fma.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 x x) (-.f64 x y)) (fma.f64 (/.f64 (*.f64 y y) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y)) (*.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y)))))) (/.f64 (*.f64 (/.f64 (*.f64 y y) (-.f64 x y)) (*.f64 (/.f64 (*.f64 y y) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y)))) (fma.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 x x) (-.f64 x y)) (fma.f64 (/.f64 (*.f64 y y) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y)) (*.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y))))))) |
(-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 x x) (-.f64 x y))) (fma.f64 x (/.f64 x (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y)))) (/.f64 (*.f64 (/.f64 (*.f64 y y) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y))) (fma.f64 x (/.f64 x (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y))))) |
(fma.f64 x (/.f64 x (-.f64 x y)) (neg.f64 (/.f64 (*.f64 y y) (-.f64 x y)))) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (-.f64 x y)) (neg.f64 (/.f64 (*.f64 y y) (-.f64 x y)))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (+.f64 x y) (-.f64 x y))) (+.f64 x y) (neg.f64 (/.f64 (*.f64 y y) (-.f64 x y)))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) (fma.f64 y (+.f64 x y) (*.f64 x x)) (neg.f64 (/.f64 (*.f64 y y) (-.f64 x y)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (+.f64 x y) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)) #s(literal -1 binary64)) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (fma.f64 x (-.f64 x y) (*.f64 y y))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 y x) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (-.f64 x y)) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.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) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 y x) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (-.f64 #s(literal 0 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (neg.f64 (*.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (-.f64 #s(literal 0 binary64) (-.f64 x y))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x y)))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (*.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)) (fma.f64 x (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x x)) (*.f64 (*.f64 y (*.f64 y y)) (-.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (-.f64 y x)) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 #s(literal 1 binary64) (-.f64 y x))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) (*.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y)))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) (*.f64 (-.f64 x y) (fma.f64 (*.f64 y y) (fma.f64 x x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 y y)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y y)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (-.f64 x y)) (*.f64 (-.f64 x y) (*.f64 y y))) (*.f64 (-.f64 x y) (-.f64 x y))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) #s(literal 1 binary64)) (*.f64 (fma.f64 x (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x x)) (*.f64 (*.f64 y (*.f64 y y)) (-.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))))) (fma.f64 x (-.f64 x y) (*.f64 y y)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) #s(literal 1 binary64)) (*.f64 (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y)) (fma.f64 x (-.f64 x y) (*.f64 y y)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 y y) (fma.f64 x x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 x y))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y y)) (*.f64 (+.f64 x y) (-.f64 x y))) #s(literal 1 binary64)) (*.f64 (fma.f64 x x (*.f64 y y)) (-.f64 x y))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) #s(literal 1 binary64)) (fma.f64 x (-.f64 x y) (*.f64 y y))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 x (-.f64 x y) (*.f64 y y))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y)))) (-.f64 x y)) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y)))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y)))) (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (-.f64 y x))) (neg.f64 (-.f64 y x))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (-.f64 y x))) (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 y x)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x x (*.f64 y y)) (*.f64 (+.f64 x y) (-.f64 x y)))) (neg.f64 (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y y))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))) (neg.f64 (*.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)) (fma.f64 x (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x x)) (*.f64 (*.f64 y (*.f64 y y)) (-.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y)))) (neg.f64 (*.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y)))) (neg.f64 (*.f64 (-.f64 x y) (fma.f64 (*.f64 y y) (fma.f64 x x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (*.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 x x) (-.f64 x y)))) (*.f64 (/.f64 (*.f64 y y) (-.f64 x y)) (*.f64 (/.f64 (*.f64 y y) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y))))) (fma.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 x x) (-.f64 x y)) (fma.f64 (/.f64 (*.f64 y y) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y)) (*.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 x x) (-.f64 x y))) (*.f64 (/.f64 (*.f64 y y) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y)))) (fma.f64 x (/.f64 x (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))) (fma.f64 x (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x x)) (*.f64 (*.f64 y (*.f64 y y)) (-.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y))) (fma.f64 (*.f64 y y) (fma.f64 x x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y y)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y))) (fma.f64 x x (*.f64 y y))) |
(/.f64 (-.f64 (neg.f64 (*.f64 x x)) (-.f64 #s(literal 0 binary64) (*.f64 y y))) (-.f64 #s(literal 0 binary64) (-.f64 x y))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (/.f64 (-.f64 x y) (*.f64 y y))) (*.f64 (-.f64 x y) #s(literal 1 binary64))) (*.f64 (-.f64 x y) (/.f64 (-.f64 x y) (*.f64 y y)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (*.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (*.f64 y y)))) (*.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 x y)) (*.f64 (/.f64 (-.f64 x y) (*.f64 x x)) (*.f64 y y))) (*.f64 (/.f64 (-.f64 x y) (*.f64 x x)) (-.f64 x y))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (*.f64 y y))) (*.f64 (/.f64 (-.f64 x y) (*.f64 x x)) #s(literal 1 binary64))) (*.f64 (/.f64 (-.f64 x y) (*.f64 x x)) (/.f64 (-.f64 x y) (*.f64 y y)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (*.f64 (/.f64 (-.f64 x y) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (*.f64 y y)))) (*.f64 (/.f64 (-.f64 x y) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (-.f64 x y)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 x x)) (-.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (*.f64 y y))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 x y))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 x x)) (/.f64 (-.f64 x y) (*.f64 y y))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (/.f64 (-.f64 x y) (*.f64 y y)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 x x)) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 #s(literal 0 binary64) (*.f64 y y)))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 #s(literal 0 binary64) (-.f64 x y)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 x y)) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 y y) (-.f64 x y)))) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 y y) (-.f64 y x)) (*.f64 (-.f64 y x) (*.f64 x x))) (*.f64 (-.f64 y x) (-.f64 y x))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) (-.f64 #s(literal 0 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y))))) (-.f64 #s(literal 0 binary64) (-.f64 x y))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 x y) (-.f64 y x)))) (neg.f64 (neg.f64 (-.f64 y x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x x) (-.f64 x y)) (*.f64 (-.f64 x y) (*.f64 y y)))) (neg.f64 (*.f64 (-.f64 x y) (-.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 x (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x x)) (*.f64 (*.f64 y (*.f64 y y)) (-.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))))) (fma.f64 x (-.f64 x y) (*.f64 y y))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) #s(literal 1 binary64))) (neg.f64 (*.f64 (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y)) (fma.f64 x (-.f64 x y) (*.f64 y y))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 (*.f64 y y) (fma.f64 x x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y y)) (*.f64 (+.f64 x y) (-.f64 x y))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 x x (*.f64 y y)) (-.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (*.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 x x) (-.f64 x y)))) (*.f64 (/.f64 (*.f64 y y) (-.f64 x y)) (*.f64 (/.f64 (*.f64 y y) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y)))))) (neg.f64 (fma.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 x x) (-.f64 x y)) (fma.f64 (/.f64 (*.f64 y y) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y)) (*.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 x x) (-.f64 x y))) (*.f64 (/.f64 (*.f64 y y) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y))))) (neg.f64 (fma.f64 x (/.f64 x (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))))) (neg.f64 (fma.f64 x (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x x)) (*.f64 (*.f64 y (*.f64 y y)) (-.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))))) (neg.f64 (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) (neg.f64 (fma.f64 (*.f64 y y) (fma.f64 x x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y y)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) (neg.f64 (fma.f64 x x (*.f64 y y)))) |
(/.f64 (fma.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (*.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 x x) (-.f64 x y))) (pow.f64 (neg.f64 (/.f64 (*.f64 y y) (-.f64 x y))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 x x) (-.f64 x y)) (-.f64 (*.f64 (neg.f64 (/.f64 (*.f64 y y) (-.f64 x y))) (neg.f64 (/.f64 (*.f64 y y) (-.f64 x y)))) (*.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (neg.f64 (/.f64 (*.f64 y y) (-.f64 x y))))))) |
(/.f64 (+.f64 (pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) #s(literal 3 binary64)) (pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) #s(literal 3 binary64))) (fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) (neg.f64 (-.f64 #s(literal 0 binary64) x)) (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (neg.f64 (-.f64 #s(literal 0 binary64) y))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) (neg.f64 (-.f64 #s(literal 0 binary64) y)))))) |
(/.f64 (+.f64 (pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) #s(literal 3 binary64)) (pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) #s(literal 3 binary64))) (fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (neg.f64 (-.f64 #s(literal 0 binary64) y)) (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) (neg.f64 (-.f64 #s(literal 0 binary64) x))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (neg.f64 (-.f64 #s(literal 0 binary64) x)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 (+.f64 x y) (+.f64 x y) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 x y)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (*.f64 x x) (-.f64 x y)) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 y y) (-.f64 x y)) #s(literal 1 binary64)) #s(literal 3 binary64))) (fma.f64 (/.f64 (/.f64 (*.f64 x x) (-.f64 x y)) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 x x) (-.f64 x y)) #s(literal 1 binary64)) (fma.f64 (/.f64 (/.f64 (*.f64 y y) (-.f64 x y)) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 y y) (-.f64 x y)) #s(literal 1 binary64)) (*.f64 (/.f64 (/.f64 (*.f64 x x) (-.f64 x y)) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 y y) (-.f64 x y)) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 y y) (-.f64 y x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 x x) (-.f64 y x)) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 y y) (-.f64 y x)) (/.f64 (*.f64 y y) (-.f64 y x)) (fma.f64 (/.f64 (*.f64 x x) (-.f64 y x)) (/.f64 (*.f64 x x) (-.f64 y x)) (*.f64 (/.f64 (*.f64 y y) (-.f64 y x)) (/.f64 (*.f64 x x) (-.f64 y x)))))) |
(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 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 y x) (*.f64 (+.f64 x y) (-.f64 y x))) #s(literal -1 binary64)) |
(*.f64 (+.f64 x y) #s(literal 1 binary64)) |
(*.f64 (+.f64 x y) (/.f64 (-.f64 x y) (-.f64 x y))) |
(*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))) #s(literal 1 binary64))) |
(*.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)) (/.f64 (+.f64 x y) (fma.f64 x (-.f64 x y) (*.f64 y y)))) |
(*.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)) (*.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))))) |
(*.f64 #s(literal 1 binary64) (+.f64 x y)) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (/.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) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) (*.f64 (+.f64 x y) (-.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (-.f64 y x))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (+.f64 x y) (-.f64 x y))) (+.f64 x y)) |
(*.f64 (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (fma.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 y x) (*.f64 (-.f64 y x) (-.f64 y x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (fma.f64 x (*.f64 x (*.f64 x x)) (*.f64 (*.f64 y (-.f64 y x)) (-.f64 (*.f64 y (-.f64 y x)) (*.f64 x x))))) |
(*.f64 (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)) (-.f64 (*.f64 x x) (*.f64 y (-.f64 y x))))) (-.f64 (*.f64 x x) (*.f64 y (-.f64 y x)))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y))) (fma.f64 y (+.f64 x y) (*.f64 x x))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (+.f64 x y) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (+.f64 x y) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x (-.f64 x y) (*.f64 y y))))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x y)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 y x))) |
(*.f64 (pow.f64 (/.f64 (-.f64 x y) (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (fma.f64 x x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(*.f64 (pow.f64 (/.f64 (-.f64 x y) (*.f64 (fma.f64 x x (*.f64 y y)) (*.f64 (+.f64 x y) (-.f64 x y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y y)))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x x)) (*.f64 (*.f64 y (*.f64 y y)) (-.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))))))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 x (-.f64 x y) (*.f64 y y)) (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 y (+.f64 x y) (*.f64 x x)) (-.f64 x y)))) |
| 1× | egg-herbie |
| 15 982× | accelerator-lowering-fma.f32 |
| 15 982× | accelerator-lowering-fma.f64 |
| 4 158× | *-lowering-*.f32 |
| 4 158× | *-lowering-*.f64 |
| 2 414× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 142 | 463 |
| 1 | 400 | 440 |
| 2 | 986 | 420 |
| 3 | 3162 | 406 |
| 4 | 7111 | 406 |
| 0 | 8145 | 375 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 100 (/ x y)) |
(* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y)))) |
(* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
100 |
(+ 100 (* -100 (/ y x))) |
(- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x))) |
(- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x)))) |
100 |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x))) |
(+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x))) |
100 |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x))))) |
(+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x))))) |
(* 100 (/ x y)) |
(/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2))))) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* -100 (/ (pow x 4) (pow y 3))) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))))) y) |
(* 100 (/ x y)) |
(* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* 100 (/ (pow x 3) y))) y))) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* -1 (/ (+ (* -100 (pow x 3)) (* 100 (/ (pow x 4) y))) y))) y))) y)) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
y |
(+ x y) |
(+ x y) |
(+ x y) |
x |
(* x (+ 1 (/ y x))) |
(* x (+ 1 (/ y x))) |
(* x (+ 1 (/ y x))) |
x |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
x |
(+ x y) |
(+ x y) |
(+ x y) |
y |
(* y (+ 1 (/ x y))) |
(* y (+ 1 (/ x y))) |
(* y (+ 1 (/ x y))) |
y |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
| Outputs |
|---|
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y)))) |
(*.f64 (/.f64 x y) (fma.f64 x (/.f64 #s(literal -100 binary64) y) #s(literal 100 binary64))) |
(* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(*.f64 x (fma.f64 (/.f64 x (*.f64 y y)) (fma.f64 #s(literal 100 binary64) (/.f64 x y) #s(literal -100 binary64)) (/.f64 #s(literal 100 binary64) y))) |
(* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(*.f64 x (fma.f64 x (fma.f64 (/.f64 #s(literal 100 binary64) (*.f64 y y)) (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 (fma.f64 x (fma.f64 x #s(literal -100 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 y #s(literal 4 binary64)))) (/.f64 #s(literal 100 binary64) y))) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x))) |
(fma.f64 (/.f64 y x) (fma.f64 #s(literal 100 binary64) (/.f64 y x) #s(literal -100 binary64)) #s(literal 100 binary64)) |
(- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x)))) |
(fma.f64 (/.f64 #s(literal -100 binary64) x) (fma.f64 (*.f64 y (/.f64 y x)) (+.f64 (/.f64 y x) #s(literal -1 binary64)) y) #s(literal 100 binary64)) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x))) |
(fma.f64 (/.f64 y x) (fma.f64 #s(literal 100 binary64) (/.f64 y x) #s(literal -100 binary64)) #s(literal 100 binary64)) |
(+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x))) |
(fma.f64 (/.f64 #s(literal -100 binary64) x) (fma.f64 (*.f64 y (/.f64 y x)) (+.f64 (/.f64 y x) #s(literal -1 binary64)) y) #s(literal 100 binary64)) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x))))) |
(fma.f64 (/.f64 y x) (fma.f64 #s(literal 100 binary64) (/.f64 y x) #s(literal -100 binary64)) #s(literal 100 binary64)) |
(+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x))))) |
(fma.f64 (/.f64 #s(literal -100 binary64) x) (fma.f64 (*.f64 y (/.f64 y x)) (+.f64 (/.f64 y x) #s(literal -1 binary64)) y) #s(literal 100 binary64)) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y) |
(/.f64 (*.f64 x (fma.f64 x (/.f64 #s(literal -100 binary64) y) #s(literal 100 binary64))) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2))))) y) |
(/.f64 (fma.f64 #s(literal 100 binary64) x (*.f64 (/.f64 x y) (*.f64 x (fma.f64 #s(literal 100 binary64) (/.f64 x y) #s(literal -100 binary64))))) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* -100 (/ (pow x 4) (pow y 3))) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))))) y) |
(/.f64 (fma.f64 (/.f64 x y) (*.f64 x (fma.f64 #s(literal 100 binary64) (/.f64 x y) #s(literal -100 binary64))) (fma.f64 #s(literal -100 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 100 binary64) x))) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y)) |
(/.f64 (*.f64 x (fma.f64 x (/.f64 #s(literal -100 binary64) y) #s(literal 100 binary64))) y) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* 100 (/ (pow x 3) y))) y))) y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x (/.f64 (*.f64 (*.f64 x x) (fma.f64 #s(literal 100 binary64) (/.f64 x y) #s(literal -100 binary64))) y)) y) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* -1 (/ (+ (* -100 (pow x 3)) (* 100 (/ (pow x 4) y))) y))) y))) y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x (/.f64 (fma.f64 x (fma.f64 x #s(literal -100 binary64) #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -100 binary64) (fma.f64 (*.f64 x x) (-.f64 #s(literal 0 binary64) x) (/.f64 (pow.f64 x #s(literal 4 binary64)) y))) y)) y)) y) |
(* 100 x) |
(*.f64 #s(literal 100 binary64) x) |
(* 100 x) |
(*.f64 #s(literal 100 binary64) x) |
(* 100 x) |
(*.f64 #s(literal 100 binary64) x) |
(* 100 x) |
(*.f64 #s(literal 100 binary64) x) |
(* 100 x) |
(*.f64 #s(literal 100 binary64) x) |
(* 100 x) |
(*.f64 #s(literal 100 binary64) x) |
(* 100 x) |
(*.f64 #s(literal 100 binary64) x) |
(* 100 x) |
(*.f64 #s(literal 100 binary64) x) |
(* 100 x) |
(*.f64 #s(literal 100 binary64) x) |
(* 100 x) |
(*.f64 #s(literal 100 binary64) x) |
(* 100 x) |
(*.f64 #s(literal 100 binary64) x) |
(* 100 x) |
(*.f64 #s(literal 100 binary64) x) |
y |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
x |
(* x (+ 1 (/ y x))) |
(+.f64 x y) |
(* x (+ 1 (/ y x))) |
(+.f64 x y) |
(* x (+ 1 (/ y x))) |
(+.f64 x y) |
x |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(+.f64 x y) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(+.f64 x y) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(+.f64 x y) |
x |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
y |
(* y (+ 1 (/ x y))) |
(+.f64 x y) |
(* y (+ 1 (/ x y))) |
(+.f64 x y) |
(* y (+ 1 (/ x y))) |
(+.f64 x y) |
y |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(+.f64 x y) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(+.f64 x y) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(+.f64 x y) |
Compiled 10 180 to 1 111 computations (89.1% saved)
8 alts after pruning (8 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 375 | 8 | 383 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 376 | 8 | 384 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 51.7% | (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
| 49.4% | (/.f64 (*.f64 x #s(literal 100 binary64)) y) | |
| 99.7% | (/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) | |
| ▶ | 99.5% | (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 x y) x) #s(literal 1/100 binary64))) |
| ▶ | 56.6% | (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x)) |
| ▶ | 99.8% | (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) |
| 58.5% | (*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) x)) | |
| ▶ | 52.2% | #s(literal 100 binary64) |
Compiled 162 to 104 computations (35.8% saved)
| 1× | egg-herbie |
Found 13 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 (+.f64 x y) (-.f64 y x)) |
| ✓ | cost-diff | 0 | (*.f64 x #s(literal 100 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) |
| ✓ | cost-diff | 1024 | (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x)) |
| ✓ | cost-diff | 0 | (+.f64 x y) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 x y) x) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 (+.f64 x y) x) #s(literal 1/100 binary64)) |
| ✓ | cost-diff | 704 | (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 x y) x) #s(literal 1/100 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -100 binary64) x) |
| ✓ | cost-diff | 0 | (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
| ✓ | cost-diff | 0 | (+.f64 x y) |
| ✓ | cost-diff | 0 | (/.f64 x (+.f64 x y)) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) |
| 9 388× | accelerator-lowering-fma.f32 |
| 9 388× | accelerator-lowering-fma.f64 |
| 3 888× | *-lowering-*.f32 |
| 3 888× | *-lowering-*.f64 |
| 2 480× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 20 | 96 |
| 1 | 46 | 96 |
| 2 | 131 | 96 |
| 3 | 417 | 96 |
| 4 | 1541 | 96 |
| 5 | 5184 | 96 |
| 0 | 8264 | 95 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ x (+ x y)) 100) |
(/ x (+ x y)) |
x |
(+ x y) |
y |
100 |
100 |
(+ (* y (/ -100 x)) 100) |
y |
(/ -100 x) |
-100 |
x |
100 |
(/ 1 (* (/ (+ x y) x) 1/100)) |
1 |
(* (/ (+ x y) x) 1/100) |
(/ (+ x y) x) |
(+ x y) |
x |
y |
1/100 |
(* (/ (* x 100) (* (+ x y) (- y x))) (- y x)) |
(/ (* x 100) (* (+ x y) (- y x))) |
(* x 100) |
x |
100 |
(* (+ x y) (- y x)) |
(+ x y) |
y |
(- y x) |
| Outputs |
|---|
(* (/ x (+ x y)) 100) |
(/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
(/ x (+ x y)) |
(/.f64 x (+.f64 x y)) |
x |
(+ x y) |
(+.f64 x y) |
y |
100 |
#s(literal 100 binary64) |
100 |
#s(literal 100 binary64) |
(+ (* y (/ -100 x)) 100) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
y |
(/ -100 x) |
(/.f64 #s(literal -100 binary64) x) |
-100 |
#s(literal -100 binary64) |
x |
100 |
#s(literal 100 binary64) |
(/ 1 (* (/ (+ x y) x) 1/100)) |
(/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
1 |
#s(literal 1 binary64) |
(* (/ (+ x y) x) 1/100) |
(/.f64 (*.f64 (+.f64 x y) #s(literal 1/100 binary64)) x) |
(/ (+ x y) x) |
(/.f64 (+.f64 x y) x) |
(+ x y) |
(+.f64 x y) |
x |
y |
1/100 |
#s(literal 1/100 binary64) |
(* (/ (* x 100) (* (+ x y) (- y x))) (- y x)) |
(/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
(/ (* x 100) (* (+ x y) (- y x))) |
(/.f64 x (*.f64 #s(literal 1/100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(* x 100) |
(*.f64 x #s(literal 100 binary64)) |
x |
100 |
#s(literal 100 binary64) |
(* (+ x y) (- y x)) |
(*.f64 (+.f64 x y) (-.f64 y x)) |
(+ x y) |
(+.f64 x y) |
y |
(- y x) |
(-.f64 y x) |
Found 13 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 (+.f64 x y) (-.f64 y x)) |
| ✓ | accuracy | 100.0% | (*.f64 x #s(literal 100 binary64)) |
| ✓ | accuracy | 82.7% | (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x)) |
| ✓ | accuracy | 74.9% | (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) |
| ✓ | accuracy | 100.0% | (/.f64 (+.f64 x y) x) |
| ✓ | accuracy | 100.0% | (+.f64 x y) |
| ✓ | accuracy | 99.8% | (*.f64 (/.f64 (+.f64 x y) x) #s(literal 1/100 binary64)) |
| ✓ | accuracy | 99.7% | (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 x y) x) #s(literal 1/100 binary64))) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal -100 binary64) x) |
| ✓ | accuracy | 99.9% | (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
| ✓ | accuracy | 100.0% | (+.f64 x y) |
| ✓ | accuracy | 100.0% | (/.f64 x (+.f64 x y)) |
| ✓ | accuracy | 99.8% | (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) |
| 60.0ms | 256× | 0 | valid |
Compiled 107 to 22 computations (79.4% saved)
ival-mult: 30.0ms (64.2% of total)ival-div: 8.0ms (17.1% of total)ival-add: 3.0ms (6.4% of total)const: 3.0ms (6.4% of total)ival-sub: 1.0ms (2.1% 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 (+ x y)) 100)> |
#<alt (/ x (+ x y))> |
#<alt (+ x y)> |
#<alt (+ (* y (/ -100 x)) 100)> |
#<alt (/ -100 x)> |
#<alt (/ 1 (* (/ (+ x y) x) 1/100))> |
#<alt (* (/ (+ x y) x) 1/100)> |
#<alt (/ (+ x y) x)> |
#<alt (* (/ (* x 100) (* (+ x y) (- y x))) (- y x))> |
#<alt (/ (* x 100) (* (+ x y) (- y x)))> |
#<alt (* x 100)> |
#<alt (* (+ x y) (- y x))> |
| Outputs |
|---|
#<alt (* 100 (/ x y))> |
#<alt (* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y))))> |
#<alt (* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y))))> |
#<alt (* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y))))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x)))> |
#<alt (- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x))))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x)))> |
#<alt (+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x)))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x)))))> |
#<alt (+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x)))))> |
#<alt (* 100 (/ x y))> |
#<alt (/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y)> |
#<alt (/ (+ (* -100 (/ (pow x 2) y)) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2))))) y)> |
#<alt (/ (+ (* -100 (/ (pow x 2) y)) (+ (* -100 (/ (pow x 4) (pow y 3))) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))))) y)> |
#<alt (* 100 (/ x y))> |
#<alt (* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y))> |
#<alt (* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* 100 (/ (pow x 3) y))) y))) y))> |
#<alt (* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* -1 (/ (+ (* -100 (pow x 3)) (* 100 (/ (pow x 4) y))) y))) y))) y))> |
#<alt (/ x y)> |
#<alt (* x (+ (* -1 (/ x (pow y 2))) (/ 1 y)))> |
#<alt (* x (+ (* x (- (/ x (pow y 3)) (/ 1 (pow y 2)))) (/ 1 y)))> |
#<alt (* x (+ (* x (- (* x (+ (* -1 (/ x (pow y 4))) (/ 1 (pow y 3)))) (/ 1 (pow y 2)))) (/ 1 y)))> |
#<alt 1> |
#<alt (+ 1 (* -1 (/ y x)))> |
#<alt (- (+ 1 (/ (pow y 2) (pow x 2))) (/ y x))> |
#<alt (- (+ 1 (* -1 (/ (pow y 3) (pow x 3)))) (+ (* -1 (/ (pow y 2) (pow x 2))) (/ y x)))> |
#<alt 1> |
#<alt (+ 1 (* -1 (/ y x)))> |
#<alt (+ 1 (* -1 (/ (- (* -1 (/ (pow y 2) x)) (* -1 y)) x)))> |
#<alt (+ 1 (* -1 (/ (- (* -1 (/ (- (* -1 (/ (pow y 3) x)) (* -1 (pow y 2))) x)) (* -1 y)) x)))> |
#<alt 1> |
#<alt (+ 1 (* -1 (/ y x)))> |
#<alt (+ 1 (* y (- (/ y (pow x 2)) (/ 1 x))))> |
#<alt (+ 1 (* y (- (* y (+ (* -1 (/ y (pow x 3))) (/ 1 (pow x 2)))) (/ 1 x))))> |
#<alt (/ x y)> |
#<alt (/ (+ x (* -1 (/ (pow x 2) y))) y)> |
#<alt (/ (- (+ x (/ (pow x 3) (pow y 2))) (/ (pow x 2) y)) y)> |
#<alt (/ (- (+ x (* -1 (/ (pow x 4) (pow y 3)))) (+ (* -1 (/ (pow x 3) (pow y 2))) (/ (pow x 2) y))) y)> |
#<alt (/ x y)> |
#<alt (* -1 (/ (+ (* -1 x) (/ (pow x 2) y)) y))> |
#<alt (* -1 (/ (+ (* -1 x) (* -1 (/ (- (/ (pow x 3) y) (pow x 2)) y))) y))> |
#<alt (* -1 (/ (+ (* -1 x) (* -1 (/ (- (* -1 (/ (- (/ (pow x 4) y) (pow x 3)) y)) (pow x 2)) y))) y))> |
#<alt y> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt x> |
#<alt (* x (+ 1 (/ y x)))> |
#<alt (* x (+ 1 (/ y x)))> |
#<alt (* x (+ 1 (/ y x)))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ y x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ y x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ y x)) 1)))> |
#<alt x> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt y> |
#<alt (* y (+ 1 (/ x y)))> |
#<alt (* y (+ 1 (/ x y)))> |
#<alt (* y (+ 1 (/ x y)))> |
#<alt y> |
#<alt (* -1 (* y (- (* -1 (/ x y)) 1)))> |
#<alt (* -1 (* y (- (* -1 (/ x y)) 1)))> |
#<alt (* -1 (* y (- (* -1 (/ x y)) 1)))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (* -100 (/ y x))> |
#<alt (* y (- (* 100 (/ 1 y)) (* 100 (/ 1 x))))> |
#<alt (* y (- (* 100 (/ 1 y)) (* 100 (/ 1 x))))> |
#<alt (* y (- (* 100 (/ 1 y)) (* 100 (/ 1 x))))> |
#<alt (* -100 (/ y x))> |
#<alt (* -1 (* y (- (* 100 (/ 1 x)) (* 100 (/ 1 y)))))> |
#<alt (* -1 (* y (- (* 100 (/ 1 x)) (* 100 (/ 1 y)))))> |
#<alt (* -1 (* y (- (* 100 (/ 1 x)) (* 100 (/ 1 y)))))> |
#<alt (* -100 (/ y x))> |
#<alt (/ (+ (* -100 y) (* 100 x)) x)> |
#<alt (/ (+ (* -100 y) (* 100 x)) x)> |
#<alt (/ (+ (* -100 y) (* 100 x)) x)> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (/ -100 x)> |
#<alt (/ -100 x)> |
#<alt (/ -100 x)> |
#<alt (/ -100 x)> |
#<alt (/ -100 x)> |
#<alt (/ -100 x)> |
#<alt (/ -100 x)> |
#<alt (/ -100 x)> |
#<alt (/ -100 x)> |
#<alt (/ -100 x)> |
#<alt (/ -100 x)> |
#<alt (/ -100 x)> |
#<alt (* 100 (/ x y))> |
#<alt (* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y))))> |
#<alt (* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y))))> |
#<alt (* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y))))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x)))> |
#<alt (- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x))))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x)))> |
#<alt (+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x)))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x)))))> |
#<alt (+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x)))))> |
#<alt (* 100 (/ x y))> |
#<alt (/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y)> |
#<alt (/ (+ (* -100 (/ (pow x 2) y)) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2))))) y)> |
#<alt (/ (+ (* -100 (/ (pow x 2) y)) (+ (* -100 (/ (pow x 4) (pow y 3))) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))))) y)> |
#<alt (* 100 (/ x y))> |
#<alt (* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y))> |
#<alt (* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* 100 (/ (pow x 3) y))) y))) y))> |
#<alt (* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* -1 (/ (+ (* -100 (pow x 3)) (* 100 (/ (pow x 4) y))) y))) y))) y))> |
#<alt (* 1/100 (/ y x))> |
#<alt (/ (+ (* 1/100 x) (* 1/100 y)) x)> |
#<alt (/ (+ (* 1/100 x) (* 1/100 y)) x)> |
#<alt (/ (+ (* 1/100 x) (* 1/100 y)) x)> |
#<alt 1/100> |
#<alt (+ 1/100 (* 1/100 (/ y x)))> |
#<alt (+ 1/100 (* 1/100 (/ y x)))> |
#<alt (+ 1/100 (* 1/100 (/ y x)))> |
#<alt 1/100> |
#<alt (+ 1/100 (* 1/100 (/ y x)))> |
#<alt (+ 1/100 (* 1/100 (/ y x)))> |
#<alt (+ 1/100 (* 1/100 (/ y x)))> |
#<alt 1/100> |
#<alt (+ 1/100 (* 1/100 (/ y x)))> |
#<alt (+ 1/100 (* 1/100 (/ y x)))> |
#<alt (+ 1/100 (* 1/100 (/ y x)))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y))))> |
#<alt (* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y))))> |
#<alt (* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y))))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y))))> |
#<alt (* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y))))> |
#<alt (* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y))))> |
#<alt (/ y x)> |
#<alt (/ (+ x y) x)> |
#<alt (/ (+ x y) x)> |
#<alt (/ (+ x y) x)> |
#<alt 1> |
#<alt (+ 1 (/ y x))> |
#<alt (+ 1 (/ y x))> |
#<alt (+ 1 (/ y x))> |
#<alt 1> |
#<alt (+ 1 (/ y x))> |
#<alt (+ 1 (/ y x))> |
#<alt (+ 1 (/ y x))> |
#<alt 1> |
#<alt (+ 1 (/ y x))> |
#<alt (+ 1 (/ y x))> |
#<alt (+ 1 (/ y x))> |
#<alt (/ y x)> |
#<alt (* y (+ (/ 1 x) (/ 1 y)))> |
#<alt (* y (+ (/ 1 x) (/ 1 y)))> |
#<alt (* y (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ y x)> |
#<alt (* y (+ (/ 1 x) (/ 1 y)))> |
#<alt (* y (+ (/ 1 x) (/ 1 y)))> |
#<alt (* y (+ (/ 1 x) (/ 1 y)))> |
#<alt (* 100 (/ x y))> |
#<alt (* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y))))> |
#<alt (* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y))))> |
#<alt (* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y))))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x)))> |
#<alt (- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x))))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x)))> |
#<alt (+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x)))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x)))))> |
#<alt (+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x)))))> |
#<alt (* 100 (/ x y))> |
#<alt (/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y)> |
#<alt (/ (+ (* -100 (/ (pow x 2) y)) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2))))) y)> |
#<alt (/ (+ (* -100 (/ (pow x 2) y)) (+ (* -100 (/ (pow x 4) (pow y 3))) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))))) y)> |
#<alt (* 100 (/ x y))> |
#<alt (* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y))> |
#<alt (* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* 100 (/ (pow x 3) y))) y))) y))> |
#<alt (* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* -1 (/ (+ (* -100 (pow x 3)) (* 100 (/ (pow x 4) y))) y))) y))) y))> |
#<alt (* 100 (/ x (pow y 2)))> |
#<alt (* x (+ (* 100 (/ (pow x 2) (pow y 4))) (* 100 (/ 1 (pow y 2)))))> |
#<alt (* x (+ (* (pow x 2) (+ (* 100 (/ (pow x 2) (pow y 6))) (* 100 (/ 1 (pow y 4))))) (* 100 (/ 1 (pow y 2)))))> |
#<alt (* x (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 100 (/ (pow x 2) (pow y 8))) (* 100 (/ 1 (pow y 6))))) (* 100 (/ 1 (pow y 4))))) (* 100 (/ 1 (pow y 2)))))> |
#<alt (/ -100 x)> |
#<alt (/ (- (* -100 (/ (+ y (* -1 y)) x)) 100) x)> |
#<alt (/ (- (* -1 (/ (+ (* 100 (pow y 2)) (* 100 (pow (+ y (* -1 y)) 2))) (pow x 2))) (+ 100 (* 100 (/ (+ y (* -1 y)) x)))) x)> |
#<alt (/ (- (* -1 (/ (+ (* 100 (* (pow y 2) (+ y (* -1 y)))) (* (+ y (* -1 y)) (+ (* 100 (pow y 2)) (* 100 (pow (+ y (* -1 y)) 2))))) (pow x 3))) (+ 100 (+ (* 100 (/ (+ y (* -1 y)) x)) (+ (* 100 (/ (pow y 2) (pow x 2))) (* 100 (/ (pow (+ y (* -1 y)) 2) (pow x 2))))))) x)> |
#<alt (/ -100 x)> |
#<alt (* -1 (/ (+ 100 (* -100 (/ (+ y (* -1 y)) x))) x))> |
#<alt (* -1 (/ (+ 100 (* -1 (/ (- (+ (* -100 (/ (pow y 2) x)) (* -100 (/ (pow (+ y (* -1 y)) 2) x))) (* -100 (+ y (* -1 y)))) x))) x))> |
#<alt (* -1 (/ (+ 100 (* -1 (/ (- (* -1 (/ (- (+ (* -100 (/ (* (pow y 2) (+ y (* -1 y))) x)) (/ (* (+ y (* -1 y)) (+ (* -100 (pow y 2)) (* -100 (pow (+ y (* -1 y)) 2)))) x)) (+ (* -100 (pow y 2)) (* -100 (pow (+ y (* -1 y)) 2)))) x)) (* -100 (+ y (* -1 y)))) x))) x))> |
#<alt (/ -100 x)> |
#<alt (- (* -100 (/ (pow y 2) (pow x 3))) (* 100 (/ 1 x)))> |
#<alt (- (* (pow y 2) (- (* -100 (/ (pow y 2) (pow x 5))) (* 100 (/ 1 (pow x 3))))) (* 100 (/ 1 x)))> |
#<alt (- (* (pow y 2) (- (* (pow y 2) (- (* -100 (/ (pow y 2) (pow x 7))) (* 100 (/ 1 (pow x 5))))) (* 100 (/ 1 (pow x 3))))) (* 100 (/ 1 x)))> |
#<alt (* 100 (/ x (pow y 2)))> |
#<alt (/ (+ (* -100 (/ (* x (+ x (* -1 x))) y)) (* 100 x)) (pow y 2))> |
#<alt (/ (+ (* -100 (/ (* x (+ x (* -1 x))) y)) (+ (* -100 (/ (+ (* -1 (* x (pow (+ x (* -1 x)) 2))) (* -1 (pow x 3))) (pow y 2))) (* 100 x))) (pow y 2))> |
#<alt (/ (+ (* -100 (/ (* x (+ x (* -1 x))) y)) (+ (* -100 (/ (+ (* -1 (* x (pow (+ x (* -1 x)) 2))) (* -1 (pow x 3))) (pow y 2))) (+ (* -100 (/ (+ (* -1 (* (+ x (* -1 x)) (+ (* -1 (* x (pow (+ x (* -1 x)) 2))) (* -1 (pow x 3))))) (* (pow x 3) (+ x (* -1 x)))) (pow y 3))) (* 100 x)))) (pow y 2))> |
#<alt (* 100 (/ x (pow y 2)))> |
#<alt (/ (+ (* -100 (/ (* x (+ x (* -1 x))) y)) (* 100 x)) (pow y 2))> |
#<alt (/ (+ (* -1 (/ (+ (* -100 (/ (+ (* x (pow (+ x (* -1 x)) 2)) (pow x 3)) y)) (* 100 (* x (+ x (* -1 x))))) y)) (* 100 x)) (pow y 2))> |
#<alt (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -100 (/ (+ (* (+ x (* -1 x)) (+ (* x (pow (+ x (* -1 x)) 2)) (pow x 3))) (* (pow x 3) (+ x (* -1 x)))) y)) (* 100 (+ (* x (pow (+ x (* -1 x)) 2)) (pow x 3)))) y)) (* 100 (* x (+ x (* -1 x))))) y)) (* 100 x)) (pow y 2))> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (pow y 2)> |
#<alt (+ (* x (+ y (* -1 y))) (pow y 2))> |
#<alt (+ (* x (+ y (+ (* -1 x) (* -1 y)))) (pow y 2))> |
#<alt (+ (* x (+ y (+ (* -1 x) (* -1 y)))) (pow y 2))> |
#<alt (* -1 (pow x 2))> |
#<alt (* (pow x 2) (- (+ (* -1 (/ y x)) (/ y x)) 1))> |
#<alt (* (pow x 2) (- (+ (* -1 (/ y x)) (+ (/ y x) (/ (pow y 2) (pow x 2)))) 1))> |
#<alt (* (pow x 2) (- (+ (* -1 (/ y x)) (+ (/ y x) (/ (pow y 2) (pow x 2)))) 1))> |
#<alt (* -1 (pow x 2))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ y (* -1 y)) x)) 1))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ y (+ (* -1 y) (* -1 (/ (pow y 2) x)))) x)) 1))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ y (+ (* -1 y) (* -1 (/ (pow y 2) x)))) x)) 1))> |
#<alt (* -1 (pow x 2))> |
#<alt (+ (* -1 (pow x 2)) (* y (+ x (* -1 x))))> |
#<alt (+ (* -1 (pow x 2)) (* y (+ x (+ y (* -1 x)))))> |
#<alt (+ (* -1 (pow x 2)) (* y (+ x (+ y (* -1 x)))))> |
#<alt (pow y 2)> |
#<alt (* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (/ x y))))> |
#<alt (* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (+ (* -1 (/ (pow x 2) (pow y 2))) (/ x y)))))> |
#<alt (* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (+ (* -1 (/ (pow x 2) (pow y 2))) (/ x y)))))> |
#<alt (pow y 2)> |
#<alt (* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (/ x y))))> |
#<alt (* (pow y 2) (+ 1 (* -1 (/ (+ (* -1 (+ x (* -1 x))) (/ (pow x 2) y)) y))))> |
#<alt (* (pow y 2) (+ 1 (* -1 (/ (+ (* -1 (+ x (* -1 x))) (/ (pow x 2) y)) y))))> |
66 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 30.0ms | x | @ | 0 | (* (/ x (+ x y)) 100) |
| 1.0ms | x | @ | inf | (* (/ (+ x y) x) 1/100) |
| 1.0ms | y | @ | inf | (/ (* x 100) (* (+ x y) (- y x))) |
| 1.0ms | y | @ | 0 | (/ (* x 100) (* (+ x y) (- y x))) |
| 1.0ms | x | @ | 0 | (/ (* x 100) (* (+ x y) (- y x))) |
| 1× | batch-egg-rewrite |
| 6 528× | *-lowering-*.f32 |
| 6 528× | *-lowering-*.f64 |
| 4 854× | accelerator-lowering-fma.f32 |
| 4 854× | accelerator-lowering-fma.f64 |
| 3 516× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 20 | 72 |
| 1 | 109 | 72 |
| 2 | 919 | 72 |
| 0 | 8585 | 71 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ x (+ x y)) 100) |
(/ x (+ x y)) |
(+ x y) |
(+ (* y (/ -100 x)) 100) |
(/ -100 x) |
(/ 1 (* (/ (+ x y) x) 1/100)) |
(* (/ (+ x y) x) 1/100) |
(/ (+ x y) x) |
(* (/ (* x 100) (* (+ x y) (- y x))) (- y x)) |
(/ (* x 100) (* (+ x y) (- y x))) |
(* x 100) |
(* (+ x y) (- y x)) |
| Outputs |
|---|
(+.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(+.f64 (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(+.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(+.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(+.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x)))) |
(+.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x))) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x))) |
(+.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) x) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) y))) |
(+.f64 (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(+.f64 (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(+.f64 (*.f64 x (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(-.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (/.f64 x (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))))) |
(-.f64 (/.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))))) |
(-.f64 (/.f64 (/.f64 (*.f64 y y) (+.f64 x y)) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) (/.f64 (/.f64 (*.f64 x x) (+.f64 x y)) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 x y))) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(fma.f64 x (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (/.f64 x (+.f64 x y)) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 x (+.f64 x y)) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 #s(literal 100 binary64) (*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 #s(literal 100 binary64) (*.f64 (/.f64 (/.f64 x (+.f64 x y)) (-.f64 y x)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 #s(literal 100 binary64) (*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 #s(literal 100 binary64) (*.f64 (/.f64 (/.f64 x (+.f64 x y)) (-.f64 y x)) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 (/.f64 x (+.f64 x y)) (-.f64 y x)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x (*.f64 y #s(literal 100 binary64))) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x (*.f64 x #s(literal -100 binary64))) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (*.f64 y #s(literal 100 binary64)) (/.f64 (/.f64 x (+.f64 x y)) (-.f64 y x)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y #s(literal 100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (/.f64 x (-.f64 y x)) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 x (-.f64 y x)) (*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (/.f64 x (-.f64 y x)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) x (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) y))) |
(fma.f64 (*.f64 y (*.f64 x #s(literal 100 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) x) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (neg.f64 (/.f64 x (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) (/.f64 x (+.f64 x y)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x)))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (+.f64 x y) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (neg.f64 (*.f64 (+.f64 x y) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (*.f64 (/.f64 x (-.f64 y x)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (*.f64 (/.f64 x (-.f64 y x)) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (*.f64 y (/.f64 #s(literal 100 binary64) (-.f64 y x))) (/.f64 x (+.f64 x y)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (*.f64 x #s(literal -100 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x #s(literal -100 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) x (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) x (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (+.f64 x y) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 y x)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 y x)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 x #s(literal 100 binary64)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 x #s(literal 100 binary64)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 x (+.f64 x y))) (/.f64 #s(literal 100 binary64) (-.f64 y x)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 x (-.f64 y x))) (/.f64 #s(literal 100 binary64) (+.f64 x y)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 #s(literal 100 binary64) (+.f64 x y))) (/.f64 x (-.f64 y x)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) #s(literal -1 binary64)) x (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 x (+.f64 x y))) (/.f64 #s(literal 100 binary64) (-.f64 y x)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 x (-.f64 y x))) (/.f64 #s(literal 100 binary64) (+.f64 x y)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (+.f64 x y) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(neg.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y))) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x)))) |
(neg.f64 (*.f64 (-.f64 y x) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(neg.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(neg.f64 (/.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
(/.f64 x (neg.f64 (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(/.f64 (/.f64 x (+.f64 x y)) #s(literal 1/100 binary64)) |
(/.f64 #s(literal 100 binary64) (/.f64 (+.f64 x y) x)) |
(/.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 x y) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (-.f64 y x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (+.f64 x y) x)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (+.f64 x y)) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal 100 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal -100 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (+.f64 x y) (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 y x) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))) (fma.f64 x x (*.f64 y (+.f64 x y))))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (+.f64 x y)) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y (+.f64 x y))))) (*.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 #s(literal -100 binary64) (*.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x (*.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 y x) (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (+.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x y) (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 y x) (*.f64 (/.f64 x (+.f64 x y)) (*.f64 #s(literal 100 binary64) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 x y) x) #s(literal 100 binary64))) |
(/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
(/.f64 (-.f64 y x) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (+.f64 x y))) |
(/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (-.f64 y x))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (+.f64 x y) #s(literal -1/100 binary64)) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) |
(/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (+.f64 x y) x))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (+.f64 x y) (*.f64 (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (neg.f64 (*.f64 (+.f64 x y) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (neg.f64 (*.f64 (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (+.f64 x y)))) |
(/.f64 (-.f64 x y) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 x #s(literal -100 binary64)))) |
(/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 y x))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal 100 binary64))) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (+.f64 x y))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal -100 binary64))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(/.f64 (*.f64 (+.f64 x y) (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x)))) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(/.f64 (*.f64 (+.f64 x y) (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x)))) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(/.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (-.f64 y x) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 y x))) |
(/.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(/.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(/.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 x y))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y)) (neg.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (+.f64 x y) x)))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y)) (neg.f64 (*.f64 (+.f64 x y) (*.f64 (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))) (fma.f64 x x (*.f64 y (+.f64 x y))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y))) #s(literal -1/100 binary64)) |
(/.f64 (*.f64 (-.f64 y x) x) (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) #s(literal 1/100 binary64))) |
(/.f64 (*.f64 (-.f64 y x) (/.f64 x (+.f64 x y))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) |
(/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(/.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (+.f64 x y)) (-.f64 y x)) |
(/.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (fma.f64 x x (*.f64 y (+.f64 x y)))) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(/.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (-.f64 y x)) (+.f64 x y)) |
(/.f64 (*.f64 (/.f64 x (+.f64 x y)) (*.f64 #s(literal 100 binary64) (-.f64 y x))) (-.f64 y x)) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal -100 binary64)))) (neg.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x))))) (neg.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (neg.f64 (*.f64 (-.f64 y x) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (+.f64 x y) (-.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (neg.f64 (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y (+.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) (neg.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x)))) (*.f64 (+.f64 x y) (-.f64 y x))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (+.f64 x y))) (-.f64 x y)) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (-.f64 #s(literal 0 binary64) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (fma.f64 x x (*.f64 y (+.f64 x y))))) (-.f64 #s(literal 0 binary64) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (-.f64 y x))) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (/.f64 x (+.f64 x y)) (*.f64 #s(literal 100 binary64) (-.f64 y x)))) (-.f64 x y)) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) #s(literal 3 binary64)) (pow.f64 (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (-.f64 (*.f64 (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) (*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) #s(literal 3 binary64))) (fma.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (-.f64 (*.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) (*.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) (*.f64 (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)))) (-.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) (*.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))))) (-.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))))) |
(pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))))) #s(literal -1 binary64)) |
(*.f64 x (*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x))) |
(*.f64 x (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
(*.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x)))) |
(*.f64 x (*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) #s(literal 1 binary64))) |
(*.f64 x (*.f64 (*.f64 #s(literal 100 binary64) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(*.f64 (+.f64 x y) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (+.f64 x y) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (+.f64 x y))) |
(*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) |
(*.f64 (/.f64 x (+.f64 x y)) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x))) |
(*.f64 (/.f64 x (+.f64 x y)) (/.f64 (*.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x))) |
(*.f64 (/.f64 x (+.f64 x y)) (/.f64 (-.f64 y x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(*.f64 #s(literal 100 binary64) (/.f64 x (+.f64 x y))) |
(*.f64 #s(literal 100 binary64) (*.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x)))) |
(*.f64 #s(literal 100 binary64) (*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x))) |
(*.f64 #s(literal 100 binary64) (*.f64 (/.f64 (/.f64 x (+.f64 x y)) (-.f64 y x)) (-.f64 y x))) |
(*.f64 #s(literal 100 binary64) (*.f64 (*.f64 x (-.f64 y x)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(*.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y)))) |
(*.f64 #s(literal 1 binary64) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))) |
(*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) #s(literal 1 binary64)) |
(*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) (-.f64 y x))) |
(*.f64 (*.f64 x #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x))) |
(*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal 1 binary64))) |
(*.f64 (-.f64 y x) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (-.f64 y x) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (+.f64 x y)))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x)) |
(*.f64 #s(literal -1 binary64) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) #s(literal 100 binary64))) |
(*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 x y))) |
(*.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 y x))) |
(*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (*.f64 (-.f64 y x) (/.f64 x (+.f64 x y)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (/.f64 (*.f64 x (-.f64 y x)) (+.f64 x y))) |
(*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) (-.f64 y x))) |
(*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) |
(*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (+.f64 x y) x)))) |
(*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))) (fma.f64 x x (*.f64 y (+.f64 x y))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 x #s(literal 100 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (-.f64 y x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/100 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (pow.f64 (/.f64 #s(literal 1/100 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (-.f64 y x) (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (-.f64 y x) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x (-.f64 y x))) |
(*.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) |
(*.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal 100 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (+.f64 x y)))) |
(*.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal -100 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(*.f64 (*.f64 (+.f64 x y) (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(*.f64 (*.f64 (+.f64 x y) (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(*.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 y x) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y (+.f64 x y))))))) |
(*.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(*.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(*.f64 (/.f64 x (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (-.f64 y x) (+.f64 x y))) |
(*.f64 (/.f64 (-.f64 y x) (+.f64 x y)) (/.f64 x (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 x (-.f64 y x)) (/.f64 (*.f64 #s(literal 100 binary64) (-.f64 y x)) (+.f64 x y))) |
(*.f64 (/.f64 x (-.f64 y x)) (/.f64 (-.f64 y x) (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 x (-.f64 y x)) (*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (-.f64 y x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (+.f64 x y))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (*.f64 x #s(literal -100 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x)))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y))) #s(literal -100 binary64)) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (/.f64 (-.f64 y x) (-.f64 x y))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 x y)) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) #s(literal 1 binary64))) |
(*.f64 (*.f64 (-.f64 y x) x) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 x (+.f64 x y))) (/.f64 #s(literal 100 binary64) (-.f64 y x))) |
(*.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(*.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (+.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 y x))) |
(*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(*.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (fma.f64 x x (*.f64 y (+.f64 x y)))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(*.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (*.f64 (/.f64 x (+.f64 x y)) (*.f64 #s(literal 100 binary64) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (-.f64 y x))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 (-.f64 y x) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 y x))) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 100 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x)))) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) #s(literal 100 binary64))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 100 binary64) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x)))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) #s(literal 100 binary64))) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) x) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (/.f64 (*.f64 x (-.f64 y x)) (-.f64 y x))) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (/.f64 (-.f64 y x) (/.f64 (-.f64 y x) x))) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (*.f64 (/.f64 x (-.f64 y x)) (-.f64 y x))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 (+.f64 x y) x)) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (+.f64 x y) x))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (-.f64 y x) x))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 (-.f64 y x) x)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (+.f64 x y)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (/.f64 (+.f64 x y) x)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (-.f64 y x)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (/.f64 (+.f64 x y) x))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (/.f64 (-.f64 y x) x))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (/.f64 (-.f64 y x) x)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (+.f64 x y)) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (+.f64 x y) x)) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (-.f64 y x)) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 (+.f64 x y) x))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 (-.f64 y x) x))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (-.f64 y x) x)) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (+.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (+.f64 x y) x)) (/.f64 (-.f64 x y) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 y x)) (/.f64 (-.f64 x y) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (-.f64 x y) (/.f64 (+.f64 x y) x))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) (/.f64 (-.f64 x y) (/.f64 (-.f64 y x) x))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (-.f64 y x) x)) (/.f64 (-.f64 x y) (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (+.f64 x y)) (+.f64 x y)) |
(*.f64 (/.f64 (-.f64 y x) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (/.f64 (-.f64 y x) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (-.f64 y x) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (-.f64 x y))) |
(*.f64 (/.f64 (-.f64 y x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 x (+.f64 x y))) |
(*.f64 (/.f64 (-.f64 y x) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) (/.f64 x (-.f64 y x))) |
(*.f64 (/.f64 (-.f64 y x) (/.f64 (-.f64 y x) x)) (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
(*.f64 (/.f64 (-.f64 y x) #s(literal -1 binary64)) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(*.f64 (/.f64 (-.f64 y x) (-.f64 #s(literal 0 binary64) (+.f64 x y))) (/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 y x))) |
(*.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 y x)) (/.f64 (-.f64 y x) (-.f64 #s(literal 0 binary64) (+.f64 x y)))) |
(*.f64 (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (-.f64 y x) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (-.f64 y x) (-.f64 x y))) |
(*.f64 (/.f64 (-.f64 y x) (-.f64 x y)) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(*.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (/.f64 #s(literal 100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 x (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 x (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -100 binary64) (+.f64 x y))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y)) |
(*.f64 (*.f64 (-.f64 y x) #s(literal 100 binary64)) (/.f64 (/.f64 x (+.f64 x y)) (-.f64 y x))) |
(*.f64 (*.f64 (-.f64 y x) #s(literal 100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 #s(literal 100 binary64) (-.f64 y x))) (/.f64 x (+.f64 x y))) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) x) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 x (-.f64 y x))) (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (+.f64 x y)) |
(*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y)) |
(*.f64 (*.f64 (*.f64 (-.f64 y x) (/.f64 x (+.f64 x y))) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) (+.f64 x y)) |
(*.f64 (*.f64 (*.f64 (-.f64 y x) (/.f64 x (+.f64 x y))) (/.f64 #s(literal 100 binary64) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(*.f64 (*.f64 #s(literal 100 binary64) (/.f64 #s(literal -1 binary64) (+.f64 x y))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 #s(literal 100 binary64) (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(*.f64 (*.f64 #s(literal 100 binary64) (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y)) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64))) (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 #s(literal 100 binary64) (+.f64 x y))) (/.f64 x (-.f64 y x))) |
(+.f64 (*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x)) (*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x)))) |
(+.f64 (*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x))) (*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x))) |
(+.f64 (*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) x) (*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) y))) |
(+.f64 (*.f64 (*.f64 x x) (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 y (-.f64 y x)) (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(+.f64 (*.f64 (*.f64 y (-.f64 y x)) (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 x x) (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(+.f64 (*.f64 x (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 x y) x)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 x y))) (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y)))) |
(fma.f64 x (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))))) |
(fma.f64 (*.f64 x x) (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 y (-.f64 y x)) (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(fma.f64 (*.f64 y (-.f64 y x)) (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x x) (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(fma.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x) (*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x)))) |
(fma.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x)) (*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x))) |
(fma.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) x (*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y))) #s(literal 1 binary64))) |
(/.f64 x (+.f64 x y)) |
(/.f64 (/.f64 x (+.f64 x y)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x y) x)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 x y) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x (+.f64 x y)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (+.f64 x y) x) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (/.f64 x (+.f64 x y)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 x (+.f64 x y))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) (+.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) x) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) x)) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 x y)) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x y) x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (+.f64 x y) x) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 x y))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) #s(literal 1 binary64)) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) #s(literal 1 binary64)) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) (+.f64 x y))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y)) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) #s(literal -1 binary64)) x) |
(+.f64 x y) |
(+.f64 x (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(+.f64 y x) |
(+.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (neg.f64 (/.f64 (*.f64 y y) (-.f64 x y)))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) x) |
(+.f64 (-.f64 y #s(literal 0 binary64)) x) |
(-.f64 y (-.f64 #s(literal 0 binary64) x)) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y))) |
(-.f64 (/.f64 (*.f64 y y) (-.f64 y x)) (/.f64 (*.f64 x x) (-.f64 y x))) |
(-.f64 (/.f64 (/.f64 (*.f64 x x) (-.f64 x y)) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 y y) (-.f64 x y)) #s(literal 1 binary64))) |
(fma.f64 x #s(literal 1 binary64) y) |
(fma.f64 x #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(fma.f64 y #s(literal 1 binary64) x) |
(fma.f64 #s(literal 1 binary64) x y) |
(fma.f64 #s(literal 1 binary64) x (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(fma.f64 #s(literal 1 binary64) y x) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x) y) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (-.f64 x y)) (neg.f64 (/.f64 (*.f64 y y) (-.f64 x y)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (+.f64 x y) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 y y (*.f64 x (-.f64 x y))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (-.f64 y x)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (+.f64 x y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)) #s(literal -1 binary64)) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (fma.f64 y y (*.f64 x (-.f64 x y)))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (-.f64 x y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (-.f64 #s(literal 0 binary64) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (neg.f64 (fma.f64 y y (*.f64 x (-.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (-.f64 x y)) (*.f64 (-.f64 x y) (*.f64 y y))) (*.f64 (-.f64 x y) (-.f64 x y))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 y (*.f64 y y)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (fma.f64 y y (*.f64 x (-.f64 x y)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x x) (-.f64 x y)) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 y y) (-.f64 x y)) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 x x) (-.f64 x y)) (fma.f64 (/.f64 (*.f64 y y) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y)) (*.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 x x) (-.f64 x y))) (*.f64 (/.f64 (*.f64 y y) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y)))) (+.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal -1 binary64)) |
(*.f64 (+.f64 x y) #s(literal 1 binary64)) |
(*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 #s(literal 1 binary64) (+.f64 x y)) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (-.f64 y x))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 y y (*.f64 x (-.f64 x y))))) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))) #s(literal 1 binary64))) |
(*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (*.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 x y)))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 y x))) |
(*.f64 (/.f64 (-.f64 y x) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (/.f64 (-.f64 y x) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (+.f64 x y) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (-.f64 y x) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (+.f64 x y) (-.f64 x y))) |
(*.f64 (/.f64 (+.f64 x y) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 (-.f64 y x) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (/.f64 (+.f64 x y) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (-.f64 y x) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (+.f64 x y) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (-.f64 y x) (-.f64 x y))) |
(+.f64 #s(literal 100 binary64) (*.f64 y (/.f64 #s(literal -100 binary64) x))) |
(+.f64 (*.f64 y (/.f64 #s(literal -100 binary64) x)) #s(literal 100 binary64)) |
(+.f64 (/.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))) (neg.f64 (/.f64 #s(literal 10000 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))))) |
(-.f64 (/.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))) (/.f64 #s(literal 10000 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64)))) |
(-.f64 (/.f64 #s(literal 10000 binary64) (-.f64 #s(literal 100 binary64) (*.f64 y (/.f64 #s(literal -100 binary64) x)))) (/.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) (-.f64 #s(literal 100 binary64) (*.f64 y (/.f64 #s(literal -100 binary64) x))))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(fma.f64 #s(literal 100 binary64) (*.f64 (/.f64 #s(literal -1 binary64) x) y) #s(literal 100 binary64)) |
(fma.f64 #s(literal -100 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) y) #s(literal 100 binary64)) |
(fma.f64 #s(literal -100 binary64) (/.f64 y x) #s(literal 100 binary64)) |
(fma.f64 #s(literal -100 binary64) (*.f64 y (/.f64 #s(literal 1 binary64) x)) #s(literal 100 binary64)) |
(fma.f64 (/.f64 #s(literal -100 binary64) x) y #s(literal 100 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 y (/.f64 #s(literal -100 binary64) x)) #s(literal 100 binary64)) |
(fma.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))) (neg.f64 (/.f64 #s(literal 10000 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 y #s(literal -100 binary64)) #s(literal 100 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 y #s(literal -1/100 binary64)) #s(literal 100 binary64)) |
(fma.f64 (*.f64 y #s(literal -100 binary64)) (/.f64 #s(literal 1 binary64) x) #s(literal 100 binary64)) |
(fma.f64 (*.f64 y #s(literal 100 binary64)) (/.f64 #s(literal -1 binary64) x) #s(literal 100 binary64)) |
(fma.f64 (/.f64 y x) #s(literal -100 binary64) #s(literal 100 binary64)) |
(fma.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 #s(literal 100 binary64) x) #s(literal 100 binary64)) |
(fma.f64 (*.f64 y (/.f64 #s(literal 1 binary64) x)) #s(literal -100 binary64) #s(literal 100 binary64)) |
(fma.f64 (*.f64 (*.f64 y #s(literal -100 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) x) #s(literal 100 binary64)) |
(neg.f64 (/.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal -1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1000000 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) (-.f64 #s(literal 10000 binary64) (/.f64 (*.f64 y #s(literal -10000 binary64)) x)))))) |
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) #s(literal -10000 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal -1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1000000 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) (-.f64 #s(literal 10000 binary64) (/.f64 (*.f64 y #s(literal -10000 binary64)) x))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) #s(literal -10000 binary64))) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 10000 binary64) (*.f64 (*.f64 y (/.f64 #s(literal -100 binary64) x)) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64)))) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal -1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1000000 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 100 binary64) (*.f64 y (/.f64 #s(literal -100 binary64) x))) (-.f64 #s(literal 10000 binary64) (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64))))) |
(/.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal -1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1000000 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) (-.f64 #s(literal 10000 binary64) (/.f64 (*.f64 y #s(literal -10000 binary64)) x)))) |
(/.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal -1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1000000 binary64)) (+.f64 #s(literal 10000 binary64) (*.f64 (*.f64 y (/.f64 #s(literal -100 binary64) x)) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) #s(literal -10000 binary64)) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal -1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1000000 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) (-.f64 #s(literal 10000 binary64) (/.f64 (*.f64 y #s(literal -10000 binary64)) x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal -1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1000000 binary64))) (neg.f64 (+.f64 #s(literal 10000 binary64) (*.f64 (*.f64 y (/.f64 #s(literal -100 binary64) x)) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) #s(literal -10000 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64)))) |
(/.f64 (-.f64 #s(literal 10000 binary64) (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x))) (-.f64 #s(literal 100 binary64) (*.f64 y (/.f64 #s(literal -100 binary64) x)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))) (*.f64 (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64)) #s(literal 10000 binary64))) (*.f64 (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64)) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal -1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1000000 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) (-.f64 #s(literal 10000 binary64) (/.f64 (*.f64 y #s(literal -10000 binary64)) x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) #s(literal -10000 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 10000 binary64) (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)))) (neg.f64 (-.f64 #s(literal 100 binary64) (*.f64 y (/.f64 #s(literal -100 binary64) x))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 10000 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))) (fma.f64 (/.f64 #s(literal 10000 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))) (/.f64 #s(literal 10000 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))) (*.f64 (/.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))) (/.f64 #s(literal 10000 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64)))) (*.f64 (/.f64 #s(literal 10000 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))) (/.f64 #s(literal 10000 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))) (/.f64 #s(literal 10000 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64))) |
(*.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal -1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1000000 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) (-.f64 #s(literal 10000 binary64) (/.f64 (*.f64 y #s(literal -10000 binary64)) x))))) |
(*.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal -1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1000000 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 10000 binary64) (*.f64 (*.f64 y (/.f64 #s(literal -100 binary64) x)) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) #s(literal -10000 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal -1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1000000 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) (-.f64 #s(literal 10000 binary64) (/.f64 (*.f64 y #s(literal -10000 binary64)) x)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x)) #s(literal -10000 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal -100 binary64))))) |
(*.f64 (-.f64 #s(literal 10000 binary64) (/.f64 (*.f64 #s(literal 10000 binary64) (*.f64 y y)) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 100 binary64) (*.f64 y (/.f64 #s(literal -100 binary64) x))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x #s(literal -1/100 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 100 binary64) x)) |
(neg.f64 (/.f64 #s(literal 100 binary64) x)) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 100 binary64) x))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/100 binary64)))) |
(/.f64 #s(literal 100 binary64) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 #s(literal -100 binary64) x) |
(/.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/100 binary64))) |
(/.f64 #s(literal -1 binary64) (*.f64 x #s(literal 1/100 binary64))) |
(pow.f64 (*.f64 x #s(literal -1/100 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 100 binary64) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 #s(literal -100 binary64) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -100 binary64) x)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 100 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -100 binary64)) |
(*.f64 (pow.f64 (*.f64 x #s(literal -1/100 binary64)) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x #s(literal -1/100 binary64)) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(+.f64 (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(+.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(+.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(+.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x)))) |
(+.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x))) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x))) |
(+.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) x) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) y))) |
(+.f64 (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(+.f64 (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(+.f64 (*.f64 x (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(-.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (/.f64 x (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))))) |
(-.f64 (/.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))))) |
(-.f64 (/.f64 (/.f64 (*.f64 y y) (+.f64 x y)) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) (/.f64 (/.f64 (*.f64 x x) (+.f64 x y)) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 x y))) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(fma.f64 x (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (/.f64 x (+.f64 x y)) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 x (+.f64 x y)) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 #s(literal 100 binary64) (*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 #s(literal 100 binary64) (*.f64 (/.f64 (/.f64 x (+.f64 x y)) (-.f64 y x)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 #s(literal 100 binary64) (*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 #s(literal 100 binary64) (*.f64 (/.f64 (/.f64 x (+.f64 x y)) (-.f64 y x)) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 (/.f64 x (+.f64 x y)) (-.f64 y x)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x (*.f64 y #s(literal 100 binary64))) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x (*.f64 x #s(literal -100 binary64))) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (*.f64 y #s(literal 100 binary64)) (/.f64 (/.f64 x (+.f64 x y)) (-.f64 y x)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y #s(literal 100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (/.f64 x (-.f64 y x)) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 x (-.f64 y x)) (*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (/.f64 x (-.f64 y x)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) x (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) y))) |
(fma.f64 (*.f64 y (*.f64 x #s(literal 100 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) x) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (neg.f64 (/.f64 x (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) (/.f64 x (+.f64 x y)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x)))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (+.f64 x y) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (neg.f64 (*.f64 (+.f64 x y) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (*.f64 (/.f64 x (-.f64 y x)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (*.f64 (/.f64 x (-.f64 y x)) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (*.f64 y (/.f64 #s(literal 100 binary64) (-.f64 y x))) (/.f64 x (+.f64 x y)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (*.f64 x #s(literal -100 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x #s(literal -100 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) x (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) x (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (+.f64 x y) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 y x)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 y x)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 x #s(literal 100 binary64)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 x #s(literal 100 binary64)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 x (+.f64 x y))) (/.f64 #s(literal 100 binary64) (-.f64 y x)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 x (-.f64 y x))) (/.f64 #s(literal 100 binary64) (+.f64 x y)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 #s(literal 100 binary64) (+.f64 x y))) (/.f64 x (-.f64 y x)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) #s(literal -1 binary64)) x (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 x (+.f64 x y))) (/.f64 #s(literal 100 binary64) (-.f64 y x)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 x (-.f64 y x))) (/.f64 #s(literal 100 binary64) (+.f64 x y)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (+.f64 x y) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(neg.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y))) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x)))) |
(neg.f64 (*.f64 (-.f64 y x) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(neg.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(neg.f64 (/.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
(/.f64 x (neg.f64 (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(/.f64 (/.f64 x (+.f64 x y)) #s(literal 1/100 binary64)) |
(/.f64 #s(literal 100 binary64) (/.f64 (+.f64 x y) x)) |
(/.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 x y) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (-.f64 y x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (+.f64 x y) x)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (+.f64 x y)) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal 100 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal -100 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (+.f64 x y) (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 y x) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))) (fma.f64 x x (*.f64 y (+.f64 x y))))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (+.f64 x y)) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y (+.f64 x y))))) (*.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 #s(literal -100 binary64) (*.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x (*.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 y x) (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (+.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x y) (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 y x) (*.f64 (/.f64 x (+.f64 x y)) (*.f64 #s(literal 100 binary64) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 x y) x) #s(literal 100 binary64))) |
(/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
(/.f64 (-.f64 y x) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (+.f64 x y))) |
(/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (-.f64 y x))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (+.f64 x y) #s(literal -1/100 binary64)) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) |
(/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (+.f64 x y) x))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (+.f64 x y) (*.f64 (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (neg.f64 (*.f64 (+.f64 x y) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (neg.f64 (*.f64 (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (+.f64 x y)))) |
(/.f64 (-.f64 x y) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 x #s(literal -100 binary64)))) |
(/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 y x))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal 100 binary64))) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (+.f64 x y))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal -100 binary64))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(/.f64 (*.f64 (+.f64 x y) (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x)))) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(/.f64 (*.f64 (+.f64 x y) (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x)))) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(/.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (-.f64 y x) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 y x))) |
(/.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(/.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(/.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 x y))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y)) (neg.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (+.f64 x y) x)))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y)) (neg.f64 (*.f64 (+.f64 x y) (*.f64 (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))) (fma.f64 x x (*.f64 y (+.f64 x y))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y))) #s(literal -1/100 binary64)) |
(/.f64 (*.f64 (-.f64 y x) x) (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) #s(literal 1/100 binary64))) |
(/.f64 (*.f64 (-.f64 y x) (/.f64 x (+.f64 x y))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) |
(/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(/.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (+.f64 x y)) (-.f64 y x)) |
(/.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (fma.f64 x x (*.f64 y (+.f64 x y)))) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(/.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (-.f64 y x)) (+.f64 x y)) |
(/.f64 (*.f64 (/.f64 x (+.f64 x y)) (*.f64 #s(literal 100 binary64) (-.f64 y x))) (-.f64 y x)) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal -100 binary64)))) (neg.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x))))) (neg.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (neg.f64 (*.f64 (-.f64 y x) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (+.f64 x y) (-.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (neg.f64 (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y (+.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) (neg.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x)))) (*.f64 (+.f64 x y) (-.f64 y x))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (+.f64 x y))) (-.f64 x y)) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (-.f64 #s(literal 0 binary64) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (fma.f64 x x (*.f64 y (+.f64 x y))))) (-.f64 #s(literal 0 binary64) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (-.f64 y x))) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (/.f64 x (+.f64 x y)) (*.f64 #s(literal 100 binary64) (-.f64 y x)))) (-.f64 x y)) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) #s(literal 3 binary64)) (pow.f64 (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (-.f64 (*.f64 (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) (*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) #s(literal 3 binary64))) (fma.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (-.f64 (*.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) (*.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) (*.f64 (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)))) (-.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) (*.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))))) (-.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))))) |
(pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))))) #s(literal -1 binary64)) |
(*.f64 x (*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x))) |
(*.f64 x (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
(*.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x)))) |
(*.f64 x (*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) #s(literal 1 binary64))) |
(*.f64 x (*.f64 (*.f64 #s(literal 100 binary64) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(*.f64 (+.f64 x y) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (+.f64 x y) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (+.f64 x y))) |
(*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) |
(*.f64 (/.f64 x (+.f64 x y)) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x))) |
(*.f64 (/.f64 x (+.f64 x y)) (/.f64 (*.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x))) |
(*.f64 (/.f64 x (+.f64 x y)) (/.f64 (-.f64 y x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(*.f64 #s(literal 100 binary64) (/.f64 x (+.f64 x y))) |
(*.f64 #s(literal 100 binary64) (*.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x)))) |
(*.f64 #s(literal 100 binary64) (*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x))) |
(*.f64 #s(literal 100 binary64) (*.f64 (/.f64 (/.f64 x (+.f64 x y)) (-.f64 y x)) (-.f64 y x))) |
(*.f64 #s(literal 100 binary64) (*.f64 (*.f64 x (-.f64 y x)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(*.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y)))) |
(*.f64 #s(literal 1 binary64) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))) |
(*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) #s(literal 1 binary64)) |
(*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) (-.f64 y x))) |
(*.f64 (*.f64 x #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x))) |
(*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal 1 binary64))) |
(*.f64 (-.f64 y x) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (-.f64 y x) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (+.f64 x y)))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x)) |
(*.f64 #s(literal -1 binary64) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) #s(literal 100 binary64))) |
(*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 x y))) |
(*.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 y x))) |
(*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (*.f64 (-.f64 y x) (/.f64 x (+.f64 x y)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (/.f64 (*.f64 x (-.f64 y x)) (+.f64 x y))) |
(*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) (-.f64 y x))) |
(*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) |
(*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (+.f64 x y) x)))) |
(*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))) (fma.f64 x x (*.f64 y (+.f64 x y))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 x #s(literal 100 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (-.f64 y x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/100 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (pow.f64 (/.f64 #s(literal 1/100 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (-.f64 y x) (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (-.f64 y x) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x (-.f64 y x))) |
(*.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) |
(*.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal 100 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (+.f64 x y)))) |
(*.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal -100 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(*.f64 (*.f64 (+.f64 x y) (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(*.f64 (*.f64 (+.f64 x y) (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(*.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 y x) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y (+.f64 x y))))))) |
(*.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(*.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(*.f64 (/.f64 x (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (-.f64 y x) (+.f64 x y))) |
(*.f64 (/.f64 (-.f64 y x) (+.f64 x y)) (/.f64 x (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 x (-.f64 y x)) (/.f64 (*.f64 #s(literal 100 binary64) (-.f64 y x)) (+.f64 x y))) |
(*.f64 (/.f64 x (-.f64 y x)) (/.f64 (-.f64 y x) (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 x (-.f64 y x)) (*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (-.f64 y x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (+.f64 x y))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (*.f64 x #s(literal -100 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x)))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y))) #s(literal -100 binary64)) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (/.f64 (-.f64 y x) (-.f64 x y))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 x y)) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) #s(literal 1 binary64))) |
(*.f64 (*.f64 (-.f64 y x) x) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 x (+.f64 x y))) (/.f64 #s(literal 100 binary64) (-.f64 y x))) |
(*.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(*.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (+.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 y x))) |
(*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(*.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (fma.f64 x x (*.f64 y (+.f64 x y)))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(*.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (*.f64 (/.f64 x (+.f64 x y)) (*.f64 #s(literal 100 binary64) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (-.f64 y x))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 (-.f64 y x) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 y x))) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 100 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x)))) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) #s(literal 100 binary64))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 100 binary64) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x)))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) #s(literal 100 binary64))) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) x) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (/.f64 (*.f64 x (-.f64 y x)) (-.f64 y x))) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (/.f64 (-.f64 y x) (/.f64 (-.f64 y x) x))) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (*.f64 (/.f64 x (-.f64 y x)) (-.f64 y x))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 (+.f64 x y) x)) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (+.f64 x y) x))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (-.f64 y x) x))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 (-.f64 y x) x)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (+.f64 x y)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (/.f64 (+.f64 x y) x)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (-.f64 y x)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (/.f64 (+.f64 x y) x))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (/.f64 (-.f64 y x) x))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (/.f64 (-.f64 y x) x)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (+.f64 x y)) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (+.f64 x y) x)) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (-.f64 y x)) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 (+.f64 x y) x))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 (-.f64 y x) x))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (-.f64 y x) x)) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (+.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (+.f64 x y) x)) (/.f64 (-.f64 x y) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 y x)) (/.f64 (-.f64 x y) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (-.f64 x y) (/.f64 (+.f64 x y) x))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) (/.f64 (-.f64 x y) (/.f64 (-.f64 y x) x))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (-.f64 y x) x)) (/.f64 (-.f64 x y) (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (+.f64 x y)) (+.f64 x y)) |
(*.f64 (/.f64 (-.f64 y x) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (/.f64 (-.f64 y x) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (-.f64 y x) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (-.f64 x y))) |
(*.f64 (/.f64 (-.f64 y x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 x (+.f64 x y))) |
(*.f64 (/.f64 (-.f64 y x) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) (/.f64 x (-.f64 y x))) |
(*.f64 (/.f64 (-.f64 y x) (/.f64 (-.f64 y x) x)) (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
(*.f64 (/.f64 (-.f64 y x) #s(literal -1 binary64)) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(*.f64 (/.f64 (-.f64 y x) (-.f64 #s(literal 0 binary64) (+.f64 x y))) (/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 y x))) |
(*.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 y x)) (/.f64 (-.f64 y x) (-.f64 #s(literal 0 binary64) (+.f64 x y)))) |
(*.f64 (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (-.f64 y x) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (-.f64 y x) (-.f64 x y))) |
(*.f64 (/.f64 (-.f64 y x) (-.f64 x y)) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(*.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (/.f64 #s(literal 100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 x (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 x (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -100 binary64) (+.f64 x y))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y)) |
(*.f64 (*.f64 (-.f64 y x) #s(literal 100 binary64)) (/.f64 (/.f64 x (+.f64 x y)) (-.f64 y x))) |
(*.f64 (*.f64 (-.f64 y x) #s(literal 100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 #s(literal 100 binary64) (-.f64 y x))) (/.f64 x (+.f64 x y))) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) x) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 x (-.f64 y x))) (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (+.f64 x y)) |
(*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y)) |
(*.f64 (*.f64 (*.f64 (-.f64 y x) (/.f64 x (+.f64 x y))) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) (+.f64 x y)) |
(*.f64 (*.f64 (*.f64 (-.f64 y x) (/.f64 x (+.f64 x y))) (/.f64 #s(literal 100 binary64) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(*.f64 (*.f64 #s(literal 100 binary64) (/.f64 #s(literal -1 binary64) (+.f64 x y))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 #s(literal 100 binary64) (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(*.f64 (*.f64 #s(literal 100 binary64) (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y)) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64))) (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 #s(literal 100 binary64) (+.f64 x y))) (/.f64 x (-.f64 y x))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64)))) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (+.f64 x y) #s(literal -1/100 binary64)) x)) |
(-.f64 (/.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (*.f64 x #s(literal 100 binary64))) (/.f64 (/.f64 (*.f64 y y) (-.f64 x y)) (*.f64 x #s(literal 100 binary64)))) |
(-.f64 (/.f64 (*.f64 y y) (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x)))) (/.f64 (*.f64 x x) (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))))) |
(neg.f64 (/.f64 (*.f64 (+.f64 x y) #s(literal -1/100 binary64)) x)) |
(/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1/100 binary64) (/.f64 x (+.f64 x y))) |
(/.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal 1 binary64)) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x)))) |
(/.f64 #s(literal -1 binary64) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)) (*.f64 x #s(literal -100 binary64))) |
(/.f64 (/.f64 (*.f64 (+.f64 x y) #s(literal -1/100 binary64)) x) #s(literal -1 binary64)) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x)))) |
(/.f64 (*.f64 (+.f64 x y) #s(literal 1/100 binary64)) x) |
(/.f64 #s(literal -1/100 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y)))) |
(/.f64 (*.f64 (+.f64 x y) #s(literal -1/100 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) x) |
(pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) #s(literal -1 binary64)) |
(*.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64)))) |
(*.f64 (+.f64 x y) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/100 binary64))) |
(*.f64 (+.f64 x y) (/.f64 #s(literal 1/100 binary64) x)) |
(*.f64 (+.f64 x y) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/100 binary64)) #s(literal 1 binary64))) |
(*.f64 (+.f64 x y) (*.f64 (/.f64 #s(literal 1/100 binary64) x) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64)))) |
(*.f64 (/.f64 (+.f64 x y) x) #s(literal 1/100 binary64)) |
(*.f64 (/.f64 (+.f64 x y) x) (/.f64 (-.f64 y x) (*.f64 #s(literal 100 binary64) (-.f64 y x)))) |
(*.f64 #s(literal 1/100 binary64) (/.f64 (+.f64 x y) x)) |
(*.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal 1 binary64)) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (+.f64 x y) #s(literal -1/100 binary64)) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)) (*.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1/100 binary64))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) #s(literal -1/100 binary64)) x) #s(literal -1 binary64)) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/100 binary64)))) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))) (/.f64 #s(literal 1/100 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/100 binary64)))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) (/.f64 #s(literal 1/100 binary64) x))) |
(*.f64 (*.f64 (+.f64 x y) #s(literal 1/100 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (*.f64 (+.f64 x y) #s(literal 1/100 binary64)) (/.f64 (-.f64 y x) (*.f64 x (-.f64 y x)))) |
(*.f64 (*.f64 (+.f64 x y) #s(literal 1/100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64))) |
(*.f64 #s(literal -1/100 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 x y) x))) |
(*.f64 (*.f64 (+.f64 x y) #s(literal -1/100 binary64)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 x y) x)) #s(literal -1/100 binary64)) |
(*.f64 (*.f64 (-.f64 y x) #s(literal 1/100 binary64)) (/.f64 (+.f64 x y) (*.f64 x (-.f64 y x)))) |
(*.f64 (/.f64 (-.f64 y x) x) (/.f64 (+.f64 x y) (*.f64 #s(literal 100 binary64) (-.f64 y x)))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) |
(*.f64 (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) x) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))) #s(literal 100 binary64))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) x) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal 100 binary64))) |
(*.f64 (/.f64 #s(literal 1/100 binary64) x) (+.f64 x y)) |
(*.f64 (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))) (/.f64 (+.f64 x y) (-.f64 y x))) |
(*.f64 (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) #s(literal 100 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))) x)) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) #s(literal 100 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) x)) |
(*.f64 (/.f64 (+.f64 x y) (-.f64 y x)) (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64)))) |
(*.f64 (*.f64 #s(literal 1/100 binary64) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(*.f64 (*.f64 (*.f64 (+.f64 x y) #s(literal 1/100 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) y) (*.f64 (/.f64 #s(literal 1 binary64) x) x)) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) x) (*.f64 (/.f64 #s(literal 1 binary64) x) y)) |
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) y))) |
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) y)) (*.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) x))) |
(+.f64 (*.f64 x (/.f64 #s(literal 1 binary64) x)) (*.f64 y (/.f64 #s(literal 1 binary64) x))) |
(+.f64 (*.f64 y (/.f64 #s(literal 1 binary64) x)) (*.f64 x (/.f64 #s(literal 1 binary64) x))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) x))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (+.f64 x y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 x y) x))) |
(-.f64 (/.f64 (/.f64 (*.f64 x x) (-.f64 x y)) x) (/.f64 (/.f64 (*.f64 y y) (-.f64 x y)) x)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 x y) x))) |
(-.f64 (/.f64 (*.f64 x x) (*.f64 x (-.f64 x y))) (/.f64 (*.f64 y y) (*.f64 x (-.f64 x y)))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) x) (*.f64 y (/.f64 #s(literal 1 binary64) x))) |
(fma.f64 y (/.f64 #s(literal 1 binary64) x) (*.f64 x (/.f64 #s(literal 1 binary64) x))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) y) (*.f64 (/.f64 #s(literal 1 binary64) x) x)) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) x) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) x (*.f64 (/.f64 #s(literal 1 binary64) x) y)) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) y (*.f64 (/.f64 #s(literal 1 binary64) x) x)) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) y))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) y) (*.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) x))) |
(fma.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) x))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 x y) x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 x y) x)) #s(literal 1 binary64))) |
(/.f64 (+.f64 x y) x) |
(/.f64 #s(literal 1 binary64) (/.f64 x (+.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (fma.f64 x x (*.f64 y (-.f64 y x)))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (-.f64 x y)) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) x) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 x y) x) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) x))) |
(/.f64 (/.f64 (+.f64 x y) x) #s(literal 1 binary64)) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (neg.f64 (*.f64 x (-.f64 x y)))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (neg.f64 (*.f64 (-.f64 x y) x))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) x)) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 x (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(/.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (-.f64 x y) x)) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 x (-.f64 x y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (neg.f64 (*.f64 x (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (neg.f64 (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 x y) x)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) (+.f64 x y))) |
(/.f64 (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) x) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) x) (-.f64 x y)) |
(/.f64 (neg.f64 (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) x)) (-.f64 #s(literal 0 binary64) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) x)) (-.f64 y x)) |
(pow.f64 (/.f64 x (+.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 x y) x) #s(literal 1 binary64)) |
(*.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 x y) x)) |
(*.f64 (/.f64 (+.f64 x y) x) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 x y) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) x))) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 x y)) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x y) x))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x y)))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (pow.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) x) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) x) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (pow.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (pow.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) x) (/.f64 (+.f64 x y) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (/.f64 #s(literal 1 binary64) x) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 x y))) |
(*.f64 (pow.f64 (/.f64 x (+.f64 x y)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 x (+.f64 x y)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 x y))) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) (+.f64 x y)) |
(+.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(+.f64 (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(+.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(+.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(+.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x)))) |
(+.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x))) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x))) |
(+.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) x) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) y))) |
(+.f64 (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(+.f64 (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(+.f64 (*.f64 x (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(-.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (/.f64 x (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))))) |
(-.f64 (/.f64 (/.f64 (*.f64 y (*.f64 y y)) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))))) |
(-.f64 (/.f64 (/.f64 (*.f64 y y) (+.f64 x y)) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) (/.f64 (/.f64 (*.f64 x x) (+.f64 x y)) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 x y))) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(fma.f64 x (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (/.f64 x (+.f64 x y)) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 x (+.f64 x y)) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 #s(literal 100 binary64) (*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 #s(literal 100 binary64) (*.f64 (/.f64 (/.f64 x (+.f64 x y)) (-.f64 y x)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 #s(literal 100 binary64) (*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 #s(literal 100 binary64) (*.f64 (/.f64 (/.f64 x (+.f64 x y)) (-.f64 y x)) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 (/.f64 x (+.f64 x y)) (-.f64 y x)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (-.f64 y x)) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x (*.f64 y #s(literal 100 binary64))) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x (*.f64 x #s(literal -100 binary64))) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (*.f64 y #s(literal 100 binary64)) (/.f64 (/.f64 x (+.f64 x y)) (-.f64 y x)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y #s(literal 100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (/.f64 x (-.f64 y x)) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 x (-.f64 y x)) (*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (/.f64 x (-.f64 y x)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) x (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) y))) |
(fma.f64 (*.f64 y (*.f64 x #s(literal 100 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) x) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (neg.f64 (/.f64 x (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) (/.f64 x (+.f64 x y)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x)))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 y (-.f64 y x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (+.f64 x y) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (neg.f64 (*.f64 (+.f64 x y) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (*.f64 (/.f64 x (-.f64 y x)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (*.f64 (/.f64 x (-.f64 y x)) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) |
(fma.f64 (*.f64 y (/.f64 #s(literal 100 binary64) (-.f64 y x))) (/.f64 x (+.f64 x y)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (*.f64 x #s(literal -100 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x #s(literal -100 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) x (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) x (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (+.f64 x y) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 y x)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 y x)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 x #s(literal 100 binary64)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 x #s(literal 100 binary64)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 x (+.f64 x y))) (/.f64 #s(literal 100 binary64) (-.f64 y x)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 x (-.f64 y x))) (/.f64 #s(literal 100 binary64) (+.f64 x y)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 #s(literal 100 binary64) (+.f64 x y))) (/.f64 x (-.f64 y x)) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) #s(literal -1 binary64)) x (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 x (+.f64 x y))) (/.f64 #s(literal 100 binary64) (-.f64 y x)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 x (-.f64 y x))) (/.f64 #s(literal 100 binary64) (+.f64 x y)) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (+.f64 x y) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(neg.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y))) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x)))) |
(neg.f64 (*.f64 (-.f64 y x) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(neg.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(neg.f64 (/.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
(/.f64 x (neg.f64 (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(/.f64 (/.f64 x (+.f64 x y)) #s(literal 1/100 binary64)) |
(/.f64 #s(literal 100 binary64) (/.f64 (+.f64 x y) x)) |
(/.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 x y) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (-.f64 y x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (+.f64 x y) x)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (+.f64 x y)) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal 100 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal -100 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (+.f64 x y) (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 y x) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))) (fma.f64 x x (*.f64 y (+.f64 x y))))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (+.f64 x y)) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y (+.f64 x y))))) (*.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 #s(literal -100 binary64) (*.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x (*.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 y x) (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (+.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x y) (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 y x) (*.f64 (/.f64 x (+.f64 x y)) (*.f64 #s(literal 100 binary64) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 x y) x) #s(literal 100 binary64))) |
(/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
(/.f64 (-.f64 y x) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (+.f64 x y))) |
(/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (-.f64 y x))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (+.f64 x y) #s(literal -1/100 binary64)) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) |
(/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (+.f64 x y) x))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (+.f64 x y) (*.f64 (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (neg.f64 (*.f64 (+.f64 x y) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (neg.f64 (*.f64 (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (+.f64 x y)))) |
(/.f64 (-.f64 x y) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 x #s(literal -100 binary64)))) |
(/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 y x))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal 100 binary64))) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (+.f64 x y))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal -100 binary64))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(/.f64 (*.f64 (+.f64 x y) (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x)))) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(/.f64 (*.f64 (+.f64 x y) (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x)))) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(/.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (-.f64 y x) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 y x))) |
(/.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(/.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(/.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 x y))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y)) (neg.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (+.f64 x y) x)))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y)) (neg.f64 (*.f64 (+.f64 x y) (*.f64 (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))) (fma.f64 x x (*.f64 y (+.f64 x y))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y))) #s(literal -1/100 binary64)) |
(/.f64 (*.f64 (-.f64 y x) x) (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) #s(literal 1/100 binary64))) |
(/.f64 (*.f64 (-.f64 y x) (/.f64 x (+.f64 x y))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) |
(/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(/.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (+.f64 x y)) (-.f64 y x)) |
(/.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (fma.f64 x x (*.f64 y (+.f64 x y)))) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(/.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (-.f64 y x)) (+.f64 x y)) |
(/.f64 (*.f64 (/.f64 x (+.f64 x y)) (*.f64 #s(literal 100 binary64) (-.f64 y x))) (-.f64 y x)) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal -100 binary64)))) (neg.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x))))) (neg.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (neg.f64 (*.f64 (-.f64 y x) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (+.f64 x y) (-.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (neg.f64 (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y (+.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) (neg.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x)))) (*.f64 (+.f64 x y) (-.f64 y x))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (+.f64 x y))) (-.f64 x y)) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (-.f64 #s(literal 0 binary64) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (fma.f64 x x (*.f64 y (+.f64 x y))))) (-.f64 #s(literal 0 binary64) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (-.f64 y x))) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (/.f64 x (+.f64 x y)) (*.f64 #s(literal 100 binary64) (-.f64 y x)))) (-.f64 x y)) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) #s(literal 3 binary64)) (pow.f64 (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (-.f64 (*.f64 (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x))) (*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) #s(literal 3 binary64))) (fma.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (-.f64 (*.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))))) (*.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) (*.f64 (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)))) (-.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) (*.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))))) (-.f64 (*.f64 y (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))))) |
(pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))))) #s(literal -1 binary64)) |
(*.f64 x (*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x))) |
(*.f64 x (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
(*.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x)))) |
(*.f64 x (*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) #s(literal 1 binary64))) |
(*.f64 x (*.f64 (*.f64 #s(literal 100 binary64) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(*.f64 (+.f64 x y) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (+.f64 x y) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (+.f64 x y))) |
(*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) |
(*.f64 (/.f64 x (+.f64 x y)) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x))) |
(*.f64 (/.f64 x (+.f64 x y)) (/.f64 (*.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x))) |
(*.f64 (/.f64 x (+.f64 x y)) (/.f64 (-.f64 y x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(*.f64 #s(literal 100 binary64) (/.f64 x (+.f64 x y))) |
(*.f64 #s(literal 100 binary64) (*.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x)))) |
(*.f64 #s(literal 100 binary64) (*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x))) |
(*.f64 #s(literal 100 binary64) (*.f64 (/.f64 (/.f64 x (+.f64 x y)) (-.f64 y x)) (-.f64 y x))) |
(*.f64 #s(literal 100 binary64) (*.f64 (*.f64 x (-.f64 y x)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(*.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y)))) |
(*.f64 #s(literal 1 binary64) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))) |
(*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) #s(literal 1 binary64)) |
(*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) (-.f64 y x))) |
(*.f64 (*.f64 x #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x))) |
(*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal 1 binary64))) |
(*.f64 (-.f64 y x) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (-.f64 y x) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (+.f64 x y)))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x)) |
(*.f64 #s(literal -1 binary64) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) #s(literal 100 binary64))) |
(*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 x y))) |
(*.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 y x))) |
(*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (*.f64 (-.f64 y x) (/.f64 x (+.f64 x y)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (/.f64 (*.f64 x (-.f64 y x)) (+.f64 x y))) |
(*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) (-.f64 y x))) |
(*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) |
(*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (+.f64 x y) x)))) |
(*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))) (fma.f64 x x (*.f64 y (+.f64 x y))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 x #s(literal 100 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (-.f64 y x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/100 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (pow.f64 (/.f64 #s(literal 1/100 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (-.f64 y x) (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (-.f64 y x) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x (-.f64 y x))) |
(*.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) |
(*.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal 100 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (+.f64 x y)))) |
(*.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 x #s(literal -100 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(*.f64 (*.f64 (+.f64 x y) (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(*.f64 (*.f64 (+.f64 x y) (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(*.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 y x) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y (+.f64 x y))))))) |
(*.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(*.f64 (*.f64 #s(literal -100 binary64) (*.f64 x (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(*.f64 (/.f64 x (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (-.f64 y x) (+.f64 x y))) |
(*.f64 (/.f64 (-.f64 y x) (+.f64 x y)) (/.f64 x (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 x (-.f64 y x)) (/.f64 (*.f64 #s(literal 100 binary64) (-.f64 y x)) (+.f64 x y))) |
(*.f64 (/.f64 x (-.f64 y x)) (/.f64 (-.f64 y x) (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 x (-.f64 y x)) (*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (-.f64 y x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (+.f64 x y))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (*.f64 x #s(literal -100 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x)))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y))) #s(literal -100 binary64)) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (/.f64 (-.f64 y x) (-.f64 x y))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 x y)) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) #s(literal 1 binary64))) |
(*.f64 (*.f64 (-.f64 y x) x) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 x (+.f64 x y))) (/.f64 #s(literal 100 binary64) (-.f64 y x))) |
(*.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(*.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (+.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 y x))) |
(*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(*.f64 (*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (fma.f64 x x (*.f64 y (+.f64 x y)))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(*.f64 (/.f64 (*.f64 x (*.f64 #s(literal 100 binary64) (-.f64 y x))) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (*.f64 (/.f64 x (+.f64 x y)) (*.f64 #s(literal 100 binary64) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (-.f64 y x))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 (-.f64 y x) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 y x))) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 100 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x)))) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) #s(literal 100 binary64))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 100 binary64) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 y x)))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) #s(literal 100 binary64))) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) x) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (/.f64 (*.f64 x (-.f64 y x)) (-.f64 y x))) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (/.f64 (-.f64 y x) (/.f64 (-.f64 y x) x))) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (*.f64 (/.f64 x (-.f64 y x)) (-.f64 y x))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 (+.f64 x y) x)) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (+.f64 x y) x))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (-.f64 y x) x))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 (-.f64 y x) x)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (+.f64 x y)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (/.f64 (+.f64 x y) x)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (-.f64 y x)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (/.f64 (+.f64 x y) x))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (/.f64 (-.f64 y x) x))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (/.f64 (-.f64 y x) x)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (+.f64 x y)) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (+.f64 x y) x)) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (-.f64 y x)) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 (+.f64 x y) x))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 (-.f64 y x) x))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (-.f64 y x) x)) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (+.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (+.f64 x y) x)) (/.f64 (-.f64 x y) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 y x)) (/.f64 (-.f64 x y) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 (-.f64 x y) (/.f64 (+.f64 x y) x))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) (/.f64 (-.f64 x y) (/.f64 (-.f64 y x) x))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (-.f64 y x) x)) (/.f64 (-.f64 x y) (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (+.f64 x y)) (+.f64 x y)) |
(*.f64 (/.f64 (-.f64 y x) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (/.f64 (-.f64 y x) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (-.f64 y x) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (-.f64 x y))) |
(*.f64 (/.f64 (-.f64 y x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 x (+.f64 x y))) |
(*.f64 (/.f64 (-.f64 y x) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) (/.f64 x (-.f64 y x))) |
(*.f64 (/.f64 (-.f64 y x) (/.f64 (-.f64 y x) x)) (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
(*.f64 (/.f64 (-.f64 y x) #s(literal -1 binary64)) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(*.f64 (/.f64 (-.f64 y x) (-.f64 #s(literal 0 binary64) (+.f64 x y))) (/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 y x))) |
(*.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 y x)) (/.f64 (-.f64 y x) (-.f64 #s(literal 0 binary64) (+.f64 x y)))) |
(*.f64 (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (-.f64 y x) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (-.f64 y x) (-.f64 x y))) |
(*.f64 (/.f64 (-.f64 y x) (-.f64 x y)) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(*.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (/.f64 #s(literal 100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 x (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 x (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -100 binary64) (+.f64 x y))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y)) |
(*.f64 (*.f64 (-.f64 y x) #s(literal 100 binary64)) (/.f64 (/.f64 x (+.f64 x y)) (-.f64 y x))) |
(*.f64 (*.f64 (-.f64 y x) #s(literal 100 binary64)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 #s(literal 100 binary64) (-.f64 y x))) (/.f64 x (+.f64 x y))) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) x) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 x (-.f64 y x))) (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (+.f64 x y)) |
(*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(*.f64 (*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y)) |
(*.f64 (*.f64 (*.f64 (-.f64 y x) (/.f64 x (+.f64 x y))) (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) (+.f64 x y)) |
(*.f64 (*.f64 (*.f64 (-.f64 y x) (/.f64 x (+.f64 x y))) (/.f64 #s(literal 100 binary64) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(*.f64 (*.f64 #s(literal 100 binary64) (/.f64 #s(literal -1 binary64) (+.f64 x y))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 #s(literal 100 binary64) (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(*.f64 (*.f64 #s(literal 100 binary64) (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y)) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64))) (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(*.f64 (*.f64 (-.f64 y x) (/.f64 #s(literal 100 binary64) (+.f64 x y))) (/.f64 x (-.f64 y x))) |
(+.f64 (*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 y y)) (*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 x (+.f64 x y)))) |
(+.f64 (*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 x (+.f64 x y))) (*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 y y))) |
(+.f64 (*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (fma.f64 y y (*.f64 x x))) (*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 x y))) |
(+.f64 (*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x) (*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(+.f64 (*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y) (*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)) |
(+.f64 (*.f64 (*.f64 y y) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (*.f64 (*.f64 x (+.f64 x y)) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(+.f64 (*.f64 (*.f64 x (+.f64 x y)) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (*.f64 (*.f64 y y) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(+.f64 (*.f64 (fma.f64 y y (*.f64 x x)) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (*.f64 (*.f64 x y) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(+.f64 (*.f64 x (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 y (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(+.f64 (*.f64 y (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 x (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(fma.f64 x (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 y (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 y (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(fma.f64 (*.f64 y y) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (*.f64 x (+.f64 x y)) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(fma.f64 (*.f64 x (+.f64 x y)) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (*.f64 y y) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(fma.f64 (fma.f64 y y (*.f64 x x)) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (*.f64 x y) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(fma.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 y y) (*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 x (+.f64 x y)))) |
(fma.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 x (+.f64 x y)) (*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 y y))) |
(fma.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (fma.f64 y y (*.f64 x x)) (*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 x y))) |
(fma.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x (*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y)) |
(fma.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) y (*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) x)) |
(neg.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(neg.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (-.f64 x y))) |
(neg.f64 (/.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (-.f64 y x))) |
(neg.f64 (*.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 y x)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))))) |
(neg.f64 (/.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 x y) x)))) |
(neg.f64 (/.f64 (neg.f64 (/.f64 x (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) (+.f64 x y))) |
(/.f64 x (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) #s(literal 1/100 binary64))) |
(/.f64 (/.f64 x (+.f64 x y)) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) |
(/.f64 #s(literal 100 binary64) (*.f64 (/.f64 (+.f64 x y) x) (-.f64 y x))) |
(/.f64 #s(literal -100 binary64) (neg.f64 (*.f64 (/.f64 (+.f64 x y) x) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (+.f64 x y) x) (-.f64 y x)) #s(literal 100 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x y) (/.f64 x (*.f64 (-.f64 y x) #s(literal 1/100 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 x y) x) (/.f64 #s(literal 100 binary64) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)) (neg.f64 (/.f64 x (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))))) |
(/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (-.f64 y x)) |
(/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 x #s(literal -100 binary64)))) |
(/.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) |
(/.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (/.f64 (+.f64 x y) x)) |
(/.f64 (/.f64 x (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (+.f64 x y)) |
(/.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (-.f64 x y)) |
(/.f64 (neg.f64 (/.f64 x (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 x (*.f64 (-.f64 y x) #s(literal 1/100 binary64))))) (+.f64 x y)) |
(/.f64 (neg.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x))) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 x y) x))) |
(pow.f64 (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (/.f64 x (+.f64 x y)) (/.f64 #s(literal 100 binary64) (-.f64 y x))) |
(*.f64 #s(literal 100 binary64) (/.f64 (/.f64 x (+.f64 x y)) (-.f64 y x))) |
(*.f64 #s(literal 100 binary64) (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 #s(literal 100 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 x y) x) (-.f64 y x)))) |
(*.f64 #s(literal 100 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) x)) |
(*.f64 #s(literal 100 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(*.f64 #s(literal 100 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) (/.f64 x (+.f64 x y)))) |
(*.f64 #s(literal -100 binary64) (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 y x))) |
(*.f64 (*.f64 x #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 #s(literal 1 binary64) (+.f64 x y)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 y x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (/.f64 #s(literal 100 binary64) (-.f64 y x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 #s(literal 100 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (/.f64 x (+.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 x (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (pow.f64 (/.f64 (-.f64 y x) (*.f64 x #s(literal 100 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x #s(literal 100 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) x) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (/.f64 x (+.f64 x y)) (/.f64 #s(literal 1 binary64) (+.f64 x y)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (+.f64 x y) (/.f64 x (+.f64 x y)))) |
(*.f64 (/.f64 x (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (/.f64 x (-.f64 y x)) (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 y x)) (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (neg.f64 (/.f64 x (*.f64 (-.f64 y x) #s(literal 1/100 binary64))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (/.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (/.f64 (*.f64 x #s(literal 100 binary64)) (-.f64 x y))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 y x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y))) (/.f64 #s(literal -100 binary64) (-.f64 y x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y))) (/.f64 #s(literal 100 binary64) (-.f64 x y))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (-.f64 y x)))) |
(*.f64 (neg.f64 (/.f64 x (*.f64 (-.f64 y x) #s(literal 1/100 binary64)))) (/.f64 #s(literal -1 binary64) (+.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x y)))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 #s(literal 1 binary64) (-.f64 y x)))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (-.f64 x y))) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 (/.f64 x (+.f64 x y)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (/.f64 x (+.f64 x y)))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (+.f64 x y)) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 #s(literal 100 binary64) (-.f64 y x)))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) (/.f64 #s(literal 100 binary64) (-.f64 y x)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (/.f64 x (-.f64 y x))) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (pow.f64 (/.f64 (-.f64 y x) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (/.f64 #s(literal 1 binary64) (+.f64 x y)))) |
(*.f64 (pow.f64 (/.f64 (-.f64 y x) x) #s(literal -1 binary64)) (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
(*.f64 (/.f64 x (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (/.f64 x (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 x (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (-.f64 x y))) |
(*.f64 (/.f64 #s(literal 100 binary64) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (/.f64 x (+.f64 x y)) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 #s(literal 100 binary64) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (/.f64 x (+.f64 x y)) (-.f64 x y))) |
(*.f64 (/.f64 x (-.f64 x y)) (/.f64 #s(literal -100 binary64) (+.f64 x y))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (/.f64 #s(literal -100 binary64) (-.f64 y x)) (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y)))) |
(*.f64 (/.f64 #s(literal -100 binary64) (+.f64 x y)) (/.f64 x (-.f64 x y))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 y x)) (/.f64 #s(literal 100 binary64) (-.f64 #s(literal 0 binary64) (+.f64 x y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -100 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (-.f64 x y)) (-.f64 #s(literal 0 binary64) (/.f64 x (+.f64 x y)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (-.f64 #s(literal 0 binary64) (+.f64 x y))) (/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 y x))) |
(*.f64 (/.f64 (/.f64 x (+.f64 x y)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 #s(literal 100 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x y)))) |
(*.f64 (/.f64 (/.f64 x (+.f64 x y)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 100 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (/.f64 (/.f64 x (+.f64 x y)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 100 binary64) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (/.f64 x (+.f64 x y)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 #s(literal 100 binary64) (-.f64 x y))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (-.f64 x y))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(*.f64 (/.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y)))) |
(*.f64 (/.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (/.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) (-.f64 x y))) |
(*.f64 (/.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x (+.f64 x y))) |
(*.f64 (/.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 x (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 x (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 x (-.f64 x y))) |
(*.f64 (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (+.f64 x y) (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) |
(*.f64 (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (-.f64 x y))) |
(*.f64 (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 x y))) |
(*.f64 (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 (-.f64 x y) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) (/.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 #s(literal 0 binary64) (+.f64 x y)))) |
(*.f64 (pow.f64 (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) #s(literal -1/2 binary64)) (pow.f64 (*.f64 (/.f64 (+.f64 x y) x) (*.f64 (-.f64 y x) #s(literal 1/100 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) (+.f64 x y))) |
(*.f64 (*.f64 (/.f64 x (+.f64 x y)) (/.f64 #s(literal 100 binary64) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal -100 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (-.f64 y x))) (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x)))) (+.f64 x y)) |
(*.f64 (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) x) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) #s(literal 1 binary64)) (/.f64 x (+.f64 x y))) |
(*.f64 (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (/.f64 #s(literal -1 binary64) (+.f64 x y))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(*.f64 (*.f64 (/.f64 #s(literal 100 binary64) (-.f64 y x)) (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) x) #s(literal 100 binary64)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) #s(literal 100 binary64)) x) |
(*.f64 (*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (*.f64 (/.f64 (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(-.f64 #s(literal 0 binary64) (*.f64 x #s(literal -100 binary64))) |
(neg.f64 (*.f64 x #s(literal -100 binary64))) |
(*.f64 x #s(literal 100 binary64)) |
(*.f64 #s(literal 100 binary64) x) |
(*.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))) |
(*.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 x #s(literal -100 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -100 binary64)) |
(+.f64 (*.f64 y y) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(+.f64 (*.f64 y y) (fma.f64 x (-.f64 #s(literal 0 binary64) y) (*.f64 x (-.f64 y x)))) |
(+.f64 (*.f64 y (-.f64 y x)) (*.f64 x (-.f64 y x))) |
(+.f64 (*.f64 y (+.f64 x y)) (neg.f64 (*.f64 x (+.f64 x y)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 y y)))) |
(+.f64 (*.f64 (+.f64 x y) y) (neg.f64 (*.f64 (+.f64 x y) x))) |
(+.f64 (neg.f64 (*.f64 (+.f64 x y) x)) (*.f64 (+.f64 x y) y)) |
(+.f64 (*.f64 (-.f64 y x) x) (*.f64 (-.f64 y x) y)) |
(+.f64 (*.f64 (-.f64 y x) y) (*.f64 (-.f64 y x) x)) |
(+.f64 (neg.f64 (*.f64 x (+.f64 x y))) (*.f64 y (+.f64 x y))) |
(+.f64 (*.f64 x (-.f64 y x)) (*.f64 y (-.f64 y x))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 y y)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 y x))) (*.f64 #s(literal 1 binary64) (*.f64 x (-.f64 y x)))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (-.f64 y x))) (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 y x)))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) y)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (+.f64 x y) x)))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 y x) x)) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 y x) y))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 y x) y)) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 y x) x))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (+.f64 x y))) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 x (+.f64 x y))))) |
(+.f64 (*.f64 (*.f64 y y) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 y (-.f64 y x)) #s(literal 1 binary64)) (*.f64 (*.f64 x (-.f64 y x)) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 x (-.f64 y x)) #s(literal 1 binary64)) (*.f64 (*.f64 y (-.f64 y x)) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 (+.f64 x y) y) #s(literal 1 binary64)) (*.f64 (neg.f64 (*.f64 (+.f64 x y) x)) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 (-.f64 y x) x) #s(literal 1 binary64)) (*.f64 (*.f64 (-.f64 y x) y) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 (-.f64 y x) y) #s(literal 1 binary64)) (*.f64 (*.f64 (-.f64 y x) x) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 y (+.f64 x y)) #s(literal 1 binary64)) (*.f64 (neg.f64 (*.f64 x (+.f64 x y))) #s(literal 1 binary64))) |
(+.f64 (fma.f64 x (-.f64 y x) (*.f64 y y)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(-.f64 #s(literal 0 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) |
(-.f64 (*.f64 y y) (*.f64 x x)) |
(-.f64 (*.f64 y y) (-.f64 (*.f64 x y) (*.f64 x (-.f64 y x)))) |
(-.f64 (/.f64 (*.f64 y y) #s(literal 1 binary64)) (/.f64 (*.f64 x x) #s(literal 1 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))) (fma.f64 y (*.f64 y (*.f64 y y)) (*.f64 (*.f64 x x) (fma.f64 x x (*.f64 y y))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (fma.f64 y (*.f64 y (*.f64 y y)) (*.f64 (*.f64 x x) (fma.f64 x x (*.f64 y y)))))) |
(-.f64 (/.f64 (*.f64 y (*.f64 y (*.f64 y y))) (fma.f64 y y (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (fma.f64 y y (*.f64 x x)))) |
(-.f64 (fma.f64 x (-.f64 y x) (*.f64 y y)) (*.f64 x y)) |
(fma.f64 x (-.f64 y x) (*.f64 y (-.f64 y x))) |
(fma.f64 x (-.f64 #s(literal 0 binary64) x) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 y y)))) |
(fma.f64 y y (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 y y (fma.f64 x (-.f64 #s(literal 0 binary64) y) (*.f64 x (-.f64 y x)))) |
(fma.f64 y (+.f64 x y) (neg.f64 (*.f64 x (+.f64 x y)))) |
(fma.f64 y (-.f64 y x) (*.f64 x (-.f64 y x))) |
(fma.f64 (+.f64 x y) y (neg.f64 (*.f64 (+.f64 x y) x))) |
(fma.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) x) (*.f64 (+.f64 x y) y)) |
(fma.f64 #s(literal 1 binary64) (*.f64 y y) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 y (-.f64 y x)) (*.f64 #s(literal 1 binary64) (*.f64 x (-.f64 y x)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 y (+.f64 x y)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 x (+.f64 x y))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) y) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (+.f64 x y) x)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (-.f64 y x) x) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 y x) y))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (-.f64 y x) y) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 y x) x))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (-.f64 y x)) (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 y x)))) |
(fma.f64 (-.f64 y x) x (*.f64 (-.f64 y x) y)) |
(fma.f64 (-.f64 y x) y (*.f64 (-.f64 y x) x)) |
(fma.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 x (+.f64 x y)) (*.f64 (-.f64 y x) y)) |
(fma.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) y) (*.f64 (-.f64 y x) x)) |
(fma.f64 #s(literal -1 binary64) (*.f64 x x) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 y y)))) |
(fma.f64 #s(literal -1 binary64) (*.f64 x (+.f64 x y)) (*.f64 y (+.f64 x y))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) x (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 y y)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 x y) (*.f64 y (+.f64 x y))) |
(fma.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))) y) (neg.f64 (*.f64 (+.f64 x y) x))) |
(fma.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (+.f64 x y) y)) |
(fma.f64 (*.f64 y y) #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 y (-.f64 y x)) #s(literal 1 binary64) (*.f64 (*.f64 x (-.f64 y x)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) y) (*.f64 (-.f64 y x) x)) |
(fma.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) x) (*.f64 (-.f64 y x) y)) |
(fma.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) y) (neg.f64 (*.f64 (+.f64 x y) x))) |
(fma.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (+.f64 x y) y)) |
(fma.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y (*.f64 x (+.f64 x y)))))) (*.f64 x (-.f64 y x))) |
(fma.f64 (*.f64 y (+.f64 x y)) #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 x (+.f64 x y))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (*.f64 y (+.f64 x y)) (*.f64 y (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 y (+.f64 x y))) (*.f64 x (-.f64 y x))) |
(fma.f64 (*.f64 (+.f64 x y) y) #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 (+.f64 x y) x)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (-.f64 y x) x) #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 y x) y) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (-.f64 y x) y) #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 y x) x) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x (-.f64 y x)) #s(literal 1 binary64) (*.f64 (*.f64 y (-.f64 y x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) x) (*.f64 (-.f64 y x) y)) |
(fma.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) y) (*.f64 (-.f64 y x) x)) |
(fma.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) x) (*.f64 (-.f64 y x) y)) |
(fma.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) y) (*.f64 (-.f64 y x) x)) |
(fma.f64 (pow.f64 y #s(literal 1 binary64)) (pow.f64 y #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (pow.f64 y #s(literal 1 binary64)) (pow.f64 y #s(literal 1 binary64)) (fma.f64 x (-.f64 #s(literal 0 binary64) y) (*.f64 x (-.f64 y x)))) |
(fma.f64 (*.f64 x (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 y (-.f64 y x))) |
(fma.f64 (*.f64 y (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 x (-.f64 y x))) |
(fma.f64 (*.f64 x (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y) (*.f64 y (-.f64 y x))) |
(fma.f64 (*.f64 x (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 y (-.f64 y x))) |
(fma.f64 (*.f64 y (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 x (-.f64 y x))) |
(fma.f64 (*.f64 y (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y)) (neg.f64 (*.f64 x (+.f64 x y)))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y)) (*.f64 y (+.f64 x y))) |
(fma.f64 (*.f64 y (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))) (neg.f64 (*.f64 x (+.f64 x y)))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))) (*.f64 y (+.f64 x y))) |
(fma.f64 (*.f64 x (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 x x (*.f64 y (-.f64 y x))) (*.f64 y (-.f64 y x))) |
(fma.f64 (*.f64 y (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 x x (*.f64 y (-.f64 y x))) (*.f64 x (-.f64 y x))) |
(fma.f64 (*.f64 y (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y) (*.f64 x (-.f64 y x))) |
(fma.f64 (*.f64 (+.f64 x y) #s(literal -1 binary64)) x (*.f64 (+.f64 x y) y)) |
(neg.f64 (*.f64 (+.f64 x y) (-.f64 x y))) |
(/.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (-.f64 y x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y (+.f64 x y)))) (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (fma.f64 x x (*.f64 y (-.f64 y x)))) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y)) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (fma.f64 x x (*.f64 y (-.f64 y x)))) (*.f64 (+.f64 x y) (*.f64 (-.f64 y x) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x y) (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 y (*.f64 y (*.f64 y y)) (*.f64 (*.f64 x x) (fma.f64 x x (*.f64 y y)))) (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 y y (*.f64 x x)) (*.f64 (fma.f64 y y (*.f64 x x)) (*.f64 (+.f64 x y) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (+.f64 x y) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (*.f64 (-.f64 y x) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (*.f64 (-.f64 y x) (*.f64 (+.f64 x y) (-.f64 x y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (-.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (+.f64 x y)))) |
(/.f64 (-.f64 y x) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) #s(literal 1 binary64)) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (+.f64 x y) (-.f64 y x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x)))) (*.f64 (+.f64 x y) (-.f64 x y))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y))) |
(/.f64 (*.f64 (+.f64 x y) (*.f64 (-.f64 y x) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (*.f64 (+.f64 x y) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (+.f64 x y)) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))) (+.f64 x y)) |
(/.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y))) (neg.f64 (fma.f64 x (*.f64 x (*.f64 x x)) (*.f64 (*.f64 y y) (fma.f64 y y (*.f64 x x)))))) |
(/.f64 (*.f64 (fma.f64 y y (*.f64 x x)) (*.f64 (+.f64 x y) (-.f64 y x))) (fma.f64 y y (*.f64 x x))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 y y)) (*.f64 (+.f64 x y) (-.f64 x y))) (neg.f64 (fma.f64 x x (*.f64 y y)))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (fma.f64 y (*.f64 y (*.f64 y y)) (*.f64 (*.f64 x x) (fma.f64 x x (*.f64 y y))))) |
(/.f64 (*.f64 (+.f64 x y) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 (-.f64 y x) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(/.f64 (*.f64 (-.f64 y x) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 x y)) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (-.f64 y x)) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (-.f64 y x)) (-.f64 x y)) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (neg.f64 (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (neg.f64 (fma.f64 y (*.f64 y (*.f64 y y)) (*.f64 (*.f64 x x) (fma.f64 x x (*.f64 y y)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y)))) (fma.f64 x (*.f64 x (*.f64 x x)) (*.f64 (*.f64 y y) (fma.f64 y y (*.f64 x x))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x x (*.f64 y y)) (*.f64 (+.f64 x y) (-.f64 x y)))) (fma.f64 x x (*.f64 y y))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (+.f64 x y) (-.f64 y x)))) (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (neg.f64 (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))))) (*.f64 (+.f64 x y) (-.f64 y x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (neg.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (neg.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (*.f64 (-.f64 y x) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) (neg.f64 (*.f64 (+.f64 x y) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (*.f64 (+.f64 x y) (-.f64 y x))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 y y (*.f64 x x)) (*.f64 (+.f64 x y) (-.f64 y x)))) (neg.f64 (fma.f64 y y (*.f64 x x)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)))) (-.f64 #s(literal 0 binary64) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 y x) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (-.f64 #s(literal 0 binary64) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 y x) (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 y x)) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (-.f64 y x))) (-.f64 #s(literal 0 binary64) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (-.f64 y x))) (-.f64 y x)) |
(/.f64 (fma.f64 y (*.f64 (*.f64 y y) (*.f64 y (*.f64 y y))) (pow.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal 3 binary64))) (fma.f64 y (*.f64 y (*.f64 y y)) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (*.f64 y y) (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(/.f64 (fma.f64 (*.f64 y (-.f64 y x)) (*.f64 (*.f64 y (-.f64 y x)) (*.f64 y (-.f64 y x))) (pow.f64 (*.f64 x (-.f64 y x)) #s(literal 3 binary64))) (fma.f64 y (*.f64 (-.f64 y x) (*.f64 y (-.f64 y x))) (-.f64 (*.f64 (*.f64 x (-.f64 y x)) (*.f64 x (-.f64 y x))) (*.f64 (*.f64 y (-.f64 y x)) (*.f64 x (-.f64 y x)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 x y) y) #s(literal 3 binary64)) (pow.f64 (neg.f64 (*.f64 (+.f64 x y) x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (+.f64 x y) y) (*.f64 (+.f64 x y) y) (-.f64 (*.f64 (neg.f64 (*.f64 (+.f64 x y) x)) (neg.f64 (*.f64 (+.f64 x y) x))) (*.f64 (*.f64 (+.f64 x y) y) (neg.f64 (*.f64 (+.f64 x y) x)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 y x) x) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 y x) y) #s(literal 3 binary64))) (fma.f64 (*.f64 (-.f64 y x) x) (*.f64 (-.f64 y x) x) (-.f64 (*.f64 (*.f64 (-.f64 y x) y) (*.f64 (-.f64 y x) y)) (*.f64 (*.f64 (-.f64 y x) x) (*.f64 (-.f64 y x) y))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 y x) y) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 y x) x) #s(literal 3 binary64))) (fma.f64 (*.f64 (-.f64 y x) y) (*.f64 (-.f64 y x) y) (-.f64 (*.f64 (*.f64 (-.f64 y x) x) (*.f64 (-.f64 y x) x)) (*.f64 (*.f64 (-.f64 y x) y) (*.f64 (-.f64 y x) x))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 y (+.f64 x y)) #s(literal 3 binary64)) (pow.f64 (neg.f64 (*.f64 x (+.f64 x y))) #s(literal 3 binary64))) (fma.f64 (*.f64 y (+.f64 x y)) (*.f64 y (+.f64 x y)) (-.f64 (*.f64 (neg.f64 (*.f64 x (+.f64 x y))) (neg.f64 (*.f64 x (+.f64 x y)))) (*.f64 (*.f64 y (+.f64 x y)) (neg.f64 (*.f64 x (+.f64 x y))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 x (-.f64 y x)) #s(literal 3 binary64)) (*.f64 (*.f64 y (-.f64 y x)) (*.f64 (*.f64 y (-.f64 y x)) (*.f64 y (-.f64 y x))))) (fma.f64 (*.f64 x (-.f64 y x)) (*.f64 x (-.f64 y x)) (-.f64 (*.f64 (*.f64 y (-.f64 y x)) (*.f64 y (-.f64 y x))) (*.f64 (*.f64 x (-.f64 y x)) (*.f64 y (-.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 y (*.f64 y (*.f64 y y))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (-.f64 (*.f64 y y) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 y (-.f64 y x)) (*.f64 y (-.f64 y x))) (*.f64 (*.f64 x (-.f64 y x)) (*.f64 x (-.f64 y x)))) (-.f64 (*.f64 y (-.f64 y x)) (*.f64 x (-.f64 y x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 x y) y) (*.f64 (+.f64 x y) y)) (*.f64 (neg.f64 (*.f64 (+.f64 x y) x)) (neg.f64 (*.f64 (+.f64 x y) x)))) (-.f64 (*.f64 (+.f64 x y) y) (neg.f64 (*.f64 (+.f64 x y) x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 y x) x) (*.f64 (-.f64 y x) x)) (*.f64 (*.f64 (-.f64 y x) y) (*.f64 (-.f64 y x) y))) (-.f64 (*.f64 (-.f64 y x) x) (*.f64 (-.f64 y x) y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 y x) y) (*.f64 (-.f64 y x) y)) (*.f64 (*.f64 (-.f64 y x) x) (*.f64 (-.f64 y x) x))) (-.f64 (*.f64 (-.f64 y x) y) (*.f64 (-.f64 y x) x))) |
(/.f64 (-.f64 (*.f64 (*.f64 y (+.f64 x y)) (*.f64 y (+.f64 x y))) (*.f64 (neg.f64 (*.f64 x (+.f64 x y))) (neg.f64 (*.f64 x (+.f64 x y))))) (-.f64 (*.f64 y (+.f64 x y)) (neg.f64 (*.f64 x (+.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (-.f64 y x)) (*.f64 x (-.f64 y x))) (*.f64 (*.f64 y (-.f64 y x)) (*.f64 y (-.f64 y x)))) (-.f64 (*.f64 x (-.f64 y x)) (*.f64 y (-.f64 y x)))) |
(*.f64 (+.f64 x y) (-.f64 y x)) |
(*.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) |
(*.f64 (-.f64 y x) (+.f64 x y)) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) #s(literal 1 binary64)) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (+.f64 x y))) |
(*.f64 #s(literal -1 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)) (-.f64 x y)) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))) (-.f64 y x))) |
(*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y)))) (+.f64 x y))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) (-.f64 y x))) |
(*.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(*.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) |
(*.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(*.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y)))) |
(*.f64 (*.f64 (+.f64 x y) (*.f64 (-.f64 y x) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 x y)))) |
(*.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x)) (+.f64 x y)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(*.f64 (*.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (*.f64 (fma.f64 y y (*.f64 x x)) (*.f64 (+.f64 x y) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (fma.f64 y y (*.f64 x x)))) |
(*.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x x (*.f64 y (-.f64 y x))) (fma.f64 x x (*.f64 y (+.f64 x y)))))) |
(*.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 y (*.f64 y y)) (*.f64 (*.f64 x x) (fma.f64 x x (*.f64 y y)))))) |
(*.f64 (*.f64 (+.f64 x y) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 y x))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (+.f64 x y))))) |
(*.f64 (*.f64 (-.f64 y x) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (*.f64 (-.f64 y x) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(*.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (+.f64 x y) (-.f64 x y))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 (+.f64 x y) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 y (-.f64 y x)))))) |
(*.f64 (/.f64 (+.f64 x y) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (*.f64 (+.f64 x y) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 x x (*.f64 y (-.f64 y x)))) |
(*.f64 (*.f64 (+.f64 x y) (/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y)) |
| 1× | egg-herbie |
| 7 128× | accelerator-lowering-fma.f32 |
| 7 128× | accelerator-lowering-fma.f64 |
| 4 500× | *-lowering-*.f32 |
| 4 500× | *-lowering-*.f64 |
| 2 926× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 440 | 2724 |
| 1 | 1371 | 2428 |
| 2 | 4410 | 2338 |
| 0 | 8498 | 2194 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 100 (/ x y)) |
(* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y)))) |
(* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
100 |
(+ 100 (* -100 (/ y x))) |
(- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x))) |
(- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x)))) |
100 |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x))) |
(+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x))) |
100 |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x))))) |
(+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x))))) |
(* 100 (/ x y)) |
(/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2))))) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* -100 (/ (pow x 4) (pow y 3))) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))))) y) |
(* 100 (/ x y)) |
(* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* 100 (/ (pow x 3) y))) y))) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* -1 (/ (+ (* -100 (pow x 3)) (* 100 (/ (pow x 4) y))) y))) y))) y)) |
(/ x y) |
(* x (+ (* -1 (/ x (pow y 2))) (/ 1 y))) |
(* x (+ (* x (- (/ x (pow y 3)) (/ 1 (pow y 2)))) (/ 1 y))) |
(* x (+ (* x (- (* x (+ (* -1 (/ x (pow y 4))) (/ 1 (pow y 3)))) (/ 1 (pow y 2)))) (/ 1 y))) |
1 |
(+ 1 (* -1 (/ y x))) |
(- (+ 1 (/ (pow y 2) (pow x 2))) (/ y x)) |
(- (+ 1 (* -1 (/ (pow y 3) (pow x 3)))) (+ (* -1 (/ (pow y 2) (pow x 2))) (/ y x))) |
1 |
(+ 1 (* -1 (/ y x))) |
(+ 1 (* -1 (/ (- (* -1 (/ (pow y 2) x)) (* -1 y)) x))) |
(+ 1 (* -1 (/ (- (* -1 (/ (- (* -1 (/ (pow y 3) x)) (* -1 (pow y 2))) x)) (* -1 y)) x))) |
1 |
(+ 1 (* -1 (/ y x))) |
(+ 1 (* y (- (/ y (pow x 2)) (/ 1 x)))) |
(+ 1 (* y (- (* y (+ (* -1 (/ y (pow x 3))) (/ 1 (pow x 2)))) (/ 1 x)))) |
(/ x y) |
(/ (+ x (* -1 (/ (pow x 2) y))) y) |
(/ (- (+ x (/ (pow x 3) (pow y 2))) (/ (pow x 2) y)) y) |
(/ (- (+ x (* -1 (/ (pow x 4) (pow y 3)))) (+ (* -1 (/ (pow x 3) (pow y 2))) (/ (pow x 2) y))) y) |
(/ x y) |
(* -1 (/ (+ (* -1 x) (/ (pow x 2) y)) y)) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (- (/ (pow x 3) y) (pow x 2)) y))) y)) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (- (* -1 (/ (- (/ (pow x 4) y) (pow x 3)) y)) (pow x 2)) y))) y)) |
y |
(+ x y) |
(+ x y) |
(+ x y) |
x |
(* x (+ 1 (/ y x))) |
(* x (+ 1 (/ y x))) |
(* x (+ 1 (/ y x))) |
x |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
x |
(+ x y) |
(+ x y) |
(+ x y) |
y |
(* y (+ 1 (/ x y))) |
(* y (+ 1 (/ x y))) |
(* y (+ 1 (/ x y))) |
y |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
100 |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* -100 (/ y x))) |
(* -100 (/ y x)) |
(* y (- (* 100 (/ 1 y)) (* 100 (/ 1 x)))) |
(* y (- (* 100 (/ 1 y)) (* 100 (/ 1 x)))) |
(* y (- (* 100 (/ 1 y)) (* 100 (/ 1 x)))) |
(* -100 (/ y x)) |
(* -1 (* y (- (* 100 (/ 1 x)) (* 100 (/ 1 y))))) |
(* -1 (* y (- (* 100 (/ 1 x)) (* 100 (/ 1 y))))) |
(* -1 (* y (- (* 100 (/ 1 x)) (* 100 (/ 1 y))))) |
(* -100 (/ y x)) |
(/ (+ (* -100 y) (* 100 x)) x) |
(/ (+ (* -100 y) (* 100 x)) x) |
(/ (+ (* -100 y) (* 100 x)) x) |
100 |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* -100 (/ y x))) |
100 |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* -100 (/ y x))) |
(/ -100 x) |
(/ -100 x) |
(/ -100 x) |
(/ -100 x) |
(/ -100 x) |
(/ -100 x) |
(/ -100 x) |
(/ -100 x) |
(/ -100 x) |
(/ -100 x) |
(/ -100 x) |
(/ -100 x) |
(* 100 (/ x y)) |
(* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y)))) |
(* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
100 |
(+ 100 (* -100 (/ y x))) |
(- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x))) |
(- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x)))) |
100 |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x))) |
(+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x))) |
100 |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x))))) |
(+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x))))) |
(* 100 (/ x y)) |
(/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2))))) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* -100 (/ (pow x 4) (pow y 3))) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))))) y) |
(* 100 (/ x y)) |
(* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* 100 (/ (pow x 3) y))) y))) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* -1 (/ (+ (* -100 (pow x 3)) (* 100 (/ (pow x 4) y))) y))) y))) y)) |
(* 1/100 (/ y x)) |
(/ (+ (* 1/100 x) (* 1/100 y)) x) |
(/ (+ (* 1/100 x) (* 1/100 y)) x) |
(/ (+ (* 1/100 x) (* 1/100 y)) x) |
1/100 |
(+ 1/100 (* 1/100 (/ y x))) |
(+ 1/100 (* 1/100 (/ y x))) |
(+ 1/100 (* 1/100 (/ y x))) |
1/100 |
(+ 1/100 (* 1/100 (/ y x))) |
(+ 1/100 (* 1/100 (/ y x))) |
(+ 1/100 (* 1/100 (/ y x))) |
1/100 |
(+ 1/100 (* 1/100 (/ y x))) |
(+ 1/100 (* 1/100 (/ y x))) |
(+ 1/100 (* 1/100 (/ y x))) |
(* 1/100 (/ y x)) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(* 1/100 (/ y x)) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(/ y x) |
(/ (+ x y) x) |
(/ (+ x y) x) |
(/ (+ x y) x) |
1 |
(+ 1 (/ y x)) |
(+ 1 (/ y x)) |
(+ 1 (/ y x)) |
1 |
(+ 1 (/ y x)) |
(+ 1 (/ y x)) |
(+ 1 (/ y x)) |
1 |
(+ 1 (/ y x)) |
(+ 1 (/ y x)) |
(+ 1 (/ y x)) |
(/ y x) |
(* y (+ (/ 1 x) (/ 1 y))) |
(* y (+ (/ 1 x) (/ 1 y))) |
(* y (+ (/ 1 x) (/ 1 y))) |
(/ y x) |
(* y (+ (/ 1 x) (/ 1 y))) |
(* y (+ (/ 1 x) (/ 1 y))) |
(* y (+ (/ 1 x) (/ 1 y))) |
(* 100 (/ x y)) |
(* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y)))) |
(* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
100 |
(+ 100 (* -100 (/ y x))) |
(- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x))) |
(- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x)))) |
100 |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x))) |
(+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x))) |
100 |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x))))) |
(+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x))))) |
(* 100 (/ x y)) |
(/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2))))) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* -100 (/ (pow x 4) (pow y 3))) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))))) y) |
(* 100 (/ x y)) |
(* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* 100 (/ (pow x 3) y))) y))) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* -1 (/ (+ (* -100 (pow x 3)) (* 100 (/ (pow x 4) y))) y))) y))) y)) |
(* 100 (/ x (pow y 2))) |
(* x (+ (* 100 (/ (pow x 2) (pow y 4))) (* 100 (/ 1 (pow y 2))))) |
(* x (+ (* (pow x 2) (+ (* 100 (/ (pow x 2) (pow y 6))) (* 100 (/ 1 (pow y 4))))) (* 100 (/ 1 (pow y 2))))) |
(* x (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 100 (/ (pow x 2) (pow y 8))) (* 100 (/ 1 (pow y 6))))) (* 100 (/ 1 (pow y 4))))) (* 100 (/ 1 (pow y 2))))) |
(/ -100 x) |
(/ (- (* -100 (/ (+ y (* -1 y)) x)) 100) x) |
(/ (- (* -1 (/ (+ (* 100 (pow y 2)) (* 100 (pow (+ y (* -1 y)) 2))) (pow x 2))) (+ 100 (* 100 (/ (+ y (* -1 y)) x)))) x) |
(/ (- (* -1 (/ (+ (* 100 (* (pow y 2) (+ y (* -1 y)))) (* (+ y (* -1 y)) (+ (* 100 (pow y 2)) (* 100 (pow (+ y (* -1 y)) 2))))) (pow x 3))) (+ 100 (+ (* 100 (/ (+ y (* -1 y)) x)) (+ (* 100 (/ (pow y 2) (pow x 2))) (* 100 (/ (pow (+ y (* -1 y)) 2) (pow x 2))))))) x) |
(/ -100 x) |
(* -1 (/ (+ 100 (* -100 (/ (+ y (* -1 y)) x))) x)) |
(* -1 (/ (+ 100 (* -1 (/ (- (+ (* -100 (/ (pow y 2) x)) (* -100 (/ (pow (+ y (* -1 y)) 2) x))) (* -100 (+ y (* -1 y)))) x))) x)) |
(* -1 (/ (+ 100 (* -1 (/ (- (* -1 (/ (- (+ (* -100 (/ (* (pow y 2) (+ y (* -1 y))) x)) (/ (* (+ y (* -1 y)) (+ (* -100 (pow y 2)) (* -100 (pow (+ y (* -1 y)) 2)))) x)) (+ (* -100 (pow y 2)) (* -100 (pow (+ y (* -1 y)) 2)))) x)) (* -100 (+ y (* -1 y)))) x))) x)) |
(/ -100 x) |
(- (* -100 (/ (pow y 2) (pow x 3))) (* 100 (/ 1 x))) |
(- (* (pow y 2) (- (* -100 (/ (pow y 2) (pow x 5))) (* 100 (/ 1 (pow x 3))))) (* 100 (/ 1 x))) |
(- (* (pow y 2) (- (* (pow y 2) (- (* -100 (/ (pow y 2) (pow x 7))) (* 100 (/ 1 (pow x 5))))) (* 100 (/ 1 (pow x 3))))) (* 100 (/ 1 x))) |
(* 100 (/ x (pow y 2))) |
(/ (+ (* -100 (/ (* x (+ x (* -1 x))) y)) (* 100 x)) (pow y 2)) |
(/ (+ (* -100 (/ (* x (+ x (* -1 x))) y)) (+ (* -100 (/ (+ (* -1 (* x (pow (+ x (* -1 x)) 2))) (* -1 (pow x 3))) (pow y 2))) (* 100 x))) (pow y 2)) |
(/ (+ (* -100 (/ (* x (+ x (* -1 x))) y)) (+ (* -100 (/ (+ (* -1 (* x (pow (+ x (* -1 x)) 2))) (* -1 (pow x 3))) (pow y 2))) (+ (* -100 (/ (+ (* -1 (* (+ x (* -1 x)) (+ (* -1 (* x (pow (+ x (* -1 x)) 2))) (* -1 (pow x 3))))) (* (pow x 3) (+ x (* -1 x)))) (pow y 3))) (* 100 x)))) (pow y 2)) |
(* 100 (/ x (pow y 2))) |
(/ (+ (* -100 (/ (* x (+ x (* -1 x))) y)) (* 100 x)) (pow y 2)) |
(/ (+ (* -1 (/ (+ (* -100 (/ (+ (* x (pow (+ x (* -1 x)) 2)) (pow x 3)) y)) (* 100 (* x (+ x (* -1 x))))) y)) (* 100 x)) (pow y 2)) |
(/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -100 (/ (+ (* (+ x (* -1 x)) (+ (* x (pow (+ x (* -1 x)) 2)) (pow x 3))) (* (pow x 3) (+ x (* -1 x)))) y)) (* 100 (+ (* x (pow (+ x (* -1 x)) 2)) (pow x 3)))) y)) (* 100 (* x (+ x (* -1 x))))) y)) (* 100 x)) (pow y 2)) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(pow y 2) |
(+ (* x (+ y (* -1 y))) (pow y 2)) |
(+ (* x (+ y (+ (* -1 x) (* -1 y)))) (pow y 2)) |
(+ (* x (+ y (+ (* -1 x) (* -1 y)))) (pow y 2)) |
(* -1 (pow x 2)) |
(* (pow x 2) (- (+ (* -1 (/ y x)) (/ y x)) 1)) |
(* (pow x 2) (- (+ (* -1 (/ y x)) (+ (/ y x) (/ (pow y 2) (pow x 2)))) 1)) |
(* (pow x 2) (- (+ (* -1 (/ y x)) (+ (/ y x) (/ (pow y 2) (pow x 2)))) 1)) |
(* -1 (pow x 2)) |
(* (pow x 2) (- (* -1 (/ (+ y (* -1 y)) x)) 1)) |
(* (pow x 2) (- (* -1 (/ (+ y (+ (* -1 y) (* -1 (/ (pow y 2) x)))) x)) 1)) |
(* (pow x 2) (- (* -1 (/ (+ y (+ (* -1 y) (* -1 (/ (pow y 2) x)))) x)) 1)) |
(* -1 (pow x 2)) |
(+ (* -1 (pow x 2)) (* y (+ x (* -1 x)))) |
(+ (* -1 (pow x 2)) (* y (+ x (+ y (* -1 x))))) |
(+ (* -1 (pow x 2)) (* y (+ x (+ y (* -1 x))))) |
(pow y 2) |
(* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (/ x y)))) |
(* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (+ (* -1 (/ (pow x 2) (pow y 2))) (/ x y))))) |
(* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (+ (* -1 (/ (pow x 2) (pow y 2))) (/ x y))))) |
(pow y 2) |
(* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (/ x y)))) |
(* (pow y 2) (+ 1 (* -1 (/ (+ (* -1 (+ x (* -1 x))) (/ (pow x 2) y)) y)))) |
(* (pow y 2) (+ 1 (* -1 (/ (+ (* -1 (+ x (* -1 x))) (/ (pow x 2) y)) y)))) |
| Outputs |
|---|
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y)))) |
(*.f64 x (fma.f64 x (/.f64 #s(literal -100 binary64) (fma.f64 y y #s(literal 0 binary64))) (/.f64 #s(literal 100 binary64) y))) |
(* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(*.f64 x (fma.f64 x (fma.f64 #s(literal 100 binary64) (/.f64 x (fma.f64 y (fma.f64 y y #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal -100 binary64) (fma.f64 y y #s(literal 0 binary64)))) (/.f64 #s(literal 100 binary64) y))) |
(* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(*.f64 x (fma.f64 x (fma.f64 x (fma.f64 x (/.f64 #s(literal -100 binary64) (pow.f64 y #s(literal 4 binary64))) (/.f64 #s(literal 100 binary64) (fma.f64 y (fma.f64 y y #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal -100 binary64) (fma.f64 y y #s(literal 0 binary64)))) (/.f64 #s(literal 100 binary64) y))) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x))) |
(fma.f64 #s(literal -100 binary64) (/.f64 (-.f64 y (fma.f64 y (/.f64 y x) #s(literal 0 binary64))) x) #s(literal 100 binary64)) |
(- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x)))) |
(+.f64 #s(literal 100 binary64) (/.f64 (fma.f64 y #s(literal -100 binary64) (/.f64 (*.f64 #s(literal -100 binary64) (fma.f64 y (fma.f64 y (/.f64 y x) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64))))) x)) x)) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x))) |
(fma.f64 #s(literal -100 binary64) (/.f64 (-.f64 y (fma.f64 y (/.f64 y x) #s(literal 0 binary64))) x) #s(literal 100 binary64)) |
(+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x))) |
(+.f64 #s(literal 100 binary64) (/.f64 (fma.f64 y #s(literal -100 binary64) (/.f64 (*.f64 #s(literal -100 binary64) (fma.f64 y (fma.f64 y (/.f64 y x) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64))))) x)) x)) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x))))) |
(fma.f64 #s(literal -100 binary64) (/.f64 (-.f64 y (fma.f64 y (/.f64 y x) #s(literal 0 binary64))) x) #s(literal 100 binary64)) |
(+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x))))) |
(fma.f64 y (fma.f64 y (fma.f64 #s(literal -100 binary64) (/.f64 y (fma.f64 x (fma.f64 x x #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 100 binary64) (fma.f64 x x #s(literal 0 binary64)))) (/.f64 #s(literal -100 binary64) x)) #s(literal 100 binary64)) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y) |
(/.f64 (fma.f64 #s(literal -100 binary64) (fma.f64 x (/.f64 x y) #s(literal 0 binary64)) (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64))) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2))))) y) |
(/.f64 (fma.f64 #s(literal 100 binary64) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (/.f64 x (fma.f64 y y #s(literal 0 binary64))) x) (/.f64 (*.f64 x (*.f64 x #s(literal -100 binary64))) y)) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* -100 (/ (pow x 4) (pow y 3))) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))))) y) |
(/.f64 (fma.f64 #s(literal -100 binary64) (fma.f64 x (/.f64 x y) (/.f64 (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (fma.f64 x x #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 y (fma.f64 y y #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 #s(literal 100 binary64) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (/.f64 x (fma.f64 y y #s(literal 0 binary64))) x) #s(literal 0 binary64))) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) (fma.f64 x (/.f64 x y) #s(literal 0 binary64)) (*.f64 x #s(literal -100 binary64))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* 100 (/ (pow x 3) y))) y))) y)) |
(/.f64 (-.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 (fma.f64 #s(literal 100 binary64) (/.f64 (fma.f64 x (fma.f64 x x #s(literal 0 binary64)) #s(literal 0 binary64)) y) (*.f64 x (*.f64 x #s(literal -100 binary64)))) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* -1 (/ (+ (* -100 (pow x 3)) (* 100 (/ (pow x 4) y))) y))) y))) y)) |
(/.f64 (fma.f64 x #s(literal -100 binary64) (/.f64 (fma.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64))) (/.f64 (fma.f64 #s(literal 100 binary64) (/.f64 (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (fma.f64 x x #s(literal 0 binary64)) #s(literal 0 binary64)) y) (fma.f64 x (*.f64 x (*.f64 x #s(literal -100 binary64))) #s(literal 0 binary64))) y)) y)) (-.f64 #s(literal 0 binary64) y)) |
(/ x y) |
(/.f64 x y) |
(* x (+ (* -1 (/ x (pow y 2))) (/ 1 y))) |
(/.f64 (fma.f64 x (-.f64 #s(literal 0 binary64) (/.f64 x y)) x) y) |
(* x (+ (* x (- (/ x (pow y 3)) (/ 1 (pow y 2)))) (/ 1 y))) |
(*.f64 x (fma.f64 x (+.f64 (/.f64 x (fma.f64 y (fma.f64 y y #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal -1 binary64) (fma.f64 y y #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) y))) |
(* x (+ (* x (- (* x (+ (* -1 (/ x (pow y 4))) (/ 1 (pow y 3)))) (/ 1 (pow y 2)))) (/ 1 y))) |
(*.f64 x (fma.f64 x (fma.f64 x (-.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (fma.f64 y y #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 x (pow.f64 y #s(literal 4 binary64)))) (/.f64 #s(literal -1 binary64) (fma.f64 y y #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) y))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (/ y x))) |
(-.f64 #s(literal 1 binary64) (/.f64 y x)) |
(- (+ 1 (/ (pow y 2) (pow x 2))) (/ y x)) |
(+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 y (/.f64 y x) #s(literal 0 binary64)) y) x)) |
(- (+ 1 (* -1 (/ (pow y 3) (pow x 3)))) (+ (* -1 (/ (pow y 2) (pow x 2))) (/ y x))) |
(+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (fma.f64 y (-.f64 #s(literal 0 binary64) (fma.f64 y (/.f64 y x) #s(literal 0 binary64))) (fma.f64 y y #s(literal 0 binary64))) x) y) x)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (/ y x))) |
(-.f64 #s(literal 1 binary64) (/.f64 y x)) |
(+ 1 (* -1 (/ (- (* -1 (/ (pow y 2) x)) (* -1 y)) x))) |
(+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 y (/.f64 y x) #s(literal 0 binary64)) y) x)) |
(+ 1 (* -1 (/ (- (* -1 (/ (- (* -1 (/ (pow y 3) x)) (* -1 (pow y 2))) x)) (* -1 y)) x))) |
(+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (fma.f64 y (-.f64 #s(literal 0 binary64) (fma.f64 y (/.f64 y x) #s(literal 0 binary64))) (fma.f64 y y #s(literal 0 binary64))) x) y) x)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (/ y x))) |
(-.f64 #s(literal 1 binary64) (/.f64 y x)) |
(+ 1 (* y (- (/ y (pow x 2)) (/ 1 x)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 y (/.f64 y x) #s(literal 0 binary64)) y) x)) |
(+ 1 (* y (- (* y (+ (* -1 (/ y (pow x 3))) (/ 1 (pow x 2)))) (/ 1 x)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (fma.f64 y (-.f64 #s(literal 0 binary64) (fma.f64 y (/.f64 y x) #s(literal 0 binary64))) (fma.f64 y y #s(literal 0 binary64))) x) y) x)) |
(/ x y) |
(/.f64 x y) |
(/ (+ x (* -1 (/ (pow x 2) y))) y) |
(/.f64 (fma.f64 x (-.f64 #s(literal 0 binary64) (/.f64 x y)) x) y) |
(/ (- (+ x (/ (pow x 3) (pow y 2))) (/ (pow x 2) y)) y) |
(/.f64 (+.f64 x (/.f64 (fma.f64 x (fma.f64 x (/.f64 x y) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64)))) y)) y) |
(/ (- (+ x (* -1 (/ (pow x 4) (pow y 3)))) (+ (* -1 (/ (pow x 3) (pow y 2))) (/ (pow x 2) y))) y) |
(/.f64 (+.f64 (-.f64 x (/.f64 (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (fma.f64 x x #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 y (fma.f64 y y #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (fma.f64 x (fma.f64 x (/.f64 x y) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64)))) y)) y) |
(/ x y) |
(/.f64 x y) |
(* -1 (/ (+ (* -1 x) (/ (pow x 2) y)) y)) |
(/.f64 (fma.f64 x (-.f64 #s(literal 0 binary64) (/.f64 x y)) x) y) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (- (/ (pow x 3) y) (pow x 2)) y))) y)) |
(/.f64 (+.f64 x (/.f64 (fma.f64 x (fma.f64 x (/.f64 x y) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64)))) y)) y) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (- (* -1 (/ (- (/ (pow x 4) y) (pow x 3)) y)) (pow x 2)) y))) y)) |
(/.f64 (+.f64 x (neg.f64 (/.f64 (fma.f64 x x (/.f64 (-.f64 (/.f64 (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (fma.f64 x x #s(literal 0 binary64)) #s(literal 0 binary64)) y) (fma.f64 x (fma.f64 x x #s(literal 0 binary64)) #s(literal 0 binary64))) y)) y))) y) |
y |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
x |
(* x (+ 1 (/ y x))) |
(fma.f64 x (/.f64 y x) x) |
(* x (+ 1 (/ y x))) |
(fma.f64 x (/.f64 y x) x) |
(* x (+ 1 (/ y x))) |
(fma.f64 x (/.f64 y x) x) |
x |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(fma.f64 x (/.f64 y x) x) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(fma.f64 x (/.f64 y x) x) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(fma.f64 x (/.f64 y x) x) |
x |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
y |
(* y (+ 1 (/ x y))) |
(fma.f64 y (/.f64 x y) y) |
(* y (+ 1 (/ x y))) |
(fma.f64 y (/.f64 x y) y) |
(* y (+ 1 (/ x y))) |
(fma.f64 y (/.f64 x y) y) |
y |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(fma.f64 y (/.f64 x y) y) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(fma.f64 y (/.f64 x y) y) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(fma.f64 y (/.f64 x y) y) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(* -100 (/ y x)) |
(/.f64 (*.f64 y #s(literal -100 binary64)) x) |
(* y (- (* 100 (/ 1 y)) (* 100 (/ 1 x)))) |
(*.f64 y (+.f64 (/.f64 #s(literal 100 binary64) y) (/.f64 #s(literal -100 binary64) x))) |
(* y (- (* 100 (/ 1 y)) (* 100 (/ 1 x)))) |
(*.f64 y (+.f64 (/.f64 #s(literal 100 binary64) y) (/.f64 #s(literal -100 binary64) x))) |
(* y (- (* 100 (/ 1 y)) (* 100 (/ 1 x)))) |
(*.f64 y (+.f64 (/.f64 #s(literal 100 binary64) y) (/.f64 #s(literal -100 binary64) x))) |
(* -100 (/ y x)) |
(/.f64 (*.f64 y #s(literal -100 binary64)) x) |
(* -1 (* y (- (* 100 (/ 1 x)) (* 100 (/ 1 y))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 100 binary64) y) (/.f64 #s(literal -100 binary64) x))) |
(* -1 (* y (- (* 100 (/ 1 x)) (* 100 (/ 1 y))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 100 binary64) y) (/.f64 #s(literal -100 binary64) x))) |
(* -1 (* y (- (* 100 (/ 1 x)) (* 100 (/ 1 y))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 100 binary64) y) (/.f64 #s(literal -100 binary64) x))) |
(* -100 (/ y x)) |
(/.f64 (*.f64 y #s(literal -100 binary64)) x) |
(/ (+ (* -100 y) (* 100 x)) x) |
(/.f64 (fma.f64 #s(literal 100 binary64) x (*.f64 y #s(literal -100 binary64))) x) |
(/ (+ (* -100 y) (* 100 x)) x) |
(/.f64 (fma.f64 #s(literal 100 binary64) x (*.f64 y #s(literal -100 binary64))) x) |
(/ (+ (* -100 y) (* 100 x)) x) |
(/.f64 (fma.f64 #s(literal 100 binary64) x (*.f64 y #s(literal -100 binary64))) x) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(/ -100 x) |
(/.f64 #s(literal -100 binary64) x) |
(/ -100 x) |
(/.f64 #s(literal -100 binary64) x) |
(/ -100 x) |
(/.f64 #s(literal -100 binary64) x) |
(/ -100 x) |
(/.f64 #s(literal -100 binary64) x) |
(/ -100 x) |
(/.f64 #s(literal -100 binary64) x) |
(/ -100 x) |
(/.f64 #s(literal -100 binary64) x) |
(/ -100 x) |
(/.f64 #s(literal -100 binary64) x) |
(/ -100 x) |
(/.f64 #s(literal -100 binary64) x) |
(/ -100 x) |
(/.f64 #s(literal -100 binary64) x) |
(/ -100 x) |
(/.f64 #s(literal -100 binary64) x) |
(/ -100 x) |
(/.f64 #s(literal -100 binary64) x) |
(/ -100 x) |
(/.f64 #s(literal -100 binary64) x) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y)))) |
(*.f64 x (fma.f64 x (/.f64 #s(literal -100 binary64) (fma.f64 y y #s(literal 0 binary64))) (/.f64 #s(literal 100 binary64) y))) |
(* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(*.f64 x (fma.f64 x (fma.f64 #s(literal 100 binary64) (/.f64 x (fma.f64 y (fma.f64 y y #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal -100 binary64) (fma.f64 y y #s(literal 0 binary64)))) (/.f64 #s(literal 100 binary64) y))) |
(* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(*.f64 x (fma.f64 x (fma.f64 x (fma.f64 x (/.f64 #s(literal -100 binary64) (pow.f64 y #s(literal 4 binary64))) (/.f64 #s(literal 100 binary64) (fma.f64 y (fma.f64 y y #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal -100 binary64) (fma.f64 y y #s(literal 0 binary64)))) (/.f64 #s(literal 100 binary64) y))) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x))) |
(fma.f64 #s(literal -100 binary64) (/.f64 (-.f64 y (fma.f64 y (/.f64 y x) #s(literal 0 binary64))) x) #s(literal 100 binary64)) |
(- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x)))) |
(+.f64 #s(literal 100 binary64) (/.f64 (fma.f64 y #s(literal -100 binary64) (/.f64 (*.f64 #s(literal -100 binary64) (fma.f64 y (fma.f64 y (/.f64 y x) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64))))) x)) x)) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x))) |
(fma.f64 #s(literal -100 binary64) (/.f64 (-.f64 y (fma.f64 y (/.f64 y x) #s(literal 0 binary64))) x) #s(literal 100 binary64)) |
(+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x))) |
(+.f64 #s(literal 100 binary64) (/.f64 (fma.f64 y #s(literal -100 binary64) (/.f64 (*.f64 #s(literal -100 binary64) (fma.f64 y (fma.f64 y (/.f64 y x) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64))))) x)) x)) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x))))) |
(fma.f64 #s(literal -100 binary64) (/.f64 (-.f64 y (fma.f64 y (/.f64 y x) #s(literal 0 binary64))) x) #s(literal 100 binary64)) |
(+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x))))) |
(fma.f64 y (fma.f64 y (fma.f64 #s(literal -100 binary64) (/.f64 y (fma.f64 x (fma.f64 x x #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 100 binary64) (fma.f64 x x #s(literal 0 binary64)))) (/.f64 #s(literal -100 binary64) x)) #s(literal 100 binary64)) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y) |
(/.f64 (fma.f64 #s(literal -100 binary64) (fma.f64 x (/.f64 x y) #s(literal 0 binary64)) (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64))) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2))))) y) |
(/.f64 (fma.f64 #s(literal 100 binary64) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (/.f64 x (fma.f64 y y #s(literal 0 binary64))) x) (/.f64 (*.f64 x (*.f64 x #s(literal -100 binary64))) y)) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* -100 (/ (pow x 4) (pow y 3))) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))))) y) |
(/.f64 (fma.f64 #s(literal -100 binary64) (fma.f64 x (/.f64 x y) (/.f64 (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (fma.f64 x x #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 y (fma.f64 y y #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 #s(literal 100 binary64) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (/.f64 x (fma.f64 y y #s(literal 0 binary64))) x) #s(literal 0 binary64))) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) (fma.f64 x (/.f64 x y) #s(literal 0 binary64)) (*.f64 x #s(literal -100 binary64))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* 100 (/ (pow x 3) y))) y))) y)) |
(/.f64 (-.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 (fma.f64 #s(literal 100 binary64) (/.f64 (fma.f64 x (fma.f64 x x #s(literal 0 binary64)) #s(literal 0 binary64)) y) (*.f64 x (*.f64 x #s(literal -100 binary64)))) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* -1 (/ (+ (* -100 (pow x 3)) (* 100 (/ (pow x 4) y))) y))) y))) y)) |
(/.f64 (fma.f64 x #s(literal -100 binary64) (/.f64 (fma.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64))) (/.f64 (fma.f64 #s(literal 100 binary64) (/.f64 (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (fma.f64 x x #s(literal 0 binary64)) #s(literal 0 binary64)) y) (fma.f64 x (*.f64 x (*.f64 x #s(literal -100 binary64))) #s(literal 0 binary64))) y)) y)) (-.f64 #s(literal 0 binary64) y)) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 y #s(literal 1/100 binary64)) x) |
(/ (+ (* 1/100 x) (* 1/100 y)) x) |
(/.f64 (*.f64 (+.f64 x y) #s(literal 1/100 binary64)) x) |
(/ (+ (* 1/100 x) (* 1/100 y)) x) |
(/.f64 (*.f64 (+.f64 x y) #s(literal 1/100 binary64)) x) |
(/ (+ (* 1/100 x) (* 1/100 y)) x) |
(/.f64 (*.f64 (+.f64 x y) #s(literal 1/100 binary64)) x) |
1/100 |
#s(literal 1/100 binary64) |
(+ 1/100 (* 1/100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) |
(+ 1/100 (* 1/100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) |
(+ 1/100 (* 1/100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) |
1/100 |
#s(literal 1/100 binary64) |
(+ 1/100 (* 1/100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) |
(+ 1/100 (* 1/100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) |
(+ 1/100 (* 1/100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) |
1/100 |
#s(literal 1/100 binary64) |
(+ 1/100 (* 1/100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) |
(+ 1/100 (* 1/100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) |
(+ 1/100 (* 1/100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 y #s(literal 1/100 binary64)) x) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 y #s(literal 1/100 binary64)) x) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) |
(/ y x) |
(/.f64 y x) |
(/ (+ x y) x) |
(/.f64 (+.f64 x y) x) |
(/ (+ x y) x) |
(/.f64 (+.f64 x y) x) |
(/ (+ x y) x) |
(/.f64 (+.f64 x y) x) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ y x)) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(+ 1 (/ y x)) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(+ 1 (/ y x)) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ y x)) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(+ 1 (/ y x)) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(+ 1 (/ y x)) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ y x)) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(+ 1 (/ y x)) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(+ 1 (/ y x)) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(/ y x) |
(/.f64 y x) |
(* y (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(* y (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(* y (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(/ y x) |
(/.f64 y x) |
(* y (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(* y (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(* y (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y)))) |
(*.f64 x (fma.f64 x (/.f64 #s(literal -100 binary64) (fma.f64 y y #s(literal 0 binary64))) (/.f64 #s(literal 100 binary64) y))) |
(* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(*.f64 x (fma.f64 x (fma.f64 #s(literal 100 binary64) (/.f64 x (fma.f64 y (fma.f64 y y #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal -100 binary64) (fma.f64 y y #s(literal 0 binary64)))) (/.f64 #s(literal 100 binary64) y))) |
(* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(*.f64 x (fma.f64 x (fma.f64 x (fma.f64 x (/.f64 #s(literal -100 binary64) (pow.f64 y #s(literal 4 binary64))) (/.f64 #s(literal 100 binary64) (fma.f64 y (fma.f64 y y #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal -100 binary64) (fma.f64 y y #s(literal 0 binary64)))) (/.f64 #s(literal 100 binary64) y))) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x))) |
(fma.f64 #s(literal -100 binary64) (/.f64 (-.f64 y (fma.f64 y (/.f64 y x) #s(literal 0 binary64))) x) #s(literal 100 binary64)) |
(- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x)))) |
(+.f64 #s(literal 100 binary64) (/.f64 (fma.f64 y #s(literal -100 binary64) (/.f64 (*.f64 #s(literal -100 binary64) (fma.f64 y (fma.f64 y (/.f64 y x) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64))))) x)) x)) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x))) |
(fma.f64 #s(literal -100 binary64) (/.f64 (-.f64 y (fma.f64 y (/.f64 y x) #s(literal 0 binary64))) x) #s(literal 100 binary64)) |
(+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x))) |
(+.f64 #s(literal 100 binary64) (/.f64 (fma.f64 y #s(literal -100 binary64) (/.f64 (*.f64 #s(literal -100 binary64) (fma.f64 y (fma.f64 y (/.f64 y x) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64))))) x)) x)) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x))))) |
(fma.f64 #s(literal -100 binary64) (/.f64 (-.f64 y (fma.f64 y (/.f64 y x) #s(literal 0 binary64))) x) #s(literal 100 binary64)) |
(+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x))))) |
(fma.f64 y (fma.f64 y (fma.f64 #s(literal -100 binary64) (/.f64 y (fma.f64 x (fma.f64 x x #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 100 binary64) (fma.f64 x x #s(literal 0 binary64)))) (/.f64 #s(literal -100 binary64) x)) #s(literal 100 binary64)) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y) |
(/.f64 (fma.f64 #s(literal -100 binary64) (fma.f64 x (/.f64 x y) #s(literal 0 binary64)) (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64))) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2))))) y) |
(/.f64 (fma.f64 #s(literal 100 binary64) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (/.f64 x (fma.f64 y y #s(literal 0 binary64))) x) (/.f64 (*.f64 x (*.f64 x #s(literal -100 binary64))) y)) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* -100 (/ (pow x 4) (pow y 3))) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))))) y) |
(/.f64 (fma.f64 #s(literal -100 binary64) (fma.f64 x (/.f64 x y) (/.f64 (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (fma.f64 x x #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 y (fma.f64 y y #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 #s(literal 100 binary64) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (/.f64 x (fma.f64 y y #s(literal 0 binary64))) x) #s(literal 0 binary64))) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) (fma.f64 x (/.f64 x y) #s(literal 0 binary64)) (*.f64 x #s(literal -100 binary64))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* 100 (/ (pow x 3) y))) y))) y)) |
(/.f64 (-.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 (fma.f64 #s(literal 100 binary64) (/.f64 (fma.f64 x (fma.f64 x x #s(literal 0 binary64)) #s(literal 0 binary64)) y) (*.f64 x (*.f64 x #s(literal -100 binary64)))) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* -1 (/ (+ (* -100 (pow x 3)) (* 100 (/ (pow x 4) y))) y))) y))) y)) |
(/.f64 (fma.f64 x #s(literal -100 binary64) (/.f64 (fma.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64))) (/.f64 (fma.f64 #s(literal 100 binary64) (/.f64 (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (fma.f64 x x #s(literal 0 binary64)) #s(literal 0 binary64)) y) (fma.f64 x (*.f64 x (*.f64 x #s(literal -100 binary64))) #s(literal 0 binary64))) y)) y)) (-.f64 #s(literal 0 binary64) y)) |
(* 100 (/ x (pow y 2))) |
(*.f64 #s(literal 100 binary64) (/.f64 x (fma.f64 y y #s(literal 0 binary64)))) |
(* x (+ (* 100 (/ (pow x 2) (pow y 4))) (* 100 (/ 1 (pow y 2))))) |
(*.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) (fma.f64 x (/.f64 x (pow.f64 y #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 y y #s(literal 0 binary64))))) |
(* x (+ (* (pow x 2) (+ (* 100 (/ (pow x 2) (pow y 6))) (* 100 (/ 1 (pow y 4))))) (* 100 (/ 1 (pow y 2))))) |
(*.f64 x (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (/.f64 #s(literal 100 binary64) (pow.f64 y #s(literal 6 binary64))) (/.f64 #s(literal 100 binary64) (pow.f64 y #s(literal 4 binary64)))) (/.f64 #s(literal 100 binary64) (fma.f64 y y #s(literal 0 binary64))))) |
(* x (+ (* (pow x 2) (+ (* (pow x 2) (+ (* 100 (/ (pow x 2) (pow y 8))) (* 100 (/ 1 (pow y 6))))) (* 100 (/ 1 (pow y 4))))) (* 100 (/ 1 (pow y 2))))) |
(*.f64 x (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (fma.f64 #s(literal 100 binary64) (/.f64 (fma.f64 x x #s(literal 0 binary64)) (pow.f64 y #s(literal 8 binary64))) (/.f64 #s(literal 100 binary64) (pow.f64 y #s(literal 6 binary64)))) (/.f64 #s(literal 100 binary64) (pow.f64 y #s(literal 4 binary64)))) (/.f64 #s(literal 100 binary64) (fma.f64 y y #s(literal 0 binary64))))) |
(/ -100 x) |
(/.f64 #s(literal -100 binary64) x) |
(/ (- (* -100 (/ (+ y (* -1 y)) x)) 100) x) |
(/.f64 #s(literal -100 binary64) x) |
(/ (- (* -1 (/ (+ (* 100 (pow y 2)) (* 100 (pow (+ y (* -1 y)) 2))) (pow x 2))) (+ 100 (* 100 (/ (+ y (* -1 y)) x)))) x) |
(/.f64 (fma.f64 (fma.f64 y y #s(literal 0 binary64)) (/.f64 #s(literal -100 binary64) (fma.f64 x x #s(literal 0 binary64))) #s(literal -100 binary64)) x) |
(/ (- (* -1 (/ (+ (* 100 (* (pow y 2) (+ y (* -1 y)))) (* (+ y (* -1 y)) (+ (* 100 (pow y 2)) (* 100 (pow (+ y (* -1 y)) 2))))) (pow x 3))) (+ 100 (+ (* 100 (/ (+ y (* -1 y)) x)) (+ (* 100 (/ (pow y 2) (pow x 2))) (* 100 (/ (pow (+ y (* -1 y)) 2) (pow x 2))))))) x) |
(/.f64 (fma.f64 (fma.f64 y y #s(literal 0 binary64)) (/.f64 #s(literal -100 binary64) (fma.f64 x x #s(literal 0 binary64))) #s(literal -100 binary64)) x) |
(/ -100 x) |
(/.f64 #s(literal -100 binary64) x) |
(* -1 (/ (+ 100 (* -100 (/ (+ y (* -1 y)) x))) x)) |
(/.f64 #s(literal -100 binary64) x) |
(* -1 (/ (+ 100 (* -1 (/ (- (+ (* -100 (/ (pow y 2) x)) (* -100 (/ (pow (+ y (* -1 y)) 2) x))) (* -100 (+ y (* -1 y)))) x))) x)) |
(/.f64 (fma.f64 (fma.f64 y y #s(literal 0 binary64)) (/.f64 #s(literal -100 binary64) (fma.f64 x x #s(literal 0 binary64))) #s(literal -100 binary64)) x) |
(* -1 (/ (+ 100 (* -1 (/ (- (* -1 (/ (- (+ (* -100 (/ (* (pow y 2) (+ y (* -1 y))) x)) (/ (* (+ y (* -1 y)) (+ (* -100 (pow y 2)) (* -100 (pow (+ y (* -1 y)) 2)))) x)) (+ (* -100 (pow y 2)) (* -100 (pow (+ y (* -1 y)) 2)))) x)) (* -100 (+ y (* -1 y)))) x))) x)) |
(/.f64 (fma.f64 (fma.f64 y y #s(literal 0 binary64)) (/.f64 #s(literal -100 binary64) (fma.f64 x x #s(literal 0 binary64))) #s(literal -100 binary64)) x) |
(/ -100 x) |
(/.f64 #s(literal -100 binary64) x) |
(- (* -100 (/ (pow y 2) (pow x 3))) (* 100 (/ 1 x))) |
(/.f64 (fma.f64 (fma.f64 y y #s(literal 0 binary64)) (/.f64 #s(literal -100 binary64) (fma.f64 x x #s(literal 0 binary64))) #s(literal -100 binary64)) x) |
(- (* (pow y 2) (- (* -100 (/ (pow y 2) (pow x 5))) (* 100 (/ 1 (pow x 3))))) (* 100 (/ 1 x))) |
(fma.f64 y (*.f64 y (fma.f64 #s(literal -100 binary64) (/.f64 (fma.f64 y y #s(literal 0 binary64)) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -100 binary64) (fma.f64 x (fma.f64 x x #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 #s(literal -100 binary64) x)) |
(- (* (pow y 2) (- (* (pow y 2) (- (* -100 (/ (pow y 2) (pow x 7))) (* 100 (/ 1 (pow x 5))))) (* 100 (/ 1 (pow x 3))))) (* 100 (/ 1 x))) |
(fma.f64 y (*.f64 y (fma.f64 (fma.f64 y y #s(literal 0 binary64)) (*.f64 #s(literal -100 binary64) (fma.f64 y (/.f64 y (pow.f64 x #s(literal 7 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64))))) (/.f64 #s(literal -100 binary64) (fma.f64 x (fma.f64 x x #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 #s(literal -100 binary64) x)) |
(* 100 (/ x (pow y 2))) |
(*.f64 #s(literal 100 binary64) (/.f64 x (fma.f64 y y #s(literal 0 binary64)))) |
(/ (+ (* -100 (/ (* x (+ x (* -1 x))) y)) (* 100 x)) (pow y 2)) |
(*.f64 #s(literal 100 binary64) (/.f64 x (fma.f64 y y #s(literal 0 binary64)))) |
(/ (+ (* -100 (/ (* x (+ x (* -1 x))) y)) (+ (* -100 (/ (+ (* -1 (* x (pow (+ x (* -1 x)) 2))) (* -1 (pow x 3))) (pow y 2))) (* 100 x))) (pow y 2)) |
(/.f64 (fma.f64 #s(literal 100 binary64) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (/.f64 x (fma.f64 y y #s(literal 0 binary64))) x) #s(literal 0 binary64)) (fma.f64 y y #s(literal 0 binary64))) |
(/ (+ (* -100 (/ (* x (+ x (* -1 x))) y)) (+ (* -100 (/ (+ (* -1 (* x (pow (+ x (* -1 x)) 2))) (* -1 (pow x 3))) (pow y 2))) (+ (* -100 (/ (+ (* -1 (* (+ x (* -1 x)) (+ (* -1 (* x (pow (+ x (* -1 x)) 2))) (* -1 (pow x 3))))) (* (pow x 3) (+ x (* -1 x)))) (pow y 3))) (* 100 x)))) (pow y 2)) |
(/.f64 (fma.f64 #s(literal 100 binary64) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (/.f64 x (fma.f64 y y #s(literal 0 binary64))) x) #s(literal 0 binary64)) (fma.f64 y y #s(literal 0 binary64))) |
(* 100 (/ x (pow y 2))) |
(*.f64 #s(literal 100 binary64) (/.f64 x (fma.f64 y y #s(literal 0 binary64)))) |
(/ (+ (* -100 (/ (* x (+ x (* -1 x))) y)) (* 100 x)) (pow y 2)) |
(*.f64 #s(literal 100 binary64) (/.f64 x (fma.f64 y y #s(literal 0 binary64)))) |
(/ (+ (* -1 (/ (+ (* -100 (/ (+ (* x (pow (+ x (* -1 x)) 2)) (pow x 3)) y)) (* 100 (* x (+ x (* -1 x))))) y)) (* 100 x)) (pow y 2)) |
(/.f64 (fma.f64 #s(literal 100 binary64) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (/.f64 x (fma.f64 y y #s(literal 0 binary64))) x) #s(literal 0 binary64)) (fma.f64 y y #s(literal 0 binary64))) |
(/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -100 (/ (+ (* (+ x (* -1 x)) (+ (* x (pow (+ x (* -1 x)) 2)) (pow x 3))) (* (pow x 3) (+ x (* -1 x)))) y)) (* 100 (+ (* x (pow (+ x (* -1 x)) 2)) (pow x 3)))) y)) (* 100 (* x (+ x (* -1 x))))) y)) (* 100 x)) (pow y 2)) |
(/.f64 (fma.f64 #s(literal 100 binary64) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) (/.f64 x (fma.f64 y y #s(literal 0 binary64))) x) #s(literal 0 binary64)) (fma.f64 y y #s(literal 0 binary64))) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(pow y 2) |
(fma.f64 y y #s(literal 0 binary64)) |
(+ (* x (+ y (* -1 y))) (pow y 2)) |
(fma.f64 y y #s(literal 0 binary64)) |
(+ (* x (+ y (+ (* -1 x) (* -1 y)))) (pow y 2)) |
(*.f64 (+.f64 x y) (-.f64 y x)) |
(+ (* x (+ y (+ (* -1 x) (* -1 y)))) (pow y 2)) |
(*.f64 (+.f64 x y) (-.f64 y x)) |
(* -1 (pow x 2)) |
(-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64))) |
(* (pow x 2) (- (+ (* -1 (/ y x)) (/ y x)) 1)) |
(-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64))) |
(* (pow x 2) (- (+ (* -1 (/ y x)) (+ (/ y x) (/ (pow y 2) (pow x 2)))) 1)) |
(*.f64 x (*.f64 x (fma.f64 y (/.f64 y (fma.f64 x x #s(literal 0 binary64))) #s(literal -1 binary64)))) |
(* (pow x 2) (- (+ (* -1 (/ y x)) (+ (/ y x) (/ (pow y 2) (pow x 2)))) 1)) |
(*.f64 x (*.f64 x (fma.f64 y (/.f64 y (fma.f64 x x #s(literal 0 binary64))) #s(literal -1 binary64)))) |
(* -1 (pow x 2)) |
(-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64))) |
(* (pow x 2) (- (* -1 (/ (+ y (* -1 y)) x)) 1)) |
(-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64))) |
(* (pow x 2) (- (* -1 (/ (+ y (+ (* -1 y) (* -1 (/ (pow y 2) x)))) x)) 1)) |
(*.f64 x (*.f64 x (fma.f64 y (/.f64 y (fma.f64 x x #s(literal 0 binary64))) #s(literal -1 binary64)))) |
(* (pow x 2) (- (* -1 (/ (+ y (+ (* -1 y) (* -1 (/ (pow y 2) x)))) x)) 1)) |
(*.f64 x (*.f64 x (fma.f64 y (/.f64 y (fma.f64 x x #s(literal 0 binary64))) #s(literal -1 binary64)))) |
(* -1 (pow x 2)) |
(-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64))) |
(+ (* -1 (pow x 2)) (* y (+ x (* -1 x)))) |
(-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64))) |
(+ (* -1 (pow x 2)) (* y (+ x (+ y (* -1 x))))) |
(*.f64 (+.f64 x y) (-.f64 y x)) |
(+ (* -1 (pow x 2)) (* y (+ x (+ y (* -1 x))))) |
(*.f64 (+.f64 x y) (-.f64 y x)) |
(pow y 2) |
(fma.f64 y y #s(literal 0 binary64)) |
(* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (/ x y)))) |
(fma.f64 y y #s(literal 0 binary64)) |
(* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (+ (* -1 (/ (pow x 2) (pow y 2))) (/ x y))))) |
(*.f64 y (*.f64 y (fma.f64 (/.f64 x (fma.f64 y y #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)))) |
(* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (+ (* -1 (/ (pow x 2) (pow y 2))) (/ x y))))) |
(*.f64 y (*.f64 y (fma.f64 (/.f64 x (fma.f64 y y #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)))) |
(pow y 2) |
(fma.f64 y y #s(literal 0 binary64)) |
(* (pow y 2) (+ 1 (+ (* -1 (/ x y)) (/ x y)))) |
(fma.f64 y y #s(literal 0 binary64)) |
(* (pow y 2) (+ 1 (* -1 (/ (+ (* -1 (+ x (* -1 x))) (/ (pow x 2) y)) y)))) |
(*.f64 y (*.f64 y (fma.f64 (/.f64 x (fma.f64 y y #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)))) |
(* (pow y 2) (+ 1 (* -1 (/ (+ (* -1 (+ x (* -1 x))) (/ (pow x 2) y)) y)))) |
(*.f64 y (*.f64 y (fma.f64 (/.f64 x (fma.f64 y y #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)))) |
Compiled 49 422 to 3 601 computations (92.7% saved)
8 alts after pruning (5 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 2 163 | 3 | 2 166 |
| Fresh | 1 | 2 | 3 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 0 | 0 |
| Total | 2 166 | 8 | 2 174 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 51.7% | (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
| ▶ | 49.4% | (/.f64 (*.f64 x #s(literal 100 binary64)) y) |
| ▶ | 99.7% | (/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
| ▶ | 99.6% | (/.f64 #s(literal 100 binary64) (/.f64 (+.f64 x y) x)) |
| ▶ | 99.6% | (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64))) |
| ✓ | 99.8% | (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) |
| ▶ | 49.4% | (*.f64 (/.f64 x y) #s(literal 100 binary64)) |
| ✓ | 52.2% | #s(literal 100 binary64) |
Compiled 104 to 73 computations (29.8% saved)
| 1× | egg-herbie |
Found 13 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/100 binary64) x) |
| ✓ | cost-diff | 0 | (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) |
| ✓ | cost-diff | 192 | (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64))) |
| ✓ | cost-diff | 0 | (+.f64 x y) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 x y) x) |
| ✓ | cost-diff | 384 | (/.f64 #s(literal 100 binary64) (/.f64 (+.f64 x y) x)) |
| ✓ | cost-diff | 0 | (*.f64 x #s(literal 100 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 x #s(literal 100 binary64)) y) |
| ✓ | cost-diff | 0 | (/.f64 x y) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 x y) #s(literal 100 binary64)) |
| ✓ | cost-diff | 0 | (+.f64 x y) |
| ✓ | cost-diff | 0 | (*.f64 (+.f64 x y) #s(literal 1/100 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
| 44× | *-lowering-*.f32 |
| 44× | *-lowering-*.f64 |
| 38× | /-lowering-/.f32 |
| 38× | /-lowering-/.f64 |
| 22× | *-commutative |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 18 | 81 |
| 1 | 34 | 81 |
| 2 | 49 | 81 |
| 3 | 52 | 81 |
| 4 | 54 | 81 |
| 5 | 56 | 81 |
| 6 | 60 | 79 |
| 7 | 64 | 79 |
| 0 | 64 | 78 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(/ x (* (+ x y) 1/100)) |
x |
(* (+ x y) 1/100) |
(+ x y) |
y |
1/100 |
(* (/ x y) 100) |
(/ x y) |
x |
y |
100 |
(/ (* x 100) y) |
(* x 100) |
x |
100 |
y |
(/ 100 (/ (+ x y) x)) |
100 |
(/ (+ x y) x) |
(+ x y) |
x |
y |
(/ 1 (+ (* y (/ 1/100 x)) 1/100)) |
1 |
(+ (* y (/ 1/100 x)) 1/100) |
y |
(/ 1/100 x) |
1/100 |
x |
| Outputs |
|---|
(/ x (* (+ x y) 1/100)) |
(/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
x |
(* (+ x y) 1/100) |
(*.f64 (+.f64 x y) #s(literal 1/100 binary64)) |
(+ x y) |
(+.f64 x y) |
y |
1/100 |
#s(literal 1/100 binary64) |
(* (/ x y) 100) |
(*.f64 x (/.f64 #s(literal 100 binary64) y)) |
(/ x y) |
(/.f64 x y) |
x |
y |
100 |
#s(literal 100 binary64) |
(/ (* x 100) y) |
(*.f64 x (/.f64 #s(literal 100 binary64) y)) |
(* x 100) |
(*.f64 x #s(literal 100 binary64)) |
x |
100 |
#s(literal 100 binary64) |
y |
(/ 100 (/ (+ x y) x)) |
(*.f64 x (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
100 |
#s(literal 100 binary64) |
(/ (+ x y) x) |
(/.f64 (+.f64 x y) x) |
(+ x y) |
(+.f64 x y) |
x |
y |
(/ 1 (+ (* y (/ 1/100 x)) 1/100)) |
(/.f64 #s(literal 100 binary64) (+.f64 #s(literal 1 binary64) (/.f64 y x))) |
1 |
#s(literal 1 binary64) |
(+ (* y (/ 1/100 x)) 1/100) |
(fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) |
y |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
1/100 |
#s(literal 1/100 binary64) |
x |
Found 13 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.9% | (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) |
| ✓ | accuracy | 99.8% | (/.f64 #s(literal 1/100 binary64) x) |
| ✓ | accuracy | 99.7% | (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64))) |
| ✓ | accuracy | 100.0% | (/.f64 (+.f64 x y) x) |
| ✓ | accuracy | 100.0% | (+.f64 x y) |
| ✓ | accuracy | 99.6% | (/.f64 #s(literal 100 binary64) (/.f64 (+.f64 x y) x)) |
| ✓ | accuracy | 100.0% | (*.f64 x #s(literal 100 binary64)) |
| ✓ | accuracy | 99.6% | (/.f64 (*.f64 x #s(literal 100 binary64)) y) |
| ✓ | accuracy | 100.0% | (/.f64 x y) |
| ✓ | accuracy | 99.7% | (*.f64 (/.f64 x y) #s(literal 100 binary64)) |
| ✓ | accuracy | 100.0% | (+.f64 x y) |
| ✓ | accuracy | 99.8% | (*.f64 (+.f64 x y) #s(literal 1/100 binary64)) |
| ✓ | accuracy | 99.8% | (/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
| 41.0ms | 256× | 0 | valid |
Compiled 81 to 20 computations (75.3% saved)
ival-div: 16.0ms (56.7% of total)ival-mult: 6.0ms (21.2% of total)ival-add: 3.0ms (10.6% of total)const: 3.0ms (10.6% 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 (* (+ x y) 1/100))> |
#<alt (* (+ x y) 1/100)> |
#<alt (+ x y)> |
#<alt (* (/ x y) 100)> |
#<alt (/ x y)> |
#<alt (/ (* x 100) y)> |
#<alt (* x 100)> |
#<alt (/ 100 (/ (+ x y) x))> |
#<alt (/ (+ x y) x)> |
#<alt (/ 1 (+ (* y (/ 1/100 x)) 1/100))> |
#<alt (+ (* y (/ 1/100 x)) 1/100)> |
#<alt (/ 1/100 x)> |
| Outputs |
|---|
#<alt (* 100 (/ x y))> |
#<alt (* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y))))> |
#<alt (* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y))))> |
#<alt (* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y))))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x)))> |
#<alt (- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x))))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x)))> |
#<alt (+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x)))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x)))))> |
#<alt (+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x)))))> |
#<alt (* 100 (/ x y))> |
#<alt (/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y)> |
#<alt (/ (+ (* -100 (/ (pow x 2) y)) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2))))) y)> |
#<alt (/ (+ (* -100 (/ (pow x 2) y)) (+ (* -100 (/ (pow x 4) (pow y 3))) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))))) y)> |
#<alt (* 100 (/ x y))> |
#<alt (* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y))> |
#<alt (* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* 100 (/ (pow x 3) y))) y))) y))> |
#<alt (* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* -1 (/ (+ (* -100 (pow x 3)) (* 100 (/ (pow x 4) y))) y))) y))) y))> |
#<alt (* 1/100 y)> |
#<alt (+ (* 1/100 x) (* 1/100 y))> |
#<alt (+ (* 1/100 x) (* 1/100 y))> |
#<alt (+ (* 1/100 x) (* 1/100 y))> |
#<alt (* 1/100 x)> |
#<alt (* x (+ 1/100 (* 1/100 (/ y x))))> |
#<alt (* x (+ 1/100 (* 1/100 (/ y x))))> |
#<alt (* x (+ 1/100 (* 1/100 (/ y x))))> |
#<alt (* 1/100 x)> |
#<alt (* -1 (* x (- (* -1/100 (/ y x)) 1/100)))> |
#<alt (* -1 (* x (- (* -1/100 (/ y x)) 1/100)))> |
#<alt (* -1 (* x (- (* -1/100 (/ y x)) 1/100)))> |
#<alt (* 1/100 x)> |
#<alt (+ (* 1/100 x) (* 1/100 y))> |
#<alt (+ (* 1/100 x) (* 1/100 y))> |
#<alt (+ (* 1/100 x) (* 1/100 y))> |
#<alt (* 1/100 y)> |
#<alt (* y (+ 1/100 (* 1/100 (/ x y))))> |
#<alt (* y (+ 1/100 (* 1/100 (/ x y))))> |
#<alt (* y (+ 1/100 (* 1/100 (/ x y))))> |
#<alt (* 1/100 y)> |
#<alt (* -1 (* y (- (* -1/100 (/ x y)) 1/100)))> |
#<alt (* -1 (* y (- (* -1/100 (/ x y)) 1/100)))> |
#<alt (* -1 (* y (- (* -1/100 (/ x y)) 1/100)))> |
#<alt y> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt x> |
#<alt (* x (+ 1 (/ y x)))> |
#<alt (* x (+ 1 (/ y x)))> |
#<alt (* x (+ 1 (/ y x)))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ y x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ y x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ y x)) 1)))> |
#<alt x> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt (+ x y)> |
#<alt y> |
#<alt (* y (+ 1 (/ x y)))> |
#<alt (* y (+ 1 (/ x y)))> |
#<alt (* y (+ 1 (/ x y)))> |
#<alt y> |
#<alt (* -1 (* y (- (* -1 (/ x y)) 1)))> |
#<alt (* -1 (* y (- (* -1 (/ x y)) 1)))> |
#<alt (* -1 (* y (- (* -1 (/ x y)) 1)))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 x)> |
#<alt (* 100 (/ x y))> |
#<alt (* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y))))> |
#<alt (* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y))))> |
#<alt (* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y))))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x)))> |
#<alt (- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x))))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x)))> |
#<alt (+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x)))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x)))))> |
#<alt (+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x)))))> |
#<alt (* 100 (/ x y))> |
#<alt (/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y)> |
#<alt (/ (+ (* -100 (/ (pow x 2) y)) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2))))) y)> |
#<alt (/ (+ (* -100 (/ (pow x 2) y)) (+ (* -100 (/ (pow x 4) (pow y 3))) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))))) y)> |
#<alt (* 100 (/ x y))> |
#<alt (* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y))> |
#<alt (* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* 100 (/ (pow x 3) y))) y))) y))> |
#<alt (* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* -1 (/ (+ (* -100 (pow x 3)) (* 100 (/ (pow x 4) y))) y))) y))) y))> |
#<alt (/ y x)> |
#<alt (/ (+ x y) x)> |
#<alt (/ (+ x y) x)> |
#<alt (/ (+ x y) x)> |
#<alt 1> |
#<alt (+ 1 (/ y x))> |
#<alt (+ 1 (/ y x))> |
#<alt (+ 1 (/ y x))> |
#<alt 1> |
#<alt (+ 1 (/ y x))> |
#<alt (+ 1 (/ y x))> |
#<alt (+ 1 (/ y x))> |
#<alt 1> |
#<alt (+ 1 (/ y x))> |
#<alt (+ 1 (/ y x))> |
#<alt (+ 1 (/ y x))> |
#<alt (/ y x)> |
#<alt (* y (+ (/ 1 x) (/ 1 y)))> |
#<alt (* y (+ (/ 1 x) (/ 1 y)))> |
#<alt (* y (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ y x)> |
#<alt (* y (+ (/ 1 x) (/ 1 y)))> |
#<alt (* y (+ (/ 1 x) (/ 1 y)))> |
#<alt (* y (+ (/ 1 x) (/ 1 y)))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x)))))> |
#<alt (+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x)))))> |
#<alt (* 100 (/ x y))> |
#<alt (/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y)> |
#<alt (/ (- (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))) (* 100 (/ (pow x 2) y))) y)> |
#<alt (/ (- (+ (* -100 (/ (pow x 4) (pow y 3))) (* 100 x)) (+ (* -100 (/ (pow x 3) (pow y 2))) (* 100 (/ (pow x 2) y)))) y)> |
#<alt (* 100 (/ x y))> |
#<alt (* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y))> |
#<alt (* -1 (/ (+ (* -100 x) (* -1 (/ (- (* 100 (/ (pow x 3) y)) (* 100 (pow x 2))) y))) y))> |
#<alt (* -1 (/ (+ (* -100 x) (* -1 (/ (- (* -1 (/ (- (* 100 (/ (pow x 4) y)) (* 100 (pow x 3))) y)) (* 100 (pow x 2))) y))) y))> |
#<alt (* 100 (/ x y))> |
#<alt (* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y))))> |
#<alt (* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y))))> |
#<alt (* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y))))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x)))> |
#<alt (- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x))))> |
#<alt 100> |
#<alt (+ 100 (* -100 (/ y x)))> |
#<alt (+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x)))> |
#<alt (+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x)))> |
#<alt 1/100> |
#<alt (+ 1/100 (* 1/100 (/ y x)))> |
#<alt (+ 1/100 (* 1/100 (/ y x)))> |
#<alt (+ 1/100 (* 1/100 (/ y x)))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y))))> |
#<alt (* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y))))> |
#<alt (* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y))))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y))))> |
#<alt (* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y))))> |
#<alt (* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y))))> |
#<alt (* 1/100 (/ y x))> |
#<alt (/ (+ (* 1/100 x) (* 1/100 y)) x)> |
#<alt (/ (+ (* 1/100 x) (* 1/100 y)) x)> |
#<alt (/ (+ (* 1/100 x) (* 1/100 y)) x)> |
#<alt 1/100> |
#<alt (+ 1/100 (* 1/100 (/ y x)))> |
#<alt (+ 1/100 (* 1/100 (/ y x)))> |
#<alt (+ 1/100 (* 1/100 (/ y x)))> |
#<alt 1/100> |
#<alt (+ 1/100 (* 1/100 (/ y x)))> |
#<alt (+ 1/100 (* 1/100 (/ y x)))> |
#<alt (+ 1/100 (* 1/100 (/ y x)))> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
66 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | x | @ | inf | (* (/ x y) 100) |
| 2.0ms | y | @ | 0 | (* (/ x y) 100) |
| 1.0ms | y | @ | inf | (/ 1 (+ (* y (/ 1/100 x)) 1/100)) |
| 0.0ms | x | @ | 0 | (* (/ x y) 100) |
| 0.0ms | y | @ | inf | (* (/ x y) 100) |
| 1× | batch-egg-rewrite |
| 3 790× | *-lowering-*.f32 |
| 3 790× | *-lowering-*.f64 |
| 3 272× | /-lowering-/.f32 |
| 3 272× | /-lowering-/.f64 |
| 3 034× | accelerator-lowering-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 18 | 62 |
| 1 | 106 | 62 |
| 2 | 644 | 62 |
| 3 | 6590 | 62 |
| 0 | 8255 | 60 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ x (* (+ x y) 1/100)) |
(* (+ x y) 1/100) |
(+ x y) |
(* (/ x y) 100) |
(/ x y) |
(/ (* x 100) y) |
(* x 100) |
(/ 100 (/ (+ x y) x)) |
(/ (+ x y) x) |
(/ 1 (+ (* y (/ 1/100 x)) 1/100)) |
(+ (* y (/ 1/100 x)) 1/100) |
(/ 1/100 x) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(neg.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))))) |
(/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
(/.f64 #s(literal 100 binary64) (/.f64 (+.f64 x y) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (+.f64 x y) #s(literal -1/100 binary64)) x)) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) |
(/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(/.f64 #s(literal -100 binary64) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) y) x)) |
(/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
(/.f64 (/.f64 x (+.f64 x y)) #s(literal 1/100 binary64)) |
(/.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 x (-.f64 (-.f64 #s(literal 0 binary64) x) y)) #s(literal -1/100 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 #s(literal 1/100 binary64) x)) |
(/.f64 (/.f64 #s(literal -100 binary64) (+.f64 x y)) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) |
(/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(/.f64 (/.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal 100 binary64) (/.f64 x (+.f64 x y))) |
(*.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -100 binary64) (+.f64 x y))) |
(*.f64 #s(literal -100 binary64) (/.f64 x (-.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(*.f64 (*.f64 x #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) x) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 x (-.f64 (-.f64 #s(literal 0 binary64) x) y)) #s(literal -100 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 x #s(literal 100 binary64))) |
(*.f64 (/.f64 #s(literal -100 binary64) (+.f64 x y)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 #s(literal 100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 x (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))))) |
(*.f64 (/.f64 #s(literal 100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 x (-.f64 x y))) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 x (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (*.f64 x #s(literal -100 binary64))) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) #s(literal 100 binary64))) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 100 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))))) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) #s(literal 1/100 binary64))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) #s(literal 100 binary64))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 100 binary64) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (-.f64 x y) #s(literal 1/100 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -100 binary64) (+.f64 x y))) |
(*.f64 (/.f64 (/.f64 #s(literal 100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) #s(literal 1 binary64)) (/.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) #s(literal 1 binary64)) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 x (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y)) |
(*.f64 (*.f64 x (/.f64 #s(literal 100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 y (-.f64 y x) (*.f64 x x))) |
(*.f64 (*.f64 #s(literal 100 binary64) (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 y (-.f64 y x) (*.f64 x x))) |
(*.f64 (*.f64 #s(literal 100 binary64) (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y)) |
(*.f64 (*.f64 (/.f64 #s(literal -100 binary64) (+.f64 x y)) #s(literal -1 binary64)) x) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (fma.f64 y (-.f64 y x) (*.f64 x x))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 x y)) |
(*.f64 (/.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) #s(literal 1 binary64)) x) |
(*.f64 (/.f64 x (*.f64 #s(literal 1/100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 y (-.f64 y x) (*.f64 x x))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) #s(literal 1/100 binary64)))) (-.f64 x y)) |
(*.f64 (/.f64 #s(literal 100 binary64) (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) x)) (fma.f64 y (-.f64 y x) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal 100 binary64) (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) x)) (-.f64 x y)) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y))) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x)) |
(*.f64 (/.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(+.f64 (*.f64 y #s(literal 1/100 binary64)) (*.f64 x #s(literal 1/100 binary64))) |
(+.f64 (*.f64 x #s(literal 1/100 binary64)) (*.f64 y #s(literal 1/100 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) |
(-.f64 (/.f64 (*.f64 x (/.f64 x (-.f64 x y))) #s(literal 100 binary64)) (/.f64 (/.f64 (*.f64 y y) (-.f64 x y)) #s(literal 100 binary64))) |
(fma.f64 x #s(literal 1/100 binary64) (*.f64 y #s(literal 1/100 binary64))) |
(fma.f64 y #s(literal 1/100 binary64) (*.f64 x #s(literal 1/100 binary64))) |
(fma.f64 #s(literal 1/100 binary64) x (*.f64 y #s(literal 1/100 binary64))) |
(fma.f64 #s(literal 1/100 binary64) y (*.f64 x #s(literal 1/100 binary64))) |
(neg.f64 (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) |
(/.f64 (+.f64 x y) #s(literal 100 binary64)) |
(/.f64 #s(literal 1/100 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(/.f64 (*.f64 (+.f64 x y) #s(literal 1/100 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) (*.f64 #s(literal 1/100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) #s(literal 1/100 binary64))))) |
(/.f64 (*.f64 (+.f64 x y) #s(literal -1/100 binary64)) #s(literal -1 binary64)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) y) #s(literal -100 binary64)) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 100 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 #s(literal 100 binary64) (-.f64 x y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 #s(literal 100 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))))) |
(/.f64 (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) (*.f64 #s(literal 100 binary64) (+.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 #s(literal 100 binary64) (-.f64 y x))) |
(/.f64 (*.f64 #s(literal 1/100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (fma.f64 y (-.f64 y x) (*.f64 x x))) |
(/.f64 (*.f64 #s(literal 1/100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) #s(literal 1/100 binary64))) (-.f64 x y)) |
(/.f64 (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) #s(literal 1/100 binary64))) (*.f64 #s(literal 1 binary64) (-.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) #s(literal 1/100 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) #s(literal 1/100 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) #s(literal 1/100 binary64)) (-.f64 y x)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) #s(literal 1/100 binary64)))) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(/.f64 (fma.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)) (pow.f64 (*.f64 x #s(literal 1/100 binary64)) #s(literal 3 binary64))) (fma.f64 y (*.f64 y #s(literal 1/10000 binary64)) (-.f64 (*.f64 (*.f64 x #s(literal 1/100 binary64)) (*.f64 x #s(literal 1/100 binary64))) (*.f64 (*.f64 y #s(literal 1/100 binary64)) (*.f64 x #s(literal 1/100 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 x #s(literal 1/100 binary64)) #s(literal 3 binary64)) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (fma.f64 (*.f64 x #s(literal 1/100 binary64)) (*.f64 x #s(literal 1/100 binary64)) (-.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 (*.f64 x #s(literal 1/100 binary64)) (*.f64 y #s(literal 1/100 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 (*.f64 x #s(literal 1/100 binary64)) (*.f64 x #s(literal 1/100 binary64)))) (-.f64 (*.f64 y #s(literal 1/100 binary64)) (*.f64 x #s(literal 1/100 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal 1/100 binary64)) (*.f64 x #s(literal 1/100 binary64))) (*.f64 #s(literal 1/10000 binary64) (*.f64 y y))) (-.f64 (*.f64 x #s(literal 1/100 binary64)) (*.f64 y #s(literal 1/100 binary64)))) |
(/.f64 (*.f64 #s(literal 1/100 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(/.f64 (*.f64 #s(literal 1/100 binary64) (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y))) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x)) |
(*.f64 (+.f64 x y) #s(literal 1/100 binary64)) |
(*.f64 #s(literal 1/100 binary64) (+.f64 x y)) |
(*.f64 #s(literal 1/100 binary64) (/.f64 (+.f64 x y) #s(literal 1 binary64))) |
(*.f64 (*.f64 (+.f64 x y) #s(literal 1/100 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) |
(*.f64 #s(literal -1/100 binary64) (-.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(*.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) y) #s(literal -1/100 binary64)) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))) #s(literal 100 binary64))) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))) #s(literal 1/100 binary64))) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1/100 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal 100 binary64))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal 1/100 binary64))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (/.f64 #s(literal 1/100 binary64) (-.f64 x y))) |
(*.f64 (*.f64 #s(literal 1/100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(*.f64 (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) #s(literal 1/100 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (fma.f64 (*.f64 y (-.f64 y x)) (*.f64 (*.f64 y (-.f64 y x)) (*.f64 y (-.f64 y x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (fma.f64 x (*.f64 x (*.f64 x x)) (*.f64 (*.f64 y (-.f64 y x)) (-.f64 (*.f64 y (-.f64 y x)) (*.f64 x x))))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) (-.f64 (*.f64 x x) (*.f64 y (-.f64 y x))))) (-.f64 (*.f64 x x) (*.f64 y (-.f64 y x)))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) #s(literal 1/100 binary64))) (*.f64 (+.f64 x y) (-.f64 x y))) (+.f64 x y)) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) #s(literal 1/100 binary64))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y))) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(+.f64 x y) |
(+.f64 y x) |
(+.f64 (*.f64 x (/.f64 x (-.f64 x y))) (neg.f64 (/.f64 (*.f64 y y) (-.f64 x y)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(-.f64 (*.f64 x (/.f64 x (-.f64 x y))) (/.f64 (*.f64 y y) (-.f64 x y))) |
(-.f64 (/.f64 (*.f64 y y) (-.f64 y x)) (/.f64 (*.f64 x x) (-.f64 y x))) |
(fma.f64 x #s(literal 1 binary64) y) |
(fma.f64 x (/.f64 x (-.f64 x y)) (neg.f64 (/.f64 (*.f64 y y) (-.f64 x y)))) |
(fma.f64 y #s(literal 1 binary64) x) |
(fma.f64 #s(literal 1 binary64) x y) |
(fma.f64 #s(literal 1 binary64) y x) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x) y) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) y) x) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (-.f64 x y)) (neg.f64 (/.f64 (*.f64 y y) (-.f64 x y)))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (+.f64 x y) (-.f64 x y))) (+.f64 x y) (neg.f64 (/.f64 (*.f64 y y) (-.f64 x y)))) |
(fma.f64 (/.f64 (*.f64 x x) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y))) (fma.f64 x x (*.f64 y (+.f64 x y))) (neg.f64 (/.f64 (*.f64 y y) (-.f64 x y)))) |
(neg.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 y x) (*.f64 (+.f64 x y) (-.f64 y x)))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (+.f64 x y))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (fma.f64 y (-.f64 y x) (*.f64 x x))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (-.f64 x y)) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (*.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) (fma.f64 (*.f64 y (*.f64 y y)) (-.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (-.f64 y x)) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y))) (*.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y)))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y))) (*.f64 (-.f64 x y) (fma.f64 (*.f64 y y) (fma.f64 x x (*.f64 y y)) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 y y)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) (fma.f64 x x (*.f64 y y)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (-.f64 x y)) (*.f64 (-.f64 x y) (*.f64 y y))) (*.f64 (-.f64 x y) (-.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) #s(literal 1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) #s(literal 1 binary64)) (-.f64 y x)) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 y (*.f64 y y)) (-.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y))) #s(literal 1 binary64)) (*.f64 (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y)) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 y y) (fma.f64 x x (*.f64 y y)) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 x y))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y y)) (*.f64 (+.f64 x y) (-.f64 x y))) #s(literal 1 binary64)) (*.f64 (fma.f64 x x (*.f64 y y)) (-.f64 x y))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 y (-.f64 y x) (*.f64 x x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y))) (-.f64 x y)) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y))) (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (-.f64 y x))) (neg.f64 (-.f64 y x))) |
(/.f64 (-.f64 (pow.f64 (*.f64 x (/.f64 x (-.f64 x y))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 y y) (-.f64 x y)) #s(literal 3 binary64))) (fma.f64 (*.f64 x (/.f64 x (-.f64 x y))) (*.f64 x (/.f64 x (-.f64 x y))) (fma.f64 (/.f64 (*.f64 y y) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y)) (*.f64 (*.f64 x (/.f64 x (-.f64 x y))) (/.f64 (*.f64 y y) (-.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (/.f64 x (-.f64 x y))) (*.f64 x (/.f64 x (-.f64 x y)))) (*.f64 (/.f64 (*.f64 y y) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y)))) (fma.f64 x (/.f64 x (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) (fma.f64 (*.f64 y (*.f64 y y)) (-.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y))) (fma.f64 (*.f64 y y) (fma.f64 x x (*.f64 y y)) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 y y)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y))) (fma.f64 x x (*.f64 y y))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal -1 binary64)) |
(*.f64 (+.f64 x y) #s(literal 1 binary64)) |
(*.f64 (+.f64 x y) (/.f64 (-.f64 x y) (-.f64 x y))) |
(*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 #s(literal 1 binary64) (+.f64 x y)) |
(*.f64 #s(literal -1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))) #s(literal 1 binary64))) |
(*.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) (/.f64 (+.f64 x y) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(*.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) (*.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))))) |
(*.f64 (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) (*.f64 (+.f64 x y) (-.f64 x y))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) (-.f64 y x))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (+.f64 x y) (-.f64 x y))) (+.f64 x y)) |
(*.f64 (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (fma.f64 (*.f64 y (-.f64 y x)) (*.f64 (*.f64 y (-.f64 y x)) (*.f64 y (-.f64 y x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (fma.f64 x (*.f64 x (*.f64 x x)) (*.f64 (*.f64 y (-.f64 y x)) (-.f64 (*.f64 y (-.f64 y x)) (*.f64 x x))))) |
(*.f64 (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) (-.f64 (*.f64 x x) (*.f64 y (-.f64 y x))))) (-.f64 (*.f64 x x) (*.f64 y (-.f64 y x)))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y))) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 x (*.f64 y #s(literal -1/100 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 x (*.f64 y #s(literal -1/100 binary64)))) |
(neg.f64 (/.f64 x (*.f64 y #s(literal -1/100 binary64)))) |
(neg.f64 (*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal 100 binary64))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (*.f64 y #s(literal -1/100 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x)))) |
(/.f64 x (*.f64 y #s(literal 1/100 binary64))) |
(/.f64 x (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1/100 binary64))) |
(/.f64 (/.f64 x y) #s(literal 1/100 binary64)) |
(/.f64 #s(literal 100 binary64) (/.f64 y x)) |
(/.f64 #s(literal 1 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x))) |
(/.f64 #s(literal -1 binary64) (/.f64 y (*.f64 x #s(literal -100 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 y #s(literal -1/100 binary64))) |
(/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(/.f64 (*.f64 x #s(literal 100 binary64)) y) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1/100 binary64) x)) |
(/.f64 (/.f64 #s(literal 100 binary64) y) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1/100 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (*.f64 y #s(literal -1/100 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (*.f64 #s(literal -1/100 binary64) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 y #s(literal -1/100 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal -100 binary64))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (-.f64 #s(literal 0 binary64) x)) #s(literal -1/100 binary64)) |
(pow.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 100 binary64) y)) |
(*.f64 (/.f64 x y) #s(literal 100 binary64)) |
(*.f64 #s(literal 100 binary64) (/.f64 x y)) |
(*.f64 (/.f64 x (*.f64 y #s(literal 1/100 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 x (*.f64 y #s(literal 1/100 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 x (*.f64 y #s(literal -1/100 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 100 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 #s(literal 100 binary64) (/.f64 #s(literal -1 binary64) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 100 binary64) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 #s(literal -100 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (*.f64 x #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 x #s(literal 100 binary64))) |
(*.f64 (/.f64 #s(literal 100 binary64) y) x) |
(*.f64 (/.f64 #s(literal 100 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (*.f64 x #s(literal -100 binary64))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -100 binary64) y)) |
(*.f64 (pow.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) #s(literal -1/2 binary64)) (pow.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal -100 binary64))) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 #s(literal 100 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 y #s(literal -1/100 binary64))) (-.f64 #s(literal 0 binary64) x)) |
(exp.f64 (*.f64 (log.f64 (/.f64 y x)) #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) y)) (/.f64 x (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) y)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 y x))) |
(/.f64 x y) |
(/.f64 #s(literal 1 binary64) (/.f64 y x)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(pow.f64 (/.f64 y x) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 x y) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 x y)) |
(*.f64 #s(literal -1 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) x) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (pow.f64 (/.f64 y x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y x) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 x (*.f64 y #s(literal -1/100 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 x (*.f64 y #s(literal -1/100 binary64)))) |
(neg.f64 (/.f64 x (*.f64 y #s(literal -1/100 binary64)))) |
(neg.f64 (*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal 100 binary64))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (*.f64 y #s(literal -1/100 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x)))) |
(/.f64 x (*.f64 y #s(literal 1/100 binary64))) |
(/.f64 x (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1/100 binary64))) |
(/.f64 (/.f64 x y) #s(literal 1/100 binary64)) |
(/.f64 #s(literal 100 binary64) (/.f64 y x)) |
(/.f64 #s(literal 1 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x))) |
(/.f64 #s(literal -1 binary64) (/.f64 y (*.f64 x #s(literal -100 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 y #s(literal -1/100 binary64))) |
(/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(/.f64 (*.f64 x #s(literal 100 binary64)) y) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1/100 binary64) x)) |
(/.f64 (/.f64 #s(literal 100 binary64) y) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1/100 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (*.f64 y #s(literal -1/100 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (*.f64 #s(literal -1/100 binary64) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 y #s(literal -1/100 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal -100 binary64))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (*.f64 x #s(literal -100 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (-.f64 #s(literal 0 binary64) x)) #s(literal -1/100 binary64)) |
(pow.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 100 binary64) y)) |
(*.f64 (/.f64 x y) #s(literal 100 binary64)) |
(*.f64 #s(literal 100 binary64) (/.f64 x y)) |
(*.f64 (/.f64 x (*.f64 y #s(literal 1/100 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 x (*.f64 y #s(literal 1/100 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 x (*.f64 y #s(literal -1/100 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 100 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 #s(literal 100 binary64) (/.f64 #s(literal -1 binary64) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 100 binary64) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 #s(literal -100 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (*.f64 x #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 x #s(literal 100 binary64))) |
(*.f64 (/.f64 #s(literal 100 binary64) y) x) |
(*.f64 (/.f64 #s(literal 100 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (*.f64 x #s(literal -100 binary64))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -100 binary64) y)) |
(*.f64 (pow.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) #s(literal -1/2 binary64)) (pow.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal -100 binary64))) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 #s(literal 100 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 y #s(literal -1/100 binary64))) (-.f64 #s(literal 0 binary64) x)) |
(-.f64 #s(literal 0 binary64) (*.f64 x #s(literal -100 binary64))) |
(neg.f64 (*.f64 x #s(literal -100 binary64))) |
(neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/100 binary64) x))) |
(/.f64 x #s(literal 1/100 binary64)) |
(/.f64 #s(literal 100 binary64) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/100 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1/100 binary64) x) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1/100 binary64) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1/100 binary64)) |
(/.f64 (*.f64 x #s(literal -100 binary64)) #s(literal -1 binary64)) |
(/.f64 #s(literal -100 binary64) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) #s(literal -1/100 binary64)) |
(pow.f64 (/.f64 #s(literal 1/100 binary64) x) #s(literal -1 binary64)) |
(pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1 binary64)) |
(*.f64 x #s(literal 100 binary64)) |
(*.f64 #s(literal 100 binary64) x) |
(*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 x #s(literal -100 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -100 binary64)) |
(*.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(neg.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))))) |
(/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
(/.f64 #s(literal 100 binary64) (/.f64 (+.f64 x y) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (+.f64 x y) #s(literal -1/100 binary64)) x)) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) |
(/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(/.f64 #s(literal -100 binary64) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) y) x)) |
(/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
(/.f64 (/.f64 x (+.f64 x y)) #s(literal 1/100 binary64)) |
(/.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 x (-.f64 (-.f64 #s(literal 0 binary64) x) y)) #s(literal -1/100 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 #s(literal 1/100 binary64) x)) |
(/.f64 (/.f64 #s(literal -100 binary64) (+.f64 x y)) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 (+.f64 x y) #s(literal -1/100 binary64))) |
(/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(/.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(/.f64 (/.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 100 binary64) (+.f64 x y))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal 100 binary64) (/.f64 x (+.f64 x y))) |
(*.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 x (*.f64 (+.f64 x y) #s(literal -1/100 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -100 binary64) (+.f64 x y))) |
(*.f64 #s(literal -100 binary64) (/.f64 x (-.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(*.f64 (*.f64 x #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) x) |
(*.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 x (-.f64 (-.f64 #s(literal 0 binary64) x) y)) #s(literal -100 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 x #s(literal 100 binary64))) |
(*.f64 (/.f64 #s(literal -100 binary64) (+.f64 x y)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 #s(literal 100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 x (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))))) |
(*.f64 (/.f64 #s(literal 100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 x (-.f64 x y))) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 x (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) (*.f64 x #s(literal -100 binary64))) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) #s(literal 100 binary64))) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 100 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))))) |
(*.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) #s(literal 1/100 binary64))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) #s(literal 100 binary64))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 #s(literal 100 binary64) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) (/.f64 (-.f64 x y) #s(literal 1/100 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -100 binary64) (+.f64 x y))) |
(*.f64 (/.f64 (/.f64 #s(literal 100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) #s(literal 1 binary64)) (/.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) #s(literal 1 binary64)) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (+.f64 x y) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 x (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y)) |
(*.f64 (*.f64 x (/.f64 #s(literal 100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 y (-.f64 y x) (*.f64 x x))) |
(*.f64 (*.f64 #s(literal 100 binary64) (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 y (-.f64 y x) (*.f64 x x))) |
(*.f64 (*.f64 #s(literal 100 binary64) (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y)) |
(*.f64 (*.f64 (/.f64 #s(literal -100 binary64) (+.f64 x y)) #s(literal -1 binary64)) x) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (fma.f64 y (-.f64 y x) (*.f64 x x))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 x y))) (-.f64 x y)) |
(*.f64 (/.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) #s(literal 1 binary64)) x) |
(*.f64 (/.f64 x (*.f64 #s(literal 1/100 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 y (-.f64 y x) (*.f64 x x))) |
(*.f64 (/.f64 x (*.f64 (+.f64 x y) (*.f64 (-.f64 x y) #s(literal 1/100 binary64)))) (-.f64 x y)) |
(*.f64 (/.f64 #s(literal 100 binary64) (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) x)) (fma.f64 y (-.f64 y x) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal 100 binary64) (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) x)) (-.f64 x y)) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y))) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x)) |
(*.f64 (/.f64 (/.f64 #s(literal 100 binary64) (+.f64 x y)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(+.f64 (/.f64 y x) (*.f64 (/.f64 #s(literal 1 binary64) x) x)) |
(+.f64 (/.f64 y x) (*.f64 x (/.f64 #s(literal 1 binary64) x))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) x) (/.f64 y x)) |
(+.f64 (*.f64 x (/.f64 #s(literal 1 binary64) x)) (/.f64 y x)) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (+.f64 x y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) y) x)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) y) x)) |
(-.f64 (/.f64 (*.f64 x (/.f64 x (-.f64 x y))) x) (/.f64 (/.f64 (*.f64 y y) (-.f64 x y)) x)) |
(-.f64 (/.f64 (*.f64 x x) (*.f64 x (-.f64 x y))) (/.f64 (*.f64 y y) (*.f64 x (-.f64 x y)))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) x) (/.f64 y x)) |
(fma.f64 y (/.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) x) x)) |
(fma.f64 y (/.f64 #s(literal 1 binary64) x) (*.f64 x (/.f64 #s(literal 1 binary64) x))) |
(fma.f64 y (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) x) x)) |
(fma.f64 y (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) (*.f64 x (/.f64 #s(literal 1 binary64) x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 y x) (*.f64 (/.f64 #s(literal 1 binary64) x) x)) |
(fma.f64 #s(literal 1 binary64) (/.f64 y x) (*.f64 x (/.f64 #s(literal 1 binary64) x))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y x)) (*.f64 (/.f64 #s(literal 1 binary64) x) x)) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y x)) (*.f64 x (/.f64 #s(literal 1 binary64) x))) |
(fma.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) x) x)) |
(fma.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x) (*.f64 x (/.f64 #s(literal 1 binary64) x))) |
(fma.f64 (/.f64 y x) #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) x)) |
(fma.f64 (/.f64 y x) #s(literal 1 binary64) (*.f64 x (/.f64 #s(literal 1 binary64) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) x (/.f64 y x)) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) y (*.f64 (/.f64 #s(literal 1 binary64) x) x)) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) y (*.f64 x (/.f64 #s(literal 1 binary64) x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) y) (*.f64 (/.f64 #s(literal 1 binary64) x) x)) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) y) (*.f64 x (/.f64 #s(literal 1 binary64) x))) |
(neg.f64 (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) y) x)) |
(neg.f64 (/.f64 (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) y) x) #s(literal 1 binary64))) |
(/.f64 (+.f64 x y) x) |
(/.f64 (/.f64 (+.f64 x y) x) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 x (+.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) x))) |
(/.f64 #s(literal -1 binary64) (/.f64 x (-.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(/.f64 (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) y) x) #s(literal -1 binary64)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) y) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) y) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 x (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 y (-.f64 y x) (*.f64 x x))))) |
(/.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 x (-.f64 x y))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) x) y) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 x (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (neg.f64 (*.f64 x (fma.f64 y (-.f64 y x) (*.f64 x x))))) |
(/.f64 (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) (*.f64 x (+.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(/.f64 (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 x y))) |
(/.f64 (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) (neg.f64 (*.f64 x (-.f64 x y)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 x (fma.f64 y (-.f64 y x) (*.f64 x x))) (fma.f64 (*.f64 y (*.f64 y y)) (-.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (*.f64 x (-.f64 y x))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y))) (*.f64 (*.f64 x (fma.f64 y (-.f64 y x) (*.f64 x x))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y)))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y))) (*.f64 (*.f64 x (-.f64 x y)) (fma.f64 (*.f64 y y) (fma.f64 x x (*.f64 y y)) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 y y)) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (*.f64 x (-.f64 x y)) (fma.f64 x x (*.f64 y y)))) |
(/.f64 (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) x) (fma.f64 y (-.f64 y x) (*.f64 x x))) |
(/.f64 (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) x) (*.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) x) (-.f64 x y)) |
(/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) x) (*.f64 #s(literal 1 binary64) (-.f64 x y))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) #s(literal -1 binary64)) (*.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) #s(literal -1 binary64)) (*.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) #s(literal 1 binary64)) (*.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) #s(literal 1 binary64)) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) x) y) x)) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) #s(literal 1 binary64)) (*.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) #s(literal -1 binary64)) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) x) y) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) #s(literal 1 binary64)) (*.f64 (-.f64 y x) x)) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) #s(literal -1 binary64)) (*.f64 (-.f64 y x) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) x)) (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) (/.f64 #s(literal 1 binary64) x)) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 y x)) (/.f64 #s(literal 1 binary64) x)) (-.f64 y x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (*.f64 x (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y))) (*.f64 x (+.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 x (-.f64 y x))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y))) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 x y) (-.f64 y x))) (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 y x))) |
(/.f64 (neg.f64 (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) x)) (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) x)) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(/.f64 (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) y) #s(literal -1 binary64)) x) |
(/.f64 (*.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) x) y)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) x)) (fma.f64 y (-.f64 y x) (*.f64 x x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) x)) (-.f64 x y)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y))) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x)) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (/.f64 #s(literal -1 binary64) x)) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal -1 binary64) x)) (fma.f64 y (-.f64 y x) (*.f64 x x))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (+.f64 (-.f64 #s(literal 0 binary64) x) y)) (/.f64 #s(literal -1 binary64) x)) (-.f64 x y)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))))) (fma.f64 y (-.f64 y x) (*.f64 x x))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y)))) (-.f64 x y)) |
(pow.f64 (/.f64 (+.f64 x y) x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 x (+.f64 x y)) #s(literal -1 binary64)) |
(*.f64 (+.f64 x y) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (+.f64 x y) (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64))) |
(*.f64 (+.f64 x y) (/.f64 (-.f64 x y) (*.f64 x (-.f64 x y)))) |
(*.f64 (/.f64 (+.f64 x y) x) #s(literal 1 binary64)) |
(*.f64 (/.f64 (+.f64 x y) x) (/.f64 (-.f64 x y) (-.f64 x y))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 x y) x)) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) y) x)) |
(*.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) y) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) y) (/.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1 binary64))) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))) x)) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 y (-.f64 y x) (*.f64 x x))))) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x))) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) (/.f64 (/.f64 #s(literal 1 binary64) x) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(*.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) (/.f64 (+.f64 x y) (*.f64 x (fma.f64 y (-.f64 y x) (*.f64 x x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 x y)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (+.f64 x y) #s(literal 1 binary64))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) x)) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x y)))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 x y)) (/.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 x y))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(*.f64 (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) x) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) x) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (+.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (pow.f64 (/.f64 x (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(*.f64 (pow.f64 (/.f64 x (*.f64 (+.f64 x y) (-.f64 x y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (/.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) x) (/.f64 (+.f64 x y) (fma.f64 y (-.f64 y x) (*.f64 x x)))) |
(*.f64 (pow.f64 (/.f64 x (+.f64 x y)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 x (+.f64 x y)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) x) y)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) x) (fma.f64 (*.f64 y (-.f64 y x)) (*.f64 (*.f64 y (-.f64 y x)) (*.f64 y (-.f64 y x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (fma.f64 x (*.f64 x (*.f64 x x)) (*.f64 (*.f64 y (-.f64 y x)) (-.f64 (*.f64 y (-.f64 y x)) (*.f64 x x))))) |
(*.f64 (/.f64 (/.f64 (fma.f64 x (*.f64 x x) (*.f64 y (*.f64 y y))) x) (*.f64 (fma.f64 y (-.f64 y x) (*.f64 x x)) (-.f64 (*.f64 x x) (*.f64 y (-.f64 y x))))) (-.f64 (*.f64 x x) (*.f64 y (-.f64 y x)))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) x) (*.f64 (+.f64 x y) (-.f64 x y))) (+.f64 x y)) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 x y) (-.f64 x y)) x) (*.f64 (fma.f64 x x (*.f64 y (+.f64 x y))) (-.f64 x y))) (fma.f64 x x (*.f64 y (+.f64 x y)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) (*.f64 y (/.f64 #s(literal 1/100 binary64) x))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) #s(literal -1/100 binary64))) |
(+.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)))) (*.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))))) |
(+.f64 (*.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)))) (*.f64 (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))))) |
(+.f64 (*.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)))) (*.f64 #s(literal -1/100 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))))) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64))))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal -1/100 binary64)))) |
(-.f64 (/.f64 (fma.f64 y (/.f64 (*.f64 y #s(literal 1/10000 binary64)) (*.f64 x x)) #s(literal 1/10000 binary64)) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (/.f64 (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)))) |
(-.f64 (/.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) (/.f64 #s(literal 1/100 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)))) |
(fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) (*.f64 #s(literal -1/100 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (*.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))))) |
(fma.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (*.f64 (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) #s(literal -1/100 binary64))) |
(neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal -1/100 binary64)))) |
(/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal -1/100 binary64))) |
(/.f64 (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) |
(/.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (*.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)))) |
(/.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)))) |
(/.f64 (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal 1/100 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (*.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x))) (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (*.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)) (fma.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (-.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x))) (/.f64 (*.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 #s(literal 1/10000 binary64) (*.f64 y y))) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(/.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal -1/1000000 binary64)) (*.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (fma.f64 y (/.f64 (*.f64 y #s(literal 1/10000 binary64)) (*.f64 x x)) (fma.f64 #s(literal 1/10000 binary64) (/.f64 y x) #s(literal 1/10000 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)) (+.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x))) (*.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)) (+.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (*.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x))) (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (*.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)) (fma.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (-.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x))) (/.f64 (*.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 #s(literal 1/10000 binary64) (*.f64 y y))) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)) (+.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)))) (*.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)) (+.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) (*.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal -1/1000000 binary64))) (*.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (fma.f64 y (/.f64 (*.f64 y #s(literal 1/10000 binary64)) (*.f64 x x)) (fma.f64 #s(literal 1/10000 binary64) (/.f64 y x) #s(literal 1/10000 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (fma.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (*.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x))) (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (fma.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (-.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x))) (/.f64 (*.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 #s(literal 1/10000 binary64) (*.f64 y y))) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (*.f64 (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)) (+.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)))) (+.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal -1/1000000 binary64))) (fma.f64 y (/.f64 (*.f64 y #s(literal 1/10000 binary64)) (*.f64 x x)) (fma.f64 #s(literal 1/10000 binary64) (/.f64 y x) #s(literal 1/10000 binary64)))) |
(pow.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal -1/100 binary64)))) |
(*.f64 (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)))) |
(*.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)))) |
(*.f64 (pow.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) #s(literal -1/2 binary64)) (pow.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal -1/100 binary64))) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) #s(literal -1/2 binary64))) (pow.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal 1/100 binary64))) |
(*.f64 (/.f64 (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)) (fma.f64 (/.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000000000000000 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/1000000000000 binary64) (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) #s(literal 1/1000000 binary64)) (*.f64 x (*.f64 x x)))))) |
(*.f64 (/.f64 (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal -1/1000000000000 binary64))) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal -1/1000000 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)))) (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal 1/100 binary64))) |
(*.f64 (/.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal -1/1000000000000 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 #s(literal 1/10000 binary64) (*.f64 y y))) (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) #s(literal 1/100000000 binary64)))) |
(*.f64 (/.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 #s(literal 1/10000 binary64) (*.f64 y y))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1/100000000 binary64))) (fma.f64 y (/.f64 (*.f64 y #s(literal 1/10000 binary64)) (*.f64 x x)) #s(literal 1/10000 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x)))) (-.f64 #s(literal 1/100 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x)))) |
(+.f64 #s(literal 1/100 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x))) |
(+.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) #s(literal 1/100 binary64)) |
(+.f64 (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) (*.f64 x x))) (neg.f64 (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))))) |
(exp.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (log.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)))))) |
(-.f64 #s(literal 0 binary64) (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal -1/100 binary64))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) (*.f64 x x))) (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) (*.f64 x x))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 1/10000 binary64) (-.f64 #s(literal 1/100 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x)))) (/.f64 (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x)) (-.f64 #s(literal 1/100 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x))))) |
(fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) |
(fma.f64 y (/.f64 (/.f64 #s(literal 1/100 binary64) x) #s(literal 1 binary64)) #s(literal 1/100 binary64)) |
(fma.f64 y (/.f64 (/.f64 (*.f64 y #s(literal 1/10000 binary64)) (*.f64 x x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) (neg.f64 (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))))) |
(fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 1/100 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) #s(literal 1/100 binary64)) |
(fma.f64 (/.f64 #s(literal 1/100 binary64) x) y #s(literal 1/100 binary64)) |
(fma.f64 (/.f64 #s(literal 1/100 binary64) x) (/.f64 (/.f64 (*.f64 y y) (*.f64 x #s(literal 100 binary64))) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) (neg.f64 (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))))) |
(fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) #s(literal 1 binary64) #s(literal 1/100 binary64)) |
(fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (/.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) (neg.f64 (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 y (*.f64 x #s(literal -100 binary64))) #s(literal 1/100 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1/100 binary64) x) #s(literal 1/100 binary64)) |
(fma.f64 #s(literal -1/100 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y x)) #s(literal 1/100 binary64)) |
(fma.f64 #s(literal -1/100 binary64) (*.f64 (/.f64 #s(literal -1 binary64) x) y) #s(literal 1/100 binary64)) |
(fma.f64 (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) (neg.f64 (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))))) |
(fma.f64 (*.f64 y y) (/.f64 (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) (neg.f64 (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))))) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 1/100 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 y #s(literal 1/100 binary64)) #s(literal 1/100 binary64)) |
(fma.f64 (*.f64 y #s(literal 1/100 binary64)) (/.f64 #s(literal 1 binary64) x) #s(literal 1/100 binary64)) |
(fma.f64 (*.f64 y #s(literal 1/100 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) #s(literal 1/100 binary64)) |
(fma.f64 (*.f64 y #s(literal -1/100 binary64)) (/.f64 #s(literal -1 binary64) x) #s(literal 1/100 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 y x)) #s(literal -1/100 binary64) #s(literal 1/100 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 y #s(literal -100 binary64)) #s(literal 1/100 binary64)) |
(fma.f64 (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) (/.f64 (*.f64 y y) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) (neg.f64 (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))))) |
(fma.f64 (/.f64 #s(literal -1/100 binary64) x) (-.f64 #s(literal 0 binary64) y) #s(literal 1/100 binary64)) |
(fma.f64 (/.f64 (*.f64 y y) (*.f64 x #s(literal 100 binary64))) (/.f64 (/.f64 #s(literal 1/100 binary64) x) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) (neg.f64 (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))))) |
(fma.f64 (/.f64 (*.f64 y #s(literal 1/10000 binary64)) (*.f64 x x)) (/.f64 y (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) (neg.f64 (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))))) |
(fma.f64 (*.f64 (*.f64 y #s(literal 1/100 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) x) #s(literal 1/100 binary64)) |
(fma.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 #s(literal -1/100 binary64) x) #s(literal 1/100 binary64)) |
(fma.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x)) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) (neg.f64 (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))))) |
(fma.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x)) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal -1/1000000 binary64))) (fma.f64 y (/.f64 (*.f64 y #s(literal 1/10000 binary64)) (*.f64 x x)) (fma.f64 #s(literal 1/10000 binary64) (/.f64 y x) #s(literal 1/10000 binary64))) (neg.f64 (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))))) |
(neg.f64 (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal -1/100 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/100 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x))) (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x))))) |
(/.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal -1/100 binary64)))) |
(/.f64 (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal -1/100 binary64)) #s(literal -1 binary64)) |
(/.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64))) |
(/.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64))))) |
(/.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)) (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64))))) |
(/.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) |
(/.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (neg.f64 (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal 1/100 binary64)))) |
(/.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (*.f64 #s(literal -1 binary64) (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal 1/100 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal 1/100 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal 1/100 binary64)))) |
(/.f64 (fma.f64 (/.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000000000000000 binary64)) (*.f64 (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/1000000000000 binary64) (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) #s(literal 1/1000000 binary64)) (*.f64 x (*.f64 x x))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal -1/1000000000000 binary64)) (*.f64 (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal -1/1000000 binary64)))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal -1/1000000000000 binary64)) (*.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 #s(literal 1/10000 binary64) (*.f64 y y))) (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) #s(literal 1/100000000 binary64))))) |
(/.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x))) (-.f64 #s(literal 1/100 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x)))) |
(/.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/100 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 #s(literal 1/10000 binary64) (*.f64 y y))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1/100000000 binary64)) (*.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) (fma.f64 y (/.f64 (*.f64 y #s(literal 1/10000 binary64)) (*.f64 x x)) #s(literal 1/10000 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) (*.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64))) (*.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)))) |
(/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000000000000000 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/1000000000000 binary64) (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) #s(literal 1/1000000 binary64)) (*.f64 x (*.f64 x x))))) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal -1/1000000000000 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal -1/1000000 binary64)) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal -1/1000000000000 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 #s(literal 1/10000 binary64) (*.f64 y y))) (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) #s(literal 1/100000000 binary64))) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 #s(literal 1/10000 binary64) (*.f64 y y))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1/100000000 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 y (/.f64 (*.f64 y #s(literal 1/10000 binary64)) (*.f64 x x)) #s(literal 1/10000 binary64)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)))) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)))) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)))) (neg.f64 (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal 1/100 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x)))) (neg.f64 (-.f64 #s(literal 1/100 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) (*.f64 x x))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) (*.f64 x x))) (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) (*.f64 x x))) (fma.f64 (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) (*.f64 (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) (*.f64 x x))) (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))))))) |
(/.f64 (/.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64))) |
(/.f64 (/.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) #s(literal 1 binary64)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) (*.f64 x x))) (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) (*.f64 x x)))) (*.f64 (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) (*.f64 x x))) (/.f64 #s(literal 1/10000 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))))) |
(/.f64 (*.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) #s(literal 1 binary64)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) #s(literal 1 binary64)) (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal 1/100 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x))) #s(literal 1 binary64)) (-.f64 #s(literal 1/100 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x)))) |
(/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000000000000000 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/1000000000000 binary64) (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) #s(literal 1/1000000 binary64)) (*.f64 x (*.f64 x x)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal -1/1000000000000 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)))) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal -1/1000000 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal -1/1000000000000 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 #s(literal 1/10000 binary64) (*.f64 y y))) (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) #s(literal 1/100000000 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 #s(literal 1/10000 binary64) (*.f64 y y))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1/100000000 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)))) (fma.f64 y (/.f64 (*.f64 y #s(literal 1/10000 binary64)) (*.f64 x x)) #s(literal 1/10000 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) #s(literal -1/2 binary64))) (pow.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)))) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)))) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) |
(pow.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64))) |
(*.f64 (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal -1/100 binary64))) |
(*.f64 (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal -1/100 binary64)) #s(literal -1 binary64)) |
(*.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)))) |
(*.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64))) #s(literal 1 binary64))) |
(*.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64))) #s(literal 1 binary64))) |
(*.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)))) |
(*.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) #s(literal 1 binary64))) |
(*.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/100 binary64) (/.f64 y x) #s(literal 1/100 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64))) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64))) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) |
(*.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/100 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x))))) |
(*.f64 (/.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64))) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64))) |
(*.f64 (/.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)) (fma.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (*.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x))) (/.f64 (*.f64 (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y))) (*.f64 #s(literal 1/1000000 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (fma.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (-.f64 (-.f64 #s(literal 1/10000 binary64) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)) (/.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 x x))) (/.f64 (*.f64 (*.f64 #s(literal 1/10000 binary64) (*.f64 y y)) (*.f64 #s(literal 1/10000 binary64) (*.f64 y y))) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(*.f64 (/.f64 (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1/1000000 binary64)) (*.f64 (fma.f64 (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal -1/100 binary64)) #s(literal 1/10000 binary64)) (+.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x)))) (+.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (/.f64 (*.f64 y #s(literal 1/10000 binary64)) x))) |
(*.f64 (/.f64 (fma.f64 (*.f64 y y) (/.f64 #s(literal 1/10000 binary64) (*.f64 x x)) #s(literal -1/10000 binary64)) (fma.f64 y (*.f64 (*.f64 y y) (/.f64 #s(literal 1/1000000 binary64) (*.f64 x (*.f64 x x)))) #s(literal -1/1000000 binary64))) (fma.f64 y (/.f64 (*.f64 y #s(literal 1/10000 binary64)) (*.f64 x x)) (fma.f64 #s(literal 1/10000 binary64) (/.f64 y x) #s(literal 1/10000 binary64)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x #s(literal 100 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/100 binary64) x)) |
(neg.f64 (/.f64 #s(literal -1/100 binary64) x)) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/100 binary64) x))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 x #s(literal 100 binary64)))) |
(/.f64 #s(literal 1/100 binary64) x) |
(/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))) |
(/.f64 #s(literal -1 binary64) (*.f64 x #s(literal -100 binary64))) |
(/.f64 #s(literal -1/100 binary64) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 100 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -100 binary64)) |
(pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/100 binary64) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/100 binary64) x)) |
(*.f64 (/.f64 #s(literal 1/100 binary64) x) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/100 binary64) x)) |
(*.f64 #s(literal -1/100 binary64) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/100 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1/100 binary64)) |
(*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) |
| 1× | egg-herbie |
| 12 426× | accelerator-lowering-fma.f32 |
| 12 426× | accelerator-lowering-fma.f64 |
| 4 862× | *-lowering-*.f32 |
| 4 862× | *-lowering-*.f64 |
| 1 606× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 194 | 1890 |
| 1 | 573 | 1812 |
| 2 | 1372 | 1722 |
| 3 | 4485 | 1698 |
| 0 | 8272 | 1629 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 100 (/ x y)) |
(* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y)))) |
(* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
100 |
(+ 100 (* -100 (/ y x))) |
(- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x))) |
(- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x)))) |
100 |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x))) |
(+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x))) |
100 |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x))))) |
(+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x))))) |
(* 100 (/ x y)) |
(/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2))))) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* -100 (/ (pow x 4) (pow y 3))) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))))) y) |
(* 100 (/ x y)) |
(* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* 100 (/ (pow x 3) y))) y))) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* -1 (/ (+ (* -100 (pow x 3)) (* 100 (/ (pow x 4) y))) y))) y))) y)) |
(* 1/100 y) |
(+ (* 1/100 x) (* 1/100 y)) |
(+ (* 1/100 x) (* 1/100 y)) |
(+ (* 1/100 x) (* 1/100 y)) |
(* 1/100 x) |
(* x (+ 1/100 (* 1/100 (/ y x)))) |
(* x (+ 1/100 (* 1/100 (/ y x)))) |
(* x (+ 1/100 (* 1/100 (/ y x)))) |
(* 1/100 x) |
(* -1 (* x (- (* -1/100 (/ y x)) 1/100))) |
(* -1 (* x (- (* -1/100 (/ y x)) 1/100))) |
(* -1 (* x (- (* -1/100 (/ y x)) 1/100))) |
(* 1/100 x) |
(+ (* 1/100 x) (* 1/100 y)) |
(+ (* 1/100 x) (* 1/100 y)) |
(+ (* 1/100 x) (* 1/100 y)) |
(* 1/100 y) |
(* y (+ 1/100 (* 1/100 (/ x y)))) |
(* y (+ 1/100 (* 1/100 (/ x y)))) |
(* y (+ 1/100 (* 1/100 (/ x y)))) |
(* 1/100 y) |
(* -1 (* y (- (* -1/100 (/ x y)) 1/100))) |
(* -1 (* y (- (* -1/100 (/ x y)) 1/100))) |
(* -1 (* y (- (* -1/100 (/ x y)) 1/100))) |
y |
(+ x y) |
(+ x y) |
(+ x y) |
x |
(* x (+ 1 (/ y x))) |
(* x (+ 1 (/ y x))) |
(* x (+ 1 (/ y x))) |
x |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
x |
(+ x y) |
(+ x y) |
(+ x y) |
y |
(* y (+ 1 (/ x y))) |
(* y (+ 1 (/ x y))) |
(* y (+ 1 (/ x y))) |
y |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 x) |
(* 100 (/ x y)) |
(* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y)))) |
(* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
100 |
(+ 100 (* -100 (/ y x))) |
(- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x))) |
(- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x)))) |
100 |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x))) |
(+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x))) |
100 |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x))))) |
(+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x))))) |
(* 100 (/ x y)) |
(/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2))))) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* -100 (/ (pow x 4) (pow y 3))) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))))) y) |
(* 100 (/ x y)) |
(* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* 100 (/ (pow x 3) y))) y))) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* -1 (/ (+ (* -100 (pow x 3)) (* 100 (/ (pow x 4) y))) y))) y))) y)) |
(/ y x) |
(/ (+ x y) x) |
(/ (+ x y) x) |
(/ (+ x y) x) |
1 |
(+ 1 (/ y x)) |
(+ 1 (/ y x)) |
(+ 1 (/ y x)) |
1 |
(+ 1 (/ y x)) |
(+ 1 (/ y x)) |
(+ 1 (/ y x)) |
1 |
(+ 1 (/ y x)) |
(+ 1 (/ y x)) |
(+ 1 (/ y x)) |
(/ y x) |
(* y (+ (/ 1 x) (/ 1 y))) |
(* y (+ (/ 1 x) (/ 1 y))) |
(* y (+ (/ 1 x) (/ 1 y))) |
(/ y x) |
(* y (+ (/ 1 x) (/ 1 y))) |
(* y (+ (/ 1 x) (/ 1 y))) |
(* y (+ (/ 1 x) (/ 1 y))) |
100 |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x))))) |
(+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x))))) |
(* 100 (/ x y)) |
(/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y) |
(/ (- (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))) (* 100 (/ (pow x 2) y))) y) |
(/ (- (+ (* -100 (/ (pow x 4) (pow y 3))) (* 100 x)) (+ (* -100 (/ (pow x 3) (pow y 2))) (* 100 (/ (pow x 2) y)))) y) |
(* 100 (/ x y)) |
(* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (- (* 100 (/ (pow x 3) y)) (* 100 (pow x 2))) y))) y)) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (- (* -1 (/ (- (* 100 (/ (pow x 4) y)) (* 100 (pow x 3))) y)) (* 100 (pow x 2))) y))) y)) |
(* 100 (/ x y)) |
(* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y)))) |
(* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
100 |
(+ 100 (* -100 (/ y x))) |
(- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x))) |
(- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x)))) |
100 |
(+ 100 (* -100 (/ y x))) |
(+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x))) |
(+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x))) |
1/100 |
(+ 1/100 (* 1/100 (/ y x))) |
(+ 1/100 (* 1/100 (/ y x))) |
(+ 1/100 (* 1/100 (/ y x))) |
(* 1/100 (/ y x)) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(* 1/100 (/ y x)) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(* 1/100 (/ y x)) |
(/ (+ (* 1/100 x) (* 1/100 y)) x) |
(/ (+ (* 1/100 x) (* 1/100 y)) x) |
(/ (+ (* 1/100 x) (* 1/100 y)) x) |
1/100 |
(+ 1/100 (* 1/100 (/ y x))) |
(+ 1/100 (* 1/100 (/ y x))) |
(+ 1/100 (* 1/100 (/ y x))) |
1/100 |
(+ 1/100 (* 1/100 (/ y x))) |
(+ 1/100 (* 1/100 (/ y x))) |
(+ 1/100 (* 1/100 (/ y x))) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
| Outputs |
|---|
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y)))) |
(/.f64 (*.f64 #s(literal 100 binary64) (fma.f64 x (-.f64 #s(literal 0 binary64) (/.f64 x y)) x)) y) |
(* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(*.f64 x (fma.f64 x (*.f64 (/.f64 #s(literal 100 binary64) (*.f64 y y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 100 binary64) y))) |
(* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(*.f64 x (fma.f64 x (fma.f64 (/.f64 #s(literal 100 binary64) (*.f64 y y)) (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 (fma.f64 x (fma.f64 x #s(literal -100 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 y #s(literal 4 binary64)))) (/.f64 #s(literal 100 binary64) y))) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x))) |
(fma.f64 (/.f64 #s(literal 100 binary64) x) (*.f64 y (+.f64 (/.f64 y x) #s(literal -1 binary64))) #s(literal 100 binary64)) |
(- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x)))) |
(+.f64 #s(literal 100 binary64) (/.f64 (*.f64 #s(literal -100 binary64) (+.f64 (/.f64 (*.f64 y (*.f64 y (+.f64 (/.f64 y x) #s(literal -1 binary64)))) x) y)) x)) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x))) |
(fma.f64 (/.f64 #s(literal 100 binary64) x) (*.f64 y (+.f64 (/.f64 y x) #s(literal -1 binary64))) #s(literal 100 binary64)) |
(+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x))) |
(+.f64 #s(literal 100 binary64) (/.f64 (*.f64 #s(literal -100 binary64) (+.f64 (/.f64 (*.f64 y (*.f64 y (+.f64 (/.f64 y x) #s(literal -1 binary64)))) x) y)) x)) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x))))) |
(fma.f64 (/.f64 #s(literal 100 binary64) x) (*.f64 y (+.f64 (/.f64 y x) #s(literal -1 binary64))) #s(literal 100 binary64)) |
(+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x))))) |
(+.f64 #s(literal 100 binary64) (/.f64 (*.f64 #s(literal -100 binary64) (+.f64 (/.f64 (*.f64 y (*.f64 y (+.f64 (/.f64 y x) #s(literal -1 binary64)))) x) y)) x)) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y) |
(/.f64 (*.f64 #s(literal 100 binary64) (fma.f64 x (-.f64 #s(literal 0 binary64) (/.f64 x y)) x)) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2))))) y) |
(/.f64 (*.f64 #s(literal 100 binary64) (fma.f64 (/.f64 x y) (-.f64 (/.f64 (*.f64 x x) y) x) x)) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* -100 (/ (pow x 4) (pow y 3))) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))))) y) |
(/.f64 (fma.f64 #s(literal 100 binary64) x (/.f64 (*.f64 #s(literal -100 binary64) (+.f64 (/.f64 (fma.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 (pow.f64 x #s(literal 4 binary64)) y)) y) (*.f64 x x))) y)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y)) |
(/.f64 (*.f64 #s(literal 100 binary64) (fma.f64 x (-.f64 #s(literal 0 binary64) (/.f64 x y)) x)) y) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* 100 (/ (pow x 3) y))) y))) y)) |
(/.f64 (*.f64 #s(literal 100 binary64) (fma.f64 (/.f64 x y) (-.f64 (/.f64 (*.f64 x x) y) x) x)) y) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* -1 (/ (+ (* -100 (pow x 3)) (* 100 (/ (pow x 4) y))) y))) y))) y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x (/.f64 (*.f64 #s(literal -100 binary64) (+.f64 (/.f64 (fma.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 (pow.f64 x #s(literal 4 binary64)) y)) y) (*.f64 x x))) y)) y) |
(* 1/100 y) |
(*.f64 y #s(literal 1/100 binary64)) |
(+ (* 1/100 x) (* 1/100 y)) |
(*.f64 #s(literal 1/100 binary64) (+.f64 x y)) |
(+ (* 1/100 x) (* 1/100 y)) |
(*.f64 #s(literal 1/100 binary64) (+.f64 x y)) |
(+ (* 1/100 x) (* 1/100 y)) |
(*.f64 #s(literal 1/100 binary64) (+.f64 x y)) |
(* 1/100 x) |
(*.f64 x #s(literal 1/100 binary64)) |
(* x (+ 1/100 (* 1/100 (/ y x)))) |
(*.f64 #s(literal 1/100 binary64) (+.f64 x y)) |
(* x (+ 1/100 (* 1/100 (/ y x)))) |
(*.f64 #s(literal 1/100 binary64) (+.f64 x y)) |
(* x (+ 1/100 (* 1/100 (/ y x)))) |
(*.f64 #s(literal 1/100 binary64) (+.f64 x y)) |
(* 1/100 x) |
(*.f64 x #s(literal 1/100 binary64)) |
(* -1 (* x (- (* -1/100 (/ y x)) 1/100))) |
(*.f64 #s(literal 1/100 binary64) (+.f64 x y)) |
(* -1 (* x (- (* -1/100 (/ y x)) 1/100))) |
(*.f64 #s(literal 1/100 binary64) (+.f64 x y)) |
(* -1 (* x (- (* -1/100 (/ y x)) 1/100))) |
(*.f64 #s(literal 1/100 binary64) (+.f64 x y)) |
(* 1/100 x) |
(*.f64 x #s(literal 1/100 binary64)) |
(+ (* 1/100 x) (* 1/100 y)) |
(*.f64 #s(literal 1/100 binary64) (+.f64 x y)) |
(+ (* 1/100 x) (* 1/100 y)) |
(*.f64 #s(literal 1/100 binary64) (+.f64 x y)) |
(+ (* 1/100 x) (* 1/100 y)) |
(*.f64 #s(literal 1/100 binary64) (+.f64 x y)) |
(* 1/100 y) |
(*.f64 y #s(literal 1/100 binary64)) |
(* y (+ 1/100 (* 1/100 (/ x y)))) |
(*.f64 #s(literal 1/100 binary64) (+.f64 x y)) |
(* y (+ 1/100 (* 1/100 (/ x y)))) |
(*.f64 #s(literal 1/100 binary64) (+.f64 x y)) |
(* y (+ 1/100 (* 1/100 (/ x y)))) |
(*.f64 #s(literal 1/100 binary64) (+.f64 x y)) |
(* 1/100 y) |
(*.f64 y #s(literal 1/100 binary64)) |
(* -1 (* y (- (* -1/100 (/ x y)) 1/100))) |
(*.f64 #s(literal 1/100 binary64) (+.f64 x y)) |
(* -1 (* y (- (* -1/100 (/ x y)) 1/100))) |
(*.f64 #s(literal 1/100 binary64) (+.f64 x y)) |
(* -1 (* y (- (* -1/100 (/ x y)) 1/100))) |
(*.f64 #s(literal 1/100 binary64) (+.f64 x y)) |
y |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
x |
(* x (+ 1 (/ y x))) |
(+.f64 x y) |
(* x (+ 1 (/ y x))) |
(+.f64 x y) |
(* x (+ 1 (/ y x))) |
(+.f64 x y) |
x |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(+.f64 x y) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(+.f64 x y) |
(* -1 (* x (- (* -1 (/ y x)) 1))) |
(+.f64 x y) |
x |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
(+ x y) |
(+.f64 x y) |
y |
(* y (+ 1 (/ x y))) |
(+.f64 x y) |
(* y (+ 1 (/ x y))) |
(+.f64 x y) |
(* y (+ 1 (/ x y))) |
(+.f64 x y) |
y |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(+.f64 x y) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(+.f64 x y) |
(* -1 (* y (- (* -1 (/ x y)) 1))) |
(+.f64 x y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 x) |
(fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y)))) |
(/.f64 (*.f64 #s(literal 100 binary64) (fma.f64 x (-.f64 #s(literal 0 binary64) (/.f64 x y)) x)) y) |
(* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(*.f64 x (fma.f64 x (*.f64 (/.f64 #s(literal 100 binary64) (*.f64 y y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 100 binary64) y))) |
(* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(*.f64 x (fma.f64 x (fma.f64 (/.f64 #s(literal 100 binary64) (*.f64 y y)) (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 (fma.f64 x (fma.f64 x #s(literal -100 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 y #s(literal 4 binary64)))) (/.f64 #s(literal 100 binary64) y))) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x))) |
(fma.f64 (/.f64 #s(literal 100 binary64) x) (*.f64 y (+.f64 (/.f64 y x) #s(literal -1 binary64))) #s(literal 100 binary64)) |
(- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x)))) |
(+.f64 #s(literal 100 binary64) (/.f64 (*.f64 #s(literal -100 binary64) (+.f64 (/.f64 (*.f64 y (*.f64 y (+.f64 (/.f64 y x) #s(literal -1 binary64)))) x) y)) x)) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x))) |
(fma.f64 (/.f64 #s(literal 100 binary64) x) (*.f64 y (+.f64 (/.f64 y x) #s(literal -1 binary64))) #s(literal 100 binary64)) |
(+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x))) |
(+.f64 #s(literal 100 binary64) (/.f64 (*.f64 #s(literal -100 binary64) (+.f64 (/.f64 (*.f64 y (*.f64 y (+.f64 (/.f64 y x) #s(literal -1 binary64)))) x) y)) x)) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x))))) |
(fma.f64 (/.f64 #s(literal 100 binary64) x) (*.f64 y (+.f64 (/.f64 y x) #s(literal -1 binary64))) #s(literal 100 binary64)) |
(+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x))))) |
(+.f64 #s(literal 100 binary64) (/.f64 (*.f64 #s(literal -100 binary64) (+.f64 (/.f64 (*.f64 y (*.f64 y (+.f64 (/.f64 y x) #s(literal -1 binary64)))) x) y)) x)) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y) |
(/.f64 (*.f64 #s(literal 100 binary64) (fma.f64 x (-.f64 #s(literal 0 binary64) (/.f64 x y)) x)) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2))))) y) |
(/.f64 (*.f64 #s(literal 100 binary64) (fma.f64 (/.f64 x y) (-.f64 (/.f64 (*.f64 x x) y) x) x)) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (+ (* -100 (/ (pow x 4) (pow y 3))) (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))))) y) |
(/.f64 (fma.f64 #s(literal 100 binary64) x (/.f64 (*.f64 #s(literal -100 binary64) (+.f64 (/.f64 (fma.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 (pow.f64 x #s(literal 4 binary64)) y)) y) (*.f64 x x))) y)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y)) |
(/.f64 (*.f64 #s(literal 100 binary64) (fma.f64 x (-.f64 #s(literal 0 binary64) (/.f64 x y)) x)) y) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* 100 (/ (pow x 3) y))) y))) y)) |
(/.f64 (*.f64 #s(literal 100 binary64) (fma.f64 (/.f64 x y) (-.f64 (/.f64 (*.f64 x x) y) x) x)) y) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (+ (* -100 (pow x 2)) (* -1 (/ (+ (* -100 (pow x 3)) (* 100 (/ (pow x 4) y))) y))) y))) y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x (/.f64 (*.f64 #s(literal -100 binary64) (+.f64 (/.f64 (fma.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 (pow.f64 x #s(literal 4 binary64)) y)) y) (*.f64 x x))) y)) y) |
(/ y x) |
(/.f64 y x) |
(/ (+ x y) x) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(/ (+ x y) x) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(/ (+ x y) x) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ y x)) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(+ 1 (/ y x)) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(+ 1 (/ y x)) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ y x)) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(+ 1 (/ y x)) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(+ 1 (/ y x)) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ y x)) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(+ 1 (/ y x)) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(+ 1 (/ y x)) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(/ y x) |
(/.f64 y x) |
(* y (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(* y (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(* y (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(/ y x) |
(/.f64 y x) |
(* y (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(* y (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
(* y (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 y x)) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* y (- (* 100 (/ y (pow x 2))) (* 100 (/ 1 x))))) |
(fma.f64 (/.f64 #s(literal 100 binary64) x) (*.f64 y (+.f64 (/.f64 y x) #s(literal -1 binary64))) #s(literal 100 binary64)) |
(+ 100 (* y (- (* y (+ (* -100 (/ y (pow x 3))) (* 100 (/ 1 (pow x 2))))) (* 100 (/ 1 x))))) |
(+.f64 #s(literal 100 binary64) (/.f64 (*.f64 #s(literal -100 binary64) (+.f64 (/.f64 (*.f64 y (*.f64 y (+.f64 (/.f64 y x) #s(literal -1 binary64)))) x) y)) x)) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(/ (+ (* -100 (/ (pow x 2) y)) (* 100 x)) y) |
(/.f64 (*.f64 #s(literal 100 binary64) (fma.f64 x (-.f64 #s(literal 0 binary64) (/.f64 x y)) x)) y) |
(/ (- (+ (* 100 x) (* 100 (/ (pow x 3) (pow y 2)))) (* 100 (/ (pow x 2) y))) y) |
(/.f64 (*.f64 #s(literal 100 binary64) (fma.f64 (/.f64 x y) (-.f64 (/.f64 (*.f64 x x) y) x) x)) y) |
(/ (- (+ (* -100 (/ (pow x 4) (pow y 3))) (* 100 x)) (+ (* -100 (/ (pow x 3) (pow y 2))) (* 100 (/ (pow x 2) y)))) y) |
(/.f64 (fma.f64 #s(literal 100 binary64) x (/.f64 (*.f64 #s(literal -100 binary64) (+.f64 (/.f64 (fma.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 (pow.f64 x #s(literal 4 binary64)) y)) y) (*.f64 x x))) y)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* -1 (/ (+ (* -100 x) (* 100 (/ (pow x 2) y))) y)) |
(/.f64 (*.f64 #s(literal 100 binary64) (fma.f64 x (-.f64 #s(literal 0 binary64) (/.f64 x y)) x)) y) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (- (* 100 (/ (pow x 3) y)) (* 100 (pow x 2))) y))) y)) |
(/.f64 (*.f64 #s(literal 100 binary64) (fma.f64 (/.f64 x y) (-.f64 (/.f64 (*.f64 x x) y) x) x)) y) |
(* -1 (/ (+ (* -100 x) (* -1 (/ (- (* -1 (/ (- (* 100 (/ (pow x 4) y)) (* 100 (pow x 3))) y)) (* 100 (pow x 2))) y))) y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x (/.f64 (*.f64 #s(literal -100 binary64) (+.f64 (/.f64 (fma.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 (pow.f64 x #s(literal 4 binary64)) y)) y) (*.f64 x x))) y)) y) |
(* 100 (/ x y)) |
(/.f64 (fma.f64 #s(literal 100 binary64) x #s(literal 0 binary64)) y) |
(* x (+ (* -100 (/ x (pow y 2))) (* 100 (/ 1 y)))) |
(/.f64 (*.f64 #s(literal 100 binary64) (fma.f64 x (-.f64 #s(literal 0 binary64) (/.f64 x y)) x)) y) |
(* x (+ (* x (- (* 100 (/ x (pow y 3))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(*.f64 x (fma.f64 x (*.f64 (/.f64 #s(literal 100 binary64) (*.f64 y y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 100 binary64) y))) |
(* x (+ (* x (- (* x (+ (* -100 (/ x (pow y 4))) (* 100 (/ 1 (pow y 3))))) (* 100 (/ 1 (pow y 2))))) (* 100 (/ 1 y)))) |
(*.f64 x (fma.f64 x (fma.f64 (/.f64 #s(literal 100 binary64) (*.f64 y y)) (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 (fma.f64 x (fma.f64 x #s(literal -100 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 y #s(literal 4 binary64)))) (/.f64 #s(literal 100 binary64) y))) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(- (+ 100 (* 100 (/ (pow y 2) (pow x 2)))) (* 100 (/ y x))) |
(fma.f64 (/.f64 #s(literal 100 binary64) x) (*.f64 y (+.f64 (/.f64 y x) #s(literal -1 binary64))) #s(literal 100 binary64)) |
(- (+ 100 (* -100 (/ (pow y 3) (pow x 3)))) (+ (* -100 (/ (pow y 2) (pow x 2))) (* 100 (/ y x)))) |
(+.f64 #s(literal 100 binary64) (/.f64 (*.f64 #s(literal -100 binary64) (+.f64 (/.f64 (*.f64 y (*.f64 y (+.f64 (/.f64 y x) #s(literal -1 binary64)))) x) y)) x)) |
100 |
#s(literal 100 binary64) |
(+ 100 (* -100 (/ y x))) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(+ 100 (* -1 (/ (- (* -100 (/ (pow y 2) x)) (* -100 y)) x))) |
(fma.f64 (/.f64 #s(literal 100 binary64) x) (*.f64 y (+.f64 (/.f64 y x) #s(literal -1 binary64))) #s(literal 100 binary64)) |
(+ 100 (* -1 (/ (- (* -1 (/ (- (* -100 (/ (pow y 3) x)) (* -100 (pow y 2))) x)) (* -100 y)) x))) |
(+.f64 #s(literal 100 binary64) (/.f64 (*.f64 #s(literal -100 binary64) (+.f64 (/.f64 (*.f64 y (*.f64 y (+.f64 (/.f64 y x) #s(literal -1 binary64)))) x) y)) x)) |
1/100 |
#s(literal 1/100 binary64) |
(+ 1/100 (* 1/100 (/ y x))) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 1/100 binary64)) |
(+ 1/100 (* 1/100 (/ y x))) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 1/100 binary64)) |
(+ 1/100 (* 1/100 (/ y x))) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 1/100 binary64)) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 y #s(literal 1/100 binary64)) x) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 1/100 binary64)) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 1/100 binary64)) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 1/100 binary64)) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 y #s(literal 1/100 binary64)) x) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 1/100 binary64)) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 1/100 binary64)) |
(* y (+ (* 1/100 (/ 1 x)) (* 1/100 (/ 1 y)))) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 1/100 binary64)) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 y #s(literal 1/100 binary64)) x) |
(/ (+ (* 1/100 x) (* 1/100 y)) x) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 1/100 binary64)) |
(/ (+ (* 1/100 x) (* 1/100 y)) x) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 1/100 binary64)) |
(/ (+ (* 1/100 x) (* 1/100 y)) x) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 1/100 binary64)) |
1/100 |
#s(literal 1/100 binary64) |
(+ 1/100 (* 1/100 (/ y x))) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 1/100 binary64)) |
(+ 1/100 (* 1/100 (/ y x))) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 1/100 binary64)) |
(+ 1/100 (* 1/100 (/ y x))) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 1/100 binary64)) |
1/100 |
#s(literal 1/100 binary64) |
(+ 1/100 (* 1/100 (/ y x))) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 1/100 binary64)) |
(+ 1/100 (* 1/100 (/ y x))) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 1/100 binary64)) |
(+ 1/100 (* 1/100 (/ y x))) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 1/100 binary64)) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
Compiled 18 282 to 1 874 computations (89.7% saved)
11 alts after pruning (5 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 096 | 5 | 1 101 |
| Fresh | 0 | 0 | 0 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 3 | 3 |
| Total | 1 098 | 11 | 1 109 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 51.7% | (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
| ✓ | 49.4% | (/.f64 (*.f64 x #s(literal 100 binary64)) y) |
| ✓ | 99.7% | (/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
| ▶ | 49.4% | (/.f64 x (*.f64 y #s(literal 1/100 binary64))) |
| ▶ | 52.0% | (/.f64 x (*.f64 x #s(literal 1/100 binary64))) |
| ▶ | 49.2% | (/.f64 #s(literal 100 binary64) (/.f64 y x)) |
| ▶ | 49.2% | (/.f64 #s(literal 1 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x))) |
| ✓ | 99.8% | (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) |
| ✓ | 49.4% | (*.f64 (/.f64 x y) #s(literal 100 binary64)) |
| ▶ | 49.4% | (*.f64 (/.f64 #s(literal 100 binary64) y) x) |
| ✓ | 52.2% | #s(literal 100 binary64) |
Compiled 117 to 85 computations (27.4% saved)
| 1× | egg-herbie |
Found 11 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/100 binary64) x) |
| ✓ | cost-diff | 0 | (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) |
| ✓ | cost-diff | 704 | (/.f64 #s(literal 1 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x))) |
| ✓ | cost-diff | 0 | (/.f64 y x) |
| ✓ | cost-diff | 384 | (/.f64 #s(literal 100 binary64) (/.f64 y x)) |
| ✓ | cost-diff | 0 | (*.f64 y #s(literal 1/100 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 x (*.f64 y #s(literal 1/100 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 100 binary64) y) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal 100 binary64) y) x) |
| ✓ | cost-diff | 0 | (*.f64 x #s(literal 1/100 binary64)) |
| ✓ | cost-diff | 1024 | (/.f64 x (*.f64 x #s(literal 1/100 binary64))) |
| 68× | *-lowering-*.f32 |
| 68× | *-lowering-*.f64 |
| 44× | /-lowering-/.f32 |
| 44× | /-lowering-/.f64 |
| 32× | associate-/r* |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 16 | 68 |
| 1 | 31 | 56 |
| 2 | 45 | 56 |
| 3 | 51 | 56 |
| 4 | 59 | 56 |
| 5 | 106 | 56 |
| 6 | 116 | 56 |
| 0 | 116 | 56 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(/ x (* x 1/100)) |
x |
(* x 1/100) |
1/100 |
(* (/ 100 y) x) |
(/ 100 y) |
100 |
y |
x |
(/ x (* y 1/100)) |
x |
(* y 1/100) |
y |
1/100 |
(/ 100 (/ y x)) |
100 |
(/ y x) |
y |
x |
(/ 1 (* y (/ 1/100 x))) |
1 |
(* y (/ 1/100 x)) |
y |
(/ 1/100 x) |
1/100 |
x |
| Outputs |
|---|
(/ x (* x 1/100)) |
#s(literal 100 binary64) |
x |
(* x 1/100) |
(*.f64 x #s(literal 1/100 binary64)) |
1/100 |
#s(literal 1/100 binary64) |
(* (/ 100 y) x) |
(/.f64 x (*.f64 #s(literal 1/100 binary64) y)) |
(/ 100 y) |
(/.f64 #s(literal 100 binary64) y) |
100 |
#s(literal 100 binary64) |
y |
x |
(/ x (* y 1/100)) |
(/.f64 x (*.f64 #s(literal 1/100 binary64) y)) |
x |
(* y 1/100) |
(*.f64 #s(literal 1/100 binary64) y) |
y |
1/100 |
#s(literal 1/100 binary64) |
(/ 100 (/ y x)) |
(/.f64 x (*.f64 #s(literal 1/100 binary64) y)) |
100 |
#s(literal 100 binary64) |
(/ y x) |
(/.f64 y x) |
y |
x |
(/ 1 (* y (/ 1/100 x))) |
(/.f64 x (*.f64 #s(literal 1/100 binary64) y)) |
1 |
#s(literal 1 binary64) |
(* y (/ 1/100 x)) |
(*.f64 #s(literal 1/100 binary64) (/.f64 y x)) |
y |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
1/100 |
#s(literal 1/100 binary64) |
x |
Found 11 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.8% | (/.f64 #s(literal 1/100 binary64) x) |
| ✓ | accuracy | 99.7% | (*.f64 y (/.f64 #s(literal 1/100 binary64) x)) |
| ✓ | accuracy | 99.6% | (/.f64 #s(literal 1 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x))) |
| ✓ | accuracy | 100.0% | (/.f64 y x) |
| ✓ | accuracy | 99.5% | (/.f64 #s(literal 100 binary64) (/.f64 y x)) |
| ✓ | accuracy | 99.8% | (*.f64 y #s(literal 1/100 binary64)) |
| ✓ | accuracy | 99.7% | (/.f64 x (*.f64 y #s(literal 1/100 binary64))) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 100 binary64) y) |
| ✓ | accuracy | 99.7% | (*.f64 (/.f64 #s(literal 100 binary64) y) x) |
| ✓ | accuracy | 99.8% | (*.f64 x #s(literal 1/100 binary64)) |
| ✓ | accuracy | 99.8% | (/.f64 x (*.f64 x #s(literal 1/100 binary64))) |
| 44.0ms | 256× | 0 | valid |
Compiled 64 to 18 computations (71.9% saved)
ival-div: 11.0ms (42.3% of total)const: 8.0ms (30.8% of total)ival-mult: 6.0ms (23.1% 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 (* x 1/100))> |
#<alt (* x 1/100)> |
#<alt (* (/ 100 y) x)> |
#<alt (/ 100 y)> |
#<alt (/ x (* y 1/100))> |
#<alt (* y 1/100)> |
#<alt (/ 100 (/ y x))> |
#<alt (/ y x)> |
#<alt (/ 1 (* y (/ 1/100 x)))> |
#<alt (* y (/ 1/100 x))> |
#<alt (/ 1/100 x)> |
| Outputs |
|---|
#<alt 100> |
#<alt 100> |
#<alt 100> |
#<alt 100> |
#<alt 100> |
#<alt 100> |
#<alt 100> |
#<alt 100> |
#<alt 100> |
#<alt 100> |
#<alt 100> |
#<alt 100> |
#<alt (* 1/100 x)> |
#<alt (* 1/100 x)> |
#<alt (* 1/100 x)> |
#<alt (* 1/100 x)> |
#<alt (* 1/100 x)> |
#<alt (* 1/100 x)> |
#<alt (* 1/100 x)> |
#<alt (* 1/100 x)> |
#<alt (* 1/100 x)> |
#<alt (* 1/100 x)> |
#<alt (* 1/100 x)> |
#<alt (* 1/100 x)> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (/ 100 y)> |
#<alt (/ 100 y)> |
#<alt (/ 100 y)> |
#<alt (/ 100 y)> |
#<alt (/ 100 y)> |
#<alt (/ 100 y)> |
#<alt (/ 100 y)> |
#<alt (/ 100 y)> |
#<alt (/ 100 y)> |
#<alt (/ 100 y)> |
#<alt (/ 100 y)> |
#<alt (/ 100 y)> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 1/100 y)> |
#<alt (* 1/100 y)> |
#<alt (* 1/100 y)> |
#<alt (* 1/100 y)> |
#<alt (* 1/100 y)> |
#<alt (* 1/100 y)> |
#<alt (* 1/100 y)> |
#<alt (* 1/100 y)> |
#<alt (* 1/100 y)> |
#<alt (* 1/100 y)> |
#<alt (* 1/100 y)> |
#<alt (* 1/100 y)> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 100 (/ x y))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (* 1/100 (/ y x))> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
#<alt (/ 1/100 x)> |
51 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 0.0ms | y | @ | -inf | (* y (/ 1/100 x)) |
| 0.0ms | x | @ | -inf | (* x 1/100) |
| 0.0ms | y | @ | inf | (* y (/ 1/100 x)) |
| 0.0ms | y | @ | -inf | (/ y x) |
| 0.0ms | x | @ | -inf | (/ y x) |
| 1× | batch-egg-rewrite |
| 3 078× | *-lowering-*.f32 |
| 3 078× | *-lowering-*.f64 |
| 2 104× | accelerator-lowering-fma.f32 |
| 2 104× | accelerator-lowering-fma.f64 |
| 2 050× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 16 | 45 |
| 1 | 74 | 41 |
| 2 | 334 | 41 |
| 3 | 1268 | 41 |
| 4 | 5681 | 41 |
| 0 | 8142 | 41 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ x (* x 1/100)) |
(* x 1/100) |
(* (/ 100 y) x) |
(/ 100 y) |
(/ x (* y 1/100)) |
(* y 1/100) |
(/ 100 (/ y x)) |
(/ y x) |
(/ 1 (* y (/ 1/100 x))) |
(* y (/ 1/100 x)) |
(/ 1/100 x) |
| Outputs |
|---|
#s(literal 100 binary64) |
(+.f64 (fma.f64 x #s(literal 1/100 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (fma.f64 x #s(literal 1/100 binary64) #s(literal 0 binary64))) |
(exp.f64 (log.f64 (fma.f64 x #s(literal 1/100 binary64) #s(literal 0 binary64)))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 x #s(literal 1/100 binary64) #s(literal 0 binary64))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (fma.f64 x #s(literal 1/100 binary64) #s(literal 0 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (fma.f64 x #s(literal -1/100 binary64) #s(literal 0 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 100 binary64))) |
(fma.f64 x #s(literal 1/100 binary64) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1/100 binary64) x #s(literal 0 binary64)) |
(fma.f64 (fma.f64 x #s(literal 1/100 binary64) #s(literal 0 binary64)) #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/100 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (fma.f64 x #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 100 binary64)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1/100 binary64) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 x #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal -1 binary64) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1/100 binary64) (-.f64 #s(literal 0 binary64) x) #s(literal 0 binary64)) |
(neg.f64 (fma.f64 x #s(literal -1/100 binary64) #s(literal 0 binary64))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 100 binary64))) |
(neg.f64 (/.f64 #s(literal 1/100 binary64) (/.f64 #s(literal -1 binary64) x))) |
(/.f64 x #s(literal 100 binary64)) |
(/.f64 #s(literal 1/100 binary64) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (fma.f64 x #s(literal 1/100 binary64) #s(literal 0 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 100 binary64) x)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -100 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -100 binary64)) |
(/.f64 (fma.f64 x #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal -1 binary64)) |
(/.f64 #s(literal -1/100 binary64) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x (fma.f64 x x #s(literal 0 binary64))) #s(literal 1/1000000 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x (fma.f64 x x #s(literal 0 binary64))) #s(literal 1/1000000 binary64))) (*.f64 #s(literal -1 binary64) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) (fma.f64 x #s(literal -1/100 binary64) #s(literal 0 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x (fma.f64 x x #s(literal 0 binary64))) #s(literal 1/1000000 binary64)))) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) (fma.f64 x #s(literal 1/100 binary64) #s(literal 0 binary64))) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 (*.f64 x (fma.f64 x x #s(literal 0 binary64))) #s(literal 1/1000000 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (fma.f64 x x #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (fma.f64 x #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) #s(literal 1/10000 binary64) (*.f64 #s(literal 0 binary64) (fma.f64 x #s(literal -1/100 binary64) #s(literal 0 binary64)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x (fma.f64 x x #s(literal 0 binary64))) #s(literal 1/1000000 binary64)))) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 x x #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) (fma.f64 x #s(literal 1/100 binary64) #s(literal 0 binary64))) |
(/.f64 (*.f64 #s(literal -1/100 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))) (fma.f64 x x #s(literal 0 binary64))) |
(/.f64 (*.f64 #s(literal -1/100 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64)))) x) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))) #s(literal -1/100 binary64)) (fma.f64 x x #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64))) #s(literal -1/100 binary64)) x) |
(/.f64 (/.f64 #s(literal 1/100 binary64) (pow.f64 x #s(literal -1/2 binary64))) (pow.f64 x #s(literal -1/2 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 x #s(literal 1/100 binary64) #s(literal 0 binary64)) #s(literal -1/2 binary64))) (pow.f64 (fma.f64 x #s(literal 1/100 binary64) #s(literal 0 binary64)) #s(literal -1/2 binary64))) |
(pow.f64 (fma.f64 x #s(literal 1/100 binary64) #s(literal 0 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 100 binary64) x) #s(literal -1 binary64)) |
(*.f64 x #s(literal 1/100 binary64)) |
(*.f64 #s(literal 1/100 binary64) x) |
(*.f64 (fma.f64 x #s(literal 1/100 binary64) #s(literal 0 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/100 binary64) #s(literal 0 binary64))) |
(*.f64 #s(literal -1 binary64) (fma.f64 x #s(literal -1/100 binary64) #s(literal 0 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 100 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1/100 binary64)) |
(*.f64 (fma.f64 x #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/100 binary64) (-.f64 #s(literal 0 binary64) x)) |
(+.f64 #s(literal 0 binary64) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(+.f64 (*.f64 (/.f64 #s(literal -100 binary64) y) #s(literal 0 binary64)) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(exp.f64 (log.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) #s(literal 0 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 2 binary64) (log.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 #s(literal -1 binary64))) (log.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))))) |
(-.f64 #s(literal 0 binary64) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/100 binary64) x)) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 #s(literal -100 binary64) y) #s(literal 0 binary64) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(neg.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) |
(/.f64 #s(literal 100 binary64) (/.f64 y x)) |
(/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(/.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) |
(/.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)))) |
(/.f64 #s(literal -100 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 x #s(literal 100 binary64)) y) |
(/.f64 (/.f64 x y) #s(literal 1/100 binary64)) |
(/.f64 (/.f64 #s(literal 100 binary64) y) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1/100 binary64) x)) |
(/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) #s(literal -1/100 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal -1/100 binary64) x)) |
(/.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -100 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (fma.f64 x x #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) x)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64))) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) x)) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) x))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal 100 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 y (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) x))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal -100 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 y x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (*.f64 x #s(literal 100 binary64)))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 x y))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal -1/100 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal 100 binary64) y))) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) y))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal -1/100 binary64) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (*.f64 x #s(literal -100 binary64)))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) y))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal 1/100 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal -1 binary64) y))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal 1/100 binary64) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))))) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal -100 binary64) y))) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 100 binary64) y) (pow.f64 x #s(literal -1/2 binary64))) (pow.f64 x #s(literal -1/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (*.f64 #s(literal 0 binary64) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))))) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal -100 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))) (fma.f64 x x #s(literal 0 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal -100 binary64) y) (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64)))) x) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))) (/.f64 #s(literal -100 binary64) y)) (fma.f64 x x #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64))) (/.f64 #s(literal -100 binary64) y)) x) |
(/.f64 (/.f64 #s(literal 100 binary64) (pow.f64 (/.f64 y x) #s(literal 1/2 binary64))) (pow.f64 (/.f64 y x) #s(literal 1/2 binary64))) |
(pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)))) |
(*.f64 x (/.f64 #s(literal 100 binary64) y)) |
(*.f64 #s(literal 100 binary64) (/.f64 x y)) |
(*.f64 #s(literal 1 binary64) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(*.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -100 binary64) y)) |
(*.f64 #s(literal -100 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(*.f64 (*.f64 x #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 x y) #s(literal 100 binary64)) |
(*.f64 (/.f64 x y) (pow.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 x y) (*.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 100 binary64) y) x) |
(*.f64 (/.f64 #s(literal 100 binary64) y) (pow.f64 (pow.f64 x #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 x #s(literal 100 binary64))) |
(*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) #s(literal -100 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (*.f64 x #s(literal -100 binary64))) |
(*.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal -100 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) (*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) #s(literal 100 binary64))) |
(*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) (*.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) #s(literal 1/100 binary64))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1/100 binary64) x))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 x #s(literal 100 binary64)))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) y)) |
(*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (*.f64 (pow.f64 y #s(literal -1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) x)) |
(*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 x #s(literal 1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/4 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (/.f64 x y)) |
(*.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) y) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1/100 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) x)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal -1/100 binary64))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1/100 binary64) x))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal -1/100 binary64) x))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1/100 binary64) x)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal -1/100 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1/100 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 #s(literal -100 binary64) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 100 binary64) y) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -100 binary64) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 #s(literal 100 binary64) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) y)) |
(*.f64 (/.f64 (/.f64 #s(literal 100 binary64) y) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -100 binary64) y) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (*.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64))) (/.f64 x y)) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/2 binary64))) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))))) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)))) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))))) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)))) (/.f64 y x)) |
(*.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 y (fma.f64 y y #s(literal 0 binary64))))) (fma.f64 y y #s(literal 0 binary64))) |
(*.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64)))) y) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal 100 binary64) y)) |
(exp.f64 (-.f64 #s(literal 0 binary64) (log.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 2 binary64) (log.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal -1/2 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -100 binary64) y)) |
(neg.f64 (/.f64 #s(literal -100 binary64) y)) |
(/.f64 #s(literal 100 binary64) y) |
(/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) |
(/.f64 #s(literal -1 binary64) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) |
(/.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 #s(literal 100 binary64) y) #s(literal 1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1/100 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) y) #s(literal -1/100 binary64)) |
(/.f64 (/.f64 #s(literal -100 binary64) y) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 #s(literal -100 binary64) y) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 (/.f64 #s(literal -100 binary64) y) (/.f64 #s(literal -100 binary64) y) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -100 binary64) y) (/.f64 #s(literal -100 binary64) y))) (+.f64 #s(literal 0 binary64) (/.f64 #s(literal -100 binary64) y))) |
(pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 100 binary64) y) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)) #s(literal -1/2 binary64)) |
(*.f64 #s(literal 100 binary64) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 100 binary64) y)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -100 binary64) y)) |
(*.f64 #s(literal -100 binary64) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 #s(literal 100 binary64) y) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 100 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal -100 binary64)) |
(*.f64 (/.f64 #s(literal -100 binary64) y) #s(literal -1 binary64)) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1/100 binary64))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 100 binary64))) |
(*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)))) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (*.f64 y (fma.f64 y y #s(literal 0 binary64))))) (fma.f64 y y #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64)))) y) |
(+.f64 #s(literal 0 binary64) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(+.f64 (*.f64 (/.f64 #s(literal -100 binary64) y) #s(literal 0 binary64)) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(exp.f64 (log.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) #s(literal 0 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 2 binary64) (log.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 #s(literal -1 binary64))) (log.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))))) |
(-.f64 #s(literal 0 binary64) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/100 binary64) x)) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 #s(literal -100 binary64) y) #s(literal 0 binary64) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(neg.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) |
(/.f64 #s(literal 100 binary64) (/.f64 y x)) |
(/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(/.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) |
(/.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)))) |
(/.f64 #s(literal -100 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 x #s(literal 100 binary64)) y) |
(/.f64 (/.f64 x y) #s(literal 1/100 binary64)) |
(/.f64 (/.f64 #s(literal 100 binary64) y) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1/100 binary64) x)) |
(/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) #s(literal -1/100 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal -1/100 binary64) x)) |
(/.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -100 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (fma.f64 x x #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) x)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64))) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) x)) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) x))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal 100 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 y (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) x))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal -100 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 y x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (*.f64 x #s(literal 100 binary64)))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 x y))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal -1/100 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal 100 binary64) y))) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) y))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal -1/100 binary64) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (*.f64 x #s(literal -100 binary64)))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) y))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal 1/100 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal -1 binary64) y))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal 1/100 binary64) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))))) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal -100 binary64) y))) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 100 binary64) y) (pow.f64 x #s(literal -1/2 binary64))) (pow.f64 x #s(literal -1/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (*.f64 #s(literal 0 binary64) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))))) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal -100 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))) (fma.f64 x x #s(literal 0 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal -100 binary64) y) (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64)))) x) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))) (/.f64 #s(literal -100 binary64) y)) (fma.f64 x x #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64))) (/.f64 #s(literal -100 binary64) y)) x) |
(/.f64 (/.f64 #s(literal 100 binary64) (pow.f64 (/.f64 y x) #s(literal 1/2 binary64))) (pow.f64 (/.f64 y x) #s(literal 1/2 binary64))) |
(pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)))) |
(*.f64 x (/.f64 #s(literal 100 binary64) y)) |
(*.f64 #s(literal 100 binary64) (/.f64 x y)) |
(*.f64 #s(literal 1 binary64) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(*.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -100 binary64) y)) |
(*.f64 #s(literal -100 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(*.f64 (*.f64 x #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 x y) #s(literal 100 binary64)) |
(*.f64 (/.f64 x y) (pow.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 x y) (*.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 100 binary64) y) x) |
(*.f64 (/.f64 #s(literal 100 binary64) y) (pow.f64 (pow.f64 x #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 x #s(literal 100 binary64))) |
(*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) #s(literal -100 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (*.f64 x #s(literal -100 binary64))) |
(*.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal -100 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) (*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) #s(literal 100 binary64))) |
(*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) (*.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) #s(literal 1/100 binary64))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1/100 binary64) x))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 x #s(literal 100 binary64)))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) y)) |
(*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (*.f64 (pow.f64 y #s(literal -1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) x)) |
(*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 x #s(literal 1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/4 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (/.f64 x y)) |
(*.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) y) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1/100 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) x)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal -1/100 binary64))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1/100 binary64) x))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal -1/100 binary64) x))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1/100 binary64) x)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal -1/100 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1/100 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 #s(literal -100 binary64) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 100 binary64) y) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -100 binary64) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 #s(literal 100 binary64) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) y)) |
(*.f64 (/.f64 (/.f64 #s(literal 100 binary64) y) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -100 binary64) y) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (*.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64))) (/.f64 x y)) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/2 binary64))) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))))) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)))) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))))) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)))) (/.f64 y x)) |
(*.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 y (fma.f64 y y #s(literal 0 binary64))))) (fma.f64 y y #s(literal 0 binary64))) |
(*.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64)))) y) |
(+.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) |
(exp.f64 (log.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) |
(fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) |
(fma.f64 y #s(literal 1/100 binary64) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1/100 binary64) (-.f64 #s(literal 0 binary64) y) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1/100 binary64) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal -1 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal 1/2 binary64)) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal 1/2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (/.f64 #s(literal 100 binary64) y) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 100 binary64) y) #s(literal -1/2 binary64)) #s(literal 0 binary64)) |
(neg.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) |
(/.f64 #s(literal 1/100 binary64) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 y #s(literal 100 binary64)) |
(/.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 100 binary64) y)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -100 binary64) y)) |
(/.f64 #s(literal -1/100 binary64) (/.f64 #s(literal -1 binary64) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -100 binary64)) |
(/.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y (fma.f64 y y #s(literal 0 binary64)))) (*.f64 #s(literal -100 binary64) (fma.f64 y y #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64))) (*.f64 #s(literal -1 binary64) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64))) (*.f64 #s(literal -100 binary64) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)))) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) |
(/.f64 (/.f64 #s(literal 1/100 binary64) (pow.f64 y #s(literal -1/2 binary64))) (pow.f64 y #s(literal -1/2 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) (*.f64 #s(literal 0 binary64) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)))) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) |
(/.f64 (*.f64 #s(literal -1/100 binary64) (-.f64 #s(literal 0 binary64) (*.f64 y (fma.f64 y y #s(literal 0 binary64))))) (fma.f64 y y #s(literal 0 binary64))) |
(/.f64 (*.f64 #s(literal -1/100 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64)))) y) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y (fma.f64 y y #s(literal 0 binary64)))) #s(literal -1/100 binary64)) (fma.f64 y y #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64))) #s(literal -1/100 binary64)) y) |
(pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 100 binary64) y) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/100 binary64) y) |
(*.f64 y #s(literal 1/100 binary64)) |
(*.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) |
(*.f64 #s(literal -1 binary64) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) |
(*.f64 #s(literal -1/100 binary64) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1/100 binary64)) |
(*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal 1/2 binary64)) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 100 binary64) y) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 100 binary64) y) #s(literal -1/2 binary64))) |
(+.f64 #s(literal 0 binary64) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(+.f64 (*.f64 (/.f64 #s(literal -100 binary64) y) #s(literal 0 binary64)) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(exp.f64 (log.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) #s(literal 0 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 2 binary64) (log.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 #s(literal -1 binary64))) (log.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))))) |
(-.f64 #s(literal 0 binary64) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/100 binary64) x)) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 #s(literal -100 binary64) y) #s(literal 0 binary64) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(neg.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) |
(/.f64 #s(literal 100 binary64) (/.f64 y x)) |
(/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(/.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) |
(/.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)))) |
(/.f64 #s(literal -100 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 x #s(literal 100 binary64)) y) |
(/.f64 (/.f64 x y) #s(literal 1/100 binary64)) |
(/.f64 (/.f64 #s(literal 100 binary64) y) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1/100 binary64) x)) |
(/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) #s(literal -1/100 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal -1/100 binary64) x)) |
(/.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -100 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (fma.f64 x x #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) x)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64))) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) x)) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) x))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal 100 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 y (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) x))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal -100 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 y x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (*.f64 x #s(literal 100 binary64)))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 x y))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal -1/100 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal 100 binary64) y))) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) y))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal -1/100 binary64) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (*.f64 x #s(literal -100 binary64)))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) y))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal 1/100 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal -1 binary64) y))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal 1/100 binary64) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))))) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal -100 binary64) y))) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 100 binary64) y) (pow.f64 x #s(literal -1/2 binary64))) (pow.f64 x #s(literal -1/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (*.f64 #s(literal 0 binary64) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))))) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal -100 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))) (fma.f64 x x #s(literal 0 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal -100 binary64) y) (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64)))) x) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))) (/.f64 #s(literal -100 binary64) y)) (fma.f64 x x #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64))) (/.f64 #s(literal -100 binary64) y)) x) |
(/.f64 (/.f64 #s(literal 100 binary64) (pow.f64 (/.f64 y x) #s(literal 1/2 binary64))) (pow.f64 (/.f64 y x) #s(literal 1/2 binary64))) |
(pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)))) |
(*.f64 x (/.f64 #s(literal 100 binary64) y)) |
(*.f64 #s(literal 100 binary64) (/.f64 x y)) |
(*.f64 #s(literal 1 binary64) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(*.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -100 binary64) y)) |
(*.f64 #s(literal -100 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(*.f64 (*.f64 x #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 x y) #s(literal 100 binary64)) |
(*.f64 (/.f64 x y) (pow.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 x y) (*.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 100 binary64) y) x) |
(*.f64 (/.f64 #s(literal 100 binary64) y) (pow.f64 (pow.f64 x #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 x #s(literal 100 binary64))) |
(*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) #s(literal -100 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (*.f64 x #s(literal -100 binary64))) |
(*.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal -100 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) (*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) #s(literal 100 binary64))) |
(*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) (*.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) #s(literal 1/100 binary64))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1/100 binary64) x))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 x #s(literal 100 binary64)))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) y)) |
(*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (*.f64 (pow.f64 y #s(literal -1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) x)) |
(*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 x #s(literal 1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/4 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (/.f64 x y)) |
(*.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) y) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1/100 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) x)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal -1/100 binary64))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1/100 binary64) x))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal -1/100 binary64) x))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1/100 binary64) x)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal -1/100 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1/100 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 #s(literal -100 binary64) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 100 binary64) y) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -100 binary64) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 #s(literal 100 binary64) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) y)) |
(*.f64 (/.f64 (/.f64 #s(literal 100 binary64) y) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -100 binary64) y) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (*.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64))) (/.f64 x y)) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/2 binary64))) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))))) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)))) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))))) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)))) (/.f64 y x)) |
(*.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 y (fma.f64 y y #s(literal 0 binary64))))) (fma.f64 y y #s(literal 0 binary64))) |
(*.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64)))) y) |
(+.f64 (/.f64 y x) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (/.f64 y x)) |
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 0 binary64)) (/.f64 y x)) |
(exp.f64 (log.f64 (/.f64 y x))) |
(exp.f64 (*.f64 (log.f64 (/.f64 y x)) #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))) |
(-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) x))) |
(fma.f64 y (/.f64 #s(literal 1 binary64) x) #s(literal 0 binary64)) |
(fma.f64 y (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 y x) #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 y x) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) x)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) y) (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 y (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) y #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 0 binary64) (/.f64 y x)) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) y) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) y)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 x #s(literal -1/2 binary64)) (*.f64 (pow.f64 x #s(literal -1/2 binary64)) y) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) y #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) y) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 y #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) x) (pow.f64 y #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) y)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) y)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) y)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 y #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (/.f64 x y) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (/.f64 x y) #s(literal 1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))) (fma.f64 x x #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64)))) x #s(literal 0 binary64)) |
(neg.f64 (/.f64 y (-.f64 #s(literal 0 binary64) x))) |
(/.f64 y x) |
(/.f64 (/.f64 y x) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (/.f64 y (-.f64 #s(literal 0 binary64) x)) #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 #s(literal -1 binary64) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y (fma.f64 y y #s(literal 0 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 y y #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))) (*.f64 #s(literal -1 binary64) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64))) (/.f64 y (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) x) y)) (fma.f64 x x #s(literal 0 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y))) (*.f64 (-.f64 #s(literal 0 binary64) x) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) x))) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))))) (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 x y)) x) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 x y))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))))) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)))) (/.f64 y x)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 y #s(literal -1/2 binary64))) (pow.f64 y #s(literal -1/2 binary64))) |
(/.f64 (+.f64 #s(literal 0 binary64) (/.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))) (+.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 y (-.f64 #s(literal 0 binary64) x)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 (/.f64 y x) (/.f64 y x) (*.f64 #s(literal 0 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) x)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))))) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)))) (/.f64 y x)) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 y (fma.f64 y y #s(literal 0 binary64))))) (fma.f64 y y #s(literal 0 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64)))) y) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y (fma.f64 y y #s(literal 0 binary64)))) (/.f64 #s(literal -1 binary64) x)) (fma.f64 y y #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64))) (/.f64 #s(literal -1 binary64) x)) y) |
(/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (/.f64 x y) #s(literal 1/2 binary64))) (pow.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
(pow.f64 (/.f64 y x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 x y) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 x y) (/.f64 x y)) #s(literal -1/2 binary64)) |
(*.f64 y (/.f64 #s(literal 1 binary64) x)) |
(*.f64 y (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64))) |
(*.f64 (/.f64 y x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 y x)) |
(*.f64 #s(literal -1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1 binary64))) |
(*.f64 (/.f64 y (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) y) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) (pow.f64 (/.f64 y x) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (pow.f64 x #s(literal -1/2 binary64)) (*.f64 (pow.f64 x #s(literal -1/2 binary64)) y)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) y) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (pow.f64 (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 y #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) x) (pow.f64 y #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) y)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) y))) |
(*.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 y #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (/.f64 x y) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))) (fma.f64 x x #s(literal 0 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64)))) x) |
(+.f64 #s(literal 0 binary64) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(+.f64 (*.f64 (/.f64 #s(literal -100 binary64) y) #s(literal 0 binary64)) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(exp.f64 (log.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) #s(literal 0 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 2 binary64) (log.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 #s(literal -1 binary64))) (log.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))))) |
(-.f64 #s(literal 0 binary64) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/100 binary64) x)) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 #s(literal -100 binary64) y) #s(literal 0 binary64) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(neg.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) |
(/.f64 #s(literal 100 binary64) (/.f64 y x)) |
(/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(/.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) |
(/.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)))) |
(/.f64 #s(literal -100 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 x #s(literal 100 binary64)) y) |
(/.f64 (/.f64 x y) #s(literal 1/100 binary64)) |
(/.f64 (/.f64 #s(literal 100 binary64) y) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1/100 binary64) x)) |
(/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) #s(literal -1/100 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal -1/100 binary64) x)) |
(/.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -100 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (fma.f64 x x #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) x)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64))) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) x)) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) x))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal 100 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 y (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) x))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal -100 binary64))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 y x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (*.f64 x #s(literal 100 binary64)))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 x y))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal -1/100 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal 100 binary64) y))) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) y))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal -1/100 binary64) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (*.f64 x #s(literal -100 binary64)))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) y))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal 1/100 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal -1 binary64) y))) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal 1/100 binary64) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))))) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal -100 binary64) y))) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 100 binary64) y) (pow.f64 x #s(literal -1/2 binary64))) (pow.f64 x #s(literal -1/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (*.f64 #s(literal 0 binary64) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))))) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal -100 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))) (fma.f64 x x #s(literal 0 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal -100 binary64) y) (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64)))) x) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))) (/.f64 #s(literal -100 binary64) y)) (fma.f64 x x #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64))) (/.f64 #s(literal -100 binary64) y)) x) |
(/.f64 (/.f64 #s(literal 100 binary64) (pow.f64 (/.f64 y x) #s(literal 1/2 binary64))) (pow.f64 (/.f64 y x) #s(literal 1/2 binary64))) |
(pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)))) |
(*.f64 x (/.f64 #s(literal 100 binary64) y)) |
(*.f64 #s(literal 100 binary64) (/.f64 x y)) |
(*.f64 #s(literal 1 binary64) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(*.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -100 binary64) y)) |
(*.f64 #s(literal -100 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(*.f64 (*.f64 x #s(literal 100 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 x y) #s(literal 100 binary64)) |
(*.f64 (/.f64 x y) (pow.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 x y) (*.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 100 binary64) y) x) |
(*.f64 (/.f64 #s(literal 100 binary64) y) (pow.f64 (pow.f64 x #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 x #s(literal 100 binary64))) |
(*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) #s(literal -100 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (*.f64 x #s(literal -100 binary64))) |
(*.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal -100 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) (*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) #s(literal 100 binary64))) |
(*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) (*.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) #s(literal 1/100 binary64))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1/100 binary64) x))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 x #s(literal 100 binary64)))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) y)) |
(*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (*.f64 (pow.f64 y #s(literal -1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) x)) |
(*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 x #s(literal 1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/4 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (/.f64 x y)) |
(*.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) y) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1/100 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) x)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal -1/100 binary64))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1/100 binary64) x))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal -1/100 binary64) x))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1/100 binary64) x)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal -1/100 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1/100 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 100 binary64) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 #s(literal -100 binary64) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 100 binary64) y) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -100 binary64) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 #s(literal 100 binary64) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)) y)) |
(*.f64 (/.f64 (/.f64 #s(literal 100 binary64) y) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -100 binary64) y) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (*.f64 (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64)) (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64))) (/.f64 x y)) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/2 binary64))) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))))) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)))) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))))) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal -100 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)))) (/.f64 y x)) |
(*.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 y (fma.f64 y y #s(literal 0 binary64))))) (fma.f64 y y #s(literal 0 binary64))) |
(*.f64 (/.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64)))) y) |
(+.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(+.f64 (*.f64 (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64)) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 0 binary64)) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(exp.f64 (log.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) #s(literal 0 binary64)) #s(literal -2 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 2 binary64) (log.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 1/2 binary64))) |
(-.f64 #s(literal 0 binary64) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64))) |
(fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) |
(fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) x) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 y x) #s(literal 1/100 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 y x) (exp.f64 (log.f64 #s(literal 1/100 binary64))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1/100 binary64) x) y #s(literal 0 binary64)) |
(fma.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1/100 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) x)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) y) (pow.f64 (/.f64 #s(literal -1/100 binary64) x) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64)) #s(literal -1 binary64) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal -1 binary64) x) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 y (-.f64 #s(literal 0 binary64) x)) #s(literal -1/100 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(fma.f64 (/.f64 #s(literal -1/100 binary64) x) (-.f64 #s(literal 0 binary64) y) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 0 binary64) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(fma.f64 (/.f64 #s(literal -1 binary64) x) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) y)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) y) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) (*.f64 (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) #s(literal 1/100 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) #s(literal 100 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 100 binary64) y)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 x #s(literal -1/2 binary64)) (*.f64 (pow.f64 x #s(literal -1/2 binary64)) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/2 binary64)) (pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1 binary64)) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (/.f64 #s(literal -1/100 binary64) x) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) y) #s(literal 0 binary64)) |
(fma.f64 (exp.f64 (log.f64 #s(literal 1/100 binary64))) (/.f64 y x) #s(literal 0 binary64)) |
(fma.f64 (/.f64 y (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64))) (/.f64 y (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64))) (/.f64 #s(literal -1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1/100 binary64) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 y #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 #s(literal 1/100 binary64) (pow.f64 y #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1/100 binary64) x) (pow.f64 y #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (/.f64 #s(literal 1/100 binary64) x) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1/100 binary64) x) (pow.f64 y #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1/100 binary64) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) x) (pow.f64 y #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (/.f64 #s(literal -1 binary64) x) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 #s(literal -1/100 binary64) (pow.f64 y #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) y)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) y)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) y)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) (pow.f64 y #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) x) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 100 binary64)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) y)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) y)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 100 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 100 binary64) y)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 100 binary64) y)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal -100 binary64) y)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal -100 binary64)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) y)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) y)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal -100 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal -1/2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))) (fma.f64 x x #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64)))) x #s(literal 0 binary64)) |
(neg.f64 (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64))) |
(/.f64 #s(literal 1/100 binary64) (/.f64 x y)) |
(/.f64 y (*.f64 x #s(literal 100 binary64))) |
(/.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) x) |
(/.f64 (/.f64 y x) #s(literal 100 binary64)) |
(/.f64 (/.f64 y x) (exp.f64 (log.f64 #s(literal 100 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) (pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/100 binary64) x) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) |
(/.f64 #s(literal -1/100 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x #s(literal -100 binary64))) |
(/.f64 (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64)) #s(literal -1 binary64)) |
(/.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (/.f64 y (-.f64 #s(literal 0 binary64) x)) #s(literal -100 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 100 binary64) y)) |
(/.f64 (/.f64 #s(literal -1/100 binary64) x) (/.f64 #s(literal -1 binary64) y)) |
(/.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -100 binary64) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y (fma.f64 y y #s(literal 0 binary64)))) (*.f64 (*.f64 x #s(literal -100 binary64)) (fma.f64 y y #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))) (*.f64 #s(literal -1 binary64) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))) (*.f64 #s(literal -100 binary64) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64))) (*.f64 (*.f64 x #s(literal -100 binary64)) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64))) (*.f64 #s(literal -100 binary64) (/.f64 y x))) |
(/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64))) |
(/.f64 (exp.f64 (log.f64 (-.f64 #s(literal 0 binary64) y))) (exp.f64 (log.f64 (*.f64 x #s(literal -100 binary64))))) |
(/.f64 (exp.f64 (log.f64 (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64)))) (exp.f64 (log.f64 #s(literal -1 binary64)))) |
(/.f64 (exp.f64 (log.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) (exp.f64 (log.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 (exp.f64 (log.f64 (/.f64 y (-.f64 #s(literal 0 binary64) x)))) (exp.f64 (log.f64 #s(literal -100 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) x) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 x #s(literal -100 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) x) y)) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x #s(literal -100 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) (fma.f64 x x #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y x))) (*.f64 x #s(literal 100 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)))) x) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 x #s(literal 100 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y))) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x #s(literal 100 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) x) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y (-.f64 #s(literal 0 binary64) x)))) (*.f64 x #s(literal -100 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))))) (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 x #s(literal -100 binary64))) (*.f64 (*.f64 x #s(literal -100 binary64)) y)) (*.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 x #s(literal -100 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 (*.f64 x #s(literal -100 binary64)) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) (*.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 y x))) (*.f64 (*.f64 x #s(literal -100 binary64)) #s(literal -100 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) (*.f64 x #s(literal -100 binary64))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x #s(literal -100 binary64)) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)))) (*.f64 x #s(literal 100 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) (*.f64 x #s(literal 100 binary64))) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 x #s(literal 100 binary64))) (*.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) y))) (*.f64 (*.f64 x #s(literal -100 binary64)) (*.f64 x #s(literal 100 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x #s(literal -100 binary64)) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64)))) (*.f64 x #s(literal -100 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x #s(literal -100 binary64)) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)))) (*.f64 (*.f64 x #s(literal -100 binary64)) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x #s(literal -100 binary64)) (/.f64 y (-.f64 #s(literal 0 binary64) x)))) (*.f64 (*.f64 x #s(literal -100 binary64)) #s(literal 100 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) (*.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))))) (*.f64 (*.f64 x #s(literal -100 binary64)) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x #s(literal -100 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))))) (*.f64 (*.f64 x #s(literal -100 binary64)) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/2 binary64))) (neg.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))))) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(/.f64 (/.f64 y (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64))) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 1/100 binary64) x) (pow.f64 y #s(literal -1/2 binary64))) (pow.f64 y #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) |
(/.f64 (+.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))) (+.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) (*.f64 #s(literal 0 binary64) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))))) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(/.f64 (*.f64 #s(literal -1/100 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) (*.f64 x (fma.f64 x x #s(literal 0 binary64)))))) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64))) |
(/.f64 (*.f64 #s(literal -1/100 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)))) (/.f64 y x)) |
(/.f64 (*.f64 (/.f64 #s(literal -1/100 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 y (fma.f64 y y #s(literal 0 binary64))))) (fma.f64 y y #s(literal 0 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal -1/100 binary64) x) (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64)))) y) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)))) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)))) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) |
(/.f64 (*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y (fma.f64 y y #s(literal 0 binary64)))) (/.f64 #s(literal -1/100 binary64) x)) (fma.f64 y y #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 y y #s(literal 0 binary64))) (/.f64 #s(literal -1/100 binary64) x)) y) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64)) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))) #s(literal -1 binary64)) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) #s(literal -1 binary64)) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) #s(literal 1/1000000 binary64))) (/.f64 #s(literal -1 binary64) x)) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 y y #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64))) (/.f64 #s(literal -1 binary64) x)) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y (fma.f64 y y #s(literal 0 binary64))) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))) #s(literal -1/100 binary64)) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64))) #s(literal -1/100 binary64)) (/.f64 y x)) |
(/.f64 (/.f64 #s(literal 1/100 binary64) (pow.f64 (/.f64 x y) #s(literal 1/2 binary64))) (pow.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
(/.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/2 binary64)) (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64))) (pow.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
(/.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 x y) #s(literal 1/2 binary64))) (pow.f64 #s(literal 1/100 binary64) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/2 binary64)) (pow.f64 y #s(literal -1/2 binary64))) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/2 binary64)) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64))) (pow.f64 y #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/2 binary64)) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) (pow.f64 x #s(literal 1/2 binary64))) |
(/.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/4 binary64))) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/4 binary64))) |
(pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) #s(literal -2 binary64)) |
(pow.f64 (fma.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/10000 binary64) #s(literal 0 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal 1/2 binary64)) (pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/100 binary64) (/.f64 y x)) |
(*.f64 y (/.f64 #s(literal 1/100 binary64) x)) |
(*.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64))) |
(*.f64 (/.f64 y x) #s(literal 1/100 binary64)) |
(*.f64 (/.f64 y x) (exp.f64 (log.f64 #s(literal 1/100 binary64)))) |
(*.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal 1/100 binary64) x) y) |
(*.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64))) |
(*.f64 #s(literal -1/100 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1/100 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (pow.f64 (/.f64 #s(literal -1/100 binary64) x) #s(literal 1 binary64))) |
(*.f64 (fma.f64 y (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64)) #s(literal -1 binary64)) |
(*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1 binary64))) |
(*.f64 (/.f64 y (-.f64 #s(literal 0 binary64) x)) #s(literal -1/100 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal -1/100 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) |
(*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) y)) |
(*.f64 (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) (*.f64 (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) #s(literal 1/100 binary64))) |
(*.f64 (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (/.f64 y x) #s(literal 1/2 binary64)) #s(literal 100 binary64))) |
(*.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 100 binary64) y))) |
(*.f64 (pow.f64 x #s(literal -1/2 binary64)) (*.f64 (pow.f64 x #s(literal -1/2 binary64)) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)))) |
(*.f64 (pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/2 binary64)) (pow.f64 (fma.f64 #s(literal 1/100 binary64) (/.f64 y x) #s(literal 0 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1 binary64)) (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1/100 binary64) x) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (exp.f64 (log.f64 #s(literal 1/100 binary64))) (/.f64 y x)) |
(*.f64 (/.f64 y (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64))) (/.f64 y (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64))) (/.f64 #s(literal -1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/100 binary64) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 y #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 #s(literal 1/100 binary64) (pow.f64 y #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1/100 binary64) x) (pow.f64 y #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/100 binary64) x) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1/100 binary64) x) (pow.f64 y #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1/100 binary64) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) x) (pow.f64 y #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) x) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 #s(literal -1/100 binary64) (pow.f64 y #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) y)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) y))) |
(*.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) (pow.f64 y #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) x) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 100 binary64)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) y)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 100 binary64))) |
(*.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 100 binary64) y))) |
(*.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 100 binary64) y)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal -100 binary64) y))) |
(*.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal -100 binary64)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) y))) |
(*.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) y)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal -100 binary64))) |
(*.f64 (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64))) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 x (fma.f64 #s(literal 1/100 binary64) y #s(literal 0 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))) (fma.f64 x x #s(literal 0 binary64))) |
(*.f64 (/.f64 (fma.f64 y #s(literal -1/100 binary64) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64)))) x) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/100 binary64) x)) |
(exp.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x #s(literal 100 binary64))))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (*.f64 x #s(literal 100 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) (log.f64 (*.f64 x #s(literal 100 binary64))) #s(literal 0 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 x #s(literal 100 binary64)))) #s(literal -1/2 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/100 binary64) x)) |
(neg.f64 (/.f64 #s(literal -1/100 binary64) x)) |
(/.f64 #s(literal 1/100 binary64) x) |
(/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 100 binary64))) |
(/.f64 (/.f64 #s(literal 1/100 binary64) x) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 x #s(literal -100 binary64))) |
(/.f64 #s(literal -1/100 binary64) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 100 binary64)) |
(/.f64 (/.f64 #s(literal -1/100 binary64) x) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -100 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64))) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 #s(literal -1/100 binary64) x) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 (/.f64 #s(literal -1/100 binary64) x) (/.f64 #s(literal -1/100 binary64) x) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -1/100 binary64) x) (/.f64 #s(literal -1/100 binary64) x))) (/.f64 #s(literal -1/100 binary64) x)) |
(pow.f64 (/.f64 #s(literal 1/100 binary64) x) #s(literal 1 binary64)) |
(pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 x #s(literal 100 binary64))) #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1/100 binary64) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/100 binary64) x)) |
(*.f64 (/.f64 #s(literal 1/100 binary64) x) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/100 binary64) x)) |
(*.f64 #s(literal -1/100 binary64) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/100 binary64)) |
(*.f64 (/.f64 #s(literal -1/100 binary64) x) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1/100 binary64)) |
(*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) (/.f64 (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 100 binary64))) |
(*.f64 (pow.f64 x #s(literal -1/2 binary64)) (*.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 1/100 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 x #s(literal 100 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1/100 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x x #s(literal 0 binary64))))) (fma.f64 x x #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal -1/100 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x x #s(literal 0 binary64)))) x) |
| 1× | egg-herbie |
| 28× | *-lowering-*.f32 |
| 28× | *-lowering-*.f64 |
| 14× | *-commutative |
| 12× | /-lowering-/.f32 |
| 12× | /-lowering-/.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 828 |
| 1 | 19 | 828 |
| 2 | 22 | 828 |
| 3 | 24 | 828 |
| 4 | 25 | 828 |
| 0 | 25 | 828 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
100 |
100 |
100 |
100 |
100 |
100 |
100 |
100 |
100 |
100 |
100 |
100 |
(* 1/100 x) |
(* 1/100 x) |
(* 1/100 x) |
(* 1/100 x) |
(* 1/100 x) |
(* 1/100 x) |
(* 1/100 x) |
(* 1/100 x) |
(* 1/100 x) |
(* 1/100 x) |
(* 1/100 x) |
(* 1/100 x) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(/ 100 y) |
(/ 100 y) |
(/ 100 y) |
(/ 100 y) |
(/ 100 y) |
(/ 100 y) |
(/ 100 y) |
(/ 100 y) |
(/ 100 y) |
(/ 100 y) |
(/ 100 y) |
(/ 100 y) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 1/100 y) |
(* 1/100 y) |
(* 1/100 y) |
(* 1/100 y) |
(* 1/100 y) |
(* 1/100 y) |
(* 1/100 y) |
(* 1/100 y) |
(* 1/100 y) |
(* 1/100 y) |
(* 1/100 y) |
(* 1/100 y) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 100 (/ x y)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(* 1/100 (/ y x)) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
(/ 1/100 x) |
| Outputs |
|---|
100 |
#s(literal 100 binary64) |
100 |
#s(literal 100 binary64) |
100 |
#s(literal 100 binary64) |
100 |
#s(literal 100 binary64) |
100 |
#s(literal 100 binary64) |
100 |
#s(literal 100 binary64) |
100 |
#s(literal 100 binary64) |
100 |
#s(literal 100 binary64) |
100 |
#s(literal 100 binary64) |
100 |
#s(literal 100 binary64) |
100 |
#s(literal 100 binary64) |
100 |
#s(literal 100 binary64) |
(* 1/100 x) |
(*.f64 #s(literal 1/100 binary64) x) |
(* 1/100 x) |
(*.f64 #s(literal 1/100 binary64) x) |
(* 1/100 x) |
(*.f64 #s(literal 1/100 binary64) x) |
(* 1/100 x) |
(*.f64 #s(literal 1/100 binary64) x) |
(* 1/100 x) |
(*.f64 #s(literal 1/100 binary64) x) |
(* 1/100 x) |
(*.f64 #s(literal 1/100 binary64) x) |
(* 1/100 x) |
(*.f64 #s(literal 1/100 binary64) x) |
(* 1/100 x) |
(*.f64 #s(literal 1/100 binary64) x) |
(* 1/100 x) |
(*.f64 #s(literal 1/100 binary64) x) |
(* 1/100 x) |
(*.f64 #s(literal 1/100 binary64) x) |
(* 1/100 x) |
(*.f64 #s(literal 1/100 binary64) x) |
(* 1/100 x) |
(*.f64 #s(literal 1/100 binary64) x) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(/ 100 y) |
(/.f64 #s(literal 100 binary64) y) |
(/ 100 y) |
(/.f64 #s(literal 100 binary64) y) |
(/ 100 y) |
(/.f64 #s(literal 100 binary64) y) |
(/ 100 y) |
(/.f64 #s(literal 100 binary64) y) |
(/ 100 y) |
(/.f64 #s(literal 100 binary64) y) |
(/ 100 y) |
(/.f64 #s(literal 100 binary64) y) |
(/ 100 y) |
(/.f64 #s(literal 100 binary64) y) |
(/ 100 y) |
(/.f64 #s(literal 100 binary64) y) |
(/ 100 y) |
(/.f64 #s(literal 100 binary64) y) |
(/ 100 y) |
(/.f64 #s(literal 100 binary64) y) |
(/ 100 y) |
(/.f64 #s(literal 100 binary64) y) |
(/ 100 y) |
(/.f64 #s(literal 100 binary64) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 1/100 y) |
(*.f64 #s(literal 1/100 binary64) y) |
(* 1/100 y) |
(*.f64 #s(literal 1/100 binary64) y) |
(* 1/100 y) |
(*.f64 #s(literal 1/100 binary64) y) |
(* 1/100 y) |
(*.f64 #s(literal 1/100 binary64) y) |
(* 1/100 y) |
(*.f64 #s(literal 1/100 binary64) y) |
(* 1/100 y) |
(*.f64 #s(literal 1/100 binary64) y) |
(* 1/100 y) |
(*.f64 #s(literal 1/100 binary64) y) |
(* 1/100 y) |
(*.f64 #s(literal 1/100 binary64) y) |
(* 1/100 y) |
(*.f64 #s(literal 1/100 binary64) y) |
(* 1/100 y) |
(*.f64 #s(literal 1/100 binary64) y) |
(* 1/100 y) |
(*.f64 #s(literal 1/100 binary64) y) |
(* 1/100 y) |
(*.f64 #s(literal 1/100 binary64) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 100 (/ x y)) |
(/.f64 (*.f64 #s(literal 100 binary64) x) y) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(* 1/100 (/ y x)) |
(/.f64 (*.f64 #s(literal 1/100 binary64) y) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
(/ 1/100 x) |
(/.f64 #s(literal 1/100 binary64) x) |
Compiled 15 133 to 1 674 computations (88.9% saved)
11 alts after pruning (0 fresh and 11 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 232 | 0 | 1 232 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 5 | 5 |
| Done | 0 | 6 | 6 |
| Total | 1 232 | 11 | 1 243 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 51.7% | (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
| ✓ | 49.4% | (/.f64 (*.f64 x #s(literal 100 binary64)) y) |
| ✓ | 99.7% | (/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
| ✓ | 49.4% | (/.f64 x (*.f64 y #s(literal 1/100 binary64))) |
| ✓ | 52.0% | (/.f64 x (*.f64 x #s(literal 1/100 binary64))) |
| ✓ | 49.2% | (/.f64 #s(literal 100 binary64) (/.f64 y x)) |
| ✓ | 49.2% | (/.f64 #s(literal 1 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x))) |
| ✓ | 99.8% | (*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) |
| ✓ | 49.4% | (*.f64 (/.f64 x y) #s(literal 100 binary64)) |
| ✓ | 49.4% | (*.f64 (/.f64 #s(literal 100 binary64) y) x) |
| ✓ | 52.2% | #s(literal 100 binary64) |
Compiled 201 to 102 computations (49.3% saved)
| Inputs |
|---|
#s(literal 100 binary64) |
(*.f64 (/.f64 #s(literal 100 binary64) y) x) |
(*.f64 (/.f64 x y) #s(literal 100 binary64)) |
(/.f64 x (*.f64 x #s(literal 1/100 binary64))) |
(/.f64 x (*.f64 y #s(literal 1/100 binary64))) |
(/.f64 (*.f64 x #s(literal 100 binary64)) y) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
(*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) |
(/.f64 x (*.f64 (+.f64 x y) #s(literal 1/100 binary64))) |
(/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
(/.f64 #s(literal 100 binary64) (/.f64 y x)) |
(/.f64 #s(literal 100 binary64) (/.f64 (+.f64 x y) x)) |
(/.f64 #s(literal 1 binary64) (*.f64 y (/.f64 #s(literal 1/100 binary64) x))) |
(/.f64 #s(literal 1 binary64) (fma.f64 y (/.f64 #s(literal 1/100 binary64) x) #s(literal 1/100 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 x y) x) #s(literal 1/100 binary64))) |
(*.f64 (/.f64 #s(literal 100 binary64) (*.f64 (+.f64 x y) (-.f64 x y))) (*.f64 (-.f64 x y) x)) |
(*.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (*.f64 (+.f64 x y) (-.f64 y x))) (-.f64 y x)) |
| Outputs |
|---|
(*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) |
3 calls:
| 5.0ms | x |
| 5.0ms | y |
| 5.0ms | (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.8% | 1 | x |
| 99.8% | 1 | y |
| 99.8% | 1 | (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
Compiled 15 to 10 computations (33.3% saved)
| Inputs |
|---|
#s(literal 100 binary64) |
(*.f64 (/.f64 #s(literal 100 binary64) y) x) |
(*.f64 (/.f64 x y) #s(literal 100 binary64)) |
(/.f64 x (*.f64 x #s(literal 1/100 binary64))) |
(/.f64 x (*.f64 y #s(literal 1/100 binary64))) |
(/.f64 (*.f64 x #s(literal 100 binary64)) y) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
| Outputs |
|---|
(*.f64 (/.f64 x y) #s(literal 100 binary64)) |
(fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64)) |
3 calls:
| 43.0ms | x |
| 3.0ms | y |
| 3.0ms | (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 77.8% | 3 | x |
| 83.5% | 3 | y |
| 98.6% | 2 | (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
Compiled 15 to 10 computations (33.3% saved)
| Inputs |
|---|
#s(literal 100 binary64) |
(*.f64 (/.f64 #s(literal 100 binary64) y) x) |
(*.f64 (/.f64 x y) #s(literal 100 binary64)) |
(/.f64 x (*.f64 x #s(literal 1/100 binary64))) |
(/.f64 x (*.f64 y #s(literal 1/100 binary64))) |
(/.f64 (*.f64 x #s(literal 100 binary64)) y) |
| Outputs |
|---|
(*.f64 (/.f64 x y) #s(literal 100 binary64)) |
#s(literal 100 binary64) |
1 calls:
| 2.0ms | (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.0% | 2 | (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
Compiled 9 to 6 computations (33.3% saved)
| Inputs |
|---|
#s(literal 100 binary64) |
(*.f64 (/.f64 #s(literal 100 binary64) y) x) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal 100 binary64) y) x) |
#s(literal 100 binary64) |
1 calls:
| 1.0ms | (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.0% | 2 | (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
Compiled 9 to 6 computations (33.3% saved)
Total 0.0b remaining (0%)
Threshold costs 0b (0%)
| Inputs |
|---|
#s(literal 100 binary64) |
| Outputs |
|---|
#s(literal 100 binary64) |
3 calls:
| 1.0ms | x |
| 1.0ms | y |
| 1.0ms | (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 52.2% | 1 | x |
| 52.2% | 1 | y |
| 52.2% | 1 | (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) |
Compiled 15 to 10 computations (33.3% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 41.52782791478506 | 99.992578534531 |
Compiled 12 to 11 computations (8.3% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 41.52782791478506 | 99.992578534531 |
Compiled 12 to 11 computations (8.3% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 41.52782791478506 | 99.992578534531 |
Compiled 12 to 11 computations (8.3% saved)
| 1× | egg-herbie |
| 8× | *-commutative_binary64 |
| 2× | +-commutative_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 20 | 61 |
| 1 | 25 | 61 |
| 1× | saturated |
| Inputs |
|---|
(*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) |
(if (<=.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) #s(literal 50 binary64)) (*.f64 (/.f64 x y) #s(literal 100 binary64)) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64))) |
(if (<=.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) #s(literal 50 binary64)) (*.f64 (/.f64 x y) #s(literal 100 binary64)) #s(literal 100 binary64)) |
(if (<=.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) #s(literal 50 binary64)) (*.f64 (/.f64 #s(literal 100 binary64) y) x) #s(literal 100 binary64)) |
#s(literal 100 binary64) |
| Outputs |
|---|
(*.f64 (/.f64 x (+.f64 x y)) #s(literal 100 binary64)) |
(if (<=.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) #s(literal 50 binary64)) (*.f64 (/.f64 x y) #s(literal 100 binary64)) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64))) |
(if (<=.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) #s(literal 50 binary64)) (*.f64 #s(literal 100 binary64) (/.f64 x y)) (fma.f64 y (/.f64 #s(literal -100 binary64) x) #s(literal 100 binary64))) |
(if (<=.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) #s(literal 50 binary64)) (*.f64 (/.f64 x y) #s(literal 100 binary64)) #s(literal 100 binary64)) |
(if (<=.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) #s(literal 50 binary64)) (*.f64 #s(literal 100 binary64) (/.f64 x y)) #s(literal 100 binary64)) |
(if (<=.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) #s(literal 50 binary64)) (*.f64 (/.f64 #s(literal 100 binary64) y) x) #s(literal 100 binary64)) |
(if (<=.f64 (/.f64 (*.f64 x #s(literal 100 binary64)) (+.f64 x y)) #s(literal 50 binary64)) (*.f64 x (/.f64 #s(literal 100 binary64) y)) #s(literal 100 binary64)) |
#s(literal 100 binary64) |
| 15 982× | accelerator-lowering-fma.f32 |
| 15 982× | accelerator-lowering-fma.f64 |
| 7 128× | accelerator-lowering-fma.f32 |
| 7 128× | accelerator-lowering-fma.f64 |
| 4 500× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 18 | 62 |
| 1 | 106 | 62 |
| 2 | 644 | 62 |
| 3 | 6590 | 62 |
| 0 | 8255 | 60 |
| 0 | 142 | 463 |
| 1 | 400 | 440 |
| 2 | 986 | 420 |
| 3 | 3162 | 406 |
| 4 | 7111 | 406 |
| 0 | 8145 | 375 |
| 0 | 6 | 13 |
| 1 | 31 | 13 |
| 2 | 215 | 13 |
| 3 | 2147 | 13 |
| 0 | 8190 | 13 |
| 0 | 440 | 2724 |
| 1 | 1371 | 2428 |
| 2 | 4410 | 2338 |
| 0 | 8498 | 2194 |
| 1× | done |
| 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 144 to 79 computations (45.1% saved)
Compiled 166 to 68 computations (59% saved)
Loading profile data...