
Time bar (total: 1.5s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 0 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 1 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 2 |
| 50% | 50% | 50% | 0.1% | 0% | 0% | 0% | 3 |
| 50% | 50% | 50% | 0.1% | 0% | 0% | 0% | 4 |
| 62.5% | 62.4% | 37.5% | 0.1% | 0% | 0% | 0% | 5 |
| 66.7% | 62.4% | 31.2% | 0.1% | 0% | 6.2% | 0% | 6 |
| 75% | 65.6% | 21.9% | 0.1% | 0% | 12.5% | 0% | 7 |
| 80% | 68.7% | 17.2% | 0.1% | 0% | 14% | 0% | 8 |
| 85.7% | 70.2% | 11.7% | 0.1% | 0% | 18% | 0% | 9 |
| 88.9% | 71.8% | 9% | 0.1% | 0% | 19.1% | 0% | 10 |
| 92.3% | 72.6% | 6% | 0.1% | 0% | 21.3% | 0% | 11 |
| 94.1% | 73.4% | 4.6% | 0.1% | 0% | 22% | 0% | 12 |
Compiled 8 to 7 computations (12.5% saved)
| 416.0ms | 8 256× | 0 | valid |
| 12.0ms | 324× | 0 | invalid |
ival-sqrt: 92.0ms (54.1% of total)ival-mult!: 53.0ms (31.2% of total)ival-add!: 23.0ms (13.5% of total)adjust: 1.0ms (0.6% of total)Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 17 | 40 |
| 1 | 42 | 40 |
| 2 | 107 | 40 |
| 3 | 185 | 40 |
| 4 | 418 | 40 |
| 5 | 2020 | 40 |
| 6 | 4663 | 40 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 67.0% | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
(abs x)
Compiled 12 to 10 computations (16.7% saved)
| Inputs |
|---|
(sqrt.f64 (+.f64 (*.f64 x x) y)) |
(+.f64 (*.f64 x x) y) |
(*.f64 x x) |
x |
y |
| Outputs |
|---|
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (sqrt y))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* 1/2 (/ (pow x 2) (sqrt y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow (sqrt y) 3))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow (sqrt y) 5))) (* 1/8 (/ 1 (pow (sqrt y) 3))))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 y)) |
#s(approx (+ (* x x) y) #s(hole binary64 (+ y (pow x 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (* 1/2 (/ y (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* (pow x 2) (+ 1 (/ y (pow x 2)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 x))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (sqrt (pow x 2)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* 1/2 (/ y (sqrt (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* -1/8 (/ y (pow (sqrt (pow x 2)) 3))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* y (- (* 1/16 (/ y (pow (sqrt (pow x 2)) 5))) (* 1/8 (/ 1 (pow (sqrt (pow x 2)) 3))))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (sqrt (/ 1 y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* y (+ 1 (/ (pow x 2) y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (sqrt (/ 1 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (pow x 2) y)) 1))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) (* x x) x y) |
| 1.0ms | x | @ | -inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) (* x x) x y) |
| 1.0ms | y | @ | inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) (* x x) x y) |
| 1.0ms | y | @ | -inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) (* x x) x y) |
| 1.0ms | x | @ | 0 | ((sqrt (+ (* x x) y)) (+ (* x x) y) (* x x) x y) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 156 | 795 |
| 0 | 159 | 761 |
| 1 | 831 | 704 |
| 0 | 8176 | 638 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(sqrt.f64 (+.f64 (*.f64 x x) y)) |
(+.f64 (*.f64 x x) y) |
(*.f64 x x) |
x |
y |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (sqrt y))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* 1/2 (/ (pow x 2) (sqrt y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow (sqrt y) 3))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow (sqrt y) 5))) (* 1/8 (/ 1 (pow (sqrt y) 3))))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 y)) |
#s(approx (+ (* x x) y) #s(hole binary64 (+ y (pow x 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (* 1/2 (/ y (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* (pow x 2) (+ 1 (/ y (pow x 2)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 x))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (sqrt (pow x 2)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* 1/2 (/ y (sqrt (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* -1/8 (/ y (pow (sqrt (pow x 2)) 3))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* y (- (* 1/16 (/ y (pow (sqrt (pow x 2)) 5))) (* 1/8 (/ 1 (pow (sqrt (pow x 2)) 3))))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (sqrt (/ 1 y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* y (+ 1 (/ (pow x 2) y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (sqrt (/ 1 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (pow x 2) y)) 1))))) |
| Outputs |
|---|
(*.f64 (pow.f64 (fma.f64 x x y) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 x x y) #s(literal 1/4 binary64))) |
(pow.f64 (fma.f64 x x y) #s(literal 1/2 binary64)) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 x x y) (-.f64 (*.f64 x x) y))) (sqrt.f64 (-.f64 (*.f64 x x) y))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 x x y) (-.f64 y (*.f64 x x)))) (sqrt.f64 (-.f64 y (*.f64 x x)))) |
(/.f64 (hypot.f64 (*.f64 (sqrt.f64 y) y) (*.f64 x (*.f64 x x))) (sqrt.f64 (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x)))))) |
(/.f64 (hypot.f64 (*.f64 (sqrt.f64 y) y) (*.f64 x (*.f64 x x))) (sqrt.f64 (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y)))) |
(sqrt.f64 (fma.f64 x x y)) |
(exp.f64 (*.f64 (log.f64 (fma.f64 x x y)) #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x x y) (-.f64 (*.f64 x x) y))) (neg.f64 (-.f64 (*.f64 x x) y))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x x y) (-.f64 y (*.f64 x x)))) (neg.f64 (-.f64 y (*.f64 x x)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x) (*.f64 (*.f64 y y) y))) (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x) (*.f64 (*.f64 y y) y))) (neg.f64 (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y)))) |
(/.f64 (*.f64 (fma.f64 x x y) (-.f64 (*.f64 x x) y)) (-.f64 (*.f64 x x) y)) |
(/.f64 (*.f64 (fma.f64 x x y) (-.f64 y (*.f64 x x))) (-.f64 y (*.f64 x x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y))) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal -1 binary64)) x y) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) y) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) y) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) y) |
(fma.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x)) y) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) y) |
(fma.f64 (*.f64 (neg.f64 x) x) #s(literal -1 binary64) y) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) y) |
(fma.f64 (neg.f64 x) (neg.f64 x) y) |
(fma.f64 x (*.f64 #s(literal -1 binary64) (neg.f64 x)) y) |
(fma.f64 x x y) |
(fma.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x) y) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) y) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) y) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (-.f64 (*.f64 x x) y)) (/.f64 (*.f64 y y) (-.f64 (*.f64 x x) y))) |
(-.f64 (/.f64 (*.f64 y y) (-.f64 y (*.f64 x x))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (-.f64 y (*.f64 x x)))) |
(-.f64 y (*.f64 (neg.f64 x) x)) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x)) (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x))))) (/.f64 (*.f64 (*.f64 y y) y) (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 y y) y) (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y))) (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x)) (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y)))) |
(+.f64 (*.f64 x x) y) |
(+.f64 y (*.f64 x x)) |
(*.f64 (*.f64 (neg.f64 x) #s(literal -1 binary64)) 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 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(*.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(*.f64 (*.f64 (neg.f64 x) x) #s(literal -1 binary64)) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 x (*.f64 #s(literal -1 binary64) (neg.f64 x))) |
(*.f64 x x) |
(*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x)) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (*.f64 x (*.f64 x x)) x) #s(literal 1/2 binary64)) |
(pow.f64 (neg.f64 x) #s(literal 2 binary64)) |
(pow.f64 x #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 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)) |
(sqrt.f64 (*.f64 (*.f64 x (*.f64 x 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 |
y |
#s(approx (sqrt (+ (* x x) y)) (sqrt.f64 y)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 y)) x) x (sqrt.f64 y))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (*.f64 (fma.f64 (*.f64 x (/.f64 x (*.f64 (sqrt.f64 y) y))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 y))) x) x (sqrt.f64 y))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x (/.f64 x (pow.f64 y #s(literal 5/2 binary64)))) #s(literal 1/16 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 y) y))) x) x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 y))) x) x (sqrt.f64 y))) |
#s(approx (+ (* x x) y) y) |
#s(approx (+ (* x x) y) (fma.f64 x x y)) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx x x) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) (fma.f64 (*.f64 y (/.f64 y (*.f64 (*.f64 x (*.f64 x x)) x))) #s(literal -1/8 binary64) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 x (fma.f64 (*.f64 y (/.f64 y (*.f64 (*.f64 x (*.f64 x x)) x))) #s(literal -1/8 binary64) (fma.f64 (pow.f64 (/.f64 y (*.f64 x x)) #s(literal 3 binary64)) #s(literal 1/16 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)))) x)) |
#s(approx (+ (* x x) y) (*.f64 (*.f64 (-.f64 (/.f64 y (*.f64 x x)) #s(literal -1 binary64)) x) x)) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (neg.f64 x) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (neg.f64 x) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) (fma.f64 (*.f64 y (/.f64 y (*.f64 (*.f64 x (*.f64 x x)) x))) #s(literal -1/8 binary64) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (fma.f64 x (fma.f64 (*.f64 y (/.f64 y (*.f64 (*.f64 x (*.f64 x x)) x))) #s(literal -1/8 binary64) (fma.f64 (pow.f64 (/.f64 y (*.f64 x x)) #s(literal 3 binary64)) #s(literal 1/16 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)))) x))) |
#s(approx (sqrt (+ (* x x) y)) x) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (/.f64 y x) #s(literal 1/2 binary64) x)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (fma.f64 (/.f64 y (*.f64 x (*.f64 x x))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) x)) y x)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (fma.f64 (fma.f64 (/.f64 y (pow.f64 x #s(literal 5 binary64))) #s(literal 1/16 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) y (/.f64 #s(literal 1/2 binary64) x)) y x)) |
#s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (fma.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))) y)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 (*.f64 (*.f64 y y) y) y))) #s(literal -1/8 binary64) (fma.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y)))))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x)) (exp.f64 (fma.f64 (neg.f64 (log.f64 (sqrt.f64 y))) #s(literal 5 binary64) (*.f64 (log.f64 y) #s(literal 6 binary64))))) #s(literal 1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 (*.f64 (*.f64 y y) y) y))) #s(literal -1/8 binary64) (*.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64)))) (/.f64 y (sqrt.f64 y)))) |
#s(approx (+ (* x x) y) (fma.f64 (/.f64 (*.f64 x x) y) y y)) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (/.f64 y (sqrt.f64 y)))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (neg.f64 y) (fma.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))))) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (*.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 (*.f64 (*.f64 y y) y) y))) #s(literal -1/8 binary64) (fma.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))))))) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (fma.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x)) (exp.f64 (fma.f64 (neg.f64 (log.f64 (sqrt.f64 y))) #s(literal 5 binary64) (*.f64 (log.f64 y) #s(literal 6 binary64))))) #s(literal 1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 (*.f64 (*.f64 y y) y) y))) #s(literal -1/8 binary64) (*.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64)))) (/.f64 y (sqrt.f64 y))))) |
#s(approx (+ (* x x) y) (*.f64 (neg.f64 y) (-.f64 (/.f64 (*.f64 (neg.f64 x) x) y) #s(literal 1 binary64)))) |
Compiled 1 596 to 340 computations (78.7% saved)
6 alts after pruning (5 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 88 | 5 | 93 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 88 | 6 | 94 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 67.0% | (sqrt.f64 (fma.f64 x x y)) |
| ✓ | 67.0% | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| ▶ | 38.4% | (sqrt.f64 #s(approx (+ (* x x) y) y)) |
| ▶ | 38.1% | #s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
| ▶ | 1.2% | #s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
| ▶ | 64.0% | #s(approx (sqrt (+ (* x x) y)) x) |
Compiled 88 to 67 computations (23.9% saved)
| Inputs |
|---|
(sqrt.f64 (fma.f64 x x y)) |
(fma.f64 x x y) |
x |
y |
#s(approx (sqrt (+ (* x x) y)) x) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
(neg.f64 x) |
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
#s(approx (+ (* x x) y) y) |
#s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
(/.f64 y (sqrt.f64 y)) |
(sqrt.f64 y) |
| Outputs |
|---|
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (sqrt y))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* 1/2 (/ (pow x 2) (sqrt y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow (sqrt y) 3))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow (sqrt y) 5))) (* 1/8 (/ 1 (pow (sqrt y) 3))))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 y)) |
#s(approx (+ (* x x) y) #s(hole binary64 (+ y (pow x 2)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (neg x) #s(hole binary64 (* -1 x))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (* 1/2 (/ y (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* (pow x 2) (+ 1 (/ y (pow x 2)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (sqrt (pow x 2)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* 1/2 (/ y (sqrt (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* -1/8 (/ y (pow (sqrt (pow x 2)) 3))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* y (- (* 1/16 (/ y (pow (sqrt (pow x 2)) 5))) (* 1/8 (/ 1 (pow (sqrt (pow x 2)) 3))))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (/ y (sqrt y)) #s(hole binary64 (/ y (sqrt y)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (sqrt (/ 1 y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* y (+ 1 (/ (pow x 2) y))))) |
#s(approx (/ y (sqrt y)) #s(hole binary64 (/ 1 (sqrt (/ 1 y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (sqrt (/ 1 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (pow x 2) y)) 1))))) |
#s(approx (/ y (sqrt y)) #s(hole binary64 (/ -1 (sqrt (/ 1 y))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | y | @ | -inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) x y (sqrt (+ (* x x) y)) (sqrt (+ (* x x) y)) (neg x) (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (/ y (sqrt y)) (sqrt y)) |
| 1.0ms | y | @ | inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) x y (sqrt (+ (* x x) y)) (sqrt (+ (* x x) y)) (neg x) (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (/ y (sqrt y)) (sqrt y)) |
| 1.0ms | y | @ | 0 | ((sqrt (+ (* x x) y)) (+ (* x x) y) x y (sqrt (+ (* x x) y)) (sqrt (+ (* x x) y)) (neg x) (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (/ y (sqrt y)) (sqrt y)) |
| 1.0ms | x | @ | -inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) x y (sqrt (+ (* x x) y)) (sqrt (+ (* x x) y)) (neg x) (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (/ y (sqrt y)) (sqrt y)) |
| 1.0ms | x | @ | inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) x y (sqrt (+ (* x x) y)) (sqrt (+ (* x x) y)) (neg x) (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (/ y (sqrt y)) (sqrt y)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 169 | 837 |
| 0 | 175 | 797 |
| 1 | 851 | 738 |
| 0 | 8257 | 703 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(sqrt.f64 (fma.f64 x x y)) |
(fma.f64 x x y) |
x |
y |
#s(approx (sqrt (+ (* x x) y)) x) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
(neg.f64 x) |
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
#s(approx (+ (* x x) y) y) |
#s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
(/.f64 y (sqrt.f64 y)) |
(sqrt.f64 y) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (sqrt y))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* 1/2 (/ (pow x 2) (sqrt y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow (sqrt y) 3))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow (sqrt y) 5))) (* 1/8 (/ 1 (pow (sqrt y) 3))))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 y)) |
#s(approx (+ (* x x) y) #s(hole binary64 (+ y (pow x 2)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (neg x) #s(hole binary64 (* -1 x))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (* 1/2 (/ y (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* (pow x 2) (+ 1 (/ y (pow x 2)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (sqrt (pow x 2)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* 1/2 (/ y (sqrt (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* -1/8 (/ y (pow (sqrt (pow x 2)) 3))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* y (- (* 1/16 (/ y (pow (sqrt (pow x 2)) 5))) (* 1/8 (/ 1 (pow (sqrt (pow x 2)) 3))))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (/ y (sqrt y)) #s(hole binary64 (/ y (sqrt y)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (sqrt (/ 1 y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* y (+ 1 (/ (pow x 2) y))))) |
#s(approx (/ y (sqrt y)) #s(hole binary64 (/ 1 (sqrt (/ 1 y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (sqrt (/ 1 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (pow x 2) y)) 1))))) |
#s(approx (/ y (sqrt y)) #s(hole binary64 (/ -1 (sqrt (/ 1 y))))) |
| Outputs |
|---|
(*.f64 (pow.f64 (fma.f64 x x y) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 x x y) #s(literal 1/4 binary64))) |
(pow.f64 (fma.f64 x x y) #s(literal 1/2 binary64)) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 x x y) (-.f64 y (*.f64 x x)))) (sqrt.f64 (-.f64 y (*.f64 x x)))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 x x y) (-.f64 (*.f64 x x) y))) (sqrt.f64 (-.f64 (*.f64 x x) y))) |
(/.f64 (hypot.f64 (*.f64 (sqrt.f64 y) y) (*.f64 x (*.f64 x x))) (sqrt.f64 (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y)))) |
(/.f64 (hypot.f64 (*.f64 (sqrt.f64 y) y) (*.f64 x (*.f64 x x))) (sqrt.f64 (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x)))))) |
(sqrt.f64 (fma.f64 x x y)) |
(exp.f64 (*.f64 (log.f64 (fma.f64 x x y)) #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x x y) (-.f64 y (*.f64 x x)))) (neg.f64 (-.f64 y (*.f64 x x)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x x y) (-.f64 (*.f64 x x) y))) (neg.f64 (-.f64 (*.f64 x x) y))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x) (*.f64 (*.f64 y y) y))) (neg.f64 (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x) (*.f64 (*.f64 y y) y))) (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x)))))) |
(/.f64 (*.f64 (fma.f64 x x y) (-.f64 y (*.f64 x x))) (-.f64 y (*.f64 x x))) |
(/.f64 (*.f64 (fma.f64 x x y) (-.f64 (*.f64 x x) y)) (-.f64 (*.f64 x x) y)) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x))))) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal -1 binary64)) x y) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) y) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) y) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) y) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) y) |
(fma.f64 (*.f64 x (neg.f64 x)) #s(literal -1 binary64) y) |
(fma.f64 x (*.f64 #s(literal -1 binary64) (neg.f64 x)) y) |
(fma.f64 x x y) |
(fma.f64 #s(literal -1 binary64) (*.f64 x (neg.f64 x)) y) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) y) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) y) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) y) |
(fma.f64 (neg.f64 x) (neg.f64 x) y) |
(-.f64 (/.f64 (*.f64 y y) (-.f64 y (*.f64 x x))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (-.f64 y (*.f64 x x)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (-.f64 (*.f64 x x) y)) (/.f64 (*.f64 y y) (-.f64 (*.f64 x x) y))) |
(-.f64 y (*.f64 x (neg.f64 x))) |
(+.f64 (/.f64 (*.f64 (*.f64 y y) y) (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y))) (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x)) (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y)))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x)) (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x))))) (/.f64 (*.f64 (*.f64 y y) y) (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x)))))) |
(+.f64 (*.f64 x x) y) |
(+.f64 y (*.f64 x x)) |
x |
y |
#s(approx (sqrt (+ (* x x) y)) x) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
(*.f64 x #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) x) |
(neg.f64 x) |
(*.f64 (pow.f64 #s(approx (+ (* x x) y) y) #s(literal 1/4 binary64)) (pow.f64 #s(approx (+ (* x x) y) y) #s(literal 1/4 binary64))) |
(pow.f64 #s(approx (+ (* x x) y) y) #s(literal 1/2 binary64)) |
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
(exp.f64 (*.f64 (log.f64 #s(approx (+ (* x x) y) y)) #s(literal 1/2 binary64))) |
#s(approx (+ (* x x) y) y) |
#s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 y)) y) |
(*.f64 y (/.f64 #s(literal 1 binary64) (sqrt.f64 y))) |
(/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 y))) |
(/.f64 y (sqrt.f64 y)) |
(neg.f64 (/.f64 y (neg.f64 (sqrt.f64 y)))) |
(neg.f64 (/.f64 (neg.f64 y) (sqrt.f64 y))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 y)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 y)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 y #s(literal 1/4 binary64)) (pow.f64 y #s(literal 1/4 binary64))) |
(*.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 y))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 y)) |
(pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 y)) #s(literal -1 binary64)) |
(pow.f64 (sqrt.f64 y) #s(literal 1 binary64)) |
(pow.f64 y #s(literal 1/2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (sqrt.f64 y))) |
(/.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 y)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))) |
(/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y)))) |
(neg.f64 (neg.f64 (sqrt.f64 y))) |
(sqrt.f64 y) |
(exp.f64 (*.f64 (neg.f64 (log.f64 (sqrt.f64 y))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 y) #s(literal 1/2 binary64))) |
#s(approx (sqrt (+ (* x x) y)) (sqrt.f64 y)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 y)) x) x (sqrt.f64 y))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (*.f64 (fma.f64 (*.f64 x (/.f64 x (*.f64 (sqrt.f64 y) y))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 y))) x) x (sqrt.f64 y))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x (/.f64 x (pow.f64 y #s(literal 5/2 binary64)))) #s(literal 1/16 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 y) y))) x) x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 y))) x) x (sqrt.f64 y))) |
#s(approx (+ (* x x) y) y) |
#s(approx (+ (* x x) y) (fma.f64 x x y)) |
#s(approx x x) |
#s(approx (neg x) (neg.f64 x)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) (fma.f64 (*.f64 y (/.f64 y (*.f64 (*.f64 x (*.f64 x x)) x))) #s(literal -1/8 binary64) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 x (fma.f64 (*.f64 y (/.f64 y (*.f64 (*.f64 x (*.f64 x x)) x))) #s(literal -1/8 binary64) (fma.f64 (pow.f64 (/.f64 y (*.f64 x x)) #s(literal 3 binary64)) #s(literal 1/16 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)))) x)) |
#s(approx (+ (* x x) y) (*.f64 x x)) |
#s(approx (+ (* x x) y) (*.f64 (*.f64 (-.f64 (/.f64 y (*.f64 x x)) #s(literal -1 binary64)) x) x)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)) (neg.f64 x))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) (fma.f64 (*.f64 y (/.f64 y (*.f64 (*.f64 x (*.f64 x x)) x))) #s(literal -1/8 binary64) #s(literal 1 binary64))) (neg.f64 x))) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (fma.f64 x (fma.f64 (*.f64 y (/.f64 y (*.f64 (*.f64 x (*.f64 x x)) x))) #s(literal -1/8 binary64) (fma.f64 (pow.f64 (/.f64 y (*.f64 x x)) #s(literal 3 binary64)) #s(literal 1/16 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)))) x))) |
#s(approx (sqrt (+ (* x x) y)) x) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (/.f64 y x) #s(literal 1/2 binary64) x)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (fma.f64 (/.f64 y (*.f64 x (*.f64 x x))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) x)) y x)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (fma.f64 (fma.f64 (/.f64 y (pow.f64 x #s(literal 5 binary64))) #s(literal 1/16 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) y (/.f64 #s(literal 1/2 binary64) x)) y x)) |
#s(approx (/ y (sqrt y)) (/.f64 y (sqrt.f64 y))) |
#s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (fma.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))) y)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 (*.f64 (*.f64 y y) y) y))) #s(literal -1/8 binary64) (fma.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y)))))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x)) (exp.f64 (fma.f64 (neg.f64 (log.f64 (sqrt.f64 y))) #s(literal 5 binary64) (*.f64 (log.f64 y) #s(literal 6 binary64))))) #s(literal 1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 (*.f64 (*.f64 y y) y) y))) #s(literal -1/8 binary64) (*.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64)))) (/.f64 y (sqrt.f64 y)))) |
#s(approx (+ (* x x) y) (fma.f64 (/.f64 (*.f64 x x) y) y y)) |
#s(approx (/ y (sqrt y)) (sqrt.f64 y)) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (/.f64 y (sqrt.f64 y)))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (neg.f64 y) (fma.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))))) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (*.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 (*.f64 (*.f64 y y) y) y))) #s(literal -1/8 binary64) (fma.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))))))) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (fma.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x)) (exp.f64 (fma.f64 (neg.f64 (log.f64 (sqrt.f64 y))) #s(literal 5 binary64) (*.f64 (log.f64 y) #s(literal 6 binary64))))) #s(literal 1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 (*.f64 (*.f64 y y) y) y))) #s(literal -1/8 binary64) (*.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64)))) (/.f64 y (sqrt.f64 y))))) |
#s(approx (+ (* x x) y) (*.f64 (neg.f64 y) (-.f64 (/.f64 (*.f64 x (neg.f64 x)) y) #s(literal 1 binary64)))) |
#s(approx (/ y (sqrt y)) (neg.f64 (sqrt.f64 y))) |
Compiled 1 716 to 332 computations (80.7% saved)
6 alts after pruning (0 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 90 | 0 | 90 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 5 | 5 |
| Done | 0 | 1 | 1 |
| Total | 90 | 6 | 96 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 67.0% | (sqrt.f64 (fma.f64 x x y)) |
| ✓ | 67.0% | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| ✓ | 38.4% | (sqrt.f64 #s(approx (+ (* x x) y) y)) |
| ✓ | 38.1% | #s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
| ✓ | 1.2% | #s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
| ✓ | 64.0% | #s(approx (sqrt (+ (* x x) y)) x) |
Compiled 47 to 36 computations (23.4% saved)
Total -40.1b remaining (-132.8%)
Threshold costs -40.1b (-132.8%)
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) y)) x) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
| Outputs |
|---|
#s(approx (sqrt (+ (* x x) y)) x) |
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) y)) x) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
#s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
| Outputs |
|---|
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
#s(approx (sqrt (+ (* x x) y)) x) |
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) y)) x) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
#s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
(sqrt.f64 (fma.f64 x x y)) |
| Outputs |
|---|
(sqrt.f64 (fma.f64 x x y)) |
#s(approx (sqrt (+ (* x x) y)) x) |
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) y)) x) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
#s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
(sqrt.f64 (fma.f64 x x y)) |
(sqrt.f64 (+.f64 (*.f64 x x) y)) |
| Outputs |
|---|
(sqrt.f64 (+.f64 (*.f64 x x) y)) |
#s(approx (sqrt (+ (* x x) y)) x) |
18 calls:
| 15.0ms | (+.f64 (*.f64 x x) y) |
| 2.0ms | x |
| 2.0ms | y |
| 2.0ms | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 64.0% | 1 | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| 64.0% | 1 | (+.f64 (*.f64 x x) y) |
| 64.0% | 1 | y |
| 64.0% | 1 | (*.f64 x x) |
| 64.0% | 1 | x |
| 76.3% | 4 | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| 76.3% | 4 | (+.f64 (*.f64 x x) y) |
| 89.0% | 2 | (*.f64 x x) |
| 89.0% | 2 | x |
| 99.9% | 2 | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| 99.9% | 2 | (+.f64 (*.f64 x x) y) |
| 99.9% | 2 | (*.f64 x x) |
| 99.9% | 2 | x |
| 99.9% | 2 | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| 99.9% | 2 | (+.f64 (*.f64 x x) y) |
| 99.9% | 2 | (*.f64 x x) |
| 85.4% | 2 | y |
| 99.9% | 2 | x |
Compiled 109 to 78 computations (28.4% saved)
| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 3.0ms | 6.525353806411844e+148 | 5.104804291038434e+150 |
| 2.0ms | 48× | 0 | valid |
Compiled 51 to 49 computations (3.9% saved)
adjust: 0.0ms (0% of total)ival-add!: 0.0ms (0% of total)ival-sqrt: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 6.525353806411844e+148 | 5.104804291038434e+150 |
Compiled 48 to 46 computations (4.2% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 6.0ms | 287704542417909.3 | 636738999582244.5 |
| 3.0ms | 80× | 0 | valid |
| 1.0ms | 14× | 0 | invalid |
Compiled 89 to 80 computations (10.1% saved)
ival-sqrt: 1.0ms (70% of total)ival-mult!: 1.0ms (70% of total)adjust: 0.0ms (0% of total)ival-add!: 0.0ms (0% of total)| 1× | done |
Compiled 63 to 20 computations (68.3% saved)
Compiled 195 to 105 computations (46.2% saved)
Loading profile data...