
Time bar (total: 1.9s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 0 |
| 100% | 99.9% | 0% | 0.1% | 0% | 0% | 0% | 1 |
Compiled 15 to 11 computations (26.7% saved)
| 491.0ms | 8 256× | 0 | valid |
ival-mult!: 243.0ms (86.7% of total)ival-add!: 36.0ms (12.9% of total)adjust: 1.0ms (0.4% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 9 | 0 | - | 0 | - | (+.f64 (*.f64 x x) (*.f64 (*.f64 x #s(literal 2 binary64)) y)) |
| 5 | 0 | - | 0 | - | (+.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 x #s(literal 2 binary64)) y)) (*.f64 y y)) |
| 0 | 0 | - | 0 | - | (*.f64 x #s(literal 2 binary64)) |
| 0 | 0 | - | 0 | - | (*.f64 x x) |
| 0 | 0 | - | 0 | - | (*.f64 (*.f64 x #s(literal 2 binary64)) y) |
| 0 | 0 | - | 0 | - | y |
| 0 | 0 | - | 0 | - | #s(literal 2 binary64) |
| 0 | 0 | - | 0 | - | (*.f64 y y) |
| 0 | 0 | - | 0 | - | x |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
+.f64 | (+.f64 (*.f64 x x) (*.f64 (*.f64 x #s(literal 2 binary64)) y)) | nan-rescue | 9 | 0 |
| ↳ | (*.f64 x x) | overflow | 62 | |
| ↳ | (*.f64 (*.f64 x #s(literal 2 binary64)) y) | overflow | 30 | |
+.f64 | (+.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 x #s(literal 2 binary64)) y)) (*.f64 y y)) | nan-rescue | 5 | 0 |
| ↳ | (+.f64 (*.f64 x x) (*.f64 (*.f64 x #s(literal 2 binary64)) y)) | overflow | 71 | |
| ↳ | (*.f64 x x) | overflow | 62 | |
| ↳ | (*.f64 (*.f64 x #s(literal 2 binary64)) y) | overflow | 30 | |
| ↳ | (*.f64 y y) | overflow | 59 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 13 | 0 |
| - | 0 | 243 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 13 | 0 | 0 |
| - | 0 | 0 | 243 |
| number | freq |
|---|---|
| 0 | 243 |
| 1 | 12 |
| 2 | 1 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 30.0ms | 512× | 0 | valid |
Compiled 95 to 31 computations (67.4% saved)
ival-mult!: 11.0ms (83.2% of total)ival-add!: 2.0ms (15.1% of total)adjust: 0.0ms (0% of total)Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 84 |
| 1 | 107 | 68 |
| 2 | 350 | 68 |
| 3 | 798 | 66 |
| 4 | 1657 | 66 |
| 5 | 4280 | 66 |
| 6 | 7443 | 66 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 94.9% | (+.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 x #s(literal 2 binary64)) y)) (*.f64 y y)) |
(sort x y)
Compiled 26 to 18 computations (30.8% saved)
| Inputs |
|---|
(+.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 x #s(literal 2 binary64)) y)) (*.f64 y y)) |
(+.f64 (*.f64 x x) (*.f64 (*.f64 x #s(literal 2 binary64)) y)) |
(*.f64 x x) |
x |
(*.f64 (*.f64 x #s(literal 2 binary64)) y) |
(*.f64 x #s(literal 2 binary64)) |
#s(literal 2 binary64) |
y |
(*.f64 y y) |
| Outputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (pow y 2))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* 2 (* x y)) (pow y 2)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* x (+ x (* 2 y))) (pow y 2)))) |
#s(approx (+ (* x x) (* (* x 2) y)) #s(hole binary64 (* 2 (* x y)))) |
#s(approx (+ (* x x) (* (* x 2) y)) #s(hole binary64 (* x (+ x (* 2 y))))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (* (* x 2) y) #s(hole binary64 (* 2 (* x y)))) |
#s(approx (* x 2) #s(hole binary64 (* 2 x))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (pow x 2))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (+ (* 2 (/ y x)) (/ (pow y 2) (pow x 2))))))) |
#s(approx (+ (* x x) (* (* x 2) y)) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* x x) (* (* x 2) y)) #s(hole binary64 (* (pow x 2) (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (* -1 (/ (+ (* -2 y) (* -1 (/ (pow y 2) x))) x)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* 2 (* x y)) (pow x 2)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* y (+ y (* 2 x))) (pow x 2)))) |
#s(approx (+ (* x x) (* (* x 2) y)) #s(hole binary64 (+ (* 2 (* x y)) (pow x 2)))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (* y y) #s(hole binary64 (pow y 2))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (+ (* 2 (/ x y)) (/ (pow x 2) (pow y 2))))))) |
#s(approx (+ (* x x) (* (* x 2) y)) #s(hole binary64 (* y (+ (* 2 x) (/ (pow x 2) y))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (* -1 (/ (+ (* -2 x) (* -1 (/ (pow x 2) y))) y)))))) |
#s(approx (+ (* x x) (* (* x 2) y)) #s(hole binary64 (* -1 (* y (+ (* -2 x) (* -1 (/ (pow x 2) y))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | x | @ | inf | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (+ (* x x) (* (* x 2) y)) (* x x) x (* (* x 2) y) (* x 2) 2 y (* y y)) |
| 2.0ms | x | @ | 0 | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (+ (* x x) (* (* x 2) y)) (* x x) x (* (* x 2) y) (* x 2) 2 y (* y y)) |
| 1.0ms | x | @ | -inf | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (+ (* x x) (* (* x 2) y)) (* x x) x (* (* x 2) y) (* x 2) 2 y (* y y)) |
| 1.0ms | y | @ | 0 | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (+ (* x x) (* (* x 2) y)) (* x x) x (* (* x 2) y) (* x 2) 2 y (* y y)) |
| 1.0ms | y | @ | inf | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (+ (* x x) (* (* x 2) y)) (* x x) x (* (* x 2) y) (* x 2) 2 y (* y y)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 93 | 524 |
| 0 | 102 | 470 |
| 1 | 505 | 461 |
| 0 | 4885 | 414 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(+.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 x #s(literal 2 binary64)) y)) (*.f64 y y)) |
(+.f64 (*.f64 x x) (*.f64 (*.f64 x #s(literal 2 binary64)) y)) |
(*.f64 x x) |
x |
(*.f64 (*.f64 x #s(literal 2 binary64)) y) |
(*.f64 x #s(literal 2 binary64)) |
#s(literal 2 binary64) |
y |
(*.f64 y y) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (pow y 2))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* 2 (* x y)) (pow y 2)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* x (+ x (* 2 y))) (pow y 2)))) |
#s(approx (+ (* x x) (* (* x 2) y)) #s(hole binary64 (* 2 (* x y)))) |
#s(approx (+ (* x x) (* (* x 2) y)) #s(hole binary64 (* x (+ x (* 2 y))))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (* (* x 2) y) #s(hole binary64 (* 2 (* x y)))) |
#s(approx (* x 2) #s(hole binary64 (* 2 x))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (pow x 2))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (+ (* 2 (/ y x)) (/ (pow y 2) (pow x 2))))))) |
#s(approx (+ (* x x) (* (* x 2) y)) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* x x) (* (* x 2) y)) #s(hole binary64 (* (pow x 2) (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (* -1 (/ (+ (* -2 y) (* -1 (/ (pow y 2) x))) x)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* 2 (* x y)) (pow x 2)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* y (+ y (* 2 x))) (pow x 2)))) |
#s(approx (+ (* x x) (* (* x 2) y)) #s(hole binary64 (+ (* 2 (* x y)) (pow x 2)))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (* y y) #s(hole binary64 (pow y 2))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (+ (* 2 (/ x y)) (/ (pow x 2) (pow y 2))))))) |
#s(approx (+ (* x x) (* (* x 2) y)) #s(hole binary64 (* y (+ (* 2 x) (/ (pow x 2) y))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (* -1 (/ (+ (* -2 x) (* -1 (/ (pow x 2) y))) y)))))) |
#s(approx (+ (* x x) (* (* x 2) y)) #s(hole binary64 (* -1 (* y (+ (* -2 x) (* -1 (/ (pow x 2) y))))))) |
| Outputs |
|---|
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) y) (fma.f64 #s(literal 2 binary64) x y))) (-.f64 (*.f64 x x) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 y y) y) y) (*.f64 (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (fma.f64 y #s(literal 2 binary64) x)) x)) (-.f64 (*.f64 y y) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (fma.f64 y #s(literal 2 binary64) x)) x) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) (pow.f64 (*.f64 (neg.f64 y) y) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (fma.f64 y #s(literal 2 binary64) x)) x (fma.f64 (*.f64 (*.f64 y y) y) y (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (*.f64 (neg.f64 y) y))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 2 binary64) x y) y (*.f64 x x)) (fma.f64 y y (*.f64 x (-.f64 (+.f64 y y) x))))) (neg.f64 (fma.f64 y y (*.f64 x (-.f64 (+.f64 y y) x))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 2 binary64) x y) y (*.f64 x x)) (fma.f64 x x (*.f64 y (-.f64 (+.f64 x x) y))))) (neg.f64 (fma.f64 x x (*.f64 y (-.f64 (+.f64 x x) y))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x x) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) y) (fma.f64 #s(literal 2 binary64) x y)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)))) (neg.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) (fma.f64 #s(literal 2 binary64) x y)) y (*.f64 (*.f64 x x) (-.f64 (*.f64 x x) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 y y) y) y) (*.f64 y y) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (fma.f64 y #s(literal 2 binary64) x)) x) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)))) (neg.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (fma.f64 y #s(literal 2 binary64) x)) x (*.f64 (*.f64 y y) (-.f64 (*.f64 y y) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 2 binary64) x y) y (*.f64 x x)) (fma.f64 y y (*.f64 x (-.f64 (+.f64 y y) x)))) (fma.f64 y y (*.f64 x (-.f64 (+.f64 y y) x)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 2 binary64) x y) y (*.f64 x x)) (fma.f64 x x (*.f64 y (-.f64 (+.f64 x x) y)))) (fma.f64 x x (*.f64 y (-.f64 (+.f64 x x) y)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x x) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) y) (fma.f64 #s(literal 2 binary64) x y)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y))) (fma.f64 (*.f64 (*.f64 x x) x) x (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) y) (fma.f64 #s(literal 2 binary64) x y)) (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) x) x)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x x) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) y) (fma.f64 #s(literal 2 binary64) x y)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y))) (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) (fma.f64 #s(literal 2 binary64) x y)) y (*.f64 (*.f64 x x) (-.f64 (*.f64 x x) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 y y) y) y) (*.f64 y y) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (fma.f64 y #s(literal 2 binary64) x)) x) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x))) (fma.f64 (*.f64 (*.f64 y y) y) y (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (fma.f64 y #s(literal 2 binary64) x)) x) (*.f64 (fma.f64 y #s(literal 2 binary64) x) (*.f64 x (*.f64 y y)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 y y) y) y) (*.f64 y y) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (fma.f64 y #s(literal 2 binary64) x)) x) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x))) (fma.f64 (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (fma.f64 y #s(literal 2 binary64) x)) x (*.f64 (*.f64 y y) (-.f64 (*.f64 y y) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 #s(literal 1 binary64) x) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) x (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 (*.f64 y #s(literal 1 binary64)) (*.f64 y #s(literal 1 binary64)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 y) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (fabs.f64 y) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 #s(literal 1 binary64) y) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) y) y (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 x #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 y)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 (neg.f64 (fabs.f64 y)) (neg.f64 (fabs.f64 y)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 y)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 y)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 (neg.f64 x) (neg.f64 x) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 (neg.f64 y) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 (neg.f64 y) (neg.f64 y) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 (fabs.f64 y) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 (fabs.f64 y) (fabs.f64 y) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 (fma.f64 #s(literal 2 binary64) x y) y (*.f64 x x)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 #s(literal 1 binary64) (*.f64 y y) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 (+.f64 x x) y (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 (+.f64 x x) y (fma.f64 x x (*.f64 y y))) |
(fma.f64 (+.f64 x x) y (fma.f64 y y (*.f64 x x))) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 (fma.f64 y #s(literal 2 binary64) x) x (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (fma.f64 y #s(literal 2 binary64) x) x (*.f64 y y)) |
(fma.f64 (+.f64 y y) x (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 (+.f64 y y) x (fma.f64 x x (*.f64 y y))) |
(fma.f64 (+.f64 y y) x (fma.f64 y y (*.f64 x x))) |
(fma.f64 (*.f64 y x) #s(literal 2 binary64) (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 (*.f64 y x) #s(literal 2 binary64) (fma.f64 x x (*.f64 y y))) |
(fma.f64 (*.f64 y x) #s(literal 2 binary64) (fma.f64 y y (*.f64 x x))) |
(fma.f64 (*.f64 y y) #s(literal 1 binary64) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 y (*.f64 y #s(literal 1 binary64)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 y (fma.f64 #s(literal 2 binary64) x y) (*.f64 x x)) |
(fma.f64 y (+.f64 x x) (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 y (+.f64 x x) (fma.f64 x x (*.f64 y y))) |
(fma.f64 y (+.f64 x x) (fma.f64 y y (*.f64 x x))) |
(fma.f64 y y (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 #s(literal 2 binary64) (*.f64 y x) (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 #s(literal 2 binary64) (*.f64 y x) (fma.f64 x x (*.f64 y y))) |
(fma.f64 #s(literal 2 binary64) (*.f64 y x) (fma.f64 y y (*.f64 x x))) |
(fma.f64 x (*.f64 x #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(fma.f64 x (fma.f64 y #s(literal 2 binary64) x) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 x (fma.f64 y #s(literal 2 binary64) x) (*.f64 y y)) |
(fma.f64 x (+.f64 y y) (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 x (+.f64 y y) (fma.f64 x x (*.f64 y y))) |
(fma.f64 x (+.f64 y y) (fma.f64 y y (*.f64 x x))) |
(fma.f64 x x (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(-.f64 (fma.f64 y y (*.f64 x x)) (*.f64 (*.f64 #s(literal -2 binary64) x) y)) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) y) (fma.f64 #s(literal 2 binary64) x y)) (fma.f64 y y (*.f64 x (-.f64 (+.f64 y y) x)))) (/.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (fma.f64 y y (*.f64 x (-.f64 (+.f64 y y) x))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (fma.f64 y #s(literal 2 binary64) x)) x) (fma.f64 x x (*.f64 y (-.f64 (+.f64 x x) y)))) (/.f64 (*.f64 (*.f64 (*.f64 y y) y) y) (fma.f64 x x (*.f64 y (-.f64 (+.f64 x x) y))))) |
(-.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) (*.f64 (neg.f64 x) x)) |
(-.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal -2 binary64) x) y (*.f64 (neg.f64 y) y))) |
(-.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) x) y) (*.f64 y y))) |
(-.f64 (*.f64 x x) (*.f64 (neg.f64 (fma.f64 #s(literal 2 binary64) x y)) y)) |
(-.f64 (*.f64 x x) (*.f64 (neg.f64 y) (fma.f64 #s(literal 2 binary64) x y))) |
(-.f64 (*.f64 y y) (*.f64 (neg.f64 (fma.f64 y #s(literal 2 binary64) x)) x)) |
(-.f64 (*.f64 y y) (*.f64 (neg.f64 x) (fma.f64 y #s(literal 2 binary64) x))) |
(-.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (*.f64 (neg.f64 y) y)) |
(+.f64 (fma.f64 x x (*.f64 y y)) (*.f64 (+.f64 x x) y)) |
(+.f64 (fma.f64 y y (*.f64 x x)) (*.f64 (+.f64 x x) y)) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) y) (fma.f64 #s(literal 2 binary64) x y)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) (fma.f64 #s(literal 2 binary64) x y)) y (*.f64 (*.f64 x x) (-.f64 (*.f64 x x) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y))))) (/.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) (fma.f64 #s(literal 2 binary64) x y)) y (*.f64 (*.f64 x x) (-.f64 (*.f64 x x) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (fma.f64 y #s(literal 2 binary64) x)) x) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) (fma.f64 (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (fma.f64 y #s(literal 2 binary64) x)) x (*.f64 (*.f64 y y) (-.f64 (*.f64 y y) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y y) y) y) (*.f64 y y)) (fma.f64 (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (fma.f64 y #s(literal 2 binary64) x)) x (*.f64 (*.f64 y y) (-.f64 (*.f64 y y) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)))))) |
(+.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) (*.f64 x x)) |
(+.f64 (*.f64 x x) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(+.f64 (*.f64 (+.f64 x x) y) (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(+.f64 (*.f64 (+.f64 x x) y) (fma.f64 x x (*.f64 y y))) |
(+.f64 (*.f64 (+.f64 x x) y) (fma.f64 y y (*.f64 x x))) |
(+.f64 (*.f64 y y) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(+.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(+.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (*.f64 y y)) |
(*.f64 (fma.f64 y #s(literal 2 binary64) x) x) |
(*.f64 x (fma.f64 y #s(literal 2 binary64) x)) |
(/.f64 (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) (-.f64 x (+.f64 y y))) x) (-.f64 x (+.f64 y y))) |
(/.f64 (*.f64 (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y) (*.f64 (*.f64 x x) x)) x) (fma.f64 (+.f64 y y) (-.f64 (+.f64 y y) x) (*.f64 x x))) |
(/.f64 (*.f64 x (*.f64 (fma.f64 y #s(literal 2 binary64) x) (-.f64 x (+.f64 y y)))) (-.f64 x (+.f64 y y))) |
(/.f64 (*.f64 x (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y) (*.f64 (*.f64 x x) x))) (fma.f64 (+.f64 y y) (-.f64 (+.f64 y y) x) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) x) y) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) x) x (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y) (*.f64 (*.f64 x x) (*.f64 (*.f64 #s(literal -2 binary64) x) y))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (*.f64 x (-.f64 x (+.f64 y y))))) (neg.f64 (*.f64 x (-.f64 x (+.f64 y y))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (*.f64 x (-.f64 (+.f64 y y) x)))) (neg.f64 (*.f64 x (-.f64 (+.f64 y y) x)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x x) x) (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y)) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (+.f64 x x) y) (*.f64 x (-.f64 (+.f64 y y) x)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x x) x) (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y)) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)))) (neg.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y) (*.f64 (*.f64 x x) (*.f64 x (-.f64 x (+.f64 y y))))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (*.f64 x (-.f64 x (+.f64 y y)))) (*.f64 x (-.f64 x (+.f64 y y)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (*.f64 x (-.f64 (+.f64 y y) x))) (*.f64 x (-.f64 (+.f64 y y) x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x x) x) (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y)) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (+.f64 x x) y) (*.f64 x (-.f64 (+.f64 y y) x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x x) x) (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y)) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y) (*.f64 (*.f64 x x) (*.f64 x (-.f64 x (+.f64 y y)))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) (*.f64 (+.f64 x x) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x) (*.f64 (+.f64 x x) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 #s(literal 1 binary64) x) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 #s(literal 1 binary64) x) (*.f64 (+.f64 x x) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) x (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) x) x (*.f64 (+.f64 x x) y)) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 x #s(literal 1 binary64)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 x #s(literal 1 binary64)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (neg.f64 x) (neg.f64 x) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (neg.f64 x) (neg.f64 x) (*.f64 (+.f64 x x) y)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (*.f64 (+.f64 x x) y)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) (*.f64 (+.f64 x x) y)) |
(fma.f64 (+.f64 x x) y (*.f64 x x)) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) (*.f64 (+.f64 x x) y)) |
(fma.f64 (+.f64 y y) x (*.f64 x x)) |
(fma.f64 (*.f64 y x) #s(literal 2 binary64) (*.f64 x x)) |
(fma.f64 y (+.f64 x x) (*.f64 x x)) |
(fma.f64 y x (fma.f64 y x (*.f64 x x))) |
(fma.f64 #s(literal 2 binary64) (*.f64 y x) (*.f64 x x)) |
(fma.f64 x (*.f64 x #s(literal 1 binary64)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 x (*.f64 x #s(literal 1 binary64)) (*.f64 (+.f64 x x) y)) |
(fma.f64 x (+.f64 y y) (*.f64 x x)) |
(fma.f64 x y (fma.f64 y x (*.f64 x x))) |
(fma.f64 x x (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 x x (*.f64 (+.f64 x x) y)) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x (-.f64 x (+.f64 y y)))) (/.f64 (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y)) (*.f64 x (-.f64 x (+.f64 y y))))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y)) (*.f64 x (-.f64 (+.f64 y y) x))) (/.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x (-.f64 (+.f64 y y) x)))) |
(-.f64 (*.f64 x x) (*.f64 (neg.f64 (*.f64 y x)) #s(literal 2 binary64))) |
(-.f64 (*.f64 x x) (*.f64 (neg.f64 y) (+.f64 x x))) |
(-.f64 (*.f64 x x) (*.f64 (neg.f64 x) (+.f64 y y))) |
(-.f64 (*.f64 x x) (*.f64 (*.f64 #s(literal -2 binary64) x) y)) |
(-.f64 (*.f64 (+.f64 x x) y) (*.f64 (neg.f64 x) x)) |
(+.f64 (fma.f64 x x (*.f64 y x)) (*.f64 y x)) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (+.f64 x x) y) (*.f64 x (-.f64 (+.f64 y y) x))))) (/.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y))) (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (+.f64 x x) y) (*.f64 x (-.f64 (+.f64 y y) x)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y) (*.f64 (*.f64 x x) (*.f64 x (-.f64 x (+.f64 y y)))))) (/.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y) (*.f64 (*.f64 x x) (*.f64 x (-.f64 x (+.f64 y y))))))) |
(+.f64 (*.f64 x x) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(+.f64 (*.f64 x x) (*.f64 (+.f64 x x) y)) |
(+.f64 (*.f64 (+.f64 x x) y) (*.f64 x x)) |
(+.f64 (*.f64 y x) (fma.f64 y x (*.f64 x x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 #s(literal 1 binary64) x)) |
(*.f64 (*.f64 #s(literal 1 binary64) x) x) |
(*.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(*.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(*.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 x #s(literal 1 binary64))) |
(*.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x))) |
(*.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x))) |
(*.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 x (*.f64 x #s(literal 1 binary64))) |
(*.f64 x x) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 x) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 x) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 x #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 2 binary64)) #s(literal 2 binary64)) |
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 x x)) #s(literal 2 binary64)) |
(neg.f64 (*.f64 (neg.f64 x) x)) |
(fabs.f64 (*.f64 x x)) |
(exp.f64 (+.f64 #s(literal 0 binary64) (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(exp.f64 (fma.f64 (log.f64 x) #s(literal 2 binary64) #s(literal 0 binary64))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
x |
(*.f64 (+.f64 x x) y) |
(*.f64 (+.f64 y y) x) |
(*.f64 (*.f64 y x) #s(literal 2 binary64)) |
(*.f64 y (+.f64 x x)) |
(*.f64 #s(literal 2 binary64) (*.f64 y x)) |
(*.f64 x (+.f64 y y)) |
(/.f64 (-.f64 (*.f64 (*.f64 y x) (*.f64 y x)) (*.f64 (*.f64 y x) (*.f64 y x))) (-.f64 (*.f64 y x) (*.f64 y x))) |
(/.f64 (+.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (fma.f64 (*.f64 y x) (*.f64 y x) (-.f64 (*.f64 (*.f64 y x) (*.f64 y x)) (*.f64 (*.f64 y x) (*.f64 y x))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 y x) (*.f64 #s(literal 1 binary64) (*.f64 y x))) |
(fma.f64 (*.f64 y x) #s(literal 1 binary64) (*.f64 (*.f64 y x) #s(literal 1 binary64))) |
(fma.f64 y x (*.f64 y x)) |
(fma.f64 x y (*.f64 y x)) |
(-.f64 (*.f64 y x) (*.f64 (neg.f64 x) y)) |
(-.f64 (*.f64 y x) (*.f64 (neg.f64 y) x)) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 y x)) (*.f64 #s(literal 1 binary64) (*.f64 y x))) |
(+.f64 (*.f64 (*.f64 y x) #s(literal 1 binary64)) (*.f64 (*.f64 y x) #s(literal 1 binary64))) |
(+.f64 (*.f64 y x) (*.f64 y x)) |
(*.f64 #s(literal 2 binary64) x) |
(*.f64 x #s(literal 2 binary64)) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 x x)) (-.f64 x x)) |
(/.f64 (fma.f64 (*.f64 x x) x (*.f64 (*.f64 x x) x)) (fma.f64 x x (-.f64 (*.f64 x x) (*.f64 x x)))) |
(fma.f64 #s(literal 1 binary64) x (*.f64 #s(literal 1 binary64) x)) |
(fma.f64 x #s(literal 1 binary64) (*.f64 x #s(literal 1 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 #s(literal 1 binary64) x)) |
(+.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 x #s(literal 1 binary64))) |
(+.f64 x x) |
#s(literal 2 binary64) |
y |
(*.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(*.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(*.f64 (*.f64 y #s(literal 1 binary64)) (*.f64 y #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 y)) |
(*.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(*.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (fabs.f64 y)) |
(*.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 #s(literal 1 binary64) y)) |
(*.f64 (*.f64 #s(literal 1 binary64) y) y) |
(*.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 y))) |
(*.f64 (neg.f64 (fabs.f64 y)) (neg.f64 (fabs.f64 y))) |
(*.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 y))) |
(*.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 y))) |
(*.f64 (neg.f64 y) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(*.f64 (neg.f64 y) (neg.f64 y)) |
(*.f64 (fabs.f64 y) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(*.f64 (fabs.f64 y) (fabs.f64 y)) |
(*.f64 #s(literal 1 binary64) (*.f64 y y)) |
(*.f64 (*.f64 y y) #s(literal 1 binary64)) |
(*.f64 y (*.f64 y #s(literal 1 binary64))) |
(*.f64 y y) |
(pow.f64 (exp.f64 (log.f64 y)) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 y) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 y) #s(literal 2 binary64)) |
(pow.f64 (*.f64 y y) #s(literal 1 binary64)) |
(pow.f64 y #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 y y) #s(literal 2 binary64)) #s(literal 2 binary64)) |
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 y y)) #s(literal 2 binary64)) |
(neg.f64 (*.f64 (neg.f64 y) y)) |
(fabs.f64 (*.f64 y y)) |
(exp.f64 (fma.f64 (log.f64 y) #s(literal 2 binary64) #s(literal 0 binary64))) |
(exp.f64 (+.f64 #s(literal 0 binary64) (*.f64 (log.f64 y) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 y) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 y) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 y) #s(literal 2 binary64)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 y y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (fma.f64 (fma.f64 #s(literal 2 binary64) x y) y (*.f64 x x))) |
#s(approx (+ (* x x) (* (* x 2) y)) (*.f64 (+.f64 x x) y)) |
#s(approx (+ (* x x) (* (* x 2) y)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx x x) |
#s(approx (* (* x 2) y) (*.f64 (+.f64 x x) y)) |
#s(approx (* x 2) (+.f64 x x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (*.f64 (fma.f64 (/.f64 y x) #s(literal 2 binary64) #s(literal 1 binary64)) x) x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (neg.f64 y) y) x) (+.f64 y y)) x)) (*.f64 x x))) |
#s(approx (+ (* x x) (* (* x 2) y)) (*.f64 x x)) |
#s(approx (+ (* x x) (* (* x 2) y)) (*.f64 (*.f64 (fma.f64 (/.f64 y x) #s(literal 2 binary64) #s(literal 1 binary64)) x) x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (neg.f64 y) y) x) (+.f64 y y)) x)) (*.f64 x x))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (fma.f64 (fma.f64 #s(literal 2 binary64) x y) y (*.f64 x x))) |
#s(approx (+ (* x x) (* (* x 2) y)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
#s(approx y y) |
#s(approx (* y y) (*.f64 y y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (*.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) #s(literal 1 binary64)) y) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -2 binary64) x (/.f64 (*.f64 (neg.f64 x) x) y)) y)) (*.f64 y y))) |
#s(approx (+ (* x x) (* (* x 2) y)) (*.f64 (fma.f64 x (/.f64 x y) (+.f64 x x)) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -2 binary64) x (/.f64 (*.f64 (neg.f64 x) x) y)) y)) (*.f64 y y))) |
#s(approx (+ (* x x) (* (* x 2) y)) (*.f64 (fma.f64 x (/.f64 x y) (neg.f64 (*.f64 #s(literal -2 binary64) x))) y)) |
Compiled 5 525 to 780 computations (85.9% saved)
5 alts after pruning (5 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 292 | 5 | 297 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 293 | 5 | 298 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 98.0% | (fma.f64 y y (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
| ▶ | 61.1% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
| ▶ | 56.4% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
| ▶ | 56.0% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 y y)) |
| ▶ | 59.8% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
Compiled 166 to 108 computations (34.9% saved)
| Inputs |
|---|
(fma.f64 y y (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
y |
(*.f64 (fma.f64 y #s(literal 2 binary64) x) x) |
(fma.f64 y #s(literal 2 binary64) x) |
#s(literal 2 binary64) |
x |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
(*.f64 x x) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 y y)) |
(*.f64 y y) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(*.f64 (fma.f64 #s(literal 2 binary64) x y) y) |
(fma.f64 #s(literal 2 binary64) x y) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
| Outputs |
|---|
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (pow y 2))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (+ (* 2 (* x y)) (pow y 2)))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (+ (* x (+ x (* 2 y))) (pow y 2)))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* 2 (* x y)))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* x (+ x (* 2 y))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* 2 y))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (+ x (* 2 y)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (pow y 2))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* 2 (* x y)) (pow y 2)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* x (+ x (* 2 y))) (pow y 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (* (+ (* 2 x) y) y) #s(hole binary64 (pow y 2))) |
#s(approx (* (+ (* 2 x) y) y) #s(hole binary64 (+ (* 2 (* x y)) (pow y 2)))) |
#s(approx (+ (* 2 x) y) #s(hole binary64 y)) |
#s(approx (+ (* 2 x) y) #s(hole binary64 (+ y (* 2 x)))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow x 2) (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow x 2) (+ 1 (+ (* 2 (/ y x)) (/ (pow y 2) (pow x 2))))))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (pow x 2))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* (pow x 2) (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 x)) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* x (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (pow x 2))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (+ (* 2 (/ y x)) (/ (pow y 2) (pow x 2))))))) |
#s(approx (* (+ (* 2 x) y) y) #s(hole binary64 (* 2 (* x y)))) |
#s(approx (* (+ (* 2 x) y) y) #s(hole binary64 (* x (+ (* 2 y) (/ (pow y 2) x))))) |
#s(approx (+ (* 2 x) y) #s(hole binary64 (* 2 x))) |
#s(approx (+ (* 2 x) y) #s(hole binary64 (* x (+ 2 (/ y x))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow x 2) (+ 1 (* -1 (/ (+ (* -2 y) (* -1 (/ (pow y 2) x))) x)))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* -1 (* x (- (* -2 (/ y x)) 1))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (* -1 (/ (+ (* -2 y) (* -1 (/ (pow y 2) x))) x)))))) |
#s(approx (* (+ (* 2 x) y) y) #s(hole binary64 (* -1 (* x (+ (* -2 y) (* -1 (/ (pow y 2) x))))))) |
#s(approx (+ (* 2 x) y) #s(hole binary64 (* -1 (* x (- (* -1 (/ y x)) 2))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (+ (* 2 (* x y)) (pow x 2)))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (+ (* y (+ y (* 2 x))) (pow x 2)))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (+ (* 2 (* x y)) (pow x 2)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* 2 (* x y)) (pow x 2)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* y (+ y (* 2 x))) (pow x 2)))) |
#s(approx (* y y) #s(hole binary64 (pow y 2))) |
#s(approx (* (+ (* 2 x) y) y) #s(hole binary64 (* y (+ y (* 2 x))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow y 2) (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow y 2) (+ 1 (+ (* 2 (/ x y)) (/ (pow x 2) (pow y 2))))))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* y (+ (* 2 x) (/ (pow x 2) y))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* y (+ 2 (/ x y))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (+ (* 2 (/ x y)) (/ (pow x 2) (pow y 2))))))) |
#s(approx (* (+ (* 2 x) y) y) #s(hole binary64 (* (pow y 2) (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (* 2 x) y) #s(hole binary64 (* y (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow y 2) (+ 1 (* -1 (/ (+ (* -2 x) (* -1 (/ (pow x 2) y))) y)))))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* -1 (* y (+ (* -2 x) (* -1 (/ (pow x 2) y))))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* -1 (* y (- (* -1 (/ x y)) 2))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (* -1 (/ (+ (* -2 x) (* -1 (/ (pow x 2) y))) y)))))) |
#s(approx (+ (* 2 x) y) #s(hole binary64 (* -1 (* y (- (* -2 (/ x y)) 1))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | x | @ | inf | ((+ (* y y) (* (+ (* y 2) x) x)) y (* (+ (* y 2) x) x) (+ (* y 2) x) 2 x (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* x x) (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* y y) (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (* 2 x) y) y) (+ (* 2 x) y) (+ (+ (* x x) (* (* x 2) y)) (* y y))) |
| 2.0ms | y | @ | 0 | ((+ (* y y) (* (+ (* y 2) x) x)) y (* (+ (* y 2) x) x) (+ (* y 2) x) 2 x (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* x x) (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* y y) (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (* 2 x) y) y) (+ (* 2 x) y) (+ (+ (* x x) (* (* x 2) y)) (* y y))) |
| 2.0ms | x | @ | -inf | ((+ (* y y) (* (+ (* y 2) x) x)) y (* (+ (* y 2) x) x) (+ (* y 2) x) 2 x (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* x x) (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* y y) (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (* 2 x) y) y) (+ (* 2 x) y) (+ (+ (* x x) (* (* x 2) y)) (* y y))) |
| 2.0ms | y | @ | -inf | ((+ (* y y) (* (+ (* y 2) x) x)) y (* (+ (* y 2) x) x) (+ (* y 2) x) 2 x (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* x x) (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* y y) (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (* 2 x) y) y) (+ (* 2 x) y) (+ (+ (* x x) (* (* x 2) y)) (* y y))) |
| 1.0ms | y | @ | inf | ((+ (* y y) (* (+ (* y 2) x) x)) y (* (+ (* y 2) x) x) (+ (* y 2) x) 2 x (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* x x) (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* y y) (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (* 2 x) y) y) (+ (* 2 x) y) (+ (+ (* x x) (* (* x 2) y)) (* y y))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 161 | 1100 |
| 0 | 171 | 988 |
| 1 | 764 | 970 |
| 0 | 6753 | 948 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(fma.f64 y y (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
y |
(*.f64 (fma.f64 y #s(literal 2 binary64) x) x) |
(fma.f64 y #s(literal 2 binary64) x) |
#s(literal 2 binary64) |
x |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
(*.f64 x x) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 y y)) |
(*.f64 y y) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(*.f64 (fma.f64 #s(literal 2 binary64) x y) y) |
(fma.f64 #s(literal 2 binary64) x y) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (pow y 2))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (+ (* 2 (* x y)) (pow y 2)))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (+ (* x (+ x (* 2 y))) (pow y 2)))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* 2 (* x y)))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* x (+ x (* 2 y))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* 2 y))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (+ x (* 2 y)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (pow y 2))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* 2 (* x y)) (pow y 2)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* x (+ x (* 2 y))) (pow y 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (* (+ (* 2 x) y) y) #s(hole binary64 (pow y 2))) |
#s(approx (* (+ (* 2 x) y) y) #s(hole binary64 (+ (* 2 (* x y)) (pow y 2)))) |
#s(approx (+ (* 2 x) y) #s(hole binary64 y)) |
#s(approx (+ (* 2 x) y) #s(hole binary64 (+ y (* 2 x)))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow x 2) (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow x 2) (+ 1 (+ (* 2 (/ y x)) (/ (pow y 2) (pow x 2))))))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (pow x 2))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* (pow x 2) (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 x)) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* x (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (pow x 2))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (+ (* 2 (/ y x)) (/ (pow y 2) (pow x 2))))))) |
#s(approx (* (+ (* 2 x) y) y) #s(hole binary64 (* 2 (* x y)))) |
#s(approx (* (+ (* 2 x) y) y) #s(hole binary64 (* x (+ (* 2 y) (/ (pow y 2) x))))) |
#s(approx (+ (* 2 x) y) #s(hole binary64 (* 2 x))) |
#s(approx (+ (* 2 x) y) #s(hole binary64 (* x (+ 2 (/ y x))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow x 2) (+ 1 (* -1 (/ (+ (* -2 y) (* -1 (/ (pow y 2) x))) x)))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* -1 (* x (- (* -2 (/ y x)) 1))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (* -1 (/ (+ (* -2 y) (* -1 (/ (pow y 2) x))) x)))))) |
#s(approx (* (+ (* 2 x) y) y) #s(hole binary64 (* -1 (* x (+ (* -2 y) (* -1 (/ (pow y 2) x))))))) |
#s(approx (+ (* 2 x) y) #s(hole binary64 (* -1 (* x (- (* -1 (/ y x)) 2))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (+ (* 2 (* x y)) (pow x 2)))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (+ (* y (+ y (* 2 x))) (pow x 2)))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (+ (* 2 (* x y)) (pow x 2)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* 2 (* x y)) (pow x 2)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* y (+ y (* 2 x))) (pow x 2)))) |
#s(approx (* y y) #s(hole binary64 (pow y 2))) |
#s(approx (* (+ (* 2 x) y) y) #s(hole binary64 (* y (+ y (* 2 x))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow y 2) (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow y 2) (+ 1 (+ (* 2 (/ x y)) (/ (pow x 2) (pow y 2))))))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* y (+ (* 2 x) (/ (pow x 2) y))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* y (+ 2 (/ x y))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (+ (* 2 (/ x y)) (/ (pow x 2) (pow y 2))))))) |
#s(approx (* (+ (* 2 x) y) y) #s(hole binary64 (* (pow y 2) (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (* 2 x) y) #s(hole binary64 (* y (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow y 2) (+ 1 (* -1 (/ (+ (* -2 x) (* -1 (/ (pow x 2) y))) y)))))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* -1 (* y (+ (* -2 x) (* -1 (/ (pow x 2) y))))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* -1 (* y (- (* -1 (/ x y)) 2))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (* -1 (/ (+ (* -2 x) (* -1 (/ (pow x 2) y))) y)))))) |
#s(approx (+ (* 2 x) y) #s(hole binary64 (* -1 (* y (- (* -2 (/ x y)) 1))))) |
| Outputs |
|---|
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 (*.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) y) (fma.f64 x #s(literal 2 binary64) y))) (-.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 y y) y) (*.f64 (*.f64 y y) y)) (pow.f64 (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 y y) y) y (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) x) (fma.f64 #s(literal 2 binary64) y x) (*.f64 (*.f64 y y) (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) x) (fma.f64 #s(literal 2 binary64) y x)) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) (pow.f64 (*.f64 (neg.f64 y) y) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) x) (fma.f64 #s(literal 2 binary64) y x) (fma.f64 (*.f64 (*.f64 y y) y) y (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (*.f64 (neg.f64 y) y))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 x #s(literal 2 binary64) y) y (*.f64 x x)) (fma.f64 x x (*.f64 y (-.f64 (+.f64 x x) y))))) (neg.f64 (fma.f64 x x (*.f64 y (-.f64 (+.f64 x x) y))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 x #s(literal 2 binary64) y) y (*.f64 x x)) (fma.f64 y y (*.f64 x (-.f64 (+.f64 y y) x))))) (neg.f64 (fma.f64 y y (*.f64 x (-.f64 (+.f64 y y) x))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 x #s(literal 2 binary64) y) y (*.f64 x x)) (fma.f64 y y (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x)))) (neg.f64 (fma.f64 y y (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) x) (fma.f64 #s(literal 2 binary64) y x)) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (*.f64 (*.f64 (*.f64 y y) y) (*.f64 (*.f64 y y) y)))) (neg.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (fma.f64 #s(literal 2 binary64) y x)) x (*.f64 (*.f64 y y) (fma.f64 y y (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) x) (fma.f64 #s(literal 2 binary64) y x)) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (*.f64 (*.f64 (*.f64 y y) y) (*.f64 (*.f64 y y) y)))) (neg.f64 (fma.f64 (*.f64 (*.f64 y y) y) y (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (fma.f64 x x (*.f64 y (-.f64 (+.f64 x x) y))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) y) (fma.f64 x #s(literal 2 binary64) y)) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x x)))) (neg.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) (fma.f64 x #s(literal 2 binary64) y)) y (*.f64 (*.f64 x x) (-.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 x #s(literal 2 binary64) y) y (*.f64 x x)) (fma.f64 x x (*.f64 y (-.f64 (+.f64 x x) y)))) (fma.f64 x x (*.f64 y (-.f64 (+.f64 x x) y)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 x #s(literal 2 binary64) y) y (*.f64 x x)) (fma.f64 y y (*.f64 x (-.f64 (+.f64 y y) x)))) (fma.f64 y y (*.f64 x (-.f64 (+.f64 y y) x)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 x #s(literal 2 binary64) y) y (*.f64 x x)) (fma.f64 y y (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x))) (fma.f64 y y (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) x) (fma.f64 #s(literal 2 binary64) y x)) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (*.f64 (*.f64 (*.f64 y y) y) (*.f64 (*.f64 y y) y))) (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (fma.f64 #s(literal 2 binary64) y x)) x (*.f64 (*.f64 y y) (fma.f64 y y (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) x) (fma.f64 #s(literal 2 binary64) y x)) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (*.f64 (*.f64 (*.f64 y y) y) (*.f64 (*.f64 y y) y))) (fma.f64 (*.f64 (*.f64 y y) y) y (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (fma.f64 x x (*.f64 y (-.f64 (+.f64 x x) y)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) y) (fma.f64 x #s(literal 2 binary64) y)) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x x))) (fma.f64 (*.f64 (*.f64 x x) x) x (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) y) (fma.f64 x #s(literal 2 binary64) y)) (*.f64 (*.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) x) x)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) y) (fma.f64 x #s(literal 2 binary64) y)) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x x))) (fma.f64 (*.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) (fma.f64 x #s(literal 2 binary64) y)) y (*.f64 (*.f64 x x) (-.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y))))) |
(fma.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x))) x)) |
(fma.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
(fma.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x))) x)) |
(fma.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 (neg.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x))) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 y) (*.f64 (neg.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x))) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 y) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 (neg.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x))) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (fabs.f64 y) (*.f64 (neg.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x))) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (fabs.f64 y) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
(fma.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
(fma.f64 (neg.f64 (fabs.f64 y)) (neg.f64 (fabs.f64 y)) (*.f64 (neg.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x))) x)) |
(fma.f64 (neg.f64 (fabs.f64 y)) (neg.f64 (fabs.f64 y)) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
(fma.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x)) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
(fma.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 y)) (*.f64 (neg.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x))) x)) |
(fma.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 y)) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x)) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
(fma.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 y)) (*.f64 (neg.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x))) x)) |
(fma.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 y)) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
(fma.f64 (neg.f64 x) (neg.f64 x) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
(fma.f64 (neg.f64 y) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x))) x)) |
(fma.f64 (neg.f64 y) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
(fma.f64 (neg.f64 y) (neg.f64 y) (*.f64 (neg.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x))) x)) |
(fma.f64 (neg.f64 y) (neg.f64 y) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
(fma.f64 (fabs.f64 y) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x))) x)) |
(fma.f64 (fabs.f64 y) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
(fma.f64 (fabs.f64 y) (fabs.f64 y) (*.f64 (neg.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x))) x)) |
(fma.f64 (fabs.f64 y) (fabs.f64 y) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
(fma.f64 #s(literal 1 binary64) (*.f64 y y) (*.f64 (neg.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x))) x)) |
(fma.f64 #s(literal 1 binary64) (*.f64 y y) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
(fma.f64 (fma.f64 x #s(literal 2 binary64) y) y (*.f64 x x)) |
(fma.f64 (+.f64 x x) y (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 (+.f64 x x) y (fma.f64 x x (*.f64 y y))) |
(fma.f64 (+.f64 x x) y (fma.f64 y y (*.f64 x x))) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
(fma.f64 (+.f64 y y) x (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 (+.f64 y y) x (fma.f64 x x (*.f64 y y))) |
(fma.f64 (+.f64 y y) x (fma.f64 y y (*.f64 x x))) |
(fma.f64 (*.f64 x y) #s(literal 2 binary64) (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 (*.f64 x y) #s(literal 2 binary64) (fma.f64 x x (*.f64 y y))) |
(fma.f64 (*.f64 x y) #s(literal 2 binary64) (fma.f64 y y (*.f64 x x))) |
(fma.f64 (*.f64 y y) #s(literal 1 binary64) (*.f64 (neg.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x))) x)) |
(fma.f64 (*.f64 y y) #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
(fma.f64 (fma.f64 #s(literal 2 binary64) y x) x (*.f64 y y)) |
(fma.f64 x (+.f64 y y) (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 x (+.f64 y y) (fma.f64 x x (*.f64 y y))) |
(fma.f64 x (+.f64 y y) (fma.f64 y y (*.f64 x x))) |
(fma.f64 x (fma.f64 #s(literal 2 binary64) y x) (*.f64 y y)) |
(fma.f64 x x (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
(fma.f64 #s(literal 2 binary64) (*.f64 x y) (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 #s(literal 2 binary64) (*.f64 x y) (fma.f64 x x (*.f64 y y))) |
(fma.f64 #s(literal 2 binary64) (*.f64 x y) (fma.f64 y y (*.f64 x x))) |
(fma.f64 y (fma.f64 x #s(literal 2 binary64) y) (*.f64 x x)) |
(fma.f64 y (+.f64 x x) (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 y (+.f64 x x) (fma.f64 x x (*.f64 y y))) |
(fma.f64 y (+.f64 x x) (fma.f64 y y (*.f64 x x))) |
(fma.f64 y y (*.f64 (neg.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x))) x)) |
(fma.f64 y y (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
(-.f64 (fma.f64 y y (*.f64 x x)) (*.f64 (*.f64 #s(literal -2 binary64) x) y)) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) x) (fma.f64 #s(literal 2 binary64) y x)) (fma.f64 x x (*.f64 y (-.f64 (+.f64 x x) y)))) (/.f64 (*.f64 (*.f64 (*.f64 y y) y) y) (fma.f64 x x (*.f64 y (-.f64 (+.f64 x x) y))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) y) (fma.f64 x #s(literal 2 binary64) y)) (fma.f64 y y (*.f64 x (-.f64 (+.f64 y y) x)))) (/.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (fma.f64 y y (*.f64 x (-.f64 (+.f64 y y) x))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) y) y) (fma.f64 y y (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x))) (/.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) x) (fma.f64 #s(literal 2 binary64) y x)) (fma.f64 y y (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x)))) |
(-.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) (*.f64 (neg.f64 x) x)) |
(-.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal -2 binary64) x) y (*.f64 (neg.f64 y) y))) |
(-.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) x) y) (*.f64 y y))) |
(-.f64 (*.f64 x x) (*.f64 (neg.f64 (fma.f64 x #s(literal 2 binary64) y)) y)) |
(-.f64 (*.f64 x x) (*.f64 (neg.f64 y) (fma.f64 x #s(literal 2 binary64) y))) |
(-.f64 (*.f64 y y) (*.f64 (neg.f64 x) (fma.f64 #s(literal 2 binary64) y x))) |
(-.f64 (*.f64 y y) (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x)) |
(-.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (*.f64 (neg.f64 y) y)) |
(+.f64 (fma.f64 x x (*.f64 y y)) (*.f64 (+.f64 x x) y)) |
(+.f64 (fma.f64 y y (*.f64 x x)) (*.f64 (+.f64 x x) y)) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) x) (fma.f64 #s(literal 2 binary64) y x)) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (fma.f64 #s(literal 2 binary64) y x)) x (*.f64 (*.f64 y y) (fma.f64 y y (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x))))) (/.f64 (*.f64 (*.f64 (*.f64 y y) y) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (fma.f64 #s(literal 2 binary64) y x)) x (*.f64 (*.f64 y y) (fma.f64 y y (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) y) (fma.f64 x #s(literal 2 binary64) y)) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) (fma.f64 (*.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) (fma.f64 x #s(literal 2 binary64) y)) y (*.f64 (*.f64 x x) (-.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x x)) (fma.f64 (*.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) (fma.f64 x #s(literal 2 binary64) y)) y (*.f64 (*.f64 x x) (-.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) y) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 (*.f64 y y) y) y (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (fma.f64 x x (*.f64 y (-.f64 (+.f64 x x) y)))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) x) (fma.f64 #s(literal 2 binary64) y x)) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) (fma.f64 (*.f64 (*.f64 y y) y) y (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (fma.f64 x x (*.f64 y (-.f64 (+.f64 x x) y))))))) |
(+.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) (*.f64 x x)) |
(+.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
(+.f64 (*.f64 (+.f64 x x) y) (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(+.f64 (*.f64 (+.f64 x x) y) (fma.f64 x x (*.f64 y y))) |
(+.f64 (*.f64 (+.f64 x x) y) (fma.f64 y y (*.f64 x x))) |
(+.f64 (*.f64 y y) (*.f64 (neg.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x))) x)) |
(+.f64 (*.f64 y y) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
(+.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (*.f64 y y)) |
y |
(*.f64 (fma.f64 #s(literal 2 binary64) y x) x) |
(*.f64 x (fma.f64 #s(literal 2 binary64) y x)) |
(/.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) (-.f64 (+.f64 y y) x)) x) (-.f64 (+.f64 y y) x)) |
(/.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) (-.f64 x (+.f64 y y))) x) (-.f64 x (+.f64 y y))) |
(/.f64 (*.f64 (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y) (*.f64 (*.f64 x x) x)) x) (fma.f64 #s(literal 4 binary64) (*.f64 y y) (*.f64 x (-.f64 x (+.f64 y y))))) |
(/.f64 (*.f64 (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y) (*.f64 (*.f64 x x) x)) x) (fma.f64 (+.f64 y y) (-.f64 (+.f64 y y) x) (*.f64 x x))) |
(/.f64 (*.f64 x (*.f64 (fma.f64 #s(literal 2 binary64) y x) (-.f64 (+.f64 y y) x))) (-.f64 (+.f64 y y) x)) |
(/.f64 (*.f64 x (*.f64 (fma.f64 #s(literal 2 binary64) y x) (-.f64 x (+.f64 y y)))) (-.f64 x (+.f64 y y))) |
(/.f64 (*.f64 x (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y) (*.f64 (*.f64 x x) x))) (fma.f64 #s(literal 4 binary64) (*.f64 y y) (*.f64 x (-.f64 x (+.f64 y y))))) |
(/.f64 (*.f64 x (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y) (*.f64 (*.f64 x x) x))) (fma.f64 (+.f64 y y) (-.f64 (+.f64 y y) x) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x x)) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) x) y) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) x) x (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y) (*.f64 (*.f64 x x) (*.f64 (*.f64 #s(literal -2 binary64) x) y))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (*.f64 x (-.f64 x (+.f64 y y))))) (neg.f64 (*.f64 x (-.f64 x (+.f64 y y))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (*.f64 x (-.f64 (+.f64 y y) x)))) (neg.f64 (*.f64 x (-.f64 (+.f64 y y) x)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y))))) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (+.f64 x x) y) (*.f64 x (-.f64 (+.f64 y y) x)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y))))) (neg.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y) (*.f64 (*.f64 x x) (*.f64 x (-.f64 x (+.f64 y y))))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (*.f64 x (-.f64 x (+.f64 y y)))) (*.f64 x (-.f64 x (+.f64 y y)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (*.f64 x (-.f64 (+.f64 y y) x))) (*.f64 x (-.f64 (+.f64 y y) x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y)))) (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (+.f64 x x) y) (*.f64 x (-.f64 (+.f64 y y) x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y)))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y) (*.f64 (*.f64 x x) (*.f64 x (-.f64 x (+.f64 y y)))))) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) (*.f64 (+.f64 x x) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x) (*.f64 (+.f64 x x) y)) |
(fma.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (neg.f64 x) (neg.f64 x) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (neg.f64 x) (neg.f64 x) (*.f64 (+.f64 x x) y)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (*.f64 (+.f64 x x) y)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) (*.f64 (+.f64 x x) y)) |
(fma.f64 (+.f64 x x) y (*.f64 x x)) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) (*.f64 (+.f64 x x) y)) |
(fma.f64 (+.f64 y y) x (*.f64 x x)) |
(fma.f64 (*.f64 x y) #s(literal 2 binary64) (*.f64 x x)) |
(fma.f64 x (+.f64 y y) (*.f64 x x)) |
(fma.f64 x x (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(fma.f64 x x (*.f64 (+.f64 x x) y)) |
(fma.f64 x y (fma.f64 x y (*.f64 x x))) |
(fma.f64 #s(literal 2 binary64) (*.f64 x y) (*.f64 x x)) |
(fma.f64 y (+.f64 x x) (*.f64 x x)) |
(fma.f64 y x (fma.f64 x y (*.f64 x x))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x (-.f64 x (+.f64 y y)))) (/.f64 (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y)) (*.f64 x (-.f64 x (+.f64 y y))))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y)) (*.f64 x (-.f64 (+.f64 y y) x))) (/.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x (-.f64 (+.f64 y y) x)))) |
(-.f64 (*.f64 x x) (*.f64 (neg.f64 (*.f64 x y)) #s(literal 2 binary64))) |
(-.f64 (*.f64 x x) (*.f64 (neg.f64 x) (+.f64 y y))) |
(-.f64 (*.f64 x x) (*.f64 (neg.f64 y) (+.f64 x x))) |
(-.f64 (*.f64 x x) (*.f64 (*.f64 #s(literal -2 binary64) x) y)) |
(-.f64 (*.f64 (+.f64 x x) y) (*.f64 (neg.f64 x) x)) |
(+.f64 (fma.f64 x x (*.f64 x y)) (*.f64 x y)) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x x)) (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (+.f64 x x) y) (*.f64 x (-.f64 (+.f64 y y) x))))) (/.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y))) (fma.f64 (*.f64 (*.f64 x x) x) x (*.f64 (*.f64 (+.f64 x x) y) (*.f64 x (-.f64 (+.f64 y y) x)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y) (*.f64 (*.f64 x x) (*.f64 x (-.f64 x (+.f64 y y)))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) x) x) (*.f64 x x)) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y) (*.f64 (*.f64 x x) (*.f64 x (-.f64 x (+.f64 y y))))))) |
(+.f64 (*.f64 x x) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(+.f64 (*.f64 x x) (*.f64 (+.f64 x x) y)) |
(+.f64 (*.f64 (+.f64 x x) y) (*.f64 x x)) |
(+.f64 (*.f64 x y) (fma.f64 x y (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) x) (*.f64 #s(literal -8 binary64) (*.f64 (*.f64 y y) y))) (fma.f64 (+.f64 y y) (-.f64 (+.f64 y y) x) (*.f64 x x))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) (-.f64 (+.f64 y y) x))) (neg.f64 (-.f64 (+.f64 y y) x))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) (-.f64 x (+.f64 y y)))) (neg.f64 (-.f64 x (+.f64 y y)))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y) (*.f64 (*.f64 x x) x))) (neg.f64 (fma.f64 #s(literal 4 binary64) (*.f64 y y) (*.f64 x (-.f64 x (+.f64 y y)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y) (*.f64 (*.f64 x x) x))) (neg.f64 (fma.f64 (+.f64 y y) (-.f64 (+.f64 y y) x) (*.f64 x x)))) |
(/.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) (-.f64 (+.f64 y y) x)) (-.f64 (+.f64 y y) x)) |
(/.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) (-.f64 x (+.f64 y y))) (-.f64 x (+.f64 y y))) |
(/.f64 (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y) (*.f64 (*.f64 x x) x)) (fma.f64 #s(literal 4 binary64) (*.f64 y y) (*.f64 x (-.f64 x (+.f64 y y))))) |
(/.f64 (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y) (*.f64 (*.f64 x x) x)) (fma.f64 (+.f64 y y) (-.f64 (+.f64 y y) x) (*.f64 x x))) |
(fma.f64 #s(literal 2 binary64) y x) |
(fma.f64 y #s(literal 2 binary64) x) |
(-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 y y)) (-.f64 (+.f64 y y) x)) (/.f64 (*.f64 x x) (-.f64 (+.f64 y y) x))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (+.f64 y y))) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 y y)) (-.f64 x (+.f64 y y)))) |
(-.f64 x (*.f64 (neg.f64 y) #s(literal 2 binary64))) |
(-.f64 x (*.f64 #s(literal -2 binary64) y)) |
(+.f64 (+.f64 x y) y) |
(+.f64 (/.f64 (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y)) (fma.f64 #s(literal 4 binary64) (*.f64 y y) (*.f64 x (-.f64 x (+.f64 y y))))) (/.f64 (*.f64 (*.f64 x x) x) (fma.f64 #s(literal 4 binary64) (*.f64 y y) (*.f64 x (-.f64 x (+.f64 y y)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 x x) x) (fma.f64 (+.f64 y y) (-.f64 (+.f64 y y) x) (*.f64 x x))) (/.f64 (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y)) (fma.f64 (+.f64 y y) (-.f64 (+.f64 y y) x) (*.f64 x x)))) |
(+.f64 (+.f64 y y) x) |
(+.f64 x (*.f64 (neg.f64 y) #s(literal -2 binary64))) |
(+.f64 x (+.f64 y y)) |
(+.f64 y (+.f64 y x)) |
#s(literal 2 binary64) |
x |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
(*.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(*.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x)) |
(*.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x))) |
(*.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 x x) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 x) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 x) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 x #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 2 binary64)) #s(literal 2 binary64)) |
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 x x)) #s(literal 2 binary64)) |
(neg.f64 (*.f64 (neg.f64 x) x)) |
(fabs.f64 (*.f64 x x)) |
(exp.f64 (fma.f64 (log.f64 x) #s(literal 2 binary64) #s(literal 0 binary64))) |
(exp.f64 (+.f64 #s(literal 0 binary64) (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 y y)) |
(*.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(*.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 y)) |
(*.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(*.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (fabs.f64 y)) |
(*.f64 (neg.f64 (fabs.f64 y)) (neg.f64 (fabs.f64 y))) |
(*.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 y))) |
(*.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 y))) |
(*.f64 (neg.f64 y) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(*.f64 (neg.f64 y) (neg.f64 y)) |
(*.f64 (fabs.f64 y) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(*.f64 (fabs.f64 y) (fabs.f64 y)) |
(*.f64 #s(literal 1 binary64) (*.f64 y y)) |
(*.f64 (*.f64 y y) #s(literal 1 binary64)) |
(*.f64 y y) |
(pow.f64 (exp.f64 (log.f64 y)) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 y) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 y) #s(literal 2 binary64)) |
(pow.f64 (*.f64 y y) #s(literal 1 binary64)) |
(pow.f64 y #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 y y) #s(literal 2 binary64)) #s(literal 2 binary64)) |
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 y y)) #s(literal 2 binary64)) |
(neg.f64 (*.f64 (neg.f64 y) y)) |
(fabs.f64 (*.f64 y y)) |
(exp.f64 (fma.f64 (log.f64 y) #s(literal 2 binary64) #s(literal 0 binary64))) |
(exp.f64 (+.f64 #s(literal 0 binary64) (*.f64 (log.f64 y) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 y) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 y) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 y) #s(literal 2 binary64)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
(*.f64 (fma.f64 x #s(literal 2 binary64) y) y) |
(*.f64 y (fma.f64 x #s(literal 2 binary64) y)) |
(/.f64 (*.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) (-.f64 y (+.f64 x x))) y) (-.f64 y (+.f64 x x))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) (-.f64 (+.f64 x x) y)) y) (-.f64 (+.f64 x x) y)) |
(/.f64 (*.f64 (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 x x) x) (*.f64 (*.f64 y y) y)) y) (fma.f64 (+.f64 x x) (-.f64 (+.f64 x x) y) (*.f64 y y))) |
(/.f64 (*.f64 (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 x x) x) (*.f64 (*.f64 y y) y)) y) (fma.f64 #s(literal 4 binary64) (*.f64 x x) (*.f64 y (-.f64 y (+.f64 x x))))) |
(/.f64 (*.f64 y (*.f64 (fma.f64 x #s(literal 2 binary64) y) (-.f64 y (+.f64 x x)))) (-.f64 y (+.f64 x x))) |
(/.f64 (*.f64 y (*.f64 (fma.f64 x #s(literal 2 binary64) y) (-.f64 (+.f64 x x) y))) (-.f64 (+.f64 x x) y)) |
(/.f64 (*.f64 y (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 x x) x) (*.f64 (*.f64 y y) y))) (fma.f64 (+.f64 x x) (-.f64 (+.f64 x x) y) (*.f64 y y))) |
(/.f64 (*.f64 y (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 x x) x) (*.f64 (*.f64 y y) y))) (fma.f64 #s(literal 4 binary64) (*.f64 x x) (*.f64 y (-.f64 y (+.f64 x x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 y y) y) y) (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y))) (*.f64 y (-.f64 y (+.f64 x x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) (*.f64 y (-.f64 (+.f64 x x) y)))) (neg.f64 (*.f64 y (-.f64 (+.f64 x x) y)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x x) x) (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y)) (*.f64 (*.f64 (*.f64 y y) y) (*.f64 (*.f64 y y) y)))) (neg.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y (-.f64 y (+.f64 x x))))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) (*.f64 y (-.f64 (+.f64 x x) y))) (*.f64 y (-.f64 (+.f64 x x) y))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x x) x) (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y)) (*.f64 (*.f64 (*.f64 y y) y) (*.f64 (*.f64 y y) y))) (fma.f64 (*.f64 (*.f64 y y) y) y (-.f64 (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y)) (*.f64 (+.f64 x x) (*.f64 (*.f64 y y) y))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x x) x) (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y)) (*.f64 (*.f64 (*.f64 y y) y) (*.f64 (*.f64 y y) y))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y (-.f64 y (+.f64 x x)))))) |
(fma.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 y) (*.f64 (+.f64 x x) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (fabs.f64 y) (*.f64 (+.f64 x x) y)) |
(fma.f64 (neg.f64 (fabs.f64 y)) (neg.f64 (fabs.f64 y)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 y)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 y)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (neg.f64 y) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (neg.f64 y) (neg.f64 y) (*.f64 (+.f64 x x) y)) |
(fma.f64 (fabs.f64 y) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (fabs.f64 y) (fabs.f64 y) (*.f64 (+.f64 x x) y)) |
(fma.f64 #s(literal 1 binary64) (*.f64 y y) (*.f64 (+.f64 x x) y)) |
(fma.f64 (+.f64 x x) y (*.f64 y y)) |
(fma.f64 (+.f64 y y) x (*.f64 y y)) |
(fma.f64 (*.f64 x y) #s(literal 2 binary64) (*.f64 y y)) |
(fma.f64 (*.f64 y y) #s(literal 1 binary64) (*.f64 (+.f64 x x) y)) |
(fma.f64 x (+.f64 y y) (*.f64 y y)) |
(fma.f64 x y (fma.f64 x y (*.f64 y y))) |
(fma.f64 #s(literal 2 binary64) (*.f64 x y) (*.f64 y y)) |
(fma.f64 y (+.f64 x x) (*.f64 y y)) |
(fma.f64 y x (fma.f64 x y (*.f64 y y))) |
(fma.f64 y y (*.f64 (+.f64 x x) y)) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y)) (*.f64 y (-.f64 (+.f64 x x) y))) (/.f64 (*.f64 (*.f64 (*.f64 y y) y) y) (*.f64 y (-.f64 (+.f64 x x) y)))) |
(-.f64 (*.f64 (+.f64 x x) y) (*.f64 (neg.f64 y) y)) |
(-.f64 (*.f64 y y) (*.f64 (neg.f64 (*.f64 x y)) #s(literal 2 binary64))) |
(-.f64 (*.f64 y y) (*.f64 (neg.f64 x) (+.f64 y y))) |
(-.f64 (*.f64 y y) (*.f64 (neg.f64 y) (+.f64 x x))) |
(-.f64 (*.f64 y y) (*.f64 (*.f64 #s(literal -2 binary64) x) y)) |
(+.f64 (fma.f64 y y (*.f64 x y)) (*.f64 x y)) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 y y) y))) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y (-.f64 y (+.f64 x x)))))) (/.f64 (*.f64 (*.f64 (*.f64 y y) y) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y) (*.f64 (*.f64 y y) (*.f64 y (-.f64 y (+.f64 x x))))))) |
(+.f64 (*.f64 (+.f64 x x) y) (*.f64 y y)) |
(+.f64 (*.f64 x y) (fma.f64 x y (*.f64 y y))) |
(+.f64 (*.f64 y y) (*.f64 (+.f64 x x) y)) |
(/.f64 (-.f64 (*.f64 (*.f64 y y) y) (*.f64 #s(literal -8 binary64) (*.f64 (*.f64 x x) x))) (fma.f64 (+.f64 x x) (-.f64 (+.f64 x x) y) (*.f64 y y))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) (-.f64 y (+.f64 x x)))) (neg.f64 (-.f64 y (+.f64 x x)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) (-.f64 (+.f64 x x) y))) (neg.f64 (-.f64 (+.f64 x x) y))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 x x) x) (*.f64 (*.f64 y y) y))) (neg.f64 (fma.f64 (+.f64 x x) (-.f64 (+.f64 x x) y) (*.f64 y y)))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 x x) x) (*.f64 (*.f64 y y) y))) (neg.f64 (fma.f64 #s(literal 4 binary64) (*.f64 x x) (*.f64 y (-.f64 y (+.f64 x x)))))) |
(/.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) (-.f64 y (+.f64 x x))) (-.f64 y (+.f64 x x))) |
(/.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) (-.f64 (+.f64 x x) y)) (-.f64 (+.f64 x x) y)) |
(/.f64 (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 x x) x) (*.f64 (*.f64 y y) y)) (fma.f64 (+.f64 x x) (-.f64 (+.f64 x x) y) (*.f64 y y))) |
(/.f64 (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 x x) x) (*.f64 (*.f64 y y) y)) (fma.f64 #s(literal 4 binary64) (*.f64 x x) (*.f64 y (-.f64 y (+.f64 x x))))) |
(fma.f64 x #s(literal 2 binary64) y) |
(fma.f64 #s(literal 2 binary64) x y) |
(-.f64 (/.f64 (*.f64 y y) (-.f64 y (+.f64 x x))) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (-.f64 y (+.f64 x x)))) |
(-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (-.f64 (+.f64 x x) y)) (/.f64 (*.f64 y y) (-.f64 (+.f64 x x) y))) |
(-.f64 y (*.f64 #s(literal -2 binary64) x)) |
(+.f64 (+.f64 y x) x) |
(+.f64 (/.f64 (*.f64 (*.f64 y y) y) (fma.f64 (+.f64 x x) (-.f64 (+.f64 x x) y) (*.f64 y y))) (/.f64 (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 x x) x)) (fma.f64 (+.f64 x x) (-.f64 (+.f64 x x) y) (*.f64 y y)))) |
(+.f64 (/.f64 (*.f64 #s(literal 8 binary64) (*.f64 (*.f64 x x) x)) (fma.f64 #s(literal 4 binary64) (*.f64 x x) (*.f64 y (-.f64 y (+.f64 x x))))) (/.f64 (*.f64 (*.f64 y y) y) (fma.f64 #s(literal 4 binary64) (*.f64 x x) (*.f64 y (-.f64 y (+.f64 x x)))))) |
(+.f64 (+.f64 x x) y) |
(+.f64 x (+.f64 x y)) |
(+.f64 y (*.f64 (neg.f64 x) #s(literal -2 binary64))) |
(+.f64 y (+.f64 x x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 y y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (fma.f64 (fma.f64 x #s(literal 2 binary64) y) y (*.f64 x x))) |
#s(approx (* (+ (* y 2) x) x) (*.f64 (+.f64 x x) y)) |
#s(approx (* (+ (* y 2) x) x) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
#s(approx (+ (* y 2) x) (+.f64 y y)) |
#s(approx (+ (* y 2) x) (fma.f64 #s(literal 2 binary64) y x)) |
#s(approx x x) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 y y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (fma.f64 (fma.f64 x #s(literal 2 binary64) y) y (*.f64 x x))) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx (* (+ (* 2 x) y) y) (*.f64 y y)) |
#s(approx (* (+ (* 2 x) y) y) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
#s(approx (+ (* 2 x) y) y) |
#s(approx (+ (* 2 x) y) (fma.f64 x #s(literal 2 binary64) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 (/.f64 (+.f64 y y) x) x x) x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -2 binary64) y (/.f64 (*.f64 (neg.f64 y) y) x)) x)) x) x)) |
#s(approx (* (+ (* y 2) x) x) (*.f64 x x)) |
#s(approx (* (+ (* y 2) x) x) (*.f64 (fma.f64 (/.f64 (+.f64 y y) x) x x) x)) |
#s(approx (+ (* y 2) x) x) |
#s(approx (+ (* y 2) x) (fma.f64 (/.f64 (+.f64 y y) x) x x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 (/.f64 (+.f64 y y) x) x x) x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -2 binary64) y (/.f64 (*.f64 (neg.f64 y) y) x)) x)) x) x)) |
#s(approx (* (+ (* 2 x) y) y) (*.f64 (+.f64 x x) y)) |
#s(approx (* (+ (* 2 x) y) y) (*.f64 (fma.f64 y (/.f64 y x) (+.f64 y y)) x)) |
#s(approx (+ (* 2 x) y) (+.f64 x x)) |
#s(approx (+ (* 2 x) y) (*.f64 (+.f64 (/.f64 y x) #s(literal 2 binary64)) x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -2 binary64) y (/.f64 (*.f64 (neg.f64 y) y) x)) x)) x) x)) |
#s(approx (+ (* y 2) x) (*.f64 (neg.f64 x) (fma.f64 #s(literal -2 binary64) (/.f64 y x) #s(literal -1 binary64)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -2 binary64) y (/.f64 (*.f64 (neg.f64 y) y) x)) x)) x) x)) |
#s(approx (* (+ (* 2 x) y) y) (*.f64 (fma.f64 y (/.f64 y x) (neg.f64 (*.f64 #s(literal -2 binary64) y))) x)) |
#s(approx (+ (* 2 x) y) (*.f64 (neg.f64 x) (-.f64 (/.f64 (neg.f64 y) x) #s(literal 2 binary64)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (fma.f64 (fma.f64 x #s(literal 2 binary64) y) y (*.f64 x x))) |
#s(approx y y) |
#s(approx (* (+ (* y 2) x) x) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (fma.f64 (fma.f64 x #s(literal 2 binary64) y) y (*.f64 x x))) |
#s(approx (* y y) (*.f64 y y)) |
#s(approx (* (+ (* 2 x) y) y) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 (/.f64 (+.f64 x x) y) y y) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -2 binary64) x (/.f64 (*.f64 (neg.f64 x) x) y)) y)) y) y)) |
#s(approx (* (+ (* y 2) x) x) (*.f64 (fma.f64 x (/.f64 x y) (+.f64 x x)) y)) |
#s(approx (+ (* y 2) x) (*.f64 (+.f64 (/.f64 x y) #s(literal 2 binary64)) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 (/.f64 (+.f64 x x) y) y y) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -2 binary64) x (/.f64 (*.f64 (neg.f64 x) x) y)) y)) y) y)) |
#s(approx (* (+ (* 2 x) y) y) (*.f64 (fma.f64 (/.f64 (+.f64 x x) y) y y) y)) |
#s(approx (+ (* 2 x) y) (fma.f64 (/.f64 (+.f64 x x) y) y y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -2 binary64) x (/.f64 (*.f64 (neg.f64 x) x) y)) y)) y) y)) |
#s(approx (* (+ (* y 2) x) x) (*.f64 (fma.f64 x (/.f64 x y) (neg.f64 (*.f64 #s(literal -2 binary64) x))) y)) |
#s(approx (+ (* y 2) x) (*.f64 (neg.f64 y) (-.f64 (/.f64 (neg.f64 x) y) #s(literal 2 binary64)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -2 binary64) x (/.f64 (*.f64 (neg.f64 x) x) y)) y)) y) y)) |
#s(approx (+ (* 2 x) y) (*.f64 (neg.f64 y) (fma.f64 (/.f64 x y) #s(literal -2 binary64) #s(literal -1 binary64)))) |
Compiled 12 009 to 1 124 computations (90.6% saved)
7 alts after pruning (2 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 487 | 2 | 489 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 5 | 5 |
| Done | 0 | 0 | 0 |
| Total | 487 | 7 | 494 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 98.0% | (fma.f64 y y (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
| ▶ | 54.4% | (fma.f64 y y (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x)) |
| ✓ | 61.1% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
| ✓ | 56.4% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
| ▶ | 56.4% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 (+.f64 y x) x) y)) |
| ✓ | 56.0% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 y y)) |
| ✓ | 59.8% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
Compiled 118 to 76 computations (35.6% saved)
| Inputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 (+.f64 y x) x) y)) |
(*.f64 (+.f64 (+.f64 y x) x) y) |
(+.f64 (+.f64 y x) x) |
(+.f64 y x) |
y |
x |
(fma.f64 y y (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x)) |
(*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x) |
#s(approx (+ (* y 2) x) (+.f64 y y)) |
(+.f64 y y) |
| Outputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (pow y 2))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* 2 (* x y)) (pow y 2)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* x (+ x (* 2 y))) (pow y 2)))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (pow y 2))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (+ (* 2 (* x y)) (pow y 2)))) |
#s(approx (+ (+ y x) x) #s(hole binary64 y)) |
#s(approx (+ (+ y x) x) #s(hole binary64 (+ y (* 2 x)))) |
#s(approx (+ y x) #s(hole binary64 y)) |
#s(approx (+ y x) #s(hole binary64 (+ x y))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (pow y 2))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (+ (* 2 (* x y)) (pow y 2)))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (+ (* x (+ x (* 2 y))) (pow y 2)))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* 2 (* x y)))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* x (+ x (* 2 y))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* 2 y))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (+ x (* 2 y)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (pow x 2))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (+ (* 2 (/ y x)) (/ (pow y 2) (pow x 2))))))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* 2 (* x y)))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* x (+ (* 2 y) (/ (pow y 2) x))))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* 2 x))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* x (+ 2 (/ y x))))) |
#s(approx (+ y x) #s(hole binary64 x)) |
#s(approx (+ y x) #s(hole binary64 (* x (+ 1 (/ y x))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow x 2) (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow x 2) (+ 1 (+ (* 2 (/ y x)) (/ (pow y 2) (pow x 2))))))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (pow x 2))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* (pow x 2) (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 x)) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* x (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (* -1 (/ (+ (* -2 y) (* -1 (/ (pow y 2) x))) x)))))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* -1 (* x (+ (* -2 y) (* -1 (/ (pow y 2) x))))))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* -1 (* x (- (* -1 (/ y x)) 2))))) |
#s(approx (+ y x) #s(hole binary64 (* -1 (* x (- (* -1 (/ y x)) 1))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow x 2) (+ 1 (* -1 (/ (+ (* -2 y) (* -1 (/ (pow y 2) x))) x)))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* -1 (* x (- (* -2 (/ y x)) 1))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* 2 (* x y)) (pow x 2)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* y (+ y (* 2 x))) (pow x 2)))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* y (+ y (* 2 x))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (+ (* 2 (* x y)) (pow x 2)))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (+ (* y (+ y (* 2 x))) (pow x 2)))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (+ (* 2 (* x y)) (pow x 2)))) |
#s(approx (+ y y) #s(hole binary64 (* 2 y))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (+ (* 2 (/ x y)) (/ (pow x 2) (pow y 2))))))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* (pow y 2) (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* y (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ y x) #s(hole binary64 (* y (+ 1 (/ x y))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow y 2) (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow y 2) (+ 1 (+ (* 2 (/ x y)) (/ (pow x 2) (pow y 2))))))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* y (+ (* 2 x) (/ (pow x 2) y))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* y (+ 2 (/ x y))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (* -1 (/ (+ (* -2 x) (* -1 (/ (pow x 2) y))) y)))))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* -1 (* y (- (* -2 (/ x y)) 1))))) |
#s(approx (+ y x) #s(hole binary64 (* -1 (* y (- (* -1 (/ x y)) 1))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow y 2) (+ 1 (* -1 (/ (+ (* -2 x) (* -1 (/ (pow x 2) y))) y)))))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* -1 (* y (+ (* -2 x) (* -1 (/ (pow x 2) y))))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* -1 (* y (- (* -1 (/ x y)) 2))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | 0 | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y x (+ (* y y) (* (+ (* y 2) x) x)) (* (+ (* y 2) x) x) (+ (* y 2) x) (+ y y)) |
| 1.0ms | y | @ | -inf | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y x (+ (* y y) (* (+ (* y 2) x) x)) (* (+ (* y 2) x) x) (+ (* y 2) x) (+ y y)) |
| 1.0ms | y | @ | inf | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y x (+ (* y y) (* (+ (* y 2) x) x)) (* (+ (* y 2) x) x) (+ (* y 2) x) (+ y y)) |
| 1.0ms | x | @ | -inf | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y x (+ (* y y) (* (+ (* y 2) x) x)) (* (+ (* y 2) x) x) (+ (* y 2) x) (+ y y)) |
| 1.0ms | x | @ | inf | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y x (+ (* y y) (* (+ (* y 2) x) x)) (* (+ (* y 2) x) x) (+ (* y 2) x) (+ y y)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 177 | 1177 |
| 0 | 184 | 1117 |
| 0 | 866 | 995 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 (+.f64 y x) x) y)) |
(*.f64 (+.f64 (+.f64 y x) x) y) |
(+.f64 (+.f64 y x) x) |
(+.f64 y x) |
y |
x |
(fma.f64 y y (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x)) |
(*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x) |
#s(approx (+ (* y 2) x) (+.f64 y y)) |
(+.f64 y y) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (pow y 2))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* 2 (* x y)) (pow y 2)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* x (+ x (* 2 y))) (pow y 2)))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (pow y 2))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (+ (* 2 (* x y)) (pow y 2)))) |
#s(approx (+ (+ y x) x) #s(hole binary64 y)) |
#s(approx (+ (+ y x) x) #s(hole binary64 (+ y (* 2 x)))) |
#s(approx (+ y x) #s(hole binary64 y)) |
#s(approx (+ y x) #s(hole binary64 (+ x y))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (pow y 2))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (+ (* 2 (* x y)) (pow y 2)))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (+ (* x (+ x (* 2 y))) (pow y 2)))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* 2 (* x y)))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* x (+ x (* 2 y))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* 2 y))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (+ x (* 2 y)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (pow x 2))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (+ (* 2 (/ y x)) (/ (pow y 2) (pow x 2))))))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* 2 (* x y)))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* x (+ (* 2 y) (/ (pow y 2) x))))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* 2 x))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* x (+ 2 (/ y x))))) |
#s(approx (+ y x) #s(hole binary64 x)) |
#s(approx (+ y x) #s(hole binary64 (* x (+ 1 (/ y x))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow x 2) (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow x 2) (+ 1 (+ (* 2 (/ y x)) (/ (pow y 2) (pow x 2))))))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (pow x 2))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* (pow x 2) (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 x)) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* x (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (* -1 (/ (+ (* -2 y) (* -1 (/ (pow y 2) x))) x)))))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* -1 (* x (+ (* -2 y) (* -1 (/ (pow y 2) x))))))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* -1 (* x (- (* -1 (/ y x)) 2))))) |
#s(approx (+ y x) #s(hole binary64 (* -1 (* x (- (* -1 (/ y x)) 1))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow x 2) (+ 1 (* -1 (/ (+ (* -2 y) (* -1 (/ (pow y 2) x))) x)))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* -1 (* x (- (* -2 (/ y x)) 1))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* 2 (* x y)) (pow x 2)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* y (+ y (* 2 x))) (pow x 2)))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* y (+ y (* 2 x))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (+ (* 2 (* x y)) (pow x 2)))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (+ (* y (+ y (* 2 x))) (pow x 2)))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (+ (* 2 (* x y)) (pow x 2)))) |
#s(approx (+ y y) #s(hole binary64 (* 2 y))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (+ (* 2 (/ x y)) (/ (pow x 2) (pow y 2))))))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* (pow y 2) (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* y (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ y x) #s(hole binary64 (* y (+ 1 (/ x y))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow y 2) (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow y 2) (+ 1 (+ (* 2 (/ x y)) (/ (pow x 2) (pow y 2))))))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* y (+ (* 2 x) (/ (pow x 2) y))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* y (+ 2 (/ x y))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (* -1 (/ (+ (* -2 x) (* -1 (/ (pow x 2) y))) y)))))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* -1 (* y (- (* -2 (/ x y)) 1))))) |
#s(approx (+ y x) #s(hole binary64 (* -1 (* y (- (* -1 (/ x y)) 1))))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) #s(hole binary64 (* (pow y 2) (+ 1 (* -1 (/ (+ (* -2 x) (* -1 (/ (pow x 2) y))) y)))))) |
#s(approx (* (+ (* y 2) x) x) #s(hole binary64 (* -1 (* y (+ (* -2 x) (* -1 (/ (pow x 2) y))))))) |
#s(approx (+ (* y 2) x) #s(hole binary64 (* -1 (* y (- (* -1 (/ x y)) 2))))) |
| Outputs |
|---|
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
(*.f64 (fma.f64 #s(literal 2 binary64) x y) y) |
(*.f64 y (fma.f64 #s(literal 2 binary64) x y)) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 x x) y) (*.f64 (+.f64 x x) y)) (*.f64 (*.f64 y y) (*.f64 y y))) (-.f64 (*.f64 (+.f64 x x) y) (*.f64 y y))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 x x) y) #s(literal 3 binary64)) (pow.f64 (*.f64 y y) #s(literal 3 binary64))) (fma.f64 (*.f64 (+.f64 x x) y) (*.f64 (+.f64 x x) y) (-.f64 (*.f64 (*.f64 y y) (*.f64 y y)) (*.f64 (*.f64 (+.f64 x x) y) (*.f64 y y))))) |
(fma.f64 (pow.f64 y #s(literal 1 binary64)) (pow.f64 y #s(literal 1 binary64)) (*.f64 (+.f64 x x) y)) |
(fma.f64 (neg.f64 y) (neg.f64 y) (*.f64 (+.f64 x x) y)) |
(fma.f64 (fabs.f64 y) (fabs.f64 y) (*.f64 (+.f64 x x) y)) |
(fma.f64 (+.f64 x x) y (*.f64 y y)) |
(fma.f64 (*.f64 y x) #s(literal 2 binary64) (*.f64 y y)) |
(fma.f64 y (+.f64 x x) (*.f64 y y)) |
(fma.f64 y y (*.f64 (+.f64 x x) y)) |
(fma.f64 #s(literal 2 binary64) (*.f64 y x) (*.f64 y y)) |
(fma.f64 x (+.f64 y y) (*.f64 y y)) |
(+.f64 (*.f64 (+.f64 x x) y) (*.f64 y y)) |
(+.f64 (*.f64 y y) (*.f64 (+.f64 x x) y)) |
(/.f64 (-.f64 (*.f64 (+.f64 y x) (+.f64 y x)) (*.f64 x x)) (-.f64 (+.f64 y x) x)) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 (+.f64 x x) (+.f64 x x))) (-.f64 y (+.f64 x x))) |
(/.f64 (+.f64 (pow.f64 (+.f64 y x) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (fma.f64 (+.f64 y x) (+.f64 y x) (-.f64 (*.f64 x x) (*.f64 (+.f64 y x) x)))) |
(/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (+.f64 x x) #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 (+.f64 x x) (+.f64 x x)) (*.f64 (+.f64 x x) y)))) |
(fma.f64 #s(literal 2 binary64) x y) |
(fma.f64 x #s(literal 2 binary64) y) |
(-.f64 y (*.f64 #s(literal -2 binary64) x)) |
(+.f64 (+.f64 x x) y) |
(+.f64 (+.f64 y x) x) |
(+.f64 y (+.f64 x x)) |
(+.f64 x (+.f64 y x)) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 x x)) (-.f64 y x)) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (-.f64 x y)) |
(/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 x x) (*.f64 y x)))) |
(/.f64 (+.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 x x (-.f64 (*.f64 y y) (*.f64 y x)))) |
(+.f64 y x) |
(+.f64 x y) |
y |
x |
(/.f64 (-.f64 (*.f64 (*.f64 y y) (*.f64 y y)) (*.f64 (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x) (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x))) (-.f64 (*.f64 y y) (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x))) |
(/.f64 (+.f64 (pow.f64 (*.f64 y y) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x) #s(literal 3 binary64))) (fma.f64 (*.f64 y y) (*.f64 y y) (-.f64 (*.f64 (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x) (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x)) (*.f64 (*.f64 y y) (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x))))) |
(fma.f64 (pow.f64 y #s(literal 1 binary64)) (pow.f64 y #s(literal 1 binary64)) (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x)) |
(fma.f64 (neg.f64 y) (neg.f64 y) (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x)) |
(fma.f64 (fabs.f64 y) (fabs.f64 y) (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x)) |
(fma.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x (*.f64 y y)) |
(fma.f64 y y (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x)) |
(fma.f64 x #s(approx (+ (* y 2) x) (+.f64 y y)) (*.f64 y y)) |
(-.f64 (*.f64 y y) (*.f64 (neg.f64 #s(approx (+ (* y 2) x) (+.f64 y y))) x)) |
(+.f64 (*.f64 y y) (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x)) |
(+.f64 (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x) (*.f64 y y)) |
(*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x) |
(*.f64 x #s(approx (+ (* y 2) x) (+.f64 y y))) |
#s(approx (+ (* y 2) x) (+.f64 y y)) |
(*.f64 y #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) y) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 y y)) (-.f64 y y)) |
(/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 y y) (*.f64 y y)))) |
(+.f64 y y) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 y y)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (fma.f64 (fma.f64 #s(literal 2 binary64) x y) y (*.f64 x x))) |
#s(approx (* (+ (+ y x) x) y) (*.f64 y y)) |
#s(approx (* (+ (+ y x) x) y) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
#s(approx (+ (+ y x) x) y) |
#s(approx (+ (+ y x) x) (fma.f64 #s(literal 2 binary64) x y)) |
#s(approx (+ y x) y) |
#s(approx (+ y x) (+.f64 y x)) |
#s(approx x x) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 y y)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (fma.f64 (fma.f64 #s(literal 2 binary64) x y) y (*.f64 x x))) |
#s(approx (* (+ (* y 2) x) x) (*.f64 (+.f64 x x) y)) |
#s(approx (* (+ (* y 2) x) x) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
#s(approx (+ (* y 2) x) (+.f64 y y)) |
#s(approx (+ (* y 2) x) (fma.f64 y #s(literal 2 binary64) x)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 x x)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (fma.f64 (/.f64 y x) #s(literal 2 binary64) #s(literal 1 binary64)) (*.f64 x x))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (+.f64 (fma.f64 (/.f64 y x) #s(literal 2 binary64) #s(literal 1 binary64)) (/.f64 (*.f64 y y) (*.f64 x x))) (*.f64 x x))) |
#s(approx (* (+ (+ y x) x) y) (*.f64 (+.f64 x x) y)) |
#s(approx (* (+ (+ y x) x) y) (*.f64 (fma.f64 y #s(literal 2 binary64) (/.f64 (*.f64 y y) x)) x)) |
#s(approx (+ (+ y x) x) (+.f64 x x)) |
#s(approx (+ (+ y x) x) (*.f64 (+.f64 (/.f64 y x) #s(literal 2 binary64)) x)) |
#s(approx (+ y x) x) |
#s(approx (+ y x) (*.f64 (+.f64 (/.f64 y x) #s(literal 1 binary64)) x)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 x x)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (fma.f64 (/.f64 y x) #s(literal 2 binary64) #s(literal 1 binary64)) (*.f64 x x))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (+.f64 (fma.f64 (/.f64 y x) #s(literal 2 binary64) #s(literal 1 binary64)) (/.f64 (*.f64 y y) (*.f64 x x))) (*.f64 x x))) |
#s(approx (* (+ (* y 2) x) x) (*.f64 x x)) |
#s(approx (* (+ (* y 2) x) x) (*.f64 (fma.f64 (/.f64 y x) #s(literal 2 binary64) #s(literal 1 binary64)) (*.f64 x x))) |
#s(approx (+ (* y 2) x) x) |
#s(approx (+ (* y 2) x) (*.f64 (fma.f64 (/.f64 y x) #s(literal 2 binary64) #s(literal 1 binary64)) x)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 (/.f64 (*.f64 y y) x))) x)) #s(literal 1 binary64)) (*.f64 x x))) |
#s(approx (* (+ (+ y x) x) y) (neg.f64 (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 (/.f64 (*.f64 y y) x))) x))) |
#s(approx (+ (+ y x) x) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 y x)) #s(literal 2 binary64)) x))) |
#s(approx (+ y x) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 y x)) #s(literal 1 binary64)) x))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 (/.f64 (*.f64 y y) x))) x)) #s(literal 1 binary64)) (*.f64 x x))) |
#s(approx (+ (* y 2) x) (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 y x)) #s(literal 1 binary64)) x))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (fma.f64 (fma.f64 #s(literal 2 binary64) x y) y (*.f64 x x))) |
#s(approx (* (+ (+ y x) x) y) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
#s(approx y y) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (fma.f64 (fma.f64 #s(literal 2 binary64) x y) y (*.f64 x x))) |
#s(approx (* (+ (* y 2) x) x) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
#s(approx (+ y y) (+.f64 y y)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) #s(literal 1 binary64)) (*.f64 y y))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (+.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) #s(literal 1 binary64)) (/.f64 (*.f64 x x) (*.f64 y y))) (*.f64 y y))) |
#s(approx (* (+ (+ y x) x) y) (*.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) #s(literal 1 binary64)) (*.f64 y y))) |
#s(approx (+ (+ y x) x) (*.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) #s(literal 1 binary64)) y)) |
#s(approx (+ y x) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) y)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) #s(literal 1 binary64)) (*.f64 y y))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (+.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) #s(literal 1 binary64)) (/.f64 (*.f64 x x) (*.f64 y y))) (*.f64 y y))) |
#s(approx (* (+ (* y 2) x) x) (*.f64 (fma.f64 #s(literal 2 binary64) x (/.f64 (*.f64 x x) y)) y)) |
#s(approx (+ (* y 2) x) (*.f64 (+.f64 (/.f64 x y) #s(literal 2 binary64)) y)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 #s(literal -2 binary64) x (neg.f64 (/.f64 (*.f64 x x) y))) y)) #s(literal 1 binary64)) (*.f64 y y))) |
#s(approx (+ (+ y x) x) (neg.f64 (*.f64 (-.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64)) #s(literal 1 binary64)) y))) |
#s(approx (+ y x) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 x y)) #s(literal 1 binary64)) y))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 #s(literal -2 binary64) x (neg.f64 (/.f64 (*.f64 x x) y))) y)) #s(literal 1 binary64)) (*.f64 y y))) |
#s(approx (* (+ (* y 2) x) x) (neg.f64 (*.f64 (fma.f64 #s(literal -2 binary64) x (neg.f64 (/.f64 (*.f64 x x) y))) y))) |
#s(approx (+ (* y 2) x) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 x y)) #s(literal 2 binary64)) y))) |
Compiled 2 329 to 393 computations (83.1% saved)
8 alts after pruning (1 fresh and 7 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 95 | 1 | 96 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 2 | 2 |
| Done | 0 | 5 | 5 |
| Total | 95 | 8 | 103 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 98.0% | (fma.f64 y y (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
| ✓ | 54.4% | (fma.f64 y y (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x)) |
| ✓ | 61.1% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
| ✓ | 56.4% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
| ✓ | 56.4% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 (+.f64 y x) x) y)) |
| ▶ | 56.1% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 #s(approx (+ y x) y) x) y)) |
| ✓ | 56.0% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 y y)) |
| ✓ | 59.8% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
Compiled 141 to 90 computations (36.2% saved)
| Inputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 #s(approx (+ y x) y) x) y)) |
(*.f64 (+.f64 #s(approx (+ y x) y) x) y) |
(+.f64 #s(approx (+ y x) y) x) |
#s(approx (+ y x) y) |
y |
x |
| Outputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (pow y 2))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* 2 (* x y)) (pow y 2)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* x (+ x (* 2 y))) (pow y 2)))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (pow y 2))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (+ (* 2 (* x y)) (pow y 2)))) |
#s(approx (+ (+ y x) x) #s(hole binary64 y)) |
#s(approx (+ (+ y x) x) #s(hole binary64 (+ y (* 2 x)))) |
#s(approx (+ y x) #s(hole binary64 y)) |
#s(approx (+ y x) #s(hole binary64 (+ x y))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (pow x 2))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (+ (* 2 (/ y x)) (/ (pow y 2) (pow x 2))))))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* 2 (* x y)))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* x (+ (* 2 y) (/ (pow y 2) x))))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* 2 x))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* x (+ 2 (/ y x))))) |
#s(approx (+ y x) #s(hole binary64 x)) |
#s(approx (+ y x) #s(hole binary64 (* x (+ 1 (/ y x))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (* -1 (/ (+ (* -2 y) (* -1 (/ (pow y 2) x))) x)))))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* -1 (* x (+ (* -2 y) (* -1 (/ (pow y 2) x))))))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* -1 (* x (- (* -1 (/ y x)) 2))))) |
#s(approx (+ y x) #s(hole binary64 (* -1 (* x (- (* -1 (/ y x)) 1))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* 2 (* x y)) (pow x 2)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* y (+ y (* 2 x))) (pow x 2)))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* y (+ y (* 2 x))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (+ (* 2 (/ x y)) (/ (pow x 2) (pow y 2))))))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* (pow y 2) (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* y (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ y x) #s(hole binary64 (* y (+ 1 (/ x y))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (* -1 (/ (+ (* -2 x) (* -1 (/ (pow x 2) y))) y)))))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* -1 (* y (- (* -2 (/ x y)) 1))))) |
#s(approx (+ y x) #s(hole binary64 (* -1 (* y (- (* -1 (/ x y)) 1))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | y | @ | -inf | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y x) |
| 1.0ms | x | @ | -inf | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y x) |
| 1.0ms | x | @ | inf | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y x) |
| 1.0ms | y | @ | inf | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y x) |
| 0.0ms | x | @ | 0 | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y x) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 126 | 643 |
| 0 | 128 | 598 |
| 1 | 692 | 589 |
| 0 | 6712 | 527 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 #s(approx (+ y x) y) x) y)) |
(*.f64 (+.f64 #s(approx (+ y x) y) x) y) |
(+.f64 #s(approx (+ y x) y) x) |
#s(approx (+ y x) y) |
y |
x |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (pow y 2))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* 2 (* x y)) (pow y 2)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* x (+ x (* 2 y))) (pow y 2)))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (pow y 2))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (+ (* 2 (* x y)) (pow y 2)))) |
#s(approx (+ (+ y x) x) #s(hole binary64 y)) |
#s(approx (+ (+ y x) x) #s(hole binary64 (+ y (* 2 x)))) |
#s(approx (+ y x) #s(hole binary64 y)) |
#s(approx (+ y x) #s(hole binary64 (+ x y))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (pow x 2))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (* 2 (/ y x)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (+ (* 2 (/ y x)) (/ (pow y 2) (pow x 2))))))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* 2 (* x y)))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* x (+ (* 2 y) (/ (pow y 2) x))))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* 2 x))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* x (+ 2 (/ y x))))) |
#s(approx (+ y x) #s(hole binary64 x)) |
#s(approx (+ y x) #s(hole binary64 (* x (+ 1 (/ y x))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (* -1 (/ (+ (* -2 y) (* -1 (/ (pow y 2) x))) x)))))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* -1 (* x (+ (* -2 y) (* -1 (/ (pow y 2) x))))))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* -1 (* x (- (* -1 (/ y x)) 2))))) |
#s(approx (+ y x) #s(hole binary64 (* -1 (* x (- (* -1 (/ y x)) 1))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* 2 (* x y)) (pow x 2)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (+ (* y (+ y (* 2 x))) (pow x 2)))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* y (+ y (* 2 x))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (+ (* 2 (/ x y)) (/ (pow x 2) (pow y 2))))))) |
#s(approx (* (+ (+ y x) x) y) #s(hole binary64 (* (pow y 2) (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* y (+ 1 (* 2 (/ x y)))))) |
#s(approx (+ y x) #s(hole binary64 (* y (+ 1 (/ x y))))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (* -1 (/ (+ (* -2 x) (* -1 (/ (pow x 2) y))) y)))))) |
#s(approx (+ (+ y x) x) #s(hole binary64 (* -1 (* y (- (* -2 (/ x y)) 1))))) |
#s(approx (+ y x) #s(hole binary64 (* -1 (* y (- (* -1 (/ x y)) 1))))) |
| Outputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 #s(approx (+ y x) y) x) y)) |
(*.f64 (+.f64 #s(approx (+ y x) y) x) y) |
(*.f64 y (+.f64 #s(approx (+ y x) y) x)) |
(/.f64 (*.f64 (*.f64 (+.f64 #s(approx (+ y x) y) x) (-.f64 #s(approx (+ y x) y) x)) y) (-.f64 #s(approx (+ y x) y) x)) |
(/.f64 (*.f64 (fma.f64 (*.f64 #s(approx (+ y x) y) #s(approx (+ y x) y)) #s(approx (+ y x) y) (*.f64 (*.f64 x x) x)) y) (fma.f64 #s(approx (+ y x) y) #s(approx (+ y x) y) (*.f64 x (-.f64 x #s(approx (+ y x) y))))) |
(/.f64 (*.f64 y (*.f64 (+.f64 #s(approx (+ y x) y) x) (-.f64 #s(approx (+ y x) y) x))) (-.f64 #s(approx (+ y x) y) x)) |
(/.f64 (*.f64 y (fma.f64 (*.f64 #s(approx (+ y x) y) #s(approx (+ y x) y)) #s(approx (+ y x) y) (*.f64 (*.f64 x x) x))) (fma.f64 #s(approx (+ y x) y) #s(approx (+ y x) y) (*.f64 x (-.f64 x #s(approx (+ y x) y))))) |
(fma.f64 #s(approx (+ y x) y) y (*.f64 y x)) |
(fma.f64 y #s(approx (+ y x) y) (*.f64 y x)) |
(fma.f64 y x (*.f64 #s(approx (+ y x) y) y)) |
(fma.f64 y x (*.f64 y #s(approx (+ y x) y))) |
(fma.f64 x y (*.f64 #s(approx (+ y x) y) y)) |
(fma.f64 x y (*.f64 y #s(approx (+ y x) y))) |
(+.f64 (*.f64 #s(approx (+ y x) y) y) (*.f64 y x)) |
(+.f64 (*.f64 y #s(approx (+ y x) y)) (*.f64 y x)) |
(+.f64 (*.f64 y x) (*.f64 #s(approx (+ y x) y) y)) |
(+.f64 (*.f64 y x) (*.f64 y #s(approx (+ y x) y))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 #s(approx (+ y x) y) #s(approx (+ y x) y))) (-.f64 x #s(approx (+ y x) y))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(approx (+ y x) y) x) (-.f64 #s(approx (+ y x) y) x))) (neg.f64 (-.f64 #s(approx (+ y x) y) x))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 #s(approx (+ y x) y) #s(approx (+ y x) y)) #s(approx (+ y x) y) (*.f64 (*.f64 x x) x))) (neg.f64 (fma.f64 #s(approx (+ y x) y) #s(approx (+ y x) y) (*.f64 x (-.f64 x #s(approx (+ y x) y)))))) |
(/.f64 (*.f64 (+.f64 #s(approx (+ y x) y) x) (-.f64 #s(approx (+ y x) y) x)) (-.f64 #s(approx (+ y x) y) x)) |
(/.f64 (fma.f64 (*.f64 #s(approx (+ y x) y) #s(approx (+ y x) y)) #s(approx (+ y x) y) (*.f64 (*.f64 x x) x)) (fma.f64 x x (-.f64 (*.f64 #s(approx (+ y x) y) #s(approx (+ y x) y)) (*.f64 #s(approx (+ y x) y) x)))) |
(/.f64 (fma.f64 (*.f64 #s(approx (+ y x) y) #s(approx (+ y x) y)) #s(approx (+ y x) y) (*.f64 (*.f64 x x) x)) (fma.f64 #s(approx (+ y x) y) #s(approx (+ y x) y) (*.f64 x (-.f64 x #s(approx (+ y x) y))))) |
(-.f64 (/.f64 (*.f64 #s(approx (+ y x) y) #s(approx (+ y x) y)) (-.f64 #s(approx (+ y x) y) x)) (/.f64 (*.f64 x x) (-.f64 #s(approx (+ y x) y) x))) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(approx (+ y x) y) #s(approx (+ y x) y)) #s(approx (+ y x) y)) (fma.f64 #s(approx (+ y x) y) #s(approx (+ y x) y) (*.f64 x (-.f64 x #s(approx (+ y x) y))))) (/.f64 (*.f64 (*.f64 x x) x) (fma.f64 #s(approx (+ y x) y) #s(approx (+ y x) y) (*.f64 x (-.f64 x #s(approx (+ y x) y)))))) |
(+.f64 #s(approx (+ y x) y) x) |
(+.f64 x #s(approx (+ y x) y)) |
#s(approx (+ y x) y) |
y |
x |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 y y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (fma.f64 (fma.f64 #s(literal 2 binary64) x y) y (*.f64 x x))) |
#s(approx (* (+ (+ y x) x) y) (*.f64 y y)) |
#s(approx (* (+ (+ y x) x) y) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
#s(approx (+ (+ y x) x) y) |
#s(approx (+ (+ y x) x) (fma.f64 #s(literal 2 binary64) x y)) |
#s(approx (+ y x) y) |
#s(approx (+ y x) (+.f64 y x)) |
#s(approx x x) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (*.f64 (fma.f64 (/.f64 y x) #s(literal 2 binary64) #s(literal 1 binary64)) x) x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -2 binary64) y (/.f64 (*.f64 (neg.f64 y) y) x)) x)) x) x)) |
#s(approx (* (+ (+ y x) x) y) (*.f64 (+.f64 x x) y)) |
#s(approx (* (+ (+ y x) x) y) (*.f64 (fma.f64 y (/.f64 y x) (+.f64 y y)) x)) |
#s(approx (+ (+ y x) x) (+.f64 x x)) |
#s(approx (+ (+ y x) x) (*.f64 (+.f64 (/.f64 y x) #s(literal 2 binary64)) x)) |
#s(approx (+ y x) x) |
#s(approx (+ y x) (fma.f64 (/.f64 y x) x x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -2 binary64) y (/.f64 (*.f64 (neg.f64 y) y) x)) x)) x) x)) |
#s(approx (* (+ (+ y x) x) y) (*.f64 (fma.f64 y (/.f64 y x) (neg.f64 (*.f64 #s(literal -2 binary64) y))) x)) |
#s(approx (+ (+ y x) x) (*.f64 (neg.f64 x) (-.f64 (/.f64 (neg.f64 y) x) #s(literal 2 binary64)))) |
#s(approx (+ y x) (*.f64 (neg.f64 x) (-.f64 (/.f64 (neg.f64 y) x) #s(literal 1 binary64)))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (fma.f64 (fma.f64 #s(literal 2 binary64) x y) y (*.f64 x x))) |
#s(approx (* (+ (+ y x) x) y) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
#s(approx y y) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 (/.f64 (+.f64 x x) y) y y) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (neg.f64 x) x) y) (+.f64 x x)) y)) (*.f64 y y))) |
#s(approx (* (+ (+ y x) x) y) (*.f64 (fma.f64 (/.f64 (+.f64 x x) y) y y) y)) |
#s(approx (+ (+ y x) x) (fma.f64 (/.f64 (+.f64 x x) y) y y)) |
#s(approx (+ y x) (fma.f64 (/.f64 x y) y y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (neg.f64 x) x) y) (+.f64 x x)) y)) (*.f64 y y))) |
#s(approx (+ (+ y x) x) (*.f64 (neg.f64 y) (fma.f64 (/.f64 x y) #s(literal -2 binary64) #s(literal -1 binary64)))) |
#s(approx (+ y x) (*.f64 (neg.f64 y) (-.f64 (/.f64 (neg.f64 x) y) #s(literal 1 binary64)))) |
Compiled 1 661 to 228 computations (86.3% saved)
8 alts after pruning (0 fresh and 8 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 51 | 0 | 51 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 7 | 7 |
| Total | 51 | 8 | 59 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 98.0% | (fma.f64 y y (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
| ✓ | 54.4% | (fma.f64 y y (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x)) |
| ✓ | 61.1% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
| ✓ | 56.4% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
| ✓ | 56.4% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 (+.f64 y x) x) y)) |
| ✓ | 56.1% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 #s(approx (+ y x) y) x) y)) |
| ✓ | 56.0% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 y y)) |
| ✓ | 59.8% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
Compiled 295 to 130 computations (55.9% saved)
| Inputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 y y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 #s(approx (+ y x) y) x) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 (+.f64 y x) x) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 y y (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x)) |
(fma.f64 y y (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(+.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 x #s(literal 2 binary64)) y)) (*.f64 y y)) |
| Outputs |
|---|
(fma.f64 y y (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 y y)) |
3 calls:
| 5.0ms | (+.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 x #s(literal 2 binary64)) y)) (*.f64 y y)) |
| 5.0ms | x |
| 3.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.0% | 1 | (+.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 x #s(literal 2 binary64)) y)) (*.f64 y y)) |
| 98.0% | 1 | x |
| 100.0% | 2 | y |
Compiled 15 to 13 computations (13.3% saved)
| Inputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 y y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 #s(approx (+ y x) y) x) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 (+.f64 y x) x) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
(fma.f64 y y (*.f64 #s(approx (+ (* y 2) x) (+.f64 y y)) x)) |
| Outputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) |
3 calls:
| 2.0ms | y |
| 2.0ms | x |
| 2.0ms | (+.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 x #s(literal 2 binary64)) y)) (*.f64 y y)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 66.2% | 3 | (+.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 x #s(literal 2 binary64)) y)) (*.f64 y y)) |
| 89.4% | 2 | x |
| 88.3% | 2 | y |
Compiled 15 to 13 computations (13.3% saved)
| Inputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 y y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 #s(approx (+ y x) y) x) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 (+.f64 y x) x) y)) |
| Outputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 (+.f64 y x) x) y)) |
1 calls:
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.4% | 2 | x |
Compiled 1 to 2 computations (-100% saved)
| Inputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 y y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 #s(approx (+ y x) y) x) y)) |
| Outputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 #s(approx (+ y x) y) x) y)) |
1 calls:
| 1.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.3% | 2 | x |
Compiled 1 to 2 computations (-100% saved)
| Inputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 y y)) |
| Outputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 y y)) |
1 calls:
| 1.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.3% | 2 | x |
Compiled 1 to 2 computations (-100% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
| Outputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 x x)) |
3 calls:
| 1.0ms | (+.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 x #s(literal 2 binary64)) y)) (*.f64 y y)) |
| 1.0ms | x |
| 1.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 59.8% | 1 | (+.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 x #s(literal 2 binary64)) y)) (*.f64 y y)) |
| 59.8% | 1 | y |
| 59.8% | 1 | x |
Compiled 15 to 13 computations (13.3% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 11.0ms | 7.5226070104005e+144 | 5.016177735084123e+150 |
| 6.0ms | 144× | 0 | valid |
Compiled 250 to 185 computations (26% saved)
ival-mult!: 3.0ms (97.4% of total)ival-add!: 1.0ms (32.5% of total)adjust: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 10.0ms | -5.812202103831274e-84 | -9.81025297609506e-87 |
| 5.0ms | 128× | 0 | valid |
Compiled 312 to 222 computations (28.8% saved)
ival-mult!: 2.0ms (70.7% of total)ival-add!: 1.0ms (35.3% of total)adjust: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | -5.812202103831274e-84 | -9.81025297609506e-87 |
Compiled 320 to 222 computations (30.6% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | -5.812202103831274e-84 | -9.81025297609506e-87 |
Compiled 336 to 230 computations (31.5% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | -5.812202103831274e-84 | -9.81025297609506e-87 |
Compiled 288 to 206 computations (28.5% saved)
| 1× | done |
Compiled 212 to 38 computations (82.1% saved)
Compiled 874 to 294 computations (66.4% saved)
Loading profile data...