
Time bar (total: 883.0ms)
| 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 11 to 9 computations (18.2% saved)
| 406.0ms | 8 256× | 0 | valid |
ival-mult: 182.0ms (77.4% of total)ival-add: 38.0ms (16.2% of total)ival-true: 6.0ms (2.6% of total)exact: 5.0ms (2.1% of total)ival-assert: 4.0ms (1.7% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 13 | 0 | - | 0 | - | (+.f64 (*.f64 x x) (*.f64 x y)) |
| 0 | 0 | - | 0 | - | #s(literal 2 binary64) |
| 0 | 0 | - | 0 | - | y |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
| 0 | 0 | - | 0 | - | (*.f64 x x) |
| 0 | 0 | - | 0 | - | (*.f64 x y) |
| 0 | 0 | - | 0 | - | x |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
+.f64 | (+.f64 (*.f64 x x) (*.f64 x y)) | nan-rescue | 13 | 0 |
| ↳ | (*.f64 x x) | overflow | 72 | |
| ↳ | (*.f64 x y) | overflow | 37 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 13 | 0 |
| - | 0 | 243 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 13 | 0 | 0 |
| - | 0 | 0 | 243 |
| number | freq |
|---|---|
| 0 | 243 |
| 1 | 13 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 28.0ms | 512× | 0 | valid |
Compiled 88 to 32 computations (63.6% saved)
ival-mult: 10.0ms (75.3% of total)ival-add: 2.0ms (15.1% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 1× | egg-herbie |
| Inputs |
|---|
(*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
| Outputs |
|---|
(*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
Compiled 9 to 7 computations (22.2% saved)
Compiled 0 to 2 computations (-∞% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 94.9% | (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
Compiled 9 to 7 computations (22.2% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | (*.f64 x y) | |
| cost-diff | 0 | (*.f64 x x) | |
| cost-diff | 0 | (+.f64 (*.f64 x x) (*.f64 x y)) | |
| cost-diff | 0 | (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
| Inputs |
|---|
(*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
#s(literal 2 binary64) |
(+.f64 (*.f64 x x) (*.f64 x y)) |
(*.f64 x x) |
x |
(*.f64 x y) |
y |
| Outputs |
|---|
(*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
#s(literal 2 binary64) |
(+.f64 (*.f64 x x) (*.f64 x y)) |
(*.f64 x x) |
x |
(*.f64 x y) |
y |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 0.0 | (*.f64 x y) | |
| accuracy | 0.0 | (*.f64 x x) | |
| accuracy | 0.00390625 | (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) | |
| accuracy | 2.8085854933208236 | (+.f64 (*.f64 x x) (*.f64 x y)) |
| 15.0ms | 256× | 0 | valid |
Compiled 52 to 16 computations (69.2% saved)
ival-mult: 5.0ms (77.7% of total)ival-add: 1.0ms (15.5% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| Inputs |
|---|
(*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
(+.f64 (*.f64 x x) (*.f64 x y)) |
(*.f64 x x) |
(*.f64 x y) |
| Outputs |
|---|
(* 2 (* x y)) |
(* x (+ (* 2 x) (* 2 y))) |
(* x y) |
(* x (+ x y)) |
(pow x 2) |
(* 2 (pow x 2)) |
(* (pow x 2) (+ 2 (* 2 (/ y x)))) |
(* (pow x 2) (+ 1 (/ y x))) |
(+ (* 2 (* x y)) (* 2 (pow x 2))) |
(+ (* x y) (pow x 2)) |
(* y (+ (* 2 x) (* 2 (/ (pow x 2) y)))) |
(* y (+ x (/ (pow x 2) y))) |
(* -1 (* y (+ (* -2 x) (* -2 (/ (pow x 2) y))))) |
(* -1 (* y (+ (* -1 x) (* -1 (/ (pow x 2) y))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | inf | ((* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x x) (* x y)) |
| 1.0ms | y | @ | inf | ((* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x x) (* x y)) |
| 1.0ms | x | @ | 0 | ((* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x x) (* x y)) |
| 1.0ms | x | @ | -inf | ((* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x x) (* x y)) |
| 1.0ms | y | @ | -inf | ((* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x x) (* x y)) |
| 1× | egg-herbie |
| Inputs |
|---|
(* 2 (* x y)) |
(* x (+ (* 2 x) (* 2 y))) |
(* x y) |
(* x (+ x y)) |
(pow x 2) |
(* 2 (pow x 2)) |
(* (pow x 2) (+ 2 (* 2 (/ y x)))) |
(* (pow x 2) (+ 1 (/ y x))) |
(+ (* 2 (* x y)) (* 2 (pow x 2))) |
(+ (* x y) (pow x 2)) |
(* y (+ (* 2 x) (* 2 (/ (pow x 2) y)))) |
(* y (+ x (/ (pow x 2) y))) |
(* -1 (* y (+ (* -2 x) (* -2 (/ (pow x 2) y))))) |
(* -1 (* y (+ (* -1 x) (* -1 (/ (pow x 2) y))))) |
| Outputs |
|---|
(* 2 (* x y)) |
(*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
(* x (+ (* 2 x) (* 2 y))) |
(+.f64 (*.f64 x x) (*.f64 x y)) |
(* x y) |
(*.f64 x x) |
(* x (+ x y)) |
(*.f64 x y) |
| Inputs |
|---|
(*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
(+.f64 (*.f64 x x) (*.f64 x y)) |
(*.f64 x x) |
(*.f64 x y) |
| Outputs |
|---|
(*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
(+.f64 (*.f64 x x) (*.f64 x y)) |
(*.f64 x x) |
(*.f64 x y) |
Compiled 98 to 18 computations (81.6% saved)
3 alts after pruning (2 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 6 | 2 | 8 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 6 | 3 | 9 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 94.9% | (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
| ▶ | 60.5% | (*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x y))) |
| ▶ | 57.9% | (*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
Compiled 35 to 25 computations (28.6% saved)
| 1× | egg-herbie |
Found 6 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | (*.f64 x y) | |
| cost-diff | 0 | #s(approx (+ (* x x) (* x y)) (*.f64 x y)) | |
| cost-diff | 0 | (*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x y))) | |
| cost-diff | 0 | (*.f64 x x) | |
| cost-diff | 0 | #s(approx (+ (* x x) (* x y)) (*.f64 x x)) | |
| cost-diff | 0 | (*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
| Inputs |
|---|
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
#s(literal 2 binary64) |
#s(approx (+ (* x x) (* x y)) (*.f64 x x)) |
(*.f64 x x) |
x |
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x y))) |
#s(literal 2 binary64) |
#s(approx (+ (* x x) (* x y)) (*.f64 x y)) |
(*.f64 x y) |
x |
y |
| Outputs |
|---|
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
#s(literal 2 binary64) |
#s(approx (+ (* x x) (* x y)) (*.f64 x x)) |
(*.f64 x x) |
x |
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x y))) |
#s(literal 2 binary64) |
#s(approx (+ (* x x) (* x y)) (*.f64 x y)) |
(*.f64 x y) |
x |
y |
Found 6 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 0.0 | (*.f64 x y) | |
| accuracy | 0.00390625 | (*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x y))) | |
| accuracy | 25.290273476755996 | #s(approx (+ (* x x) (* x y)) (*.f64 x y)) | |
| accuracy | 0.0 | (*.f64 x x) | |
| accuracy | 0.00390625 | (*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) | |
| accuracy | 26.953781454736944 | #s(approx (+ (* x x) (* x y)) (*.f64 x x)) |
| 15.0ms | 256× | 0 | valid |
Compiled 104 to 21 computations (79.8% saved)
ival-mult: 6.0ms (74.9% of total)ival-add: 1.0ms (12.5% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| Inputs |
|---|
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
#s(approx (+ (* x x) (* x y)) (*.f64 x x)) |
(*.f64 x x) |
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x y))) |
#s(approx (+ (* x x) (* x y)) (*.f64 x y)) |
(*.f64 x y) |
| Outputs |
|---|
(* 2 (* x y)) |
(* x (+ (* 2 x) (* 2 y))) |
(* x y) |
(* x (+ x y)) |
(pow x 2) |
(* 2 (pow x 2)) |
(* (pow x 2) (+ 2 (* 2 (/ y x)))) |
(* (pow x 2) (+ 1 (/ y x))) |
(+ (* 2 (* x y)) (* 2 (pow x 2))) |
(+ (* x y) (pow x 2)) |
(* y (+ (* 2 x) (* 2 (/ (pow x 2) y)))) |
(* y (+ x (/ (pow x 2) y))) |
(* -1 (* y (+ (* -2 x) (* -2 (/ (pow x 2) y))))) |
(* -1 (* y (+ (* -1 x) (* -1 (/ (pow x 2) y))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | -inf | ((* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x x) (* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x y)) |
| 1.0ms | x | @ | inf | ((* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x x) (* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x y)) |
| 0.0ms | y | @ | -inf | ((* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x x) (* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x y)) |
| 0.0ms | x | @ | 0 | ((* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x x) (* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x y)) |
| 0.0ms | y | @ | inf | ((* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x x) (* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x y)) |
| 1× | egg-herbie |
| Inputs |
|---|
(* 2 (* x y)) |
(* x (+ (* 2 x) (* 2 y))) |
(* x y) |
(* x (+ x y)) |
(pow x 2) |
(* 2 (pow x 2)) |
(* (pow x 2) (+ 2 (* 2 (/ y x)))) |
(* (pow x 2) (+ 1 (/ y x))) |
(+ (* 2 (* x y)) (* 2 (pow x 2))) |
(+ (* x y) (pow x 2)) |
(* y (+ (* 2 x) (* 2 (/ (pow x 2) y)))) |
(* y (+ x (/ (pow x 2) y))) |
(* -1 (* y (+ (* -2 x) (* -2 (/ (pow x 2) y))))) |
(* -1 (* y (+ (* -1 x) (* -1 (/ (pow x 2) y))))) |
| Outputs |
|---|
(* 2 (* x y)) |
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
(* x (+ (* 2 x) (* 2 y))) |
#s(approx (+ (* x x) (* x y)) (*.f64 x x)) |
(* x y) |
(*.f64 x x) |
(* x (+ x y)) |
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x y))) |
(pow x 2) |
#s(approx (+ (* x x) (* x y)) (*.f64 x y)) |
(* 2 (pow x 2)) |
(*.f64 x y) |
| Inputs |
|---|
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
#s(approx (+ (* x x) (* x y)) (*.f64 x x)) |
(*.f64 x x) |
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x y))) |
#s(approx (+ (* x x) (* x y)) (*.f64 x y)) |
(*.f64 x y) |
| Outputs |
|---|
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
#s(approx (+ (* x x) (* x y)) (*.f64 x x)) |
(*.f64 x x) |
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x y))) |
#s(approx (+ (* x x) (* x y)) (*.f64 x y)) |
(*.f64 x y) |
Compiled 183 to 22 computations (88% saved)
5 alts after pruning (2 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 9 | 2 | 11 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 2 | 2 |
| Done | 0 | 1 | 1 |
| Total | 9 | 5 | 14 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 94.9% | (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
| ✓ | 60.5% | (*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x y))) |
| ✓ | 57.9% | (*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
| ▶ | 30.0% | #s(approx (* 2 (+ (* x x) (* x y))) (*.f64 x y)) |
| ▶ | 42.6% | #s(approx (* 2 (+ (* x x) (* x y))) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
Compiled 69 to 44 computations (36.2% saved)
| 1× | egg-herbie |
Found 5 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | (*.f64 x y) | |
| cost-diff | 0 | #s(approx (* 2 (+ (* x x) (* x y))) (*.f64 x y)) | |
| cost-diff | 0 | (*.f64 x x) | |
| cost-diff | 0 | #s(approx (+ (* x x) (* x y)) (*.f64 x x)) | |
| cost-diff | 0 | #s(approx (* 2 (+ (* x x) (* x y))) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
| Inputs |
|---|
#s(approx (* 2 (+ (* x x) (* x y))) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
#s(approx (+ (* x x) (* x y)) (*.f64 x x)) |
(*.f64 x x) |
x |
#s(approx (* 2 (+ (* x x) (* x y))) (*.f64 x y)) |
(*.f64 x y) |
x |
y |
| Outputs |
|---|
#s(approx (* 2 (+ (* x x) (* x y))) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
#s(approx (+ (* x x) (* x y)) (*.f64 x x)) |
(*.f64 x x) |
x |
#s(approx (* 2 (+ (* x x) (* x y))) (*.f64 x y)) |
(*.f64 x y) |
x |
y |
Found 5 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 0.0 | (*.f64 x y) | |
| accuracy | 44.82569762508244 | #s(approx (* 2 (+ (* x x) (* x y))) (*.f64 x y)) | |
| accuracy | 0.0 | (*.f64 x x) | |
| accuracy | 26.953781454736944 | #s(approx (+ (* x x) (* x y)) (*.f64 x x)) | |
| accuracy | 30.05411731546016 | #s(approx (* 2 (+ (* x x) (* x y))) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
| 13.0ms | 256× | 0 | valid |
Compiled 90 to 21 computations (76.7% saved)
ival-mult: 5.0ms (76.1% of total)ival-add: 1.0ms (15.2% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| Inputs |
|---|
#s(approx (* 2 (+ (* x x) (* x y))) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
#s(approx (+ (* x x) (* x y)) (*.f64 x x)) |
(*.f64 x x) |
#s(approx (* 2 (+ (* x x) (* x y))) (*.f64 x y)) |
(*.f64 x y) |
| Outputs |
|---|
(* 2 (* x y)) |
(* x (+ (* 2 x) (* 2 y))) |
(* x y) |
(* x (+ x y)) |
(pow x 2) |
(* 2 (pow x 2)) |
(* (pow x 2) (+ 2 (* 2 (/ y x)))) |
(* (pow x 2) (+ 1 (/ y x))) |
(+ (* 2 (* x y)) (* 2 (pow x 2))) |
(+ (* x y) (pow x 2)) |
(* y (+ (* 2 x) (* 2 (/ (pow x 2) y)))) |
(* y (+ x (/ (pow x 2) y))) |
(* -1 (* y (+ (* -2 x) (* -2 (/ (pow x 2) y))))) |
(* -1 (* y (+ (* -1 x) (* -1 (/ (pow x 2) y))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | -inf | ((* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x x) (* 2 (+ (* x x) (* x y))) (* x y)) |
| 1.0ms | x | @ | inf | ((* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x x) (* 2 (+ (* x x) (* x y))) (* x y)) |
| 0.0ms | y | @ | -inf | ((* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x x) (* 2 (+ (* x x) (* x y))) (* x y)) |
| 0.0ms | x | @ | 0 | ((* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x x) (* 2 (+ (* x x) (* x y))) (* x y)) |
| 0.0ms | y | @ | inf | ((* 2 (+ (* x x) (* x y))) (+ (* x x) (* x y)) (* x x) (* 2 (+ (* x x) (* x y))) (* x y)) |
| 1× | egg-herbie |
| Inputs |
|---|
(* 2 (* x y)) |
(* x (+ (* 2 x) (* 2 y))) |
(* x y) |
(* x (+ x y)) |
(pow x 2) |
(* 2 (pow x 2)) |
(* (pow x 2) (+ 2 (* 2 (/ y x)))) |
(* (pow x 2) (+ 1 (/ y x))) |
(+ (* 2 (* x y)) (* 2 (pow x 2))) |
(+ (* x y) (pow x 2)) |
(* y (+ (* 2 x) (* 2 (/ (pow x 2) y)))) |
(* y (+ x (/ (pow x 2) y))) |
(* -1 (* y (+ (* -2 x) (* -2 (/ (pow x 2) y))))) |
(* -1 (* y (+ (* -1 x) (* -1 (/ (pow x 2) y))))) |
| Outputs |
|---|
(* 2 (* x y)) |
#s(approx (* 2 (+ (* x x) (* x y))) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
(* x (+ (* 2 x) (* 2 y))) |
#s(approx (+ (* x x) (* x y)) (*.f64 x x)) |
(* x y) |
(*.f64 x x) |
(* x (+ x y)) |
#s(approx (* 2 (+ (* x x) (* x y))) (*.f64 x y)) |
(pow x 2) |
(*.f64 x y) |
| Inputs |
|---|
#s(approx (* 2 (+ (* x x) (* x y))) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
#s(approx (+ (* x x) (* x y)) (*.f64 x x)) |
(*.f64 x x) |
#s(approx (* 2 (+ (* x x) (* x y))) (*.f64 x y)) |
(*.f64 x y) |
| Outputs |
|---|
#s(approx (* 2 (+ (* x x) (* x y))) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
#s(approx (+ (* x x) (* x y)) (*.f64 x x)) |
(*.f64 x x) |
#s(approx (* 2 (+ (* x x) (* x y))) (*.f64 x y)) |
(*.f64 x y) |
Compiled 176 to 18 computations (89.8% saved)
5 alts after pruning (0 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 8 | 0 | 8 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 2 | 2 |
| Done | 0 | 3 | 3 |
| Total | 8 | 5 | 13 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 94.9% | (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
| ✓ | 60.5% | (*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x y))) |
| ✓ | 57.9% | (*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
| ✓ | 30.0% | #s(approx (* 2 (+ (* x x) (* x y))) (*.f64 x y)) |
| ✓ | 42.6% | #s(approx (* 2 (+ (* x x) (* x y))) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
Compiled 138 to 62 computations (55.1% saved)
| Inputs |
|---|
#s(approx (* 2 (+ (* x x) (* x y))) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
#s(approx (* 2 (+ (* x x) (* x y))) (*.f64 x y)) |
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x y))) |
(*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
| Outputs |
|---|
(*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
4 calls:
| 2.0ms | (+.f64 (*.f64 x x) (*.f64 x y)) |
| 2.0ms | x |
| 2.0ms | y |
| 2.0ms | (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 97.2% | 2 | x |
| 94.9% | 1 | y |
| 98.4% | 2 | (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
| 98.4% | 2 | (+.f64 (*.f64 x x) (*.f64 x y)) |
Compiled 18 to 16 computations (11.1% saved)
| Inputs |
|---|
#s(approx (* 2 (+ (* x x) (* x y))) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
#s(approx (* 2 (+ (* x x) (* x y))) (*.f64 x y)) |
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x y))) |
| Outputs |
|---|
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x y))) |
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x y))) |
4 calls:
| 2.0ms | x |
| 2.0ms | y |
| 2.0ms | (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
| 2.0ms | (+.f64 (*.f64 x x) (*.f64 x y)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 84.7% | 3 | y |
| 84.2% | 3 | x |
| 82.8% | 2 | (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
| 82.8% | 2 | (+.f64 (*.f64 x x) (*.f64 x y)) |
Compiled 18 to 16 computations (11.1% saved)
| Inputs |
|---|
#s(approx (* 2 (+ (* x x) (* x y))) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
#s(approx (* 2 (+ (* x x) (* x y))) (*.f64 x y)) |
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
| Outputs |
|---|
#s(approx (* 2 (+ (* x x) (* x y))) (*.f64 x y)) |
(*.f64 #s(literal 2 binary64) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
#s(approx (* 2 (+ (* x x) (* x y))) (*.f64 x y)) |
4 calls:
| 2.0ms | y |
| 2.0ms | x |
| 2.0ms | (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
| 2.0ms | (+.f64 (*.f64 x x) (*.f64 x y)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 57.9% | 1 | x |
| 62.1% | 2 | (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
| 62.1% | 2 | (+.f64 (*.f64 x x) (*.f64 x y)) |
| 63.9% | 3 | y |
Compiled 18 to 16 computations (11.1% saved)
| Inputs |
|---|
#s(approx (* 2 (+ (* x x) (* x y))) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
#s(approx (* 2 (+ (* x x) (* x y))) (*.f64 x y)) |
| Outputs |
|---|
#s(approx (* 2 (+ (* x x) (* x y))) (*.f64 x y)) |
#s(approx (* 2 (+ (* x x) (* x y))) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
4 calls:
| 1.0ms | (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
| 1.0ms | x |
| 1.0ms | y |
| 1.0ms | (+.f64 (*.f64 x x) (*.f64 x y)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 48.8% | 3 | x |
| 47.8% | 2 | (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
| 47.8% | 2 | (+.f64 (*.f64 x x) (*.f64 x y)) |
| 48.6% | 3 | y |
Compiled 18 to 16 computations (11.1% saved)
| Inputs |
|---|
#s(approx (* 2 (+ (* x x) (* x y))) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
| Outputs |
|---|
#s(approx (* 2 (+ (* x x) (* x y))) #s(approx (+ (* x x) (* x y)) (*.f64 x x))) |
4 calls:
| 1.0ms | (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
| 1.0ms | y |
| 1.0ms | x |
| 1.0ms | (+.f64 (*.f64 x x) (*.f64 x y)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 42.6% | 1 | y |
| 42.6% | 1 | x |
| 42.6% | 1 | (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x x) (*.f64 x y))) |
| 42.6% | 1 | (+.f64 (*.f64 x x) (*.f64 x y)) |
Compiled 18 to 16 computations (11.1% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | +inf | NaN |
Compiled 12 to 12 computations (0% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 10.0ms | 9.713926903933424e-26 | 2.9971598031699905e-23 |
| 14.0ms | -5.816778751558922e-41 | -8.067590039516144e-46 |
| 15.0ms | 272× | 0 | valid |
Compiled 454 to 352 computations (22.5% saved)
ival-mult: 5.0ms (53.3% of total)ival-add: 4.0ms (42.6% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 8.0ms | 7.475816954104059e+206 | 3.7801759828551066e+207 |
| 14.0ms | -2.6098011320406325e+128 | -1.7075307852903123e+128 |
| 7.0ms | 160× | 0 | valid |
Compiled 272 to 212 computations (22.1% saved)
ival-mult: 3.0ms (75.3% of total)ival-add: 1.0ms (25.1% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 6.750768235141207e+41 | 9.424746390907838e+41 |
Compiled 12 to 12 computations (0% saved)
Loading profile data...