
Time bar (total: 2.4s)
| 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)
| 470.0ms | 8 256× | 0 | valid |
ival-mult!: 179.0ms (82.9% of total)ival-add!: 36.0ms (16.7% of total)adjust: 2.0ms (0.9% 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 |
| 27.0ms | 512× | 0 | valid |
Compiled 95 to 31 computations (67.4% saved)
ival-mult!: 11.0ms (85.3% of total)ival-add!: 2.0ms (15.5% 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)) |
| 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 | 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 | 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 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) #s(literal 2 binary64))) (-.f64 (*.f64 x x) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y))) |
(/.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) #s(literal 2 binary64))) (-.f64 (*.f64 y y) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) #s(literal 3 binary64)) (pow.f64 (*.f64 (neg.f64 y) y) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) #s(literal 2 binary64)) (+.f64 (pow.f64 y #s(literal 4 binary64)) (*.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) (*.f64 (neg.f64 y) y))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64)))) (neg.f64 (fma.f64 (fma.f64 #s(literal 2 binary64) x y) y (*.f64 (neg.f64 x) x)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) #s(literal 2 binary64)) (pow.f64 y #s(literal 4 binary64)))) (neg.f64 (fma.f64 (fma.f64 y #s(literal 2 binary64) x) x (*.f64 (neg.f64 y) y)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 y #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 y y) (-.f64 (*.f64 y y) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) (pow.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (fma.f64 (fma.f64 #s(literal 2 binary64) x y) y (*.f64 (neg.f64 x) x))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) #s(literal 2 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 (fma.f64 y #s(literal 2 binary64) x) x (*.f64 (neg.f64 y) y))) |
(/.f64 (+.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) #s(literal 3 binary64))) (+.f64 (pow.f64 x #s(literal 4 binary64)) (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) x) x)))) |
(/.f64 (+.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) #s(literal 3 binary64))) (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (pow.f64 y #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) #s(literal 3 binary64))) (+.f64 (pow.f64 y #s(literal 4 binary64)) (-.f64 (pow.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) #s(literal 2 binary64)) (*.f64 (fma.f64 y #s(literal 2 binary64) x) (*.f64 x (*.f64 y y)))))) |
(/.f64 (+.f64 (pow.f64 y #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) #s(literal 3 binary64))) (fma.f64 (*.f64 y y) (-.f64 (*.f64 y y) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) (pow.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) #s(literal 2 binary64)))) |
(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 #s(literal 2 binary64) x) y (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 (*.f64 #s(literal 2 binary64) x) y (fma.f64 x x (*.f64 y y))) |
(fma.f64 (*.f64 #s(literal 2 binary64) 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 #s(literal 2 binary64)) x (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 (*.f64 y #s(literal 2 binary64)) x (fma.f64 x x (*.f64 y y))) |
(fma.f64 (*.f64 y #s(literal 2 binary64)) 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 #s(literal 2 binary64) x) (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 y (*.f64 #s(literal 2 binary64) x) (fma.f64 x x (*.f64 y y))) |
(fma.f64 y (*.f64 #s(literal 2 binary64) 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 #s(literal 2 binary64)) (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 x (*.f64 y #s(literal 2 binary64)) (fma.f64 x x (*.f64 y y))) |
(fma.f64 x (*.f64 y #s(literal 2 binary64)) (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 (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) #s(literal 2 binary64)) (fma.f64 (fma.f64 #s(literal 2 binary64) x y) y (*.f64 (neg.f64 x) x))) (/.f64 (pow.f64 x #s(literal 4 binary64)) (fma.f64 (fma.f64 #s(literal 2 binary64) x y) y (*.f64 (neg.f64 x) x)))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) #s(literal 2 binary64)) (fma.f64 (fma.f64 y #s(literal 2 binary64) x) x (*.f64 (neg.f64 y) y))) (/.f64 (pow.f64 y #s(literal 4 binary64)) (fma.f64 (fma.f64 y #s(literal 2 binary64) x) x (*.f64 (neg.f64 y) 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 y x) #s(literal 2 binary64))) |
(+.f64 (fma.f64 y y (*.f64 x x)) (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) #s(literal 3 binary64)) (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) #s(literal 2 binary64)))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) (*.f64 (fma.f64 #s(literal 2 binary64) x y) y)) (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) y) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) #s(literal 3 binary64)) (fma.f64 (*.f64 y y) (-.f64 (*.f64 y y) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) (pow.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) #s(literal 2 binary64)))) (/.f64 (pow.f64 y #s(literal 6 binary64)) (fma.f64 (*.f64 y y) (-.f64 (*.f64 y y) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) (pow.f64 (*.f64 (fma.f64 y #s(literal 2 binary64) x) x) #s(literal 2 binary64))))) |
(+.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 y x) #s(literal 2 binary64)) (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(+.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 x x (*.f64 y y))) |
(+.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) (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 (*.f64 x x) (*.f64 #s(literal 4 binary64) (*.f64 y y))) x) (-.f64 x (*.f64 y #s(literal 2 binary64)))) |
(/.f64 (*.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) x) (fma.f64 (*.f64 y #s(literal 2 binary64)) (-.f64 (*.f64 y #s(literal 2 binary64)) x) (*.f64 x x))) |
(/.f64 (*.f64 x (-.f64 (*.f64 x x) (*.f64 #s(literal 4 binary64) (*.f64 y y)))) (-.f64 x (*.f64 y #s(literal 2 binary64)))) |
(/.f64 (*.f64 x (fma.f64 #s(literal 8 binary64) (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (fma.f64 (*.f64 y #s(literal 2 binary64)) (-.f64 (*.f64 y #s(literal 2 binary64)) x) (*.f64 x x))) |
(/.f64 (-.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) x) y) #s(literal 3 binary64))) (+.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 #s(literal -2 binary64) x) y))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64)))) (neg.f64 (*.f64 x (-.f64 x (*.f64 y #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64)))) (neg.f64 (*.f64 x (-.f64 (*.f64 y #s(literal 2 binary64)) x)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) #s(literal 8 binary64) (pow.f64 x #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) (*.f64 x (-.f64 (*.f64 y #s(literal 2 binary64)) x)) (pow.f64 x #s(literal 4 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) #s(literal 8 binary64) (pow.f64 x #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (*.f64 x (-.f64 x (*.f64 y #s(literal 2 binary64)))) (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64))) (*.f64 x (-.f64 x (*.f64 y #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (*.f64 x (-.f64 (*.f64 y #s(literal 2 binary64)) x))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) #s(literal 8 binary64) (pow.f64 x #s(literal 6 binary64))) (fma.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) (*.f64 x (-.f64 (*.f64 y #s(literal 2 binary64)) x)) (pow.f64 x #s(literal 4 binary64)))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) #s(literal 8 binary64) (pow.f64 x #s(literal 6 binary64))) (fma.f64 (*.f64 x x) (*.f64 x (-.f64 x (*.f64 y #s(literal 2 binary64)))) (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64)))) |
(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 y x) #s(literal 2 binary64))) |
(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 y x) #s(literal 2 binary64))) |
(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 y x) #s(literal 2 binary64))) |
(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 y x) #s(literal 2 binary64))) |
(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 y x) #s(literal 2 binary64))) |
(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 y x) #s(literal 2 binary64))) |
(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 y x) #s(literal 2 binary64))) |
(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 y x) #s(literal 2 binary64))) |
(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 y x) #s(literal 2 binary64))) |
(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 y x) #s(literal 2 binary64))) |
(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 y x) #s(literal 2 binary64))) |
(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 y x) #s(literal 2 binary64))) |
(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 y x) #s(literal 2 binary64))) |
(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 y x) #s(literal 2 binary64))) |
(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 y x) #s(literal 2 binary64))) |
(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 y x) #s(literal 2 binary64))) |
(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 y x) #s(literal 2 binary64))) |
(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 y x) #s(literal 2 binary64))) |
(fma.f64 (*.f64 #s(literal 2 binary64) 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 y x) #s(literal 2 binary64))) |
(fma.f64 (*.f64 y #s(literal 2 binary64)) x (*.f64 x x)) |
(fma.f64 (*.f64 y x) #s(literal 2 binary64) (*.f64 x x)) |
(fma.f64 y (*.f64 #s(literal 2 binary64) 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 y x) #s(literal 2 binary64))) |
(fma.f64 x (*.f64 y #s(literal 2 binary64)) (*.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 y x) #s(literal 2 binary64))) |
(-.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (*.f64 x (-.f64 x (*.f64 y #s(literal 2 binary64))))) (/.f64 (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 y #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 x (-.f64 (*.f64 y #s(literal 2 binary64)) x))) (/.f64 (pow.f64 x #s(literal 4 binary64)) (*.f64 x (-.f64 (*.f64 y #s(literal 2 binary64)) x)))) |
(-.f64 (*.f64 x x) (*.f64 (neg.f64 (*.f64 y x)) #s(literal 2 binary64))) |
(-.f64 (*.f64 x x) (*.f64 (neg.f64 y) (*.f64 #s(literal 2 binary64) x))) |
(-.f64 (*.f64 x x) (*.f64 (neg.f64 x) (*.f64 y #s(literal 2 binary64)))) |
(-.f64 (*.f64 x x) (*.f64 (*.f64 #s(literal -2 binary64) x) y)) |
(-.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) (*.f64 (neg.f64 x) x)) |
(+.f64 (fma.f64 x x (*.f64 y x)) (*.f64 y x)) |
(+.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (fma.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) (*.f64 x (-.f64 (*.f64 y #s(literal 2 binary64)) x)) (pow.f64 x #s(literal 4 binary64)))) (/.f64 (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 3 binary64)) (fma.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) (*.f64 x (-.f64 (*.f64 y #s(literal 2 binary64)) x)) (pow.f64 x #s(literal 4 binary64))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 3 binary64)) (fma.f64 (*.f64 x x) (*.f64 x (-.f64 x (*.f64 y #s(literal 2 binary64)))) (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64)))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (fma.f64 (*.f64 x x) (*.f64 x (-.f64 x (*.f64 y #s(literal 2 binary64)))) (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64))))) |
(+.f64 (*.f64 x x) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(+.f64 (*.f64 x x) (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
(+.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) (*.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 #s(literal 2 binary64) x) y) |
(*.f64 (*.f64 y #s(literal 2 binary64)) x) |
(*.f64 (*.f64 y x) #s(literal 2 binary64)) |
(*.f64 y (*.f64 #s(literal 2 binary64) x)) |
(*.f64 #s(literal 2 binary64) (*.f64 y x)) |
(*.f64 x (*.f64 y #s(literal 2 binary64))) |
(/.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 (+.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (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 y x) #s(literal 2 binary64))) |
#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 y x) #s(literal 2 binary64))) |
#s(approx (* x 2) (*.f64 #s(literal 2 binary64) 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 (fma.f64 (/.f64 y x) (/.f64 y x) (fma.f64 (/.f64 y x) #s(literal 2 binary64) #s(literal 1 binary64))) (*.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 (fma.f64 (/.f64 y x) (/.f64 y x) (fma.f64 (/.f64 y x) #s(literal 2 binary64) #s(literal 1 binary64))) (*.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 (fma.f64 (/.f64 x y) (/.f64 x y) (fma.f64 (/.f64 x y) #s(literal 2 binary64) #s(literal 1 binary64))) (*.f64 y y))) |
#s(approx (+ (* x x) (* (* x 2) y)) (*.f64 (fma.f64 #s(literal 2 binary64) x (*.f64 x (/.f64 x y))) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (fma.f64 (/.f64 x y) (/.f64 x y) (fma.f64 (/.f64 x y) #s(literal 2 binary64) #s(literal 1 binary64))) (*.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 034 to 766 computations (84.8% saved)
5 alts after pruning (5 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 289 | 5 | 294 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 290 | 5 | 295 |
| 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 | 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))) |
| 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))) |
| 1.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))) |
| 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 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) #s(literal 2 binary64))) (-.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y))) |
(/.f64 (-.f64 (pow.f64 y #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x) #s(literal 3 binary64))) (+.f64 (pow.f64 y #s(literal 4 binary64)) (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) #s(literal 2 binary64)) (*.f64 (*.f64 y y) (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) #s(literal 3 binary64)) (pow.f64 (*.f64 (neg.f64 y) y) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) #s(literal 2 binary64)) (+.f64 (pow.f64 y #s(literal 4 binary64)) (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (*.f64 (neg.f64 y) y))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) #s(literal 2 binary64)) (pow.f64 y #s(literal 4 binary64)))) (neg.f64 (fma.f64 (fma.f64 #s(literal 2 binary64) y x) x (*.f64 (neg.f64 y) y)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64)))) (neg.f64 (fma.f64 (fma.f64 x #s(literal 2 binary64) y) y (*.f64 (neg.f64 x) x)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) #s(literal 2 binary64)))) (neg.f64 (fma.f64 y y (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) #s(literal 3 binary64)) (pow.f64 y #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 y y) (fma.f64 y y (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x)) (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) #s(literal 3 binary64)) (pow.f64 y #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (fma.f64 (fma.f64 #s(literal 2 binary64) y x) x (*.f64 (neg.f64 y) y)) (pow.f64 y #s(literal 4 binary64))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) (pow.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) #s(literal 2 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 (fma.f64 #s(literal 2 binary64) y x) x (*.f64 (neg.f64 y) y))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (fma.f64 (fma.f64 x #s(literal 2 binary64) y) y (*.f64 (neg.f64 x) x))) |
(/.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) #s(literal 2 binary64))) (fma.f64 y y (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) #s(literal 3 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 (*.f64 y y) (fma.f64 y y (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x)) (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) #s(literal 3 binary64)) (pow.f64 y #s(literal 6 binary64))) (fma.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (fma.f64 (fma.f64 #s(literal 2 binary64) y x) x (*.f64 (neg.f64 y) y)) (pow.f64 y #s(literal 4 binary64)))) |
(/.f64 (+.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) #s(literal 3 binary64))) (+.f64 (pow.f64 x #s(literal 4 binary64)) (-.f64 (pow.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) x) x)))) |
(/.f64 (+.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) #s(literal 3 binary64))) (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) (pow.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) #s(literal 2 binary64)))) |
(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 #s(literal 2 binary64)) y (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 (*.f64 x #s(literal 2 binary64)) y (fma.f64 x x (*.f64 y y))) |
(fma.f64 (*.f64 x #s(literal 2 binary64)) 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 #s(literal 2 binary64) y) x (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 (*.f64 #s(literal 2 binary64) y) x (fma.f64 x x (*.f64 y y))) |
(fma.f64 (*.f64 #s(literal 2 binary64) 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 #s(literal 2 binary64) y) (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 x (*.f64 #s(literal 2 binary64) y) (fma.f64 x x (*.f64 y y))) |
(fma.f64 x (*.f64 #s(literal 2 binary64) 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 #s(literal 2 binary64)) (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(fma.f64 y (*.f64 x #s(literal 2 binary64)) (fma.f64 x x (*.f64 y y))) |
(fma.f64 y (*.f64 x #s(literal 2 binary64)) (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 (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) #s(literal 2 binary64)) (fma.f64 (fma.f64 #s(literal 2 binary64) y x) x (*.f64 (neg.f64 y) y))) (/.f64 (pow.f64 y #s(literal 4 binary64)) (fma.f64 (fma.f64 #s(literal 2 binary64) y x) x (*.f64 (neg.f64 y) y)))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) #s(literal 2 binary64)) (fma.f64 (fma.f64 x #s(literal 2 binary64) y) y (*.f64 (neg.f64 x) x))) (/.f64 (pow.f64 x #s(literal 4 binary64)) (fma.f64 (fma.f64 x #s(literal 2 binary64) y) y (*.f64 (neg.f64 x) x)))) |
(-.f64 (/.f64 (pow.f64 y #s(literal 4 binary64)) (fma.f64 y y (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x))) (/.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) #s(literal 2 binary64)) (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 y) #s(literal 2 binary64))) |
(+.f64 (fma.f64 y y (*.f64 x x)) (*.f64 (*.f64 x y) #s(literal 2 binary64))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) #s(literal 3 binary64)) (fma.f64 (*.f64 y y) (fma.f64 y y (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x)) (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) #s(literal 2 binary64)))) (/.f64 (pow.f64 y #s(literal 6 binary64)) (fma.f64 (*.f64 y y) (fma.f64 y y (*.f64 (fma.f64 #s(literal -2 binary64) y (neg.f64 x)) x)) (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) #s(literal 3 binary64)) (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) (pow.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) #s(literal 2 binary64)))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 2 binary64) y) y)) (pow.f64 (*.f64 (fma.f64 x #s(literal 2 binary64) y) y) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (pow.f64 y #s(literal 6 binary64)) (fma.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (fma.f64 (fma.f64 #s(literal 2 binary64) y x) x (*.f64 (neg.f64 y) y)) (pow.f64 y #s(literal 4 binary64)))) (/.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) #s(literal 3 binary64)) (fma.f64 (*.f64 (fma.f64 #s(literal 2 binary64) y x) x) (fma.f64 (fma.f64 #s(literal 2 binary64) y x) x (*.f64 (neg.f64 y) y)) (pow.f64 y #s(literal 4 binary64))))) |
(+.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 y) #s(literal 2 binary64)) (-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))) |
(+.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (fma.f64 x x (*.f64 y y))) |
(+.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (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 (fma.f64 #s(literal 4 binary64) (*.f64 y y) (*.f64 (neg.f64 x) x)) x) (-.f64 (*.f64 #s(literal 2 binary64) y) x)) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 #s(literal 4 binary64) (*.f64 y y))) x) (-.f64 x (*.f64 #s(literal 2 binary64) y))) |
(/.f64 (*.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) x) (fma.f64 #s(literal 4 binary64) (*.f64 y y) (*.f64 x (-.f64 x (*.f64 #s(literal 2 binary64) y))))) |
(/.f64 (*.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) x) (fma.f64 (*.f64 #s(literal 2 binary64) y) (-.f64 (*.f64 #s(literal 2 binary64) y) x) (*.f64 x x))) |
(/.f64 (*.f64 x (fma.f64 #s(literal 4 binary64) (*.f64 y y) (*.f64 (neg.f64 x) x))) (-.f64 (*.f64 #s(literal 2 binary64) y) x)) |
(/.f64 (*.f64 x (-.f64 (*.f64 x x) (*.f64 #s(literal 4 binary64) (*.f64 y y)))) (-.f64 x (*.f64 #s(literal 2 binary64) y))) |
(/.f64 (*.f64 x (fma.f64 #s(literal 8 binary64) (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (fma.f64 #s(literal 4 binary64) (*.f64 y y) (*.f64 x (-.f64 x (*.f64 #s(literal 2 binary64) y))))) |
(/.f64 (*.f64 x (fma.f64 #s(literal 8 binary64) (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) y) (-.f64 (*.f64 #s(literal 2 binary64) y) x) (*.f64 x x))) |
(/.f64 (-.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) x) y) #s(literal 3 binary64))) (+.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 #s(literal -2 binary64) x) y))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)))) (neg.f64 (*.f64 x (-.f64 x (*.f64 #s(literal 2 binary64) y))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64)))) (neg.f64 (*.f64 x (-.f64 (*.f64 #s(literal 2 binary64) y) x)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 x y) #s(literal 3 binary64)) #s(literal 8 binary64) (pow.f64 x #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 x (-.f64 (*.f64 #s(literal 2 binary64) y) x)) (pow.f64 x #s(literal 4 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 x y) #s(literal 3 binary64)) #s(literal 8 binary64) (pow.f64 x #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (*.f64 x (-.f64 x (*.f64 #s(literal 2 binary64) y))) (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64))) (*.f64 x (-.f64 x (*.f64 #s(literal 2 binary64) y)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (*.f64 x (-.f64 (*.f64 #s(literal 2 binary64) y) x))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 x y) #s(literal 3 binary64)) #s(literal 8 binary64) (pow.f64 x #s(literal 6 binary64))) (fma.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 x (-.f64 (*.f64 #s(literal 2 binary64) y) x)) (pow.f64 x #s(literal 4 binary64)))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 x y) #s(literal 3 binary64)) #s(literal 8 binary64) (pow.f64 x #s(literal 6 binary64))) (fma.f64 (*.f64 x x) (*.f64 x (-.f64 x (*.f64 #s(literal 2 binary64) y))) (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)))) |
(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 y) #s(literal 2 binary64))) |
(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 y) #s(literal 2 binary64))) |
(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 y) #s(literal 2 binary64))) |
(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 y) #s(literal 2 binary64))) |
(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 y) #s(literal 2 binary64))) |
(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 y) #s(literal 2 binary64))) |
(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 y) #s(literal 2 binary64))) |
(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 y) #s(literal 2 binary64))) |
(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 y) #s(literal 2 binary64))) |
(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 y) #s(literal 2 binary64))) |
(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 y) #s(literal 2 binary64))) |
(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 y) #s(literal 2 binary64))) |
(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 y) #s(literal 2 binary64))) |
(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 y) #s(literal 2 binary64))) |
(fma.f64 (*.f64 x #s(literal 2 binary64)) 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 y) #s(literal 2 binary64))) |
(fma.f64 (*.f64 #s(literal 2 binary64) y) x (*.f64 x x)) |
(fma.f64 (*.f64 x y) #s(literal 2 binary64) (*.f64 x x)) |
(fma.f64 x (*.f64 #s(literal 2 binary64) 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 y) #s(literal 2 binary64))) |
(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 #s(literal 2 binary64)) (*.f64 x x)) |
(fma.f64 y x (fma.f64 x y (*.f64 x x))) |
(-.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (*.f64 x (-.f64 x (*.f64 #s(literal 2 binary64) y)))) (/.f64 (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 #s(literal 2 binary64) y))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 x (-.f64 (*.f64 #s(literal 2 binary64) y) x))) (/.f64 (pow.f64 x #s(literal 4 binary64)) (*.f64 x (-.f64 (*.f64 #s(literal 2 binary64) 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 #s(literal 2 binary64) y))) |
(-.f64 (*.f64 x x) (*.f64 (neg.f64 y) (*.f64 x #s(literal 2 binary64)))) |
(-.f64 (*.f64 x x) (*.f64 (*.f64 #s(literal -2 binary64) x) y)) |
(-.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (neg.f64 x) x)) |
(+.f64 (fma.f64 x x (*.f64 x y)) (*.f64 x y)) |
(+.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (fma.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 x (-.f64 (*.f64 #s(literal 2 binary64) y) x)) (pow.f64 x #s(literal 4 binary64)))) (/.f64 (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 3 binary64)) (fma.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 x (-.f64 (*.f64 #s(literal 2 binary64) y) x)) (pow.f64 x #s(literal 4 binary64))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 3 binary64)) (fma.f64 (*.f64 x x) (*.f64 x (-.f64 x (*.f64 #s(literal 2 binary64) y))) (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (fma.f64 (*.f64 x x) (*.f64 x (-.f64 x (*.f64 #s(literal 2 binary64) y))) (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64))))) |
(+.f64 (*.f64 x x) (*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) x)) y)) |
(+.f64 (*.f64 x x) (*.f64 (*.f64 x y) #s(literal 2 binary64))) |
(+.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 x x)) |
(+.f64 (*.f64 x y) (fma.f64 x y (*.f64 x x))) |
(/.f64 (-.f64 (pow.f64 x #s(literal 3 binary64)) (*.f64 #s(literal -8 binary64) (pow.f64 y #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) y) (-.f64 (*.f64 #s(literal 2 binary64) y) x) (*.f64 x x))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 4 binary64) (*.f64 y y) (*.f64 (neg.f64 x) x))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) y) x))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 #s(literal 4 binary64) (*.f64 y y)))) (neg.f64 (-.f64 x (*.f64 #s(literal 2 binary64) y)))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (neg.f64 (fma.f64 #s(literal 4 binary64) (*.f64 y y) (*.f64 x (-.f64 x (*.f64 #s(literal 2 binary64) y)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 #s(literal 2 binary64) y) (-.f64 (*.f64 #s(literal 2 binary64) y) x) (*.f64 x x)))) |
(/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 y y) (*.f64 (neg.f64 x) x)) (-.f64 (*.f64 #s(literal 2 binary64) y) x)) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 #s(literal 4 binary64) (*.f64 y y))) (-.f64 x (*.f64 #s(literal 2 binary64) y))) |
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (fma.f64 #s(literal 4 binary64) (*.f64 y y) (*.f64 x (-.f64 x (*.f64 #s(literal 2 binary64) y))))) |
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) y) (-.f64 (*.f64 #s(literal 2 binary64) 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 #s(literal 2 binary64) y) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 #s(literal 2 binary64) y) x))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 #s(literal 2 binary64) y))) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 y y)) (-.f64 x (*.f64 #s(literal 2 binary64) 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) (pow.f64 y #s(literal 3 binary64))) (fma.f64 #s(literal 4 binary64) (*.f64 y y) (*.f64 x (-.f64 x (*.f64 #s(literal 2 binary64) y))))) (/.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 y y) (*.f64 x (-.f64 x (*.f64 #s(literal 2 binary64) y)))))) |
(+.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (*.f64 #s(literal 2 binary64) y) (-.f64 (*.f64 #s(literal 2 binary64) y) x) (*.f64 x x))) (/.f64 (*.f64 #s(literal 8 binary64) (pow.f64 y #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) y) (-.f64 (*.f64 #s(literal 2 binary64) y) x) (*.f64 x x)))) |
(+.f64 (*.f64 #s(literal 2 binary64) y) x) |
(+.f64 x (*.f64 (neg.f64 y) #s(literal -2 binary64))) |
(+.f64 x (*.f64 #s(literal 2 binary64) 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 (*.f64 y y) (*.f64 #s(literal 4 binary64) (*.f64 x x))) y) (-.f64 y (*.f64 x #s(literal 2 binary64)))) |
(/.f64 (*.f64 (fma.f64 #s(literal 4 binary64) (*.f64 x x) (*.f64 (neg.f64 y) y)) y) (-.f64 (*.f64 x #s(literal 2 binary64)) y)) |
(/.f64 (*.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 x #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) y) (fma.f64 (*.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 x #s(literal 2 binary64)) y) (*.f64 y y))) |
(/.f64 (*.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 x #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) y) (fma.f64 #s(literal 4 binary64) (*.f64 x x) (*.f64 y (-.f64 y (*.f64 x #s(literal 2 binary64)))))) |
(/.f64 (*.f64 y (-.f64 (*.f64 y y) (*.f64 #s(literal 4 binary64) (*.f64 x x)))) (-.f64 y (*.f64 x #s(literal 2 binary64)))) |
(/.f64 (*.f64 y (fma.f64 #s(literal 4 binary64) (*.f64 x x) (*.f64 (neg.f64 y) y))) (-.f64 (*.f64 x #s(literal 2 binary64)) y)) |
(/.f64 (*.f64 y (fma.f64 #s(literal 8 binary64) (pow.f64 x #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64)))) (fma.f64 (*.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 x #s(literal 2 binary64)) y) (*.f64 y y))) |
(/.f64 (*.f64 y (fma.f64 #s(literal 8 binary64) (pow.f64 x #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64)))) (fma.f64 #s(literal 4 binary64) (*.f64 x x) (*.f64 y (-.f64 y (*.f64 x #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64))) (*.f64 y (-.f64 y (*.f64 x #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (pow.f64 y #s(literal 4 binary64)))) (neg.f64 (*.f64 y (-.f64 (*.f64 x #s(literal 2 binary64)) y)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 x y) #s(literal 3 binary64)) #s(literal 8 binary64) (pow.f64 y #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 y y) (*.f64 y (-.f64 y (*.f64 x #s(literal 2 binary64)))) (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (pow.f64 y #s(literal 4 binary64))) (*.f64 y (-.f64 (*.f64 x #s(literal 2 binary64)) y))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 x y) #s(literal 3 binary64)) #s(literal 8 binary64) (pow.f64 y #s(literal 6 binary64))) (+.f64 (pow.f64 y #s(literal 4 binary64)) (-.f64 (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 x #s(literal 2 binary64)) (pow.f64 y #s(literal 3 binary64)))))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 x y) #s(literal 3 binary64)) #s(literal 8 binary64) (pow.f64 y #s(literal 6 binary64))) (fma.f64 (*.f64 y y) (*.f64 y (-.f64 y (*.f64 x #s(literal 2 binary64)))) (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (*.f64 x y) #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (*.f64 x y) #s(literal 2 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 (*.f64 x y) #s(literal 2 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 y) (*.f64 (*.f64 x y) #s(literal 2 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 (*.f64 x y) #s(literal 2 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (fabs.f64 y) (*.f64 (*.f64 x y) #s(literal 2 binary64))) |
(fma.f64 (neg.f64 (fabs.f64 y)) (neg.f64 (fabs.f64 y)) (*.f64 (*.f64 x y) #s(literal 2 binary64))) |
(fma.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 y)) (*.f64 (*.f64 x y) #s(literal 2 binary64))) |
(fma.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 y)) (*.f64 (*.f64 x y) #s(literal 2 binary64))) |
(fma.f64 (neg.f64 y) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (*.f64 x y) #s(literal 2 binary64))) |
(fma.f64 (neg.f64 y) (neg.f64 y) (*.f64 (*.f64 x y) #s(literal 2 binary64))) |
(fma.f64 (fabs.f64 y) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (*.f64 x y) #s(literal 2 binary64))) |
(fma.f64 (fabs.f64 y) (fabs.f64 y) (*.f64 (*.f64 x y) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 y y) (*.f64 (*.f64 x y) #s(literal 2 binary64))) |
(fma.f64 (*.f64 x #s(literal 2 binary64)) y (*.f64 y y)) |
(fma.f64 (*.f64 #s(literal 2 binary64) 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 y) #s(literal 2 binary64))) |
(fma.f64 x (*.f64 #s(literal 2 binary64) 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 #s(literal 2 binary64)) (*.f64 y y)) |
(fma.f64 y x (fma.f64 x y (*.f64 y y))) |
(fma.f64 y y (*.f64 (*.f64 x y) #s(literal 2 binary64))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 y (-.f64 (*.f64 x #s(literal 2 binary64)) y))) (/.f64 (pow.f64 y #s(literal 4 binary64)) (*.f64 y (-.f64 (*.f64 x #s(literal 2 binary64)) y)))) |
(-.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.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 #s(literal 2 binary64) y))) |
(-.f64 (*.f64 y y) (*.f64 (neg.f64 y) (*.f64 x #s(literal 2 binary64)))) |
(-.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 (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 3 binary64)) (fma.f64 (*.f64 y y) (*.f64 y (-.f64 y (*.f64 x #s(literal 2 binary64)))) (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)))) (/.f64 (pow.f64 y #s(literal 6 binary64)) (fma.f64 (*.f64 y y) (*.f64 y (-.f64 y (*.f64 x #s(literal 2 binary64)))) (pow.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 y y)) |
(+.f64 (*.f64 x y) (fma.f64 x y (*.f64 y y))) |
(+.f64 (*.f64 y y) (*.f64 (*.f64 x y) #s(literal 2 binary64))) |
(/.f64 (-.f64 (pow.f64 y #s(literal 3 binary64)) (*.f64 #s(literal -8 binary64) (pow.f64 x #s(literal 3 binary64)))) (fma.f64 (*.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 x #s(literal 2 binary64)) y) (*.f64 y y))) |
(/.f64 (neg.f64 (-.f64 (*.f64 y y) (*.f64 #s(literal 4 binary64) (*.f64 x x)))) (neg.f64 (-.f64 y (*.f64 x #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 4 binary64) (*.f64 x x) (*.f64 (neg.f64 y) y))) (neg.f64 (-.f64 (*.f64 x #s(literal 2 binary64)) y))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 x #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 x #s(literal 2 binary64)) y) (*.f64 y y)))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 x #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64)))) (neg.f64 (fma.f64 #s(literal 4 binary64) (*.f64 x x) (*.f64 y (-.f64 y (*.f64 x #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 #s(literal 4 binary64) (*.f64 x x))) (-.f64 y (*.f64 x #s(literal 2 binary64)))) |
(/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 x x) (*.f64 (neg.f64 y) y)) (-.f64 (*.f64 x #s(literal 2 binary64)) y)) |
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 x #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 (*.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 x #s(literal 2 binary64)) y) (*.f64 y y))) |
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 x #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 #s(literal 4 binary64) (*.f64 x x) (*.f64 y (-.f64 y (*.f64 x #s(literal 2 binary64)))))) |
(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 #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (-.f64 y (*.f64 x #s(literal 2 binary64))))) |
(-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (-.f64 (*.f64 x #s(literal 2 binary64)) y)) (/.f64 (*.f64 y y) (-.f64 (*.f64 x #s(literal 2 binary64)) y))) |
(-.f64 y (*.f64 #s(literal -2 binary64) x)) |
(+.f64 (+.f64 y x) x) |
(+.f64 (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 (*.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 x #s(literal 2 binary64)) y) (*.f64 y y))) (/.f64 (pow.f64 (*.f64 x #s(literal 2 binary64)) #s(literal 3 binary64)) (fma.f64 (*.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 x #s(literal 2 binary64)) y) (*.f64 y y)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 x #s(literal 2 binary64)) #s(literal 3 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 x x) (*.f64 y (-.f64 y (*.f64 x #s(literal 2 binary64)))))) (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 x x) (*.f64 y (-.f64 y (*.f64 x #s(literal 2 binary64))))))) |
(+.f64 (*.f64 x #s(literal 2 binary64)) y) |
(+.f64 x (+.f64 x y)) |
(+.f64 y (*.f64 (neg.f64 x) #s(literal -2 binary64))) |
(+.f64 y (*.f64 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)) (*.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 y) #s(literal 2 binary64))) |
#s(approx (* (+ (* y 2) x) x) (*.f64 (fma.f64 #s(literal 2 binary64) y x) x)) |
#s(approx (+ (* y 2) x) (*.f64 #s(literal 2 binary64) 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 (*.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 (fma.f64 (/.f64 y x) #s(literal 2 binary64) (pow.f64 (/.f64 y x) #s(literal 2 binary64))) #s(literal -1 binary64)) x) x)) |
#s(approx (* (+ (* y 2) x) x) (*.f64 x x)) |
#s(approx (* (+ (* y 2) x) x) (*.f64 (*.f64 (fma.f64 (/.f64 y x) #s(literal 2 binary64) #s(literal 1 binary64)) 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 (+ (+ (* 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 (fma.f64 (/.f64 y x) #s(literal 2 binary64) (pow.f64 (/.f64 y x) #s(literal 2 binary64))) #s(literal -1 binary64)) x) x)) |
#s(approx (* (+ (* 2 x) y) y) (*.f64 (*.f64 x y) #s(literal 2 binary64))) |
#s(approx (* (+ (* 2 x) y) y) (*.f64 (fma.f64 #s(literal 2 binary64) y (*.f64 y (/.f64 y x))) x)) |
#s(approx (+ (* 2 x) y) (*.f64 x #s(literal 2 binary64))) |
#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 (fma.f64 (/.f64 y x) #s(literal 2 binary64) (pow.f64 (/.f64 y x) #s(literal 2 binary64))) #s(literal -1 binary64)) 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 (fma.f64 (/.f64 y x) #s(literal 2 binary64) (pow.f64 (/.f64 y x) #s(literal 2 binary64))) #s(literal -1 binary64)) 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 (*.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 (-.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))) #s(literal -1 binary64)) y) y)) |
#s(approx (* (+ (* y 2) x) x) (*.f64 (fma.f64 x (/.f64 x y) (*.f64 x #s(literal 2 binary64))) 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 (*.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 (-.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))) #s(literal -1 binary64)) y) y)) |
#s(approx (* (+ (* 2 x) y) y) (*.f64 (*.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) #s(literal 1 binary64)) y) y)) |
#s(approx (+ (* 2 x) y) (*.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) #s(literal 1 binary64)) y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (*.f64 (-.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))) #s(literal -1 binary64)) 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 (fma.f64 (/.f64 x y) #s(literal 2 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))) #s(literal -1 binary64)) 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 11 001 to 1 115 computations (89.9% saved)
9 alts after pruning (4 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 479 | 4 | 483 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 5 | 5 |
| Done | 0 | 0 | 0 |
| Total | 479 | 9 | 488 |
| 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 #s(literal 2 binary64) y)) x)) |
| ▶ | 50.3% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (pow.f64 (exp.f64 (log.f64 y)) #s(literal 2 binary64))) |
| ✓ | 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)) |
| ▶ | 4.8% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
Compiled 156 to 105 computations (32.7% saved)
| Inputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(*.f64 (log.f64 x) #s(literal 2 binary64)) |
(log.f64 x) |
x |
#s(literal 2 binary64) |
#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 |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (pow.f64 (exp.f64 (log.f64 y)) #s(literal 2 binary64))) |
(pow.f64 (exp.f64 (log.f64 y)) #s(literal 2 binary64)) |
(exp.f64 (log.f64 y)) |
(log.f64 y) |
(fma.f64 y y (*.f64 #s(approx (+ (* y 2) x) (*.f64 #s(literal 2 binary64) y)) x)) |
(*.f64 #s(approx (+ (* y 2) x) (*.f64 #s(literal 2 binary64) y)) x) |
#s(approx (+ (* y 2) x) (*.f64 #s(literal 2 binary64) y)) |
(*.f64 #s(literal 2 binary64) 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 (exp (* (log x) 2)) #s(hole binary64 (pow x 2))) |
#s(approx (* (log x) 2) #s(hole binary64 (* 2 (log x)))) |
#s(approx (log x) #s(hole binary64 (log x))) |
#s(approx x #s(hole binary64 x)) |
#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 (+ (* 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 (* (log x) 2) #s(hole binary64 (* -2 (log (/ 1 x))))) |
#s(approx (log x) #s(hole binary64 (* -1 (log (/ 1 x))))) |
#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 (* (log x) 2) #s(hole binary64 (* 2 (+ (log -1) (* -1 (log (/ -1 x))))))) |
#s(approx (log x) #s(hole binary64 (+ (log -1) (* -1 (log (/ -1 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 (pow (exp (log y)) 2) #s(hole binary64 (pow y 2))) |
#s(approx (exp (log y)) #s(hole binary64 y)) |
#s(approx (log y) #s(hole binary64 (log 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 (* 2 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 (log y) #s(hole binary64 (* -1 (log (/ 1 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 (log y) #s(hole binary64 (+ (log -1) (* -1 (log (/ -1 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))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 26.0ms | x | @ | 0 | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (exp (* (log x) 2)) (* (log x) 2) (log x) x 2 (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y (+ (+ (* x x) (* (* x 2) y)) (* y y)) (pow (exp (log y)) 2) (exp (log y)) (log y) (+ (* y y) (* (+ (* y 2) x) x)) (* (+ (* y 2) x) x) (+ (* y 2) x) (* 2 y)) |
| 18.0ms | x | @ | -inf | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (exp (* (log x) 2)) (* (log x) 2) (log x) x 2 (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y (+ (+ (* x x) (* (* x 2) y)) (* y y)) (pow (exp (log y)) 2) (exp (log y)) (log y) (+ (* y y) (* (+ (* y 2) x) x)) (* (+ (* y 2) x) x) (+ (* y 2) x) (* 2 y)) |
| 11.0ms | y | @ | 0 | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (exp (* (log x) 2)) (* (log x) 2) (log x) x 2 (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y (+ (+ (* x x) (* (* x 2) y)) (* y y)) (pow (exp (log y)) 2) (exp (log y)) (log y) (+ (* y y) (* (+ (* y 2) x) x)) (* (+ (* y 2) x) x) (+ (* y 2) x) (* 2 y)) |
| 10.0ms | y | @ | -inf | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (exp (* (log x) 2)) (* (log x) 2) (log x) x 2 (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y (+ (+ (* x x) (* (* x 2) y)) (* y y)) (pow (exp (log y)) 2) (exp (log y)) (log y) (+ (* y y) (* (+ (* y 2) x) x)) (* (+ (* y 2) x) x) (+ (* y 2) x) (* 2 y)) |
| 10.0ms | x | @ | inf | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (exp (* (log x) 2)) (* (log x) 2) (log x) x 2 (+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y (+ (+ (* x x) (* (* x 2) y)) (* y y)) (pow (exp (log y)) 2) (exp (log y)) (log y) (+ (* y y) (* (+ (* y 2) x) x)) (* (+ (* y 2) x) x) (+ (* y 2) x) (* 2 y)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 220 | 1348 |
| 0 | 236 | 1255 |
| 1 | 1001 | 1233 |
| 0 | 8657 | 1102 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(*.f64 (log.f64 x) #s(literal 2 binary64)) |
(log.f64 x) |
x |
#s(literal 2 binary64) |
#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 |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (pow.f64 (exp.f64 (log.f64 y)) #s(literal 2 binary64))) |
(pow.f64 (exp.f64 (log.f64 y)) #s(literal 2 binary64)) |
(exp.f64 (log.f64 y)) |
(log.f64 y) |
(fma.f64 y y (*.f64 #s(approx (+ (* y 2) x) (*.f64 #s(literal 2 binary64) y)) x)) |
(*.f64 #s(approx (+ (* y 2) x) (*.f64 #s(literal 2 binary64) y)) x) |
#s(approx (+ (* y 2) x) (*.f64 #s(literal 2 binary64) y)) |
(*.f64 #s(literal 2 binary64) 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 (exp (* (log x) 2)) #s(hole binary64 (pow x 2))) |
#s(approx (* (log x) 2) #s(hole binary64 (* 2 (log x)))) |
#s(approx (log x) #s(hole binary64 (log x))) |
#s(approx x #s(hole binary64 x)) |
#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 (+ (* 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 (* (log x) 2) #s(hole binary64 (* -2 (log (/ 1 x))))) |
#s(approx (log x) #s(hole binary64 (* -1 (log (/ 1 x))))) |
#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 (* (log x) 2) #s(hole binary64 (* 2 (+ (log -1) (* -1 (log (/ -1 x))))))) |
#s(approx (log x) #s(hole binary64 (+ (log -1) (* -1 (log (/ -1 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 (pow (exp (log y)) 2) #s(hole binary64 (pow y 2))) |
#s(approx (exp (log y)) #s(hole binary64 y)) |
#s(approx (log y) #s(hole binary64 (log 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 (* 2 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 (log y) #s(hole binary64 (* -1 (log (/ 1 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 (log y) #s(hole binary64 (+ (log -1) (* -1 (log (/ -1 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))))) |
| Outputs |
|---|
#s(approx (+ (* y y) (* (+ (* y 2) x) 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 (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 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x))) |
(*.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.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 #s(literal 2 binary64)) (log.f64 x)) |
(pow.f64 (neg.f64 x) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 x) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 x #s(literal -1 binary64)) #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 (*.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) (*.f64 (sinh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) (sinh.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))))) |
(/.f64 (+.f64 (pow.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) #s(literal 3 binary64)) (pow.f64 (sinh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) #s(literal 3 binary64))) (fma.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) (-.f64 (*.f64 (sinh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) (sinh.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))))))) |
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 x x)) #s(literal 2 binary64)) |
(/.f64 #s(literal 1 binary64) (pow.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 2 binary64))) |
(neg.f64 (*.f64 (*.f64 x x) #s(literal -1 binary64))) |
(neg.f64 (*.f64 (neg.f64 x) x)) |
(fma.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) #s(literal 1 binary64) (*.f64 (sinh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) (*.f64 #s(literal 1 binary64) (sinh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))))) |
(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 (*.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) #s(literal 1 binary64)) (*.f64 (sinh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) #s(literal 1 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) (*.f64 #s(literal 1 binary64) (sinh.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)))) |
(*.f64 (neg.f64 (log.f64 x)) #s(literal -2 binary64)) |
(*.f64 #s(literal -2 binary64) (neg.f64 (log.f64 x))) |
(*.f64 (log.f64 x) #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) (log.f64 x)) |
(/.f64 (-.f64 (*.f64 (log.f64 x) (log.f64 x)) (*.f64 (log.f64 x) (log.f64 x))) (-.f64 (log.f64 x) (log.f64 x))) |
(/.f64 (+.f64 (pow.f64 (log.f64 x) #s(literal 3 binary64)) (pow.f64 (log.f64 x) #s(literal 3 binary64))) (fma.f64 (log.f64 x) (log.f64 x) (-.f64 (*.f64 (log.f64 x) (log.f64 x)) (*.f64 (log.f64 x) (log.f64 x))))) |
(neg.f64 (*.f64 (neg.f64 (log.f64 x)) #s(literal 2 binary64))) |
(neg.f64 (*.f64 #s(literal -2 binary64) (log.f64 x))) |
(neg.f64 (*.f64 (log.f64 x) #s(literal -2 binary64))) |
(neg.f64 (*.f64 #s(literal 2 binary64) (neg.f64 (log.f64 x)))) |
(fma.f64 #s(literal -1 binary64) (neg.f64 (log.f64 x)) (log.f64 x)) |
(fma.f64 (neg.f64 (log.f64 x)) #s(literal -1 binary64) (log.f64 x)) |
(fma.f64 #s(literal 1 binary64) (log.f64 x) (*.f64 #s(literal 1 binary64) (log.f64 x))) |
(fma.f64 (log.f64 x) #s(literal 1 binary64) (*.f64 (log.f64 x) #s(literal 1 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) (log.f64 x)) (*.f64 #s(literal 1 binary64) (log.f64 x))) |
(+.f64 (*.f64 (log.f64 x) #s(literal 1 binary64)) (*.f64 (log.f64 x) #s(literal 1 binary64))) |
(+.f64 (log.f64 (neg.f64 x)) (log.f64 (neg.f64 x))) |
(+.f64 (log.f64 (fabs.f64 x)) (log.f64 (fabs.f64 x))) |
(+.f64 (log.f64 x) (log.f64 x)) |
(log.f64 (*.f64 x x)) |
(*.f64 #s(literal -1 binary64) (neg.f64 (log.f64 x))) |
(*.f64 (neg.f64 (log.f64 x)) #s(literal -1 binary64)) |
(neg.f64 (*.f64 (neg.f64 (log.f64 x)) #s(literal 1 binary64))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (log.f64 x)))) |
(neg.f64 (*.f64 (log.f64 x) #s(literal -1 binary64))) |
(neg.f64 (neg.f64 (log.f64 x))) |
(log.f64 x) |
x |
#s(literal 2 binary64) |
#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 (pow.f64 (+.f64 y x) #s(literal 2 binary64)) (*.f64 x x)) y) (-.f64 (+.f64 y x) x)) |
(/.f64 (*.f64 (-.f64 (*.f64 y y) (*.f64 #s(literal 4 binary64) (*.f64 x x))) y) (-.f64 (-.f64 y x) x)) |
(/.f64 (*.f64 (+.f64 (pow.f64 (+.f64 y x) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) y) (+.f64 (pow.f64 (+.f64 y x) #s(literal 2 binary64)) (*.f64 x (-.f64 x (+.f64 y x))))) |
(/.f64 (*.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) x) #s(literal 3 binary64))) y) (fma.f64 y y (*.f64 (*.f64 #s(literal 2 binary64) x) (-.f64 (*.f64 #s(literal 2 binary64) x) y)))) |
(/.f64 (*.f64 y (-.f64 (pow.f64 (+.f64 y x) #s(literal 2 binary64)) (*.f64 x x))) (-.f64 (+.f64 y x) x)) |
(/.f64 (*.f64 y (-.f64 (*.f64 y y) (*.f64 #s(literal 4 binary64) (*.f64 x x)))) (-.f64 (-.f64 y x) x)) |
(/.f64 (*.f64 y (+.f64 (pow.f64 (+.f64 y x) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (+.f64 (pow.f64 (+.f64 y x) #s(literal 2 binary64)) (*.f64 x (-.f64 x (+.f64 y x))))) |
(/.f64 (*.f64 y (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) x) #s(literal 3 binary64)))) (fma.f64 y y (*.f64 (*.f64 #s(literal 2 binary64) x) (-.f64 (*.f64 #s(literal 2 binary64) x) y)))) |
(/.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64))) (-.f64 (*.f64 y y) (*.f64 (*.f64 y x) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (pow.f64 y #s(literal 6 binary64)) (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 3 binary64))) (+.f64 (pow.f64 y #s(literal 4 binary64)) (-.f64 (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 y y) (*.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64)) (pow.f64 y #s(literal 4 binary64)))) (neg.f64 (*.f64 y (-.f64 (*.f64 #s(literal 2 binary64) x) y)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) #s(literal 8 binary64) (pow.f64 y #s(literal 6 binary64)))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64)) (-.f64 (pow.f64 y #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) x) (pow.f64 y #s(literal 3 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64)) (pow.f64 y #s(literal 4 binary64))) (*.f64 y (-.f64 (*.f64 #s(literal 2 binary64) x) y))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) #s(literal 8 binary64) (pow.f64 y #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64)) (-.f64 (pow.f64 y #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) x) (pow.f64 y #s(literal 3 binary64)))))) |
(fma.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 y) (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (fabs.f64 y) (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
(fma.f64 (neg.f64 (fabs.f64 y)) (neg.f64 (fabs.f64 y)) (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
(fma.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 y)) (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
(fma.f64 (neg.f64 y) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
(fma.f64 (neg.f64 y) (neg.f64 y) (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
(fma.f64 (fabs.f64 y) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
(fma.f64 (fabs.f64 y) (fabs.f64 y) (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
(fma.f64 (cosh.f64 (log.f64 y)) (fma.f64 #s(literal 2 binary64) x y) (*.f64 (sinh.f64 (log.f64 y)) (fma.f64 #s(literal 2 binary64) x y))) |
(fma.f64 #s(literal 1 binary64) (*.f64 y y) (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
(fma.f64 (*.f64 #s(literal 2 binary64) x) y (*.f64 y y)) |
(fma.f64 (fma.f64 #s(literal 2 binary64) x y) (cosh.f64 (log.f64 y)) (*.f64 (fma.f64 #s(literal 2 binary64) x y) (sinh.f64 (log.f64 y)))) |
(fma.f64 (+.f64 y x) y (*.f64 y x)) |
(fma.f64 (*.f64 y #s(literal 2 binary64)) x (*.f64 y y)) |
(fma.f64 (*.f64 y x) #s(literal 2 binary64) (*.f64 y y)) |
(fma.f64 (*.f64 y y) #s(literal 1 binary64) (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
(fma.f64 y (*.f64 #s(literal 2 binary64) x) (*.f64 y y)) |
(fma.f64 y (+.f64 y x) (*.f64 y x)) |
(fma.f64 y y (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
(fma.f64 y x (fma.f64 y x (*.f64 y y))) |
(fma.f64 y x (*.f64 y (+.f64 y x))) |
(fma.f64 y x (*.f64 (+.f64 y x) y)) |
(fma.f64 #s(literal 2 binary64) (*.f64 y x) (*.f64 y y)) |
(fma.f64 x (*.f64 y #s(literal 2 binary64)) (*.f64 y y)) |
(fma.f64 x y (fma.f64 y x (*.f64 y y))) |
(fma.f64 x y (*.f64 y (+.f64 y x))) |
(fma.f64 x y (*.f64 (+.f64 y x) y)) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 y (-.f64 (*.f64 #s(literal 2 binary64) x) y))) (/.f64 (pow.f64 y #s(literal 4 binary64)) (*.f64 y (-.f64 (*.f64 #s(literal 2 binary64) x) y)))) |
(-.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) (*.f64 (neg.f64 y) y)) |
(-.f64 (*.f64 y y) (*.f64 (neg.f64 (*.f64 y x)) #s(literal 2 binary64))) |
(-.f64 (*.f64 y y) (*.f64 (neg.f64 y) (*.f64 #s(literal 2 binary64) x))) |
(-.f64 (*.f64 y y) (*.f64 (neg.f64 x) (*.f64 y #s(literal 2 binary64)))) |
(-.f64 (*.f64 y y) (*.f64 (*.f64 #s(literal -2 binary64) x) y)) |
(+.f64 (*.f64 (cosh.f64 (log.f64 y)) (fma.f64 #s(literal 2 binary64) x y)) (*.f64 (sinh.f64 (log.f64 y)) (fma.f64 #s(literal 2 binary64) x y))) |
(+.f64 (*.f64 (fma.f64 #s(literal 2 binary64) x y) (cosh.f64 (log.f64 y))) (*.f64 (fma.f64 #s(literal 2 binary64) x y) (sinh.f64 (log.f64 y)))) |
(+.f64 (*.f64 y (+.f64 y x)) (*.f64 y x)) |
(+.f64 (*.f64 (+.f64 y x) y) (*.f64 y x)) |
(+.f64 (fma.f64 y y (*.f64 y x)) (*.f64 y x)) |
(+.f64 (/.f64 (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 3 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64)) (-.f64 (pow.f64 y #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) x) (pow.f64 y #s(literal 3 binary64)))))) (/.f64 (pow.f64 y #s(literal 6 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 2 binary64)) (-.f64 (pow.f64 y #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) x) (pow.f64 y #s(literal 3 binary64))))))) |
(+.f64 (*.f64 (*.f64 y x) #s(literal 2 binary64)) (*.f64 y y)) |
(+.f64 (*.f64 y x) (fma.f64 y x (*.f64 y y))) |
(+.f64 (*.f64 y x) (*.f64 y (+.f64 y x))) |
(+.f64 (*.f64 y x) (*.f64 (+.f64 y x) y)) |
(+.f64 (*.f64 y y) (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 y y)) (-.f64 (*.f64 #s(literal 2 binary64) x) y)) |
(/.f64 (-.f64 (*.f64 x x) (pow.f64 (+.f64 y x) #s(literal 2 binary64))) (-.f64 x (+.f64 y x))) |
(/.f64 (-.f64 (pow.f64 y #s(literal 3 binary64)) (*.f64 #s(literal -8 binary64) (pow.f64 x #s(literal 3 binary64)))) (fma.f64 y y (*.f64 (*.f64 #s(literal 2 binary64) x) (-.f64 (*.f64 #s(literal 2 binary64) x) y)))) |
(/.f64 (fma.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 8 binary64) (pow.f64 y #s(literal 3 binary64))) (fma.f64 #s(literal 4 binary64) (*.f64 x x) (-.f64 (*.f64 y y) (*.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 (+.f64 y x) #s(literal 3 binary64))) (fma.f64 x x (-.f64 (pow.f64 (+.f64 y x) #s(literal 2 binary64)) (*.f64 x (+.f64 y x))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 y x) #s(literal 2 binary64)) (*.f64 x x))) (neg.f64 (-.f64 (+.f64 y x) x))) |
(/.f64 (neg.f64 (-.f64 (*.f64 y y) (*.f64 #s(literal 4 binary64) (*.f64 x x)))) (neg.f64 (-.f64 (-.f64 y x) x))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 y x) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (+.f64 y x) #s(literal 2 binary64)) (*.f64 x (-.f64 x (+.f64 y x)))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) x) #s(literal 3 binary64)))) (neg.f64 (fma.f64 y y (*.f64 (*.f64 #s(literal 2 binary64) x) (-.f64 (*.f64 #s(literal 2 binary64) x) y))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 y x) #s(literal 2 binary64)) (*.f64 x x)) (-.f64 (+.f64 y x) x)) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 #s(literal 4 binary64) (*.f64 x x))) (-.f64 (-.f64 y x) x)) |
(/.f64 (+.f64 (pow.f64 (+.f64 y x) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (+.f64 (pow.f64 (+.f64 y x) #s(literal 2 binary64)) (*.f64 x (-.f64 x (+.f64 y x))))) |
(/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) x) #s(literal 3 binary64))) (fma.f64 y y (*.f64 (*.f64 #s(literal 2 binary64) x) (-.f64 (*.f64 #s(literal 2 binary64) x) y)))) |
(fma.f64 #s(literal 2 binary64) x y) |
(fma.f64 x #s(literal 2 binary64) y) |
(-.f64 (/.f64 (pow.f64 (+.f64 y x) #s(literal 2 binary64)) (-.f64 (+.f64 y x) x)) (/.f64 (*.f64 x x) (-.f64 (+.f64 y x) x))) |
(-.f64 (/.f64 (*.f64 y y) (-.f64 (-.f64 y x) x)) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 x x)) (-.f64 (-.f64 y x) x))) |
(-.f64 y (*.f64 #s(literal -2 binary64) x)) |
(+.f64 (fma.f64 #s(literal 2 binary64) x (cosh.f64 (log.f64 y))) (sinh.f64 (log.f64 y))) |
(+.f64 (/.f64 (pow.f64 (+.f64 y x) #s(literal 3 binary64)) (+.f64 (pow.f64 (+.f64 y x) #s(literal 2 binary64)) (*.f64 x (-.f64 x (+.f64 y x))))) (/.f64 (pow.f64 x #s(literal 3 binary64)) (+.f64 (pow.f64 (+.f64 y x) #s(literal 2 binary64)) (*.f64 x (-.f64 x (+.f64 y x)))))) |
(+.f64 (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 y y (*.f64 (*.f64 #s(literal 2 binary64) x) (-.f64 (*.f64 #s(literal 2 binary64) x) y)))) (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) x) #s(literal 3 binary64)) (fma.f64 y y (*.f64 (*.f64 #s(literal 2 binary64) x) (-.f64 (*.f64 #s(literal 2 binary64) x) y))))) |
(+.f64 (cosh.f64 (log.f64 y)) (-.f64 (sinh.f64 (log.f64 y)) (*.f64 #s(literal -2 binary64) x))) |
(+.f64 (cosh.f64 (log.f64 y)) (+.f64 (sinh.f64 (log.f64 y)) (*.f64 #s(literal 2 binary64) x))) |
(+.f64 (*.f64 #s(literal 2 binary64) x) y) |
(+.f64 (+.f64 y x) x) |
(+.f64 y (*.f64 (neg.f64 x) #s(literal -2 binary64))) |
(+.f64 y (*.f64 #s(literal 2 binary64) x)) |
(+.f64 x (+.f64 y x)) |
(/.f64 (neg.f64 (fma.f64 x x (*.f64 (neg.f64 y) y))) (neg.f64 (-.f64 x y))) |
(/.f64 (neg.f64 (fma.f64 y y (*.f64 (neg.f64 x) x))) (neg.f64 (-.f64 y x))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64)))) (neg.f64 (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (neg.f64 (fma.f64 y y (*.f64 x (-.f64 x y))))) |
(/.f64 (fma.f64 x x (*.f64 (neg.f64 y) y)) (-.f64 x y)) |
(/.f64 (fma.f64 y y (*.f64 (neg.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 y (-.f64 y x)))) |
(/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (fma.f64 y y (*.f64 x (-.f64 x y)))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x y)) (/.f64 (*.f64 y y) (-.f64 x y))) |
(-.f64 (/.f64 (*.f64 y y) (-.f64 y x)) (/.f64 (*.f64 x x) (-.f64 y x))) |
(+.f64 (+.f64 x (cosh.f64 (log.f64 y))) (sinh.f64 (log.f64 y))) |
(+.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 x x (*.f64 y (-.f64 y x)))) (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 x x (*.f64 y (-.f64 y x))))) |
(+.f64 (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 y y (*.f64 x (-.f64 x y)))) (/.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 y y (*.f64 x (-.f64 x y))))) |
(+.f64 (cosh.f64 (log.f64 y)) (+.f64 (sinh.f64 (log.f64 y)) x)) |
(+.f64 y x) |
(+.f64 x y) |
y |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.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 (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 (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 (*.f64 y y) #s(literal -1 binary64))) |
(neg.f64 (*.f64 (neg.f64 y) y)) |
(fma.f64 (cosh.f64 (log.f64 y)) y (*.f64 (sinh.f64 (log.f64 y)) y)) |
(fma.f64 y (cosh.f64 (log.f64 y)) (*.f64 y (sinh.f64 (log.f64 y)))) |
(fabs.f64 (*.f64 y y)) |
(exp.f64 (+.f64 (log.f64 y) (log.f64 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 (*.f64 (cosh.f64 (log.f64 y)) y) (*.f64 (sinh.f64 (log.f64 y)) y)) |
(+.f64 (*.f64 y (cosh.f64 (log.f64 y))) (*.f64 y (sinh.f64 (log.f64 y)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 y) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 y) #s(literal 2 binary64)))) |
y |
(*.f64 (neg.f64 (log.f64 y)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (neg.f64 (log.f64 y))) |
(neg.f64 (*.f64 (neg.f64 (log.f64 y)) #s(literal 1 binary64))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (log.f64 y)))) |
(neg.f64 (*.f64 (log.f64 y) #s(literal -1 binary64))) |
(neg.f64 (neg.f64 (log.f64 y))) |
(log.f64 y) |
(/.f64 (-.f64 (pow.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) #s(literal 2 binary64)) (pow.f64 y #s(literal 4 binary64))) (-.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) (*.f64 y y))) |
(/.f64 (-.f64 (pow.f64 y #s(literal 6 binary64)) (pow.f64 (*.f64 (neg.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64)))) x) #s(literal 3 binary64))) (+.f64 (pow.f64 y #s(literal 4 binary64)) (+.f64 (pow.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) #s(literal 2 binary64)) (*.f64 (*.f64 y y) (*.f64 (neg.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64)))) x))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) #s(literal 3 binary64)) (pow.f64 y #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) #s(literal 2 binary64)) (-.f64 (pow.f64 y #s(literal 4 binary64)) (*.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) (*.f64 y y))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) #s(literal 2 binary64)))) (neg.f64 (fma.f64 y y (*.f64 (neg.f64 x) #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 y #s(literal 6 binary64)) (pow.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 y #s(literal 4 binary64)) (*.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) (-.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) (*.f64 y y)))))) |
(/.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) #s(literal 2 binary64))) (fma.f64 y y (*.f64 (neg.f64 x) #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64)))))) |
(/.f64 (+.f64 (pow.f64 y #s(literal 6 binary64)) (pow.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) #s(literal 3 binary64))) (+.f64 (pow.f64 y #s(literal 4 binary64)) (*.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) (-.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) (*.f64 y y))))) |
(fma.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))))) x)) |
(fma.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x)) |
(fma.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))))) x)) |
(fma.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 (neg.f64 (neg.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))))) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 y) (*.f64 (neg.f64 (neg.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))))) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 y) (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 (neg.f64 (neg.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))))) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (fabs.f64 y) (*.f64 (neg.f64 (neg.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))))) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (fabs.f64 y) (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x)) |
(fma.f64 (neg.f64 (fabs.f64 y)) (neg.f64 (fabs.f64 y)) (*.f64 (neg.f64 (neg.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))))) x)) |
(fma.f64 (neg.f64 (fabs.f64 y)) (neg.f64 (fabs.f64 y)) (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x)) |
(fma.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 y)) (*.f64 (neg.f64 (neg.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))))) x)) |
(fma.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 y)) (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x)) |
(fma.f64 (neg.f64 y) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))))) x)) |
(fma.f64 (neg.f64 y) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x)) |
(fma.f64 (neg.f64 y) (neg.f64 y) (*.f64 (neg.f64 (neg.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))))) x)) |
(fma.f64 (neg.f64 y) (neg.f64 y) (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x)) |
(fma.f64 (fabs.f64 y) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))))) x)) |
(fma.f64 (fabs.f64 y) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x)) |
(fma.f64 (fabs.f64 y) (fabs.f64 y) (*.f64 (neg.f64 (neg.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))))) x)) |
(fma.f64 (fabs.f64 y) (fabs.f64 y) (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x)) |
(fma.f64 #s(literal 1 binary64) (*.f64 y y) (*.f64 (neg.f64 (neg.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))))) x)) |
(fma.f64 #s(literal 1 binary64) (*.f64 y y) (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x)) |
(fma.f64 (*.f64 y y) #s(literal 1 binary64) (*.f64 (neg.f64 (neg.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))))) x)) |
(fma.f64 (*.f64 y y) #s(literal 1 binary64) (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x)) |
(fma.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x (*.f64 y y)) |
(fma.f64 y y (*.f64 (neg.f64 (neg.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))))) x)) |
(fma.f64 y y (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x)) |
(fma.f64 x #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) (*.f64 y y)) |
(-.f64 (/.f64 (pow.f64 y #s(literal 4 binary64)) (fma.f64 y y (*.f64 (neg.f64 x) #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64)))))) (/.f64 (pow.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) #s(literal 2 binary64)) (fma.f64 y y (*.f64 (neg.f64 x) #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))))))) |
(-.f64 (*.f64 y y) (*.f64 (neg.f64 x) #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))))) |
(-.f64 (*.f64 y y) (*.f64 (neg.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64)))) x)) |
(-.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) (*.f64 (neg.f64 y) y)) |
(+.f64 (/.f64 (pow.f64 y #s(literal 6 binary64)) (+.f64 (pow.f64 y #s(literal 4 binary64)) (*.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) (-.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) (*.f64 y y))))) (/.f64 (pow.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) #s(literal 3 binary64)) (+.f64 (pow.f64 y #s(literal 4 binary64)) (*.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) (-.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) (*.f64 y y)))))) |
(+.f64 (*.f64 y y) (*.f64 (neg.f64 (neg.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))))) x)) |
(+.f64 (*.f64 y y) (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x)) |
(+.f64 (*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) (*.f64 y y)) |
(*.f64 #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) x) |
(*.f64 x #s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64)))) |
#s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) |
(*.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)))) |
(fma.f64 (cosh.f64 (log.f64 y)) #s(literal 2 binary64) (*.f64 (sinh.f64 (log.f64 y)) #s(literal 2 binary64))) |
(fma.f64 #s(literal 2 binary64) (cosh.f64 (log.f64 y)) (*.f64 #s(literal 2 binary64) (sinh.f64 (log.f64 y)))) |
(+.f64 (+.f64 y (cosh.f64 (log.f64 y))) (sinh.f64 (log.f64 y))) |
(+.f64 (*.f64 (cosh.f64 (log.f64 y)) #s(literal 2 binary64)) (*.f64 (sinh.f64 (log.f64 y)) #s(literal 2 binary64))) |
(+.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (log.f64 y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (log.f64 y)))) |
(+.f64 (cosh.f64 (log.f64 y)) (+.f64 (sinh.f64 (log.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 (exp (* (log x) 2)) (*.f64 x x)) |
#s(approx (* (log x) 2) (*.f64 (log.f64 x) #s(literal 2 binary64))) |
#s(approx (log x) (log.f64 x)) |
#s(approx 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 (+ (* 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 y x) #s(literal 2 binary64))) |
#s(approx (* (+ (* y 2) x) x) (*.f64 (fma.f64 y #s(literal 2 binary64) x) x)) |
#s(approx (+ (* y 2) x) (*.f64 y #s(literal 2 binary64))) |
#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 (*.f64 (fma.f64 (/.f64 y x) #s(literal 2 binary64) #s(literal 1 binary64)) x) x)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (*.f64 (-.f64 (fma.f64 (/.f64 y x) #s(literal 2 binary64) (pow.f64 (/.f64 y x) #s(literal 2 binary64))) #s(literal -1 binary64)) x) x)) |
#s(approx (* (log x) 2) (*.f64 (log.f64 x) #s(literal 2 binary64))) |
#s(approx (log x) (log.f64 x)) |
#s(approx (* (+ (+ y x) x) y) (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
#s(approx (* (+ (+ y x) x) y) (*.f64 (fma.f64 y (/.f64 y x) (*.f64 y #s(literal 2 binary64))) x)) |
#s(approx (+ (+ y x) x) (*.f64 #s(literal 2 binary64) 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 (+ (* y y) (* (+ (* y 2) x) x)) (*.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)) x) x)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (*.f64 (-.f64 (fma.f64 (/.f64 y x) #s(literal 2 binary64) (pow.f64 (/.f64 y x) #s(literal 2 binary64))) #s(literal -1 binary64)) x) x)) |
#s(approx (* (+ (* y 2) x) x) (*.f64 x x)) |
#s(approx (* (+ (* y 2) x) x) (*.f64 (*.f64 (fma.f64 (/.f64 y x) #s(literal 2 binary64) #s(literal 1 binary64)) 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 (-.f64 (fma.f64 (/.f64 y x) #s(literal 2 binary64) (pow.f64 (/.f64 y x) #s(literal 2 binary64))) #s(literal -1 binary64)) x) x)) |
#s(approx (* (log x) 2) (fma.f64 #s(literal -2 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 0 binary64))) |
#s(approx (log x) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) 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) (fma.f64 #s(literal -1 binary64) (/.f64 y x) #s(literal -1 binary64)))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (*.f64 (-.f64 (fma.f64 (/.f64 y x) #s(literal 2 binary64) (pow.f64 (/.f64 y x) #s(literal 2 binary64))) #s(literal -1 binary64)) 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 (+ (* 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 (exp (log y)) y) |
#s(approx (pow (exp (log y)) 2) (*.f64 y y)) |
#s(approx (exp (log y)) y) |
#s(approx (log y) (log.f64 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 (* 2 y) (*.f64 y #s(literal 2 binary64))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (*.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) #s(literal 1 binary64)) y) y)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (*.f64 (-.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))) #s(literal -1 binary64)) y) y)) |
#s(approx (* (+ (+ y x) x) y) (*.f64 (*.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) #s(literal 1 binary64)) 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) (fma.f64 (/.f64 x y) y y)) |
#s(approx (log y) (log.f64 y)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (*.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) #s(literal 1 binary64)) y) y)) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (*.f64 (-.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))) #s(literal -1 binary64)) y) y)) |
#s(approx (* (+ (* y 2) x) x) (*.f64 (fma.f64 #s(literal 2 binary64) x (*.f64 x (/.f64 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 (-.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))) #s(literal -1 binary64)) 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) (fma.f64 (/.f64 x y) #s(literal -1 binary64) #s(literal -1 binary64)))) |
#s(approx (log y) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) y)))) |
#s(approx (+ (* y y) (* (+ (* y 2) x) x)) (*.f64 (*.f64 (-.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))) #s(literal -1 binary64)) 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)))) |
Compiled 8 000 to 1 104 computations (86.2% saved)
10 alts after pruning (2 fresh and 8 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 317 | 2 | 319 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 3 | 4 |
| Done | 0 | 5 | 5 |
| Total | 318 | 10 | 328 |
| 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 #s(literal 2 binary64) y)) x)) |
| ▶ | 4.8% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (pow.f64 (exp.f64 #s(literal 2 binary64)) (log.f64 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)) |
| ✓ | 4.8% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
Compiled 179 to 119 computations (33.5% 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 |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (pow.f64 (exp.f64 #s(literal 2 binary64)) (log.f64 x))) |
(pow.f64 (exp.f64 #s(literal 2 binary64)) (log.f64 x)) |
(exp.f64 #s(literal 2 binary64)) |
#s(literal 2 binary64) |
(log.f64 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 (pow (exp 2) (log x)) #s(hole binary64 (pow x 2))) |
#s(approx (log x) #s(hole binary64 (log 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 (log x) #s(hole binary64 (* -1 (log (/ 1 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 (pow (exp 2) (log x)) #s(hole binary64 (exp (* 2 (+ (log -1) (* -1 (log (/ -1 x)))))))) |
#s(approx (log x) #s(hole binary64 (+ (log -1) (* -1 (log (/ -1 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 (* (+ (+ 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 | |
|---|---|---|---|---|
| 21.0ms | y | @ | -inf | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y x (+ (+ (* x x) (* (* x 2) y)) (* y y)) (pow (exp 2) (log x)) (exp 2) 2 (log x)) |
| 19.0ms | x | @ | 0 | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y x (+ (+ (* x x) (* (* x 2) y)) (* y y)) (pow (exp 2) (log x)) (exp 2) 2 (log x)) |
| 18.0ms | x | @ | inf | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y x (+ (+ (* x x) (* (* x 2) y)) (* y y)) (pow (exp 2) (log x)) (exp 2) 2 (log x)) |
| 14.0ms | x | @ | -inf | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y x (+ (+ (* x x) (* (* x 2) y)) (* y y)) (pow (exp 2) (log x)) (exp 2) 2 (log x)) |
| 1.0ms | y | @ | inf | ((+ (+ (* x x) (* (* x 2) y)) (* y y)) (* (+ (+ y x) x) y) (+ (+ y x) x) (+ y x) y x (+ (+ (* x x) (* (* x 2) y)) (* y y)) (pow (exp 2) (log x)) (exp 2) 2 (log x)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 148 | 725 |
| 0 | 153 | 674 |
| 1 | 765 | 652 |
| 0 | 7302 | 587 |
| 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)) (pow.f64 (exp.f64 #s(literal 2 binary64)) (log.f64 x))) |
(pow.f64 (exp.f64 #s(literal 2 binary64)) (log.f64 x)) |
(exp.f64 #s(literal 2 binary64)) |
#s(literal 2 binary64) |
(log.f64 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 (pow (exp 2) (log x)) #s(hole binary64 (pow x 2))) |
#s(approx (log x) #s(hole binary64 (log 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 (log x) #s(hole binary64 (* -1 (log (/ 1 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 (pow (exp 2) (log x)) #s(hole binary64 (exp (* 2 (+ (log -1) (* -1 (log (/ -1 x)))))))) |
#s(approx (log x) #s(hole binary64 (+ (log -1) (* -1 (log (/ -1 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 (* (+ (+ 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 (+.f64 (pow.f64 #s(approx (+ y x) y) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) 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 (+.f64 (pow.f64 #s(approx (+ y x) y) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (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) (pow.f64 #s(approx (+ y x) y) #s(literal 2 binary64))) (-.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 (+.f64 (pow.f64 #s(approx (+ y x) y) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) (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 (+.f64 (pow.f64 #s(approx (+ y x) y) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (fma.f64 x x (-.f64 (pow.f64 #s(approx (+ y x) y) #s(literal 2 binary64)) (*.f64 #s(approx (+ y x) y) x)))) |
(/.f64 (+.f64 (pow.f64 #s(approx (+ y x) y) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (fma.f64 #s(approx (+ y x) y) #s(approx (+ y x) y) (*.f64 x (-.f64 x #s(approx (+ y x) y))))) |
(-.f64 (/.f64 (pow.f64 #s(approx (+ y x) y) #s(literal 2 binary64)) (-.f64 #s(approx (+ y x) y) x)) (/.f64 (*.f64 x x) (-.f64 #s(approx (+ y x) y) x))) |
(+.f64 (/.f64 (pow.f64 #s(approx (+ y x) y) #s(literal 3 binary64)) (fma.f64 #s(approx (+ y x) y) #s(approx (+ y x) y) (*.f64 x (-.f64 x #s(approx (+ y x) y))))) (/.f64 (pow.f64 x #s(literal 3 binary64)) (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 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 (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 (neg.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (/.f64 (log.f64 x) #s(literal 2 binary64)))) (neg.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (/.f64 (log.f64 x) #s(literal 2 binary64))))) |
(*.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x))) |
(*.f64 (fabs.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (/.f64 (log.f64 x) #s(literal 2 binary64)))) (fabs.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (/.f64 (log.f64 x) #s(literal 2 binary64))))) |
(*.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x))) |
(*.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (/.f64 (log.f64 x) #s(literal 2 binary64))) (pow.f64 (exp.f64 #s(literal 2 binary64)) (/.f64 (log.f64 x) #s(literal 2 binary64)))) |
(*.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 (*.f64 (exp.f64 #s(literal 2 binary64)) (exp.f64 #s(literal 2 binary64))) (/.f64 (log.f64 x) #s(literal 2 binary64))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (/.f64 (log.f64 x) #s(literal 2 binary64))) #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 (exp.f64 #s(literal 2 binary64)) (+.f64 (/.f64 (log.f64 x) #s(literal 2 binary64)) (/.f64 (log.f64 x) #s(literal 2 binary64)))) |
(pow.f64 (exp.f64 #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (log.f64 x) #s(literal 2 binary64)))) |
(pow.f64 (exp.f64 #s(literal 2 binary64)) (log.f64 x)) |
(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)))) |
(*.f64 (exp.f64 #s(literal 1 binary64)) (exp.f64 #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (cosh.f64 #s(literal -2 binary64)) (cosh.f64 #s(literal -2 binary64))) (*.f64 (sinh.f64 #s(literal 2 binary64)) (sinh.f64 #s(literal 2 binary64)))) (-.f64 (cosh.f64 #s(literal -2 binary64)) (sinh.f64 #s(literal 2 binary64)))) |
(/.f64 (+.f64 (pow.f64 (cosh.f64 #s(literal -2 binary64)) #s(literal 3 binary64)) (pow.f64 (sinh.f64 #s(literal 2 binary64)) #s(literal 3 binary64))) (fma.f64 (cosh.f64 #s(literal -2 binary64)) (cosh.f64 #s(literal -2 binary64)) (-.f64 (*.f64 (sinh.f64 #s(literal 2 binary64)) (sinh.f64 #s(literal 2 binary64))) (*.f64 (cosh.f64 #s(literal -2 binary64)) (sinh.f64 #s(literal 2 binary64)))))) |
(exp.f64 #s(literal 2 binary64)) |
(+.f64 (sinh.f64 #s(literal 2 binary64)) (cosh.f64 #s(literal -2 binary64))) |
(+.f64 (cosh.f64 #s(literal -2 binary64)) (sinh.f64 #s(literal 2 binary64))) |
#s(literal 2 binary64) |
(*.f64 (neg.f64 (log.f64 x)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (neg.f64 (log.f64 x))) |
(neg.f64 (*.f64 (neg.f64 (log.f64 x)) #s(literal 1 binary64))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (log.f64 x)))) |
(neg.f64 (*.f64 (log.f64 x) #s(literal -1 binary64))) |
(neg.f64 (neg.f64 (log.f64 x))) |
(log.f64 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 (pow (exp 2) (log x)) (*.f64 x x)) |
#s(approx (log x) (log.f64 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 (fma.f64 (/.f64 y x) #s(literal 2 binary64) (pow.f64 (/.f64 y x) #s(literal 2 binary64))) #s(literal -1 binary64)) x) x)) |
#s(approx (* (+ (+ y x) x) y) (*.f64 (*.f64 y x) #s(literal 2 binary64))) |
#s(approx (* (+ (+ y x) x) y) (*.f64 (fma.f64 y (/.f64 y x) (*.f64 y #s(literal 2 binary64))) x)) |
#s(approx (+ (+ y x) x) (*.f64 #s(literal 2 binary64) 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 (log x) (log.f64 x)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (*.f64 (-.f64 (fma.f64 (/.f64 y x) #s(literal 2 binary64) (pow.f64 (/.f64 y x) #s(literal 2 binary64))) #s(literal -1 binary64)) 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) (fma.f64 #s(literal -1 binary64) (/.f64 y x) #s(literal -1 binary64)))) |
#s(approx (pow (exp 2) (log x)) (exp.f64 (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal -2 binary64) #s(literal 0 binary64)))) |
#s(approx (log x) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) 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 (* (+ (+ 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 (*.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 (-.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))) #s(literal -1 binary64)) y) y)) |
#s(approx (* (+ (+ y x) x) y) (*.f64 (*.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) #s(literal 1 binary64)) 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) (fma.f64 (/.f64 x y) y y)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (*.f64 (-.f64 (fma.f64 (/.f64 x y) #s(literal 2 binary64) (pow.f64 (/.f64 x y) #s(literal 2 binary64))) #s(literal -1 binary64)) 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) (fma.f64 (/.f64 x y) #s(literal -1 binary64) #s(literal -1 binary64)))) |
Compiled 2 674 to 386 computations (85.6% saved)
10 alts after pruning (0 fresh and 10 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 99 | 0 | 99 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 2 | 2 |
| Done | 0 | 8 | 8 |
| Total | 99 | 10 | 109 |
| 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 #s(literal 2 binary64) y)) x)) |
| ✓ | 4.8% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (pow.f64 (exp.f64 #s(literal 2 binary64)) (log.f64 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)) |
| ✓ | 4.8% | #s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
Compiled 390 to 170 computations (56.4% 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)) (exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
#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)) (pow.f64 (exp.f64 #s(literal 2 binary64)) (log.f64 x))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (pow.f64 (exp.f64 (log.f64 y)) #s(literal 2 binary64))) |
#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)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 (+.f64 y x) x) y)) |
(fma.f64 y y (*.f64 #s(approx (+ (* y 2) x) (*.f64 #s(literal 2 binary64) 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:
| 6.0ms | x |
| 4.0ms | y |
| 3.0ms | (+.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 x #s(literal 2 binary64)) y)) (*.f64 y 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)) (exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
#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)) (pow.f64 (exp.f64 #s(literal 2 binary64)) (log.f64 x))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (pow.f64 (exp.f64 (log.f64 y)) #s(literal 2 binary64))) |
#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)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (*.f64 (+.f64 (+.f64 y x) x) y)) |
(fma.f64 y y (*.f64 #s(approx (+ (* y 2) x) (*.f64 #s(literal 2 binary64) 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:
| 3.0ms | y |
| 3.0ms | x |
| 3.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)) (exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
#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)) (pow.f64 (exp.f64 #s(literal 2 binary64)) (log.f64 x))) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (pow.f64 (exp.f64 (log.f64 y)) #s(literal 2 binary64))) |
| 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:
| 2.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)) |
#s(approx (+ (+ (* x x) (* (* x 2) y)) (* y y)) (exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
| 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:
| 2.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:
| 2.0ms | x |
| 1.0ms | (+.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 x #s(literal 2 binary64)) y)) (*.f64 y y)) |
| 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!: 2.0ms (65.5% of total)ival-add!: 1.0ms (32.7% of total)adjust: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 11.0ms | -5.812202103831274e-84 | -9.81025297609506e-87 |
| 7.0ms | 128× | 0 | valid |
Compiled 312 to 222 computations (28.8% saved)
ival-mult!: 2.0ms (70.5% of total)adjust: 0.0ms (0% of total)ival-add!: 0.0ms (0% of total)| 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 170 to 33 computations (80.6% saved)
Compiled 706 to 248 computations (64.9% saved)
Loading profile data...