
Time bar (total: 925.0ms)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 100% | 0% | 0% | 0% | 0% | 0 |
| 0% | 0% | 100% | 0% | 0% | 0% | 0% | 1 |
| 100% | 100% | 0% | 0% | 0% | 0% | 0% | 2 |
Compiled 8 to 7 computations (12.5% saved)
| 562.0ms | 8 255× | 0 | valid |
| 0.0ms | 1× | 1 | valid |
ival-mult!: 88.0ms (51.8% of total)ival-sqrt: 81.0ms (47.7% of total)adjust: 1.0ms (0.6% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 119 | 0 | - | 3 | (-6.488495928786544e-156) | (sqrt.f64 (*.f64 #s(literal 2 binary64) (*.f64 x x))) |
| 0 | 0 | - | 0 | - | #s(literal 2 binary64) |
| 0 | 0 | - | 0 | - | (*.f64 x x) |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 2 binary64) (*.f64 x x)) |
| 0 | 0 | - | 0 | - | x |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
sqrt.f64 | (sqrt.f64 (*.f64 #s(literal 2 binary64) (*.f64 x x))) | oflow-rescue | 65 | 0 |
| ↳ | (*.f64 #s(literal 2 binary64) (*.f64 x x)) | overflow | 65 | |
| ↳ | (*.f64 x x) | overflow | 65 | |
sqrt.f64 | (sqrt.f64 (*.f64 #s(literal 2 binary64) (*.f64 x x))) | uflow-rescue | 51 | 0 |
| ↳ | (*.f64 #s(literal 2 binary64) (*.f64 x x)) | underflow | 51 | |
| ↳ | (*.f64 x x) | underflow | 51 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 116 | 3 |
| - | 0 | 137 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 116 | 0 | 3 |
| - | 0 | 0 | 137 |
| number | freq |
|---|---|
| 0 | 140 |
| 1 | 116 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 20.0ms | 512× | 0 | valid |
Compiled 42 to 19 computations (54.8% saved)
ival-mult!: 5.0ms (56.7% of total)ival-sqrt: 4.0ms (45.4% of total)adjust: 0.0ms (0% of total)Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 10 | 19 |
| 1 | 28 | 19 |
| 2 | 90 | 19 |
| 3 | 185 | 19 |
| 4 | 578 | 19 |
| 5 | 1314 | 19 |
| 6 | 4959 | 19 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 57.3% | (sqrt.f64 (*.f64 #s(literal 2 binary64) (*.f64 x x))) |
(abs x)
Compiled 12 to 10 computations (16.7% saved)
| Inputs |
|---|
(sqrt.f64 (*.f64 #s(literal 2 binary64) (*.f64 x x))) |
(*.f64 #s(literal 2 binary64) (*.f64 x x)) |
#s(literal 2 binary64) |
(*.f64 x x) |
x |
| Outputs |
|---|
#s(approx (sqrt (* 2 (* x x))) #s(hole binary64 (* x (sqrt 2)))) |
#s(approx (* 2 (* x x)) #s(hole binary64 (* 2 (pow x 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt (* 2 (* x x))) #s(hole binary64 (* -1 (* x (sqrt 2))))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | inf | ((sqrt (* 2 (* x x))) (* 2 (* x x)) 2 (* x x) x) |
| 1.0ms | x | @ | 0 | ((sqrt (* 2 (* x x))) (* 2 (* x x)) 2 (* x x) x) |
| 1.0ms | x | @ | -inf | ((sqrt (* 2 (* x x))) (* 2 (* x x)) 2 (* x x) x) |
Loading profile data...