
Time bar (total: 2.1s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 0 |
| 100% | 99.9% | 0% | 0.1% | 0% | 0% | 0% | 1 |
Compiled 9 to 7 computations (22.2% saved)
| 489.0ms | 8 256× | 0 | valid |
ival-mult!: 189.0ms (90.1% of total)ival-add!: 19.0ms (9.1% of total)adjust: 2.0ms (1% of total)Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 14 | 44 |
| 1 | 50 | 44 |
| 2 | 144 | 44 |
| 3 | 189 | 44 |
| 4 | 406 | 44 |
| 5 | 2058 | 44 |
| 6 | 4972 | 44 |
| 7 | 8379 | 44 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 100.0% | (+.f64 (*.f64 x x) (*.f64 y y)) |
(abs x)
(abs y)
(sort x y)
Compiled 14 to 10 computations (28.6% saved)
| Inputs |
|---|
(+.f64 (*.f64 x x) (*.f64 y y)) |
(*.f64 x x) |
x |
(*.f64 y y) |
y |
| Outputs |
|---|
#s(approx (+ (* x x) (* y y)) (pow.f64 y #s(literal 2 binary64))) |
#s(approx (+ (* x x) (* y y)) (+.f64 (pow.f64 x #s(literal 2 binary64)) (pow.f64 y #s(literal 2 binary64)))) |
#s(approx (* x x) (pow.f64 x #s(literal 2 binary64))) |
#s(approx x x) |
#s(approx (+ (* x x) (* y y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 y #s(literal 2 binary64)) (pow.f64 x #s(literal 2 binary64)))))) |
#s(approx y y) |
#s(approx (+ (* x x) (* y y)) (*.f64 (pow.f64 y #s(literal 2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) (pow.f64 y #s(literal 2 binary64)))))) |
6 calls:
| Time | Variable | Point |
|---|---|---|
| 1.0ms | x | inf |
| 1.0ms | x | -inf |
| 1.0ms | y | inf |
| 1.0ms | y | -inf |
| 1.0ms | x | 0 |
| Inputs |
|---|
(+.f64 (*.f64 x x) (*.f64 y y)) |
(*.f64 x x) |
x |
(*.f64 y y) |
y |
| Outputs |
|---|
(+.f64 (*.f64 x x) (*.f64 y y)) |
(+.f64 (*.f64 y y) (*.f64 x x)) |
(-.f64 (*.f64 x x) (neg.f64 (*.f64 y y))) |
(-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y)) |
(fma.f64 (neg.f64 x) (neg.f64 x) (*.f64 y y)) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (*.f64 y y)) |
(fma.f64 (neg.f64 y) (neg.f64 y) (*.f64 x x)) |
(fma.f64 (fabs.f64 y) (fabs.f64 y) (*.f64 x x)) |
(fma.f64 x x (*.f64 y y)) |
(fma.f64 y y (*.f64 x x)) |
(*.f64 x x) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(pow.f64 x #s(literal 2 binary64)) |
x |
(*.f64 y y) |
(*.f64 (neg.f64 y) (neg.f64 y)) |
(*.f64 (fabs.f64 y) (fabs.f64 y)) |
(pow.f64 y #s(literal 2 binary64)) |
y |
Compiled 218 to 55 computations (74.8% saved)
1 alts after pruning (1 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 21 | 1 | 22 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 22 | 1 | 23 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 100.0% | (fma.f64 y y (*.f64 x x)) |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
(fma.f64 y y (*.f64 x x)) |
y |
(*.f64 x x) |
x |
| Outputs |
|---|
#s(approx (+ (* y y) (* x x)) (pow.f64 y #s(literal 2 binary64))) |
#s(approx (+ (* y y) (* x x)) (+.f64 (pow.f64 x #s(literal 2 binary64)) (pow.f64 y #s(literal 2 binary64)))) |
#s(approx (* x x) (pow.f64 x #s(literal 2 binary64))) |
#s(approx x x) |
#s(approx (+ (* y y) (* x x)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 y #s(literal 2 binary64)) (pow.f64 x #s(literal 2 binary64)))))) |
#s(approx y y) |
#s(approx (+ (* y y) (* x x)) (*.f64 (pow.f64 y #s(literal 2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) (pow.f64 y #s(literal 2 binary64)))))) |
6 calls:
| Time | Variable | Point |
|---|---|---|
| 1.0ms | x | -inf |
| 1.0ms | x | inf |
| 0.0ms | y | inf |
| 0.0ms | y | -inf |
| 0.0ms | x | 0 |
| Inputs |
|---|
(fma.f64 y y (*.f64 x x)) |
y |
(*.f64 x x) |
x |
| Outputs |
|---|
(+.f64 (*.f64 y y) (*.f64 x x)) |
(+.f64 (*.f64 x x) (*.f64 y y)) |
(-.f64 (*.f64 y y) (neg.f64 (*.f64 x x))) |
(-.f64 (*.f64 y y) (*.f64 (neg.f64 x) x)) |
(fma.f64 y y (*.f64 x x)) |
(fma.f64 (neg.f64 y) (neg.f64 y) (*.f64 x x)) |
(fma.f64 (fabs.f64 y) (fabs.f64 y) (*.f64 x x)) |
(fma.f64 (neg.f64 x) (neg.f64 x) (*.f64 y y)) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (*.f64 y y)) |
(fma.f64 x x (*.f64 y y)) |
y |
(*.f64 x x) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(pow.f64 x #s(literal 2 binary64)) |
x |
Compiled 188 to 49 computations (73.9% saved)
1 alts after pruning (0 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 19 | 0 | 19 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 19 | 1 | 20 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 100.0% | (fma.f64 y y (*.f64 x x)) |
Compiled 6 to 4 computations (33.3% saved)
Total 0.0b remaining (0%)
Threshold costs 0b (0%)
| Inputs |
|---|
(fma.f64 y y (*.f64 x x)) |
(+.f64 (*.f64 x x) (*.f64 y y)) |
| Outputs |
|---|
(fma.f64 y y (*.f64 x x)) |
5 calls:
| 2.0ms | y |
| 2.0ms | (*.f64 y y) |
| 2.0ms | (*.f64 x x) |
| 2.0ms | (+.f64 (*.f64 x x) (*.f64 y y)) |
| 1.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 100.0% | 1 | (*.f64 y y) |
| 100.0% | 1 | (*.f64 x x) |
| 100.0% | 1 | (+.f64 (*.f64 x x) (*.f64 y y)) |
| 100.0% | 1 | x |
| 100.0% | 1 | y |
Compiled 28 to 21 computations (25% saved)
| 1× | done |
Compiled 6 to 4 computations (33.3% saved)
(sort x y)
(abs y)
(abs x)
Compiled 49 to 33 computations (32.7% saved)
Loading profile data...