
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 10 to 5 computations (50% saved)
| 655.0ms | 8 256× | 0 | valid |
ival-hypot: 377.0ms (98.7% of total)ival-assert: 3.0ms (0.8% of total)adjust: 2.0ms (0.5% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 117 | 0 | - | 3 | (4.4602945352339016e-293 1.8977627553423662e-158) | (sqrt.f64 (+.f64 (*.f64 x x) (*.f64 y y))) |
| 0 | 0 | - | 0 | - | (+.f64 (*.f64 x x) (*.f64 y y)) |
| 0 | 0 | - | 0 | - | y |
| 0 | 0 | - | 0 | - | (*.f64 y y) |
| 0 | 0 | - | 0 | - | (*.f64 x x) |
| 0 | 0 | - | 0 | - | x |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
sqrt.f64 | (sqrt.f64 (+.f64 (*.f64 x x) (*.f64 y y))) | oflow-rescue | 97 | 0 |
| ↳ | (*.f64 y y) | overflow | 54 | |
| ↳ | (*.f64 x x) | overflow | 60 | |
| ↳ | (+.f64 (*.f64 x x) (*.f64 y y)) | overflow | 97 | |
sqrt.f64 | (sqrt.f64 (+.f64 (*.f64 x x) (*.f64 y y))) | uflow-rescue | 17 | 0 |
| ↳ | (*.f64 y y) | underflow | 64 | |
| ↳ | (*.f64 x x) | underflow | 66 | |
| ↳ | (+.f64 (*.f64 x x) (*.f64 y y)) | underflow | 17 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 114 | 3 |
| - | 0 | 139 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 114 | 0 | 3 |
| - | 0 | 0 | 139 |
| number | freq |
|---|---|
| 0 | 142 |
| 1 | 114 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 181.0ms | 512× | 0 | valid |
Compiled 58 to 22 computations (62.1% saved)
ival-hypot: 26.0ms (69.7% of total)ival-mult: 8.0ms (21.4% of total)ival-add: 2.0ms (5.4% of total)ival-true: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 18 | 50 |
| 1 | 43 | 50 |
| 2 | 93 | 50 |
| 3 | 118 | 50 |
| 4 | 156 | 50 |
| 0 | 6 | 8 |
| 0 | 10 | 8 |
| 1 | 21 | 8 |
| 2 | 60 | 8 |
| 3 | 117 | 8 |
| 4 | 154 | 8 |
| 0 | 154 | 3 |
| 1× | iter limit |
| 1× | saturated |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(sqrt.f64 (+.f64 (*.f64 x x) (*.f64 y y))) |
| Outputs |
|---|
(sqrt.f64 (+.f64 (*.f64 x x) (*.f64 y y))) |
(hypot.f64 y x) |
(abs x)
(abs y)
(sort x y)
Compiled 8 to 6 computations (25% saved)
Compiled 0 to 2 computations (-∞% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 58.1% | (sqrt.f64 (+.f64 (*.f64 x x) (*.f64 y y))) |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
(sqrt.f64 (+.f64 (*.f64 x x) (*.f64 y y))) |
(+.f64 (*.f64 x x) (*.f64 y y)) |
(*.f64 x x) |
x |
(*.f64 y y) |
y |
| Outputs |
|---|
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 y)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ y (* 1/2 (/ (pow x 2) y))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ y (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ y (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow y 5))) (* 1/8 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y))))))) |
#s(approx (+ (* x x) (* y y)) #s(hole binary64 (pow y 2))) |
#s(approx (+ (* x x) (* y y)) #s(hole binary64 (+ (pow x 2) (pow y 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 x)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* x (+ 1 (* 1/2 (/ (pow y 2) (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (* 1/2 (/ (pow y 2) (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (+ (* 1/16 (/ (pow y 6) (pow x 6))) (* 1/2 (/ (pow y 2) (pow x 2))))))))) |
#s(approx (+ (* x x) (* y y)) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* x x) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (/ (pow y 2) (pow x 2)))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 x))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ (pow y 2) (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (* 1/2 (/ (pow y 2) (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (+ (* 1/16 (/ (pow y 6) (pow x 6))) (* 1/2 (/ (pow y 2) (pow x 2)))))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ x (* 1/2 (/ (pow y 2) x))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/8 (/ (pow y 2) (pow x 3))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ x (* (pow y 2) (+ (* (pow y 2) (- (* 1/16 (/ (pow y 2) (pow x 5))) (* 1/8 (/ 1 (pow x 3))))) (* 1/2 (/ 1 x))))))) |
#s(approx (* y y) #s(hole binary64 (pow y 2))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (* 1/2 (/ (pow x 2) (pow y 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (+ (* 1/16 (/ (pow x 6) (pow y 6))) (* 1/2 (/ (pow x 2) (pow y 2))))))))) |
#s(approx (+ (* x x) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (/ (pow x 2) (pow y 2)))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 y))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (* 1/2 (/ (pow x 2) (pow y 2))))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (+ (* 1/16 (/ (pow x 6) (pow y 6))) (* 1/2 (/ (pow x 2) (pow y 2)))))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | inf | ((sqrt (+ (* x x) (* y y))) (+ (* x x) (* y y)) (* x x) x (* y y) y) |
| 1.0ms | x | @ | -inf | ((sqrt (+ (* x x) (* y y))) (+ (* x x) (* y y)) (* x x) x (* y y) y) |
| 1.0ms | x | @ | 0 | ((sqrt (+ (* x x) (* y y))) (+ (* x x) (* y y)) (* x x) x (* y y) y) |
| 1.0ms | y | @ | inf | ((sqrt (+ (* x x) (* y y))) (+ (* x x) (* y y)) (* x x) x (* y y) y) |
| 1.0ms | y | @ | 0 | ((sqrt (+ (* x x) (* y y))) (+ (* x x) (* y y)) (* x x) x (* y y) y) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 143 | 742 |
| 0 | 148 | 722 |
| 1 | 742 | 722 |
| 0 | 7664 | 562 |
| 1× | iter limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(sqrt.f64 (+.f64 (*.f64 x x) (*.f64 y y))) |
(+.f64 (*.f64 x x) (*.f64 y y)) |
(*.f64 x x) |
x |
(*.f64 y y) |
y |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 y)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ y (* 1/2 (/ (pow x 2) y))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ y (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ y (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow y 5))) (* 1/8 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y))))))) |
#s(approx (+ (* x x) (* y y)) #s(hole binary64 (pow y 2))) |
#s(approx (+ (* x x) (* y y)) #s(hole binary64 (+ (pow x 2) (pow y 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 x)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* x (+ 1 (* 1/2 (/ (pow y 2) (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (* 1/2 (/ (pow y 2) (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (+ (* 1/16 (/ (pow y 6) (pow x 6))) (* 1/2 (/ (pow y 2) (pow x 2))))))))) |
#s(approx (+ (* x x) (* y y)) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* x x) (* y y)) #s(hole binary64 (* (pow x 2) (+ 1 (/ (pow y 2) (pow x 2)))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 x))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ (pow y 2) (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (* 1/2 (/ (pow y 2) (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (+ (* 1/16 (/ (pow y 6) (pow x 6))) (* 1/2 (/ (pow y 2) (pow x 2)))))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ x (* 1/2 (/ (pow y 2) x))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/8 (/ (pow y 2) (pow x 3))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ x (* (pow y 2) (+ (* (pow y 2) (- (* 1/16 (/ (pow y 2) (pow x 5))) (* 1/8 (/ 1 (pow x 3))))) (* 1/2 (/ 1 x))))))) |
#s(approx (* y y) #s(hole binary64 (pow y 2))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (* 1/2 (/ (pow x 2) (pow y 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (+ (* 1/16 (/ (pow x 6) (pow y 6))) (* 1/2 (/ (pow x 2) (pow y 2))))))))) |
#s(approx (+ (* x x) (* y y)) #s(hole binary64 (* (pow y 2) (+ 1 (/ (pow x 2) (pow y 2)))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 y))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (* 1/2 (/ (pow x 2) (pow y 2))))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (+ (* 1/16 (/ (pow x 6) (pow y 6))) (* 1/2 (/ (pow x 2) (pow y 2)))))))))) |
| Outputs |
|---|
(*.f64 (pow.f64 (fma.f64 y y (*.f64 x x)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 y y (*.f64 x x)) #s(literal 1/4 binary64))) |
(pow.f64 (hypot.f64 y x) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 y y (*.f64 x x)) #s(literal 1/2 binary64)) |
(/.f64 (sqrt.f64 (-.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64)))) (sqrt.f64 (fma.f64 x x (*.f64 (neg.f64 y) y)))) |
(/.f64 (hypot.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (sqrt.f64 (+.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 (*.f64 x y) #s(literal 2 binary64))) (pow.f64 x #s(literal 4 binary64))))) |
(sqrt.f64 (fma.f64 y y (*.f64 x x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (exp.f64 (log.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 y)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (fabs.f64 y)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) y) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (exp.f64 (log.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (neg.f64 y)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 y)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) y) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (exp.f64 (log.f64 x))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (neg.f64 x)) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (fabs.f64 x)) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) x) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (exp.f64 (log.f64 x))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (neg.f64 x)) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (fabs.f64 x)) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) x) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (exp.f64 (log.f64 y))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (neg.f64 y)) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (fabs.f64 y)) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) y) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (exp.f64 (log.f64 y))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (neg.f64 y)) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (fabs.f64 y)) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) y) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (exp.f64 (log.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 x)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (fabs.f64 x)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) x) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (exp.f64 (log.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (neg.f64 x)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (fabs.f64 x)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) x) |
(hypot.f64 (neg.f64 (neg.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (exp.f64 (log.f64 x))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (neg.f64 x)) |
(hypot.f64 (neg.f64 (neg.f64 y)) (fabs.f64 x)) |
(hypot.f64 (neg.f64 (neg.f64 y)) x) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (exp.f64 (log.f64 x))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (neg.f64 x)) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (fabs.f64 x)) |
(hypot.f64 (neg.f64 (fabs.f64 y)) x) |
(hypot.f64 (neg.f64 (neg.f64 x)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (exp.f64 (log.f64 y))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (neg.f64 y)) |
(hypot.f64 (neg.f64 (neg.f64 x)) (fabs.f64 y)) |
(hypot.f64 (neg.f64 (neg.f64 x)) y) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (exp.f64 (log.f64 y))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (neg.f64 y)) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (fabs.f64 y)) |
(hypot.f64 (neg.f64 (fabs.f64 x)) y) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (exp.f64 (log.f64 x))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (neg.f64 x)) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 x)) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) x) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (exp.f64 (log.f64 y))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (neg.f64 y)) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 y)) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) y) |
(hypot.f64 (exp.f64 (log.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (exp.f64 (log.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (exp.f64 (log.f64 y)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (exp.f64 (log.f64 y)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (exp.f64 (log.f64 y)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (exp.f64 (log.f64 y)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (exp.f64 (log.f64 y)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 x))) |
(hypot.f64 (exp.f64 (log.f64 y)) (neg.f64 x)) |
(hypot.f64 (exp.f64 (log.f64 y)) (fabs.f64 x)) |
(hypot.f64 (exp.f64 (log.f64 y)) x) |
(hypot.f64 (exp.f64 (log.f64 x)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (exp.f64 (log.f64 x)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (exp.f64 (log.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (exp.f64 (log.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (exp.f64 (log.f64 x)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (exp.f64 (log.f64 x)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (exp.f64 (log.f64 x)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 y))) |
(hypot.f64 (exp.f64 (log.f64 x)) (neg.f64 y)) |
(hypot.f64 (exp.f64 (log.f64 x)) (fabs.f64 y)) |
(hypot.f64 (exp.f64 (log.f64 x)) y) |
(hypot.f64 (neg.f64 y) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (neg.f64 y) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (neg.f64 y) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 y) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 y) (neg.f64 (neg.f64 x))) |
(hypot.f64 (neg.f64 y) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (neg.f64 y) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (neg.f64 y) (exp.f64 (log.f64 x))) |
(hypot.f64 (neg.f64 y) (neg.f64 x)) |
(hypot.f64 (neg.f64 y) (fabs.f64 x)) |
(hypot.f64 (neg.f64 y) x) |
(hypot.f64 (neg.f64 x) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 x) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 x) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (neg.f64 x) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (neg.f64 x) (neg.f64 (neg.f64 y))) |
(hypot.f64 (neg.f64 x) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (neg.f64 x) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (neg.f64 x) (exp.f64 (log.f64 y))) |
(hypot.f64 (neg.f64 x) (neg.f64 y)) |
(hypot.f64 (neg.f64 x) (fabs.f64 y)) |
(hypot.f64 (neg.f64 x) y) |
(hypot.f64 (fabs.f64 y) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (fabs.f64 y) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (fabs.f64 y) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 y) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 y) (neg.f64 (neg.f64 x))) |
(hypot.f64 (fabs.f64 y) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (fabs.f64 y) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (fabs.f64 y) (exp.f64 (log.f64 x))) |
(hypot.f64 (fabs.f64 y) (neg.f64 x)) |
(hypot.f64 (fabs.f64 y) (fabs.f64 x)) |
(hypot.f64 (fabs.f64 y) x) |
(hypot.f64 (fabs.f64 x) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 x) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 x) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (fabs.f64 x) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (fabs.f64 x) (neg.f64 (neg.f64 y))) |
(hypot.f64 (fabs.f64 x) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (fabs.f64 x) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (fabs.f64 x) (exp.f64 (log.f64 y))) |
(hypot.f64 (fabs.f64 x) (neg.f64 y)) |
(hypot.f64 (fabs.f64 x) (fabs.f64 y)) |
(hypot.f64 (fabs.f64 x) y) |
(hypot.f64 y (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 y (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 y (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 y (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 y (neg.f64 (neg.f64 x))) |
(hypot.f64 y (neg.f64 (fabs.f64 x))) |
(hypot.f64 y (fabs.f64 (fabs.f64 x))) |
(hypot.f64 y (exp.f64 (log.f64 x))) |
(hypot.f64 y (neg.f64 x)) |
(hypot.f64 y (fabs.f64 x)) |
(hypot.f64 y x) |
(hypot.f64 x (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 x (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 x (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 x (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 x (neg.f64 (neg.f64 y))) |
(hypot.f64 x (neg.f64 (fabs.f64 y))) |
(hypot.f64 x (fabs.f64 (fabs.f64 y))) |
(hypot.f64 x (exp.f64 (log.f64 y))) |
(hypot.f64 x (neg.f64 y)) |
(hypot.f64 x (fabs.f64 y)) |
(hypot.f64 x y) |
(exp.f64 (*.f64 (log.f64 (fma.f64 y y (*.f64 x x))) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 x #s(literal 4 binary64))) (-.f64 (*.f64 y y) (*.f64 x x))) |
(/.f64 (-.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 (*.f64 (neg.f64 y) y) #s(literal 3 binary64))) (+.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 (pow.f64 y #s(literal 4 binary64)) (*.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64)))) (neg.f64 (fma.f64 x x (*.f64 (neg.f64 y) y)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64)))) (neg.f64 (+.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 (*.f64 x y) #s(literal 2 binary64))) (pow.f64 x #s(literal 4 binary64))))) |
(/.f64 (-.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 x x (*.f64 (neg.f64 y) y))) |
(/.f64 (+.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (+.f64 (pow.f64 y #s(literal 4 binary64)) (-.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (*.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (+.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 (*.f64 x y) #s(literal 2 binary64))) (pow.f64 x #s(literal 4 binary64)))) |
(fma.f64 (*.f64 (neg.f64 y) #s(literal -1 binary64)) y (*.f64 x x)) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal -1 binary64)) x (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal -1 binary64)) x (*.f64 y y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 y y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) (*.f64 y y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 y y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x) (*.f64 y y)) |
(fma.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 x x)) |
(fma.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 x x)) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 y y)) |
(fma.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 y y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 x x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 y) (*.f64 x x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 x x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (fabs.f64 y) (*.f64 x x)) |
(fma.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 y)) (*.f64 x x)) |
(fma.f64 (neg.f64 (fabs.f64 y)) (neg.f64 (fabs.f64 y)) (*.f64 x x)) |
(fma.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x)) (*.f64 y y)) |
(fma.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x)) (*.f64 y y)) |
(fma.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 y)) (*.f64 x x)) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x)) (*.f64 y y)) |
(fma.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 y)) (*.f64 x x)) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) (*.f64 y y)) |
(fma.f64 (*.f64 (neg.f64 x) x) #s(literal -1 binary64) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (*.f64 (neg.f64 x) x) #s(literal -1 binary64) (*.f64 y y)) |
(fma.f64 (*.f64 (neg.f64 y) y) #s(literal -1 binary64) (*.f64 x x)) |
(fma.f64 (neg.f64 y) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 x x)) |
(fma.f64 (neg.f64 y) (neg.f64 y) (*.f64 x x)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 y y)) |
(fma.f64 (neg.f64 x) (neg.f64 x) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (neg.f64 x) (neg.f64 x) (*.f64 y y)) |
(fma.f64 (fabs.f64 y) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 x x)) |
(fma.f64 (fabs.f64 y) (fabs.f64 y) (*.f64 x x)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 y y)) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (*.f64 y y)) |
(fma.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x) (*.f64 y y)) |
(fma.f64 #s(literal -1 binary64) (*.f64 (neg.f64 y) y) (*.f64 x x)) |
(fma.f64 (*.f64 y y) #s(literal 1 binary64) (*.f64 x x)) |
(fma.f64 #s(literal 1 binary64) (*.f64 y y) (*.f64 x x)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) (*.f64 y y)) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) (*.f64 y y)) |
(fma.f64 y (*.f64 #s(literal -1 binary64) (neg.f64 y)) (*.f64 x x)) |
(fma.f64 y y (*.f64 x x)) |
(fma.f64 x (*.f64 #s(literal -1 binary64) (neg.f64 x)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 x (*.f64 #s(literal -1 binary64) (neg.f64 x)) (*.f64 y y)) |
(fma.f64 x x (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 x x (*.f64 y y)) |
(-.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (fma.f64 x x (*.f64 (neg.f64 y) y))) (/.f64 (pow.f64 y #s(literal 4 binary64)) (fma.f64 x x (*.f64 (neg.f64 y) y)))) |
(-.f64 (*.f64 y y) (*.f64 (neg.f64 x) x)) |
(-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y)) |
(+.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 (*.f64 x y) #s(literal 2 binary64))) (pow.f64 x #s(literal 4 binary64)))) (/.f64 (pow.f64 y #s(literal 6 binary64)) (+.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 (*.f64 x y) #s(literal 2 binary64))) (pow.f64 x #s(literal 4 binary64))))) |
(+.f64 (*.f64 y y) (*.f64 x x)) |
(+.f64 (*.f64 x x) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(+.f64 (*.f64 x x) (*.f64 y y)) |
(*.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 #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 (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 (*.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 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(*.f64 (fabs.f64 x) (fabs.f64 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)) |
(*.f64 x (*.f64 #s(literal -1 binary64) (neg.f64 x))) |
(*.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 (neg.f64 y) #s(literal -1 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 #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 (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 (*.f64 (neg.f64 y) y) #s(literal -1 binary64)) |
(*.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 (neg.f64 y) y)) |
(*.f64 (*.f64 y y) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 y y)) |
(*.f64 y (*.f64 #s(literal -1 binary64) (neg.f64 y))) |
(*.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)))) |
y |
#s(approx (sqrt (+ (* x x) (* y y))) y) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (/.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (*.f64 x (/.f64 x (pow.f64 y #s(literal 3 binary64)))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (pow.f64 x #s(literal 4 binary64)) (fma.f64 (pow.f64 y #s(literal -3 binary64)) #s(literal -1/8 binary64) (/.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) (pow.f64 y #s(literal 5 binary64)))) (fma.f64 (/.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y))) |
#s(approx (+ (* x x) (* y y)) (*.f64 y y)) |
#s(approx (+ (* x x) (* y y)) (fma.f64 y y (*.f64 x x))) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx x x) |
#s(approx (sqrt (+ (* x x) (* y y))) x) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 (/.f64 y x) (/.f64 y x)) x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) (/.f64 (*.f64 (pow.f64 y #s(literal 4 binary64)) #s(literal -1/8 binary64)) (pow.f64 x #s(literal 4 binary64)))) x x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (/.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 x #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) (/.f64 (*.f64 (pow.f64 y #s(literal 6 binary64)) #s(literal 1/16 binary64)) (pow.f64 x #s(literal 6 binary64))))) x x)) |
#s(approx (+ (* x x) (* y y)) (*.f64 x x)) |
#s(approx (+ (* x x) (* y y)) (*.f64 (fma.f64 (/.f64 y x) (/.f64 y x) #s(literal 1 binary64)) (*.f64 x x))) |
#s(approx (sqrt (+ (* x x) (* y y))) (neg.f64 x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (neg.f64 x) (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (neg.f64 x) (fma.f64 (/.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 x #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (* x x) (* y y))) (neg.f64 (fma.f64 (fma.f64 (/.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 x #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) (/.f64 (*.f64 (pow.f64 y #s(literal 6 binary64)) #s(literal 1/16 binary64)) (pow.f64 x #s(literal 6 binary64))))) x x))) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (/.f64 (*.f64 y y) x) #s(literal 1/2 binary64) x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (*.f64 y (/.f64 y (pow.f64 x #s(literal 3 binary64)))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) x)) (*.f64 y y) x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (fma.f64 (pow.f64 x #s(literal -3 binary64)) #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 y y) #s(literal 1/16 binary64)) (pow.f64 x #s(literal 5 binary64)))) (*.f64 y y) (/.f64 #s(literal 1/2 binary64) x)) (*.f64 y y) x)) |
#s(approx (* y y) (*.f64 y y)) |
#s(approx y y) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) #s(literal 1 binary64)) y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) #s(literal 1 binary64))) y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/16 binary64)) (pow.f64 y #s(literal 6 binary64))))) y y)) |
#s(approx (+ (* x x) (* y y)) (*.f64 (fma.f64 (/.f64 x y) (/.f64 x y) #s(literal 1 binary64)) (*.f64 y y))) |
#s(approx (sqrt (+ (* x x) (* y y))) (neg.f64 y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (neg.f64 y) (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (neg.f64 y) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (* x x) (* y y))) (neg.f64 (fma.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/16 binary64)) (pow.f64 y #s(literal 6 binary64))))) y y))) |
Compiled 4 246 to 818 computations (80.7% saved)
4 alts after pruning (4 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 427 | 4 | 431 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 428 | 4 | 432 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 100.0% | (hypot.f64 y x) |
| ▶ | 58.1% | (sqrt.f64 (fma.f64 y y (*.f64 x x))) |
| ▶ | 93.0% | #s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (/.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y)) |
| ▶ | 98.7% | #s(approx (sqrt (+ (* x x) (* y y))) y) |
Compiled 37 to 26 computations (29.7% saved)
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) (* y y))) y) |
y |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (/.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y)) |
(fma.f64 (/.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) |
(/.f64 (*.f64 x x) y) |
(*.f64 x x) |
x |
#s(literal 1/2 binary64) |
(sqrt.f64 (fma.f64 y y (*.f64 x x))) |
(fma.f64 y y (*.f64 x x)) |
(hypot.f64 y x) |
| Outputs |
|---|
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 y)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ y (* 1/2 (/ (pow x 2) y))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ y (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ y (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow y 5))) (* 1/8 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y))))))) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) #s(hole binary64 y)) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) #s(hole binary64 (+ y (* 1/2 (/ (pow x 2) y))))) |
#s(approx (/ (* x x) y) #s(hole binary64 (/ (pow x 2) y))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 y)) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (+ y (* 1/2 (/ (pow x 2) y))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (+ y (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (+ y (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow y 5))) (* 1/8 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y))))))) |
#s(approx (+ (* y y) (* x x)) #s(hole binary64 (pow y 2))) |
#s(approx (+ (* y y) (* x x)) #s(hole binary64 (+ (pow x 2) (pow y 2)))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 x)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* x (+ 1 (* 1/2 (/ (pow y 2) (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (* 1/2 (/ (pow y 2) (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (+ (* 1/16 (/ (pow y 6) (pow x 6))) (* 1/2 (/ (pow y 2) (pow x 2))))))))) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) #s(hole binary64 (* 1/2 (/ (pow x 2) y)))) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) #s(hole binary64 (* (pow x 2) (+ (* 1/2 (/ 1 y)) (/ y (pow x 2)))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 x)) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* x (+ 1 (* 1/2 (/ (pow y 2) (pow x 2))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (* 1/2 (/ (pow y 2) (pow x 2)))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (+ (* 1/16 (/ (pow y 6) (pow x 6))) (* 1/2 (/ (pow y 2) (pow x 2))))))))) |
#s(approx (+ (* y y) (* x x)) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* y y) (* x x)) #s(hole binary64 (* (pow x 2) (+ 1 (/ (pow y 2) (pow x 2)))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 x))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ (pow y 2) (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (* 1/2 (/ (pow y 2) (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (+ (* 1/16 (/ (pow y 6) (pow x 6))) (* 1/2 (/ (pow y 2) (pow x 2)))))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* -1 x))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ (pow y 2) (pow x 2)))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (* 1/2 (/ (pow y 2) (pow x 2))))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (+ (* 1/16 (/ (pow y 6) (pow x 6))) (* 1/2 (/ (pow y 2) (pow x 2)))))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ x (* 1/2 (/ (pow y 2) x))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/8 (/ (pow y 2) (pow x 3))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ x (* (pow y 2) (+ (* (pow y 2) (- (* 1/16 (/ (pow y 2) (pow x 5))) (* 1/8 (/ 1 (pow x 3))))) (* 1/2 (/ 1 x))))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) #s(hole binary64 (/ (+ (* 1/2 (pow x 2)) (pow y 2)) y))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (+ x (* 1/2 (/ (pow y 2) x))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/8 (/ (pow y 2) (pow x 3))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (+ x (* (pow y 2) (+ (* (pow y 2) (- (* 1/16 (/ (pow y 2) (pow x 5))) (* 1/8 (/ 1 (pow x 3))))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (* 1/2 (/ (pow x 2) (pow y 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (+ (* 1/16 (/ (pow x 6) (pow y 6))) (* 1/2 (/ (pow x 2) (pow y 2))))))))) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) #s(hole binary64 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (* 1/2 (/ (pow x 2) (pow y 2)))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (+ (* 1/16 (/ (pow x 6) (pow y 6))) (* 1/2 (/ (pow x 2) (pow y 2))))))))) |
#s(approx (+ (* y y) (* x x)) #s(hole binary64 (* (pow y 2) (+ 1 (/ (pow x 2) (pow y 2)))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 y))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (* 1/2 (/ (pow x 2) (pow y 2))))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (+ (* 1/16 (/ (pow x 6) (pow y 6))) (* 1/2 (/ (pow x 2) (pow y 2)))))))))) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) #s(hole binary64 (* -1 (* y (- (* -1/2 (/ (pow x 2) (pow y 2))) 1))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* -1 y))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* -1 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2)))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* -1 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (* 1/2 (/ (pow x 2) (pow y 2))))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* -1 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (+ (* 1/16 (/ (pow x 6) (pow y 6))) (* 1/2 (/ (pow x 2) (pow y 2)))))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | y | @ | -inf | ((sqrt (+ (* x x) (* y y))) y (sqrt (+ (* x x) (* y y))) (+ (* (/ (* x x) y) 1/2) y) (/ (* x x) y) (* x x) x 1/2 (sqrt (+ (* y y) (* x x))) (+ (* y y) (* x x)) (sqrt (+ (* y y) (* x x)))) |
| 1.0ms | x | @ | 0 | ((sqrt (+ (* x x) (* y y))) y (sqrt (+ (* x x) (* y y))) (+ (* (/ (* x x) y) 1/2) y) (/ (* x x) y) (* x x) x 1/2 (sqrt (+ (* y y) (* x x))) (+ (* y y) (* x x)) (sqrt (+ (* y y) (* x x)))) |
| 1.0ms | x | @ | inf | ((sqrt (+ (* x x) (* y y))) y (sqrt (+ (* x x) (* y y))) (+ (* (/ (* x x) y) 1/2) y) (/ (* x x) y) (* x x) x 1/2 (sqrt (+ (* y y) (* x x))) (+ (* y y) (* x x)) (sqrt (+ (* y y) (* x x)))) |
| 1.0ms | x | @ | -inf | ((sqrt (+ (* x x) (* y y))) y (sqrt (+ (* x x) (* y y))) (+ (* (/ (* x x) y) 1/2) y) (/ (* x x) y) (* x x) x 1/2 (sqrt (+ (* y y) (* x x))) (+ (* y y) (* x x)) (sqrt (+ (* y y) (* x x)))) |
| 1.0ms | y | @ | inf | ((sqrt (+ (* x x) (* y y))) y (sqrt (+ (* x x) (* y y))) (+ (* (/ (* x x) y) 1/2) y) (/ (* x x) y) (* x x) x 1/2 (sqrt (+ (* y y) (* x x))) (+ (* y y) (* x x)) (sqrt (+ (* y y) (* x x)))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 191 | 1420 |
| 0 | 199 | 1253 |
| 1 | 881 | 1249 |
| 0 | 8453 | 1178 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) (* y y))) y) |
y |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (/.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y)) |
(fma.f64 (/.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) |
(/.f64 (*.f64 x x) y) |
(*.f64 x x) |
x |
#s(literal 1/2 binary64) |
(sqrt.f64 (fma.f64 y y (*.f64 x x))) |
(fma.f64 y y (*.f64 x x)) |
(hypot.f64 y x) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 y)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ y (* 1/2 (/ (pow x 2) y))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ y (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ y (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow y 5))) (* 1/8 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y))))))) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) #s(hole binary64 y)) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) #s(hole binary64 (+ y (* 1/2 (/ (pow x 2) y))))) |
#s(approx (/ (* x x) y) #s(hole binary64 (/ (pow x 2) y))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 y)) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (+ y (* 1/2 (/ (pow x 2) y))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (+ y (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (+ y (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow y 5))) (* 1/8 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y))))))) |
#s(approx (+ (* y y) (* x x)) #s(hole binary64 (pow y 2))) |
#s(approx (+ (* y y) (* x x)) #s(hole binary64 (+ (pow x 2) (pow y 2)))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 x)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* x (+ 1 (* 1/2 (/ (pow y 2) (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (* 1/2 (/ (pow y 2) (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (+ (* 1/16 (/ (pow y 6) (pow x 6))) (* 1/2 (/ (pow y 2) (pow x 2))))))))) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) #s(hole binary64 (* 1/2 (/ (pow x 2) y)))) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) #s(hole binary64 (* (pow x 2) (+ (* 1/2 (/ 1 y)) (/ y (pow x 2)))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 x)) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* x (+ 1 (* 1/2 (/ (pow y 2) (pow x 2))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (* 1/2 (/ (pow y 2) (pow x 2)))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (+ (* 1/16 (/ (pow y 6) (pow x 6))) (* 1/2 (/ (pow y 2) (pow x 2))))))))) |
#s(approx (+ (* y y) (* x x)) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* y y) (* x x)) #s(hole binary64 (* (pow x 2) (+ 1 (/ (pow y 2) (pow x 2)))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 x))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ (pow y 2) (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (* 1/2 (/ (pow y 2) (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (+ (* 1/16 (/ (pow y 6) (pow x 6))) (* 1/2 (/ (pow y 2) (pow x 2)))))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* -1 x))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ (pow y 2) (pow x 2)))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (* 1/2 (/ (pow y 2) (pow x 2))))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (+ (* 1/16 (/ (pow y 6) (pow x 6))) (* 1/2 (/ (pow y 2) (pow x 2)))))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ x (* 1/2 (/ (pow y 2) x))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/8 (/ (pow y 2) (pow x 3))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ x (* (pow y 2) (+ (* (pow y 2) (- (* 1/16 (/ (pow y 2) (pow x 5))) (* 1/8 (/ 1 (pow x 3))))) (* 1/2 (/ 1 x))))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) #s(hole binary64 (/ (+ (* 1/2 (pow x 2)) (pow y 2)) y))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (+ x (* 1/2 (/ (pow y 2) x))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/8 (/ (pow y 2) (pow x 3))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (+ x (* (pow y 2) (+ (* (pow y 2) (- (* 1/16 (/ (pow y 2) (pow x 5))) (* 1/8 (/ 1 (pow x 3))))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (* 1/2 (/ (pow x 2) (pow y 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (+ (* 1/16 (/ (pow x 6) (pow y 6))) (* 1/2 (/ (pow x 2) (pow y 2))))))))) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) #s(hole binary64 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (* 1/2 (/ (pow x 2) (pow y 2)))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (+ (* 1/16 (/ (pow x 6) (pow y 6))) (* 1/2 (/ (pow x 2) (pow y 2))))))))) |
#s(approx (+ (* y y) (* x x)) #s(hole binary64 (* (pow y 2) (+ 1 (/ (pow x 2) (pow y 2)))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 y))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (* 1/2 (/ (pow x 2) (pow y 2))))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (+ (* 1/16 (/ (pow x 6) (pow y 6))) (* 1/2 (/ (pow x 2) (pow y 2)))))))))) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) #s(hole binary64 (* -1 (* y (- (* -1/2 (/ (pow x 2) (pow y 2))) 1))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* -1 y))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* -1 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2)))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* -1 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (* 1/2 (/ (pow x 2) (pow y 2))))))))) |
#s(approx (sqrt (+ (* y y) (* x x))) #s(hole binary64 (* -1 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (+ (* 1/16 (/ (pow x 6) (pow y 6))) (* 1/2 (/ (pow x 2) (pow y 2)))))))))) |
| Outputs |
|---|
#s(approx (sqrt (+ (* x x) (* y y))) y) |
y |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (/.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y)) |
(/.f64 (-.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) y)) #s(literal 3 binary64))) (fma.f64 y y (+.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 y y)) (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 y y) (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 y y)))) (neg.f64 (+.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) y))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 y y)) (*.f64 y y))) (neg.f64 (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) y))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (*.f64 (pow.f64 (/.f64 (*.f64 x x) y) #s(literal 3 binary64)) #s(literal 1/8 binary64)))) (neg.f64 (fma.f64 y y (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) y))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (/.f64 (*.f64 x x) y) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 y #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 y y)) (*.f64 y (+.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) y))))))) |
(/.f64 (-.f64 (*.f64 y y) (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 y y))) (+.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) y)))) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 y y)) (*.f64 y y)) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) y)) |
(/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (*.f64 (pow.f64 (/.f64 (*.f64 x x) y) #s(literal 3 binary64)) #s(literal 1/8 binary64))) (fma.f64 y y (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) y)))) |
(/.f64 (fma.f64 (pow.f64 (/.f64 (*.f64 x x) y) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 y #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 y y)) (*.f64 y (+.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) y)))))) |
(fma.f64 (*.f64 (*.f64 x x) (pow.f64 y #s(literal -1 binary64))) #s(literal 1/2 binary64) y) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) (neg.f64 x)) (neg.f64 x) y) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) (fabs.f64 x)) (fabs.f64 x) y) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x y) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 x y) y) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) (/.f64 #s(literal 1/2 binary64) y)) y) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (/.f64 #s(literal 1/2 binary64) y)) y) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) (pow.f64 y #s(literal -1 binary64)) y) |
(fma.f64 (/.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 x x) y) |
(fma.f64 (pow.f64 y #s(literal -1 binary64)) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y) |
(fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) #s(literal 1 binary64) y) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y) y) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 y #s(literal -1 binary64)) (*.f64 x x)) y) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) y)) y) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x x) y) y) |
(fma.f64 x (*.f64 x (/.f64 #s(literal 1/2 binary64) y)) y) |
(fma.f64 x (*.f64 (/.f64 x y) #s(literal 1/2 binary64)) y) |
(-.f64 (/.f64 (*.f64 y y) (+.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) y)))) (/.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 y y)) (+.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) y))))) |
(-.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 y y)) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) y)) (/.f64 (*.f64 y y) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) y))) |
(-.f64 y (*.f64 (neg.f64 (/.f64 (*.f64 x x) y)) #s(literal 1/2 binary64))) |
(-.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) y))) |
(+.f64 (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 y y (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) y)))) (/.f64 (*.f64 (pow.f64 (/.f64 (*.f64 x x) y) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (fma.f64 y y (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) y))))) |
(+.f64 (/.f64 (*.f64 (pow.f64 (/.f64 (*.f64 x x) y) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 y y)) (*.f64 y (+.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) y)))))) (/.f64 (pow.f64 y #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 y y)) (*.f64 y (+.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) y))))))) |
(+.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) y) |
(+.f64 y (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x)) |
(*.f64 (neg.f64 x) (/.f64 (neg.f64 x) y)) |
(*.f64 (fabs.f64 x) (/.f64 (fabs.f64 x) y)) |
(*.f64 x (/.f64 x y)) |
(/.f64 (/.f64 (*.f64 (neg.f64 x) x) #s(literal -1 binary64)) y) |
(/.f64 (/.f64 (*.f64 (neg.f64 x) x) y) #s(literal -1 binary64)) |
(/.f64 (*.f64 (neg.f64 x) x) (neg.f64 y)) |
(/.f64 (*.f64 x x) (neg.f64 (neg.f64 y))) |
(/.f64 (*.f64 x x) y) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) x) y)) |
(neg.f64 (/.f64 (*.f64 x x) (neg.f64 y))) |
(*.f64 (*.f64 (neg.f64 x) #s(literal -1 binary64)) 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 (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 (*.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 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(*.f64 (fabs.f64 x) (fabs.f64 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)) |
(*.f64 x (*.f64 #s(literal -1 binary64) (neg.f64 x))) |
(*.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)))) |
x |
#s(literal 1/2 binary64) |
(*.f64 (pow.f64 (fma.f64 y y (*.f64 x x)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 y y (*.f64 x x)) #s(literal 1/4 binary64))) |
(pow.f64 (fma.f64 y y (*.f64 x x)) #s(literal 1/2 binary64)) |
(pow.f64 (hypot.f64 y x) #s(literal 1 binary64)) |
(/.f64 (sqrt.f64 (-.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64)))) (sqrt.f64 (fma.f64 x x (*.f64 (neg.f64 y) y)))) |
(/.f64 (sqrt.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 x #s(literal 4 binary64)))) (sqrt.f64 (fma.f64 y y (*.f64 (neg.f64 x) x)))) |
(/.f64 (hypot.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (sqrt.f64 (+.f64 (pow.f64 x #s(literal 4 binary64)) (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 (*.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (hypot.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (sqrt.f64 (+.f64 (pow.f64 y #s(literal 4 binary64)) (-.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(sqrt.f64 (fma.f64 y y (*.f64 x x))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (exp.f64 (log.f64 y))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (neg.f64 y)) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (fabs.f64 y)) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) y) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (exp.f64 (log.f64 y))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (neg.f64 y)) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (fabs.f64 y)) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) y) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (exp.f64 (log.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 x)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (fabs.f64 x)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) x) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (exp.f64 (log.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (neg.f64 x)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (fabs.f64 x)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) x) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (exp.f64 (log.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 y)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (fabs.f64 y)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) y) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (exp.f64 (log.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (neg.f64 y)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 y)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) y) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (exp.f64 (log.f64 x))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (neg.f64 x)) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (fabs.f64 x)) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) x) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (exp.f64 (log.f64 x))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (neg.f64 x)) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (fabs.f64 x)) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) x) |
(hypot.f64 (neg.f64 (neg.f64 y)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (exp.f64 (log.f64 x))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (neg.f64 x)) |
(hypot.f64 (neg.f64 (neg.f64 y)) (fabs.f64 x)) |
(hypot.f64 (neg.f64 (neg.f64 y)) x) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (exp.f64 (log.f64 x))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (neg.f64 x)) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (fabs.f64 x)) |
(hypot.f64 (neg.f64 (fabs.f64 y)) x) |
(hypot.f64 (neg.f64 (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (exp.f64 (log.f64 y))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (neg.f64 y)) |
(hypot.f64 (neg.f64 (neg.f64 x)) (fabs.f64 y)) |
(hypot.f64 (neg.f64 (neg.f64 x)) y) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (exp.f64 (log.f64 y))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (neg.f64 y)) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (fabs.f64 y)) |
(hypot.f64 (neg.f64 (fabs.f64 x)) y) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (exp.f64 (log.f64 x))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (neg.f64 x)) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 x)) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) x) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (exp.f64 (log.f64 y))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (neg.f64 y)) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 y)) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) y) |
(hypot.f64 (exp.f64 (log.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (exp.f64 (log.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (exp.f64 (log.f64 x)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (exp.f64 (log.f64 x)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (exp.f64 (log.f64 x)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (exp.f64 (log.f64 x)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (exp.f64 (log.f64 x)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 y))) |
(hypot.f64 (exp.f64 (log.f64 x)) (neg.f64 y)) |
(hypot.f64 (exp.f64 (log.f64 x)) (fabs.f64 y)) |
(hypot.f64 (exp.f64 (log.f64 x)) y) |
(hypot.f64 (exp.f64 (log.f64 y)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (exp.f64 (log.f64 y)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (exp.f64 (log.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (exp.f64 (log.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (exp.f64 (log.f64 y)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (exp.f64 (log.f64 y)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (exp.f64 (log.f64 y)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 x))) |
(hypot.f64 (exp.f64 (log.f64 y)) (neg.f64 x)) |
(hypot.f64 (exp.f64 (log.f64 y)) (fabs.f64 x)) |
(hypot.f64 (exp.f64 (log.f64 y)) x) |
(hypot.f64 (neg.f64 x) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (neg.f64 x) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (neg.f64 x) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 x) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 x) (neg.f64 (neg.f64 y))) |
(hypot.f64 (neg.f64 x) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (neg.f64 x) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (neg.f64 x) (exp.f64 (log.f64 y))) |
(hypot.f64 (neg.f64 x) (neg.f64 y)) |
(hypot.f64 (neg.f64 x) (fabs.f64 y)) |
(hypot.f64 (neg.f64 x) y) |
(hypot.f64 (neg.f64 y) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 y) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 y) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (neg.f64 y) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (neg.f64 y) (neg.f64 (neg.f64 x))) |
(hypot.f64 (neg.f64 y) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (neg.f64 y) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (neg.f64 y) (exp.f64 (log.f64 x))) |
(hypot.f64 (neg.f64 y) (neg.f64 x)) |
(hypot.f64 (neg.f64 y) (fabs.f64 x)) |
(hypot.f64 (neg.f64 y) x) |
(hypot.f64 (fabs.f64 x) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (fabs.f64 x) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (fabs.f64 x) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 x) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 x) (neg.f64 (neg.f64 y))) |
(hypot.f64 (fabs.f64 x) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (fabs.f64 x) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (fabs.f64 x) (exp.f64 (log.f64 y))) |
(hypot.f64 (fabs.f64 x) (neg.f64 y)) |
(hypot.f64 (fabs.f64 x) (fabs.f64 y)) |
(hypot.f64 (fabs.f64 x) y) |
(hypot.f64 (fabs.f64 y) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 y) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 y) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (fabs.f64 y) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (fabs.f64 y) (neg.f64 (neg.f64 x))) |
(hypot.f64 (fabs.f64 y) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (fabs.f64 y) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (fabs.f64 y) (exp.f64 (log.f64 x))) |
(hypot.f64 (fabs.f64 y) (neg.f64 x)) |
(hypot.f64 (fabs.f64 y) (fabs.f64 x)) |
(hypot.f64 (fabs.f64 y) x) |
(hypot.f64 y (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 y (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 y (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 y (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 y (neg.f64 (neg.f64 x))) |
(hypot.f64 y (neg.f64 (fabs.f64 x))) |
(hypot.f64 y (fabs.f64 (fabs.f64 x))) |
(hypot.f64 y (exp.f64 (log.f64 x))) |
(hypot.f64 y (neg.f64 x)) |
(hypot.f64 y (fabs.f64 x)) |
(hypot.f64 y x) |
(hypot.f64 x (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 x (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 x (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 x (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 x (neg.f64 (neg.f64 y))) |
(hypot.f64 x (neg.f64 (fabs.f64 y))) |
(hypot.f64 x (fabs.f64 (fabs.f64 y))) |
(hypot.f64 x (exp.f64 (log.f64 y))) |
(hypot.f64 x (neg.f64 y)) |
(hypot.f64 x (fabs.f64 y)) |
(hypot.f64 x y) |
(exp.f64 (*.f64 (log.f64 (fma.f64 y y (*.f64 x x))) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (pow.f64 y #s(literal 6 binary64)) (pow.f64 (*.f64 (neg.f64 x) x) #s(literal 3 binary64))) (+.f64 (pow.f64 y #s(literal 4 binary64)) (+.f64 (pow.f64 x #s(literal 4 binary64)) (*.f64 (*.f64 y y) (*.f64 (neg.f64 x) x))))) |
(/.f64 (-.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 (*.f64 (neg.f64 y) y) #s(literal 3 binary64))) (+.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 (pow.f64 y #s(literal 4 binary64)) (*.f64 (*.f64 x x) (*.f64 (neg.f64 y) y))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64)))) (neg.f64 (fma.f64 x x (*.f64 (neg.f64 y) y)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 x #s(literal 4 binary64)))) (neg.f64 (fma.f64 y y (*.f64 (neg.f64 x) x)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64)))) (neg.f64 (+.f64 (pow.f64 x #s(literal 4 binary64)) (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 (*.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 y #s(literal 6 binary64)) (pow.f64 x #s(literal 6 binary64)))) (neg.f64 (+.f64 (pow.f64 y #s(literal 4 binary64)) (-.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (fma.f64 x x (*.f64 (neg.f64 y) y))) |
(/.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 x #s(literal 4 binary64))) (fma.f64 y y (*.f64 (neg.f64 x) x))) |
(/.f64 (+.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) (+.f64 (pow.f64 x #s(literal 4 binary64)) (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 (*.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (pow.f64 y #s(literal 6 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (pow.f64 y #s(literal 4 binary64)) (-.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (neg.f64 y) #s(literal -1 binary64)) y (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 (*.f64 (neg.f64 y) #s(literal -1 binary64)) y (*.f64 x x)) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal -1 binary64)) x (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal -1 binary64)) x (*.f64 y y)) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 y y)) |
(fma.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 y y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 x x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 y) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 y) (*.f64 x x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 x x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (fabs.f64 y) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (fabs.f64 y) (*.f64 x x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 y y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) (*.f64 y y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 y y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 x) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 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 x)) x)) |
(fma.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 x x)) |
(fma.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 x x)) |
(fma.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 y)) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 y)) (*.f64 x x)) |
(fma.f64 (neg.f64 (fabs.f64 y)) (neg.f64 (fabs.f64 y)) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 (neg.f64 (fabs.f64 y)) (neg.f64 (fabs.f64 y)) (*.f64 x x)) |
(fma.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x)) (*.f64 y y)) |
(fma.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 x)) (*.f64 y y)) |
(fma.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 y)) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 y)) (*.f64 x x)) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 x)) (*.f64 y y)) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) (*.f64 y y)) |
(fma.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 y)) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 y)) (*.f64 x x)) |
(fma.f64 (*.f64 (neg.f64 y) y) #s(literal -1 binary64) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 (*.f64 (neg.f64 y) y) #s(literal -1 binary64) (*.f64 x x)) |
(fma.f64 (*.f64 (neg.f64 x) x) #s(literal -1 binary64) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (*.f64 (neg.f64 x) x) #s(literal -1 binary64) (*.f64 y y)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 y y)) |
(fma.f64 (neg.f64 x) (neg.f64 x) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (neg.f64 x) (neg.f64 x) (*.f64 y y)) |
(fma.f64 (neg.f64 y) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 (neg.f64 y) (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 x x)) |
(fma.f64 (neg.f64 y) (neg.f64 y) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 (neg.f64 y) (neg.f64 y) (*.f64 x x)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 y y)) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (fabs.f64 x) (fabs.f64 x) (*.f64 y y)) |
(fma.f64 (fabs.f64 y) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 (fabs.f64 y) (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 x x)) |
(fma.f64 (fabs.f64 y) (fabs.f64 y) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 (fabs.f64 y) (fabs.f64 y) (*.f64 x x)) |
(fma.f64 #s(literal -1 binary64) (*.f64 (neg.f64 y) y) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 #s(literal -1 binary64) (*.f64 (neg.f64 y) y) (*.f64 x x)) |
(fma.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x) (*.f64 y y)) |
(fma.f64 (*.f64 y y) #s(literal 1 binary64) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 (*.f64 y y) #s(literal 1 binary64) (*.f64 x x)) |
(fma.f64 #s(literal 1 binary64) (*.f64 y y) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 #s(literal 1 binary64) (*.f64 y y) (*.f64 x x)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) (*.f64 y y)) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) (*.f64 y y)) |
(fma.f64 y (*.f64 #s(literal -1 binary64) (neg.f64 y)) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 y (*.f64 #s(literal -1 binary64) (neg.f64 y)) (*.f64 x x)) |
(fma.f64 y y (*.f64 (neg.f64 (neg.f64 x)) x)) |
(fma.f64 y y (*.f64 x x)) |
(fma.f64 x (*.f64 #s(literal -1 binary64) (neg.f64 x)) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 x (*.f64 #s(literal -1 binary64) (neg.f64 x)) (*.f64 y y)) |
(fma.f64 x x (*.f64 (neg.f64 (neg.f64 y)) y)) |
(fma.f64 x x (*.f64 y y)) |
(-.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (fma.f64 x x (*.f64 (neg.f64 y) y))) (/.f64 (pow.f64 y #s(literal 4 binary64)) (fma.f64 x x (*.f64 (neg.f64 y) y)))) |
(-.f64 (/.f64 (pow.f64 y #s(literal 4 binary64)) (fma.f64 y y (*.f64 (neg.f64 x) x))) (/.f64 (pow.f64 x #s(literal 4 binary64)) (fma.f64 y y (*.f64 (neg.f64 x) x)))) |
(-.f64 (*.f64 y y) (*.f64 (neg.f64 x) x)) |
(-.f64 (*.f64 x x) (*.f64 (neg.f64 y) y)) |
(+.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (pow.f64 x #s(literal 4 binary64)) (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 (*.f64 x y) #s(literal 2 binary64))))) (/.f64 (pow.f64 y #s(literal 6 binary64)) (+.f64 (pow.f64 x #s(literal 4 binary64)) (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 (*.f64 x y) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (pow.f64 y #s(literal 6 binary64)) (+.f64 (pow.f64 y #s(literal 4 binary64)) (-.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (pow.f64 y #s(literal 4 binary64)) (-.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (*.f64 y y) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(+.f64 (*.f64 y y) (*.f64 x x)) |
(+.f64 (*.f64 x x) (*.f64 (neg.f64 (neg.f64 y)) y)) |
(+.f64 (*.f64 x x) (*.f64 y y)) |
(*.f64 (pow.f64 (fma.f64 y y (*.f64 x x)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 y y (*.f64 x x)) #s(literal 1/4 binary64))) |
(pow.f64 (fma.f64 y y (*.f64 x x)) #s(literal 1/2 binary64)) |
(pow.f64 (hypot.f64 y x) #s(literal 1 binary64)) |
(/.f64 (sqrt.f64 (-.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64)))) (sqrt.f64 (fma.f64 x x (*.f64 (neg.f64 y) y)))) |
(/.f64 (sqrt.f64 (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 x #s(literal 4 binary64)))) (sqrt.f64 (fma.f64 y y (*.f64 (neg.f64 x) x)))) |
(/.f64 (hypot.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (sqrt.f64 (+.f64 (pow.f64 x #s(literal 4 binary64)) (-.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 (*.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (hypot.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64))) (sqrt.f64 (+.f64 (pow.f64 y #s(literal 4 binary64)) (-.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(sqrt.f64 (fma.f64 y y (*.f64 x x))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (exp.f64 (log.f64 y))) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (neg.f64 y)) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (fabs.f64 y)) |
(hypot.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) y) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (exp.f64 (log.f64 y))) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (neg.f64 y)) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) (fabs.f64 y)) |
(hypot.f64 (*.f64 (fabs.f64 x) #s(literal 1 binary64)) y) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (exp.f64 (log.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (neg.f64 x)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) (fabs.f64 x)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 y)) x) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (exp.f64 (log.f64 x))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (neg.f64 x)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) (fabs.f64 x)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 y)) x) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (exp.f64 (log.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 y)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (fabs.f64 y)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) y) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (exp.f64 (log.f64 y))) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (neg.f64 y)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) (fabs.f64 y)) |
(hypot.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 x)) y) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (exp.f64 (log.f64 x))) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (neg.f64 x)) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) (fabs.f64 x)) |
(hypot.f64 (*.f64 (neg.f64 y) #s(literal 1 binary64)) x) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (exp.f64 (log.f64 x))) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (neg.f64 x)) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) (fabs.f64 x)) |
(hypot.f64 (*.f64 (fabs.f64 y) #s(literal 1 binary64)) x) |
(hypot.f64 (neg.f64 (neg.f64 y)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (exp.f64 (log.f64 x))) |
(hypot.f64 (neg.f64 (neg.f64 y)) (neg.f64 x)) |
(hypot.f64 (neg.f64 (neg.f64 y)) (fabs.f64 x)) |
(hypot.f64 (neg.f64 (neg.f64 y)) x) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (exp.f64 (log.f64 x))) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (neg.f64 x)) |
(hypot.f64 (neg.f64 (fabs.f64 y)) (fabs.f64 x)) |
(hypot.f64 (neg.f64 (fabs.f64 y)) x) |
(hypot.f64 (neg.f64 (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (exp.f64 (log.f64 y))) |
(hypot.f64 (neg.f64 (neg.f64 x)) (neg.f64 y)) |
(hypot.f64 (neg.f64 (neg.f64 x)) (fabs.f64 y)) |
(hypot.f64 (neg.f64 (neg.f64 x)) y) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (exp.f64 (log.f64 y))) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (neg.f64 y)) |
(hypot.f64 (neg.f64 (fabs.f64 x)) (fabs.f64 y)) |
(hypot.f64 (neg.f64 (fabs.f64 x)) y) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (exp.f64 (log.f64 x))) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (neg.f64 x)) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 x)) |
(hypot.f64 (fabs.f64 (fabs.f64 y)) x) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (exp.f64 (log.f64 y))) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (neg.f64 y)) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 y)) |
(hypot.f64 (fabs.f64 (fabs.f64 x)) y) |
(hypot.f64 (exp.f64 (log.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (exp.f64 (log.f64 x)) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (exp.f64 (log.f64 x)) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (exp.f64 (log.f64 x)) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (exp.f64 (log.f64 x)) (neg.f64 (neg.f64 y))) |
(hypot.f64 (exp.f64 (log.f64 x)) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (exp.f64 (log.f64 x)) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 y))) |
(hypot.f64 (exp.f64 (log.f64 x)) (neg.f64 y)) |
(hypot.f64 (exp.f64 (log.f64 x)) (fabs.f64 y)) |
(hypot.f64 (exp.f64 (log.f64 x)) y) |
(hypot.f64 (exp.f64 (log.f64 y)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (exp.f64 (log.f64 y)) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (exp.f64 (log.f64 y)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (exp.f64 (log.f64 y)) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (exp.f64 (log.f64 y)) (neg.f64 (neg.f64 x))) |
(hypot.f64 (exp.f64 (log.f64 y)) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (exp.f64 (log.f64 y)) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 x))) |
(hypot.f64 (exp.f64 (log.f64 y)) (neg.f64 x)) |
(hypot.f64 (exp.f64 (log.f64 y)) (fabs.f64 x)) |
(hypot.f64 (exp.f64 (log.f64 y)) x) |
(hypot.f64 (neg.f64 x) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (neg.f64 x) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (neg.f64 x) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 x) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 x) (neg.f64 (neg.f64 y))) |
(hypot.f64 (neg.f64 x) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (neg.f64 x) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (neg.f64 x) (exp.f64 (log.f64 y))) |
(hypot.f64 (neg.f64 x) (neg.f64 y)) |
(hypot.f64 (neg.f64 x) (fabs.f64 y)) |
(hypot.f64 (neg.f64 x) y) |
(hypot.f64 (neg.f64 y) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 y) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 y) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (neg.f64 y) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (neg.f64 y) (neg.f64 (neg.f64 x))) |
(hypot.f64 (neg.f64 y) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (neg.f64 y) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (neg.f64 y) (exp.f64 (log.f64 x))) |
(hypot.f64 (neg.f64 y) (neg.f64 x)) |
(hypot.f64 (neg.f64 y) (fabs.f64 x)) |
(hypot.f64 (neg.f64 y) x) |
(hypot.f64 (fabs.f64 x) (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 (fabs.f64 x) (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 (fabs.f64 x) (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 x) (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 x) (neg.f64 (neg.f64 y))) |
(hypot.f64 (fabs.f64 x) (neg.f64 (fabs.f64 y))) |
(hypot.f64 (fabs.f64 x) (fabs.f64 (fabs.f64 y))) |
(hypot.f64 (fabs.f64 x) (exp.f64 (log.f64 y))) |
(hypot.f64 (fabs.f64 x) (neg.f64 y)) |
(hypot.f64 (fabs.f64 x) (fabs.f64 y)) |
(hypot.f64 (fabs.f64 x) y) |
(hypot.f64 (fabs.f64 y) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 y) (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 y) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 (fabs.f64 y) (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 (fabs.f64 y) (neg.f64 (neg.f64 x))) |
(hypot.f64 (fabs.f64 y) (neg.f64 (fabs.f64 x))) |
(hypot.f64 (fabs.f64 y) (fabs.f64 (fabs.f64 x))) |
(hypot.f64 (fabs.f64 y) (exp.f64 (log.f64 x))) |
(hypot.f64 (fabs.f64 y) (neg.f64 x)) |
(hypot.f64 (fabs.f64 y) (fabs.f64 x)) |
(hypot.f64 (fabs.f64 y) x) |
(hypot.f64 y (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(hypot.f64 y (*.f64 (fabs.f64 x) #s(literal 1 binary64))) |
(hypot.f64 y (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(hypot.f64 y (*.f64 #s(literal 1 binary64) (fabs.f64 x))) |
(hypot.f64 y (neg.f64 (neg.f64 x))) |
(hypot.f64 y (neg.f64 (fabs.f64 x))) |
(hypot.f64 y (fabs.f64 (fabs.f64 x))) |
(hypot.f64 y (exp.f64 (log.f64 x))) |
(hypot.f64 y (neg.f64 x)) |
(hypot.f64 y (fabs.f64 x)) |
(hypot.f64 y x) |
(hypot.f64 x (*.f64 #s(literal 1 binary64) (neg.f64 y))) |
(hypot.f64 x (*.f64 #s(literal 1 binary64) (fabs.f64 y))) |
(hypot.f64 x (*.f64 (neg.f64 y) #s(literal 1 binary64))) |
(hypot.f64 x (*.f64 (fabs.f64 y) #s(literal 1 binary64))) |
(hypot.f64 x (neg.f64 (neg.f64 y))) |
(hypot.f64 x (neg.f64 (fabs.f64 y))) |
(hypot.f64 x (fabs.f64 (fabs.f64 y))) |
(hypot.f64 x (exp.f64 (log.f64 y))) |
(hypot.f64 x (neg.f64 y)) |
(hypot.f64 x (fabs.f64 y)) |
(hypot.f64 x y) |
(exp.f64 (*.f64 (log.f64 (fma.f64 y y (*.f64 x x))) #s(literal 1/2 binary64))) |
#s(approx (sqrt (+ (* x x) (* y y))) y) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (/.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (*.f64 x (/.f64 x (pow.f64 y #s(literal 3 binary64)))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (pow.f64 x #s(literal 4 binary64)) (fma.f64 (*.f64 x (/.f64 x (pow.f64 y #s(literal 5 binary64)))) #s(literal 1/16 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 y #s(literal -3 binary64)))) (fma.f64 (/.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y))) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) y) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) (fma.f64 (/.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y)) |
#s(approx (/ (* x x) y) (/.f64 (*.f64 x x) y)) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx x x) |
#s(approx (sqrt (+ (* x x) (* y y))) y) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (/.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (*.f64 x (/.f64 x (pow.f64 y #s(literal 3 binary64)))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (pow.f64 x #s(literal 4 binary64)) (fma.f64 (*.f64 x (/.f64 x (pow.f64 y #s(literal 5 binary64)))) #s(literal 1/16 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 y #s(literal -3 binary64)))) (fma.f64 (/.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y))) |
#s(approx (+ (* y y) (* x x)) (*.f64 y y)) |
#s(approx (+ (* y y) (* x x)) (fma.f64 y y (*.f64 x x))) |
#s(approx (sqrt (+ (* x x) (* y y))) x) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 (/.f64 y x) (/.f64 y x)) x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) (/.f64 (*.f64 (pow.f64 y #s(literal 4 binary64)) #s(literal -1/8 binary64)) (pow.f64 x #s(literal 4 binary64)))) x x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (/.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 x #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) (/.f64 (*.f64 (pow.f64 y #s(literal 6 binary64)) #s(literal 1/16 binary64)) (pow.f64 x #s(literal 6 binary64))))) x x)) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x)) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) (*.f64 (-.f64 (/.f64 y (*.f64 x x)) (/.f64 #s(literal -1/2 binary64) y)) (*.f64 x x))) |
#s(approx (sqrt (+ (* x x) (* y y))) x) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 (/.f64 y x) (/.f64 y x)) x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) (/.f64 (*.f64 (pow.f64 y #s(literal 4 binary64)) #s(literal -1/8 binary64)) (pow.f64 x #s(literal 4 binary64)))) x x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (/.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 x #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) (/.f64 (*.f64 (pow.f64 y #s(literal 6 binary64)) #s(literal 1/16 binary64)) (pow.f64 x #s(literal 6 binary64))))) x x)) |
#s(approx (+ (* y y) (* x x)) (*.f64 x x)) |
#s(approx (+ (* y y) (* x x)) (*.f64 (*.f64 (fma.f64 y (/.f64 y (*.f64 x x)) #s(literal 1 binary64)) x) x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (neg.f64 x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (neg.f64 x) (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (neg.f64 x) (fma.f64 (/.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 x #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (* x x) (* y y))) (neg.f64 (fma.f64 (fma.f64 (/.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 x #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) (/.f64 (*.f64 (pow.f64 y #s(literal 6 binary64)) #s(literal 1/16 binary64)) (pow.f64 x #s(literal 6 binary64))))) x x))) |
#s(approx (sqrt (+ (* x x) (* y y))) (neg.f64 x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (neg.f64 x) (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (neg.f64 x) (fma.f64 (/.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 x #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (* x x) (* y y))) (neg.f64 (fma.f64 (fma.f64 (/.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 x #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) (/.f64 (*.f64 (pow.f64 y #s(literal 6 binary64)) #s(literal 1/16 binary64)) (pow.f64 x #s(literal 6 binary64))))) x x))) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (/.f64 (*.f64 y y) x) #s(literal 1/2 binary64) x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (*.f64 y (/.f64 y (pow.f64 x #s(literal 3 binary64)))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) x)) (*.f64 y y) x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (pow.f64 y #s(literal 4 binary64)) (fma.f64 (*.f64 y (/.f64 y (pow.f64 x #s(literal 5 binary64)))) #s(literal 1/16 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal -3 binary64)))) (fma.f64 (/.f64 (*.f64 y y) x) #s(literal 1/2 binary64) x))) |
#s(approx y y) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (*.f64 y y)) y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (/.f64 (*.f64 y y) x) #s(literal 1/2 binary64) x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (*.f64 y (/.f64 y (pow.f64 x #s(literal 3 binary64)))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) x)) (*.f64 y y) x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (pow.f64 y #s(literal 4 binary64)) (fma.f64 (*.f64 y (/.f64 y (pow.f64 x #s(literal 5 binary64)))) #s(literal 1/16 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 x #s(literal -3 binary64)))) (fma.f64 (/.f64 (*.f64 y y) x) #s(literal 1/2 binary64) x))) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) #s(literal 1 binary64)) y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) #s(literal 1 binary64))) y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/16 binary64)) (pow.f64 y #s(literal 6 binary64))))) y y)) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) (*.f64 (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) #s(literal 1 binary64)) y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) #s(literal 1 binary64)) y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) #s(literal 1 binary64))) y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/16 binary64)) (pow.f64 y #s(literal 6 binary64))))) y y)) |
#s(approx (+ (* y y) (* x x)) (*.f64 (fma.f64 (/.f64 x y) (/.f64 x y) #s(literal 1 binary64)) (*.f64 y y))) |
#s(approx (sqrt (+ (* x x) (* y y))) (neg.f64 y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (neg.f64 y) (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (neg.f64 y) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (* x x) (* y y))) (neg.f64 (fma.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/16 binary64)) (pow.f64 y #s(literal 6 binary64))))) y y))) |
#s(approx (+ (* (/ (* x x) y) 1/2) y) (*.f64 (neg.f64 y) (fma.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal -1 binary64)))) |
#s(approx (sqrt (+ (* x x) (* y y))) (neg.f64 y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (neg.f64 y) (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (neg.f64 y) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (* x x) (* y y))) (neg.f64 (fma.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/16 binary64)) (pow.f64 y #s(literal 6 binary64))))) y y))) |
Compiled 6 535 to 1 086 computations (83.4% saved)
4 alts after pruning (1 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 527 | 1 | 528 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 3 | 4 |
| Done | 0 | 0 | 0 |
| Total | 528 | 4 | 532 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 100.0% | (hypot.f64 y x) |
| ✓ | 58.1% | (sqrt.f64 (fma.f64 y y (*.f64 x x))) |
| ▶ | 99.3% | #s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x y)) |
| ✓ | 98.7% | #s(approx (sqrt (+ (* x x) (* y y))) y) |
Compiled 37 to 26 computations (29.7% saved)
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x y)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x y) |
(*.f64 (/.f64 #s(literal 1/2 binary64) y) x) |
(/.f64 #s(literal 1/2 binary64) y) |
#s(literal 1/2 binary64) |
y |
x |
| Outputs |
|---|
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 y)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ y (* 1/2 (/ (pow x 2) y))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ y (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ y (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow y 5))) (* 1/8 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y))))))) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) #s(hole binary64 y)) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) #s(hole binary64 (+ y (* 1/2 (/ (pow x 2) y))))) |
#s(approx (* (/ 1/2 y) x) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 x)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* x (+ 1 (* 1/2 (/ (pow y 2) (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (* 1/2 (/ (pow y 2) (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (+ (* 1/16 (/ (pow y 6) (pow x 6))) (* 1/2 (/ (pow y 2) (pow x 2))))))))) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) #s(hole binary64 (* 1/2 (/ (pow x 2) y)))) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) #s(hole binary64 (* (pow x 2) (+ (* 1/2 (/ 1 y)) (/ y (pow x 2)))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 x))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ (pow y 2) (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (* 1/2 (/ (pow y 2) (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (+ (* 1/16 (/ (pow y 6) (pow x 6))) (* 1/2 (/ (pow y 2) (pow x 2)))))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ x (* 1/2 (/ (pow y 2) x))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/8 (/ (pow y 2) (pow x 3))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ x (* (pow y 2) (+ (* (pow y 2) (- (* 1/16 (/ (pow y 2) (pow x 5))) (* 1/8 (/ 1 (pow x 3))))) (* 1/2 (/ 1 x))))))) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) #s(hole binary64 (/ (+ (* 1/2 (pow x 2)) (pow y 2)) y))) |
#s(approx (/ 1/2 y) #s(hole binary64 (/ 1/2 y))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (* 1/2 (/ (pow x 2) (pow y 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (+ (* 1/16 (/ (pow x 6) (pow y 6))) (* 1/2 (/ (pow x 2) (pow y 2))))))))) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) #s(hole binary64 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 y))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (* 1/2 (/ (pow x 2) (pow y 2))))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (+ (* 1/16 (/ (pow x 6) (pow y 6))) (* 1/2 (/ (pow x 2) (pow y 2)))))))))) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) #s(hole binary64 (* -1 (* y (- (* -1/2 (/ (pow x 2) (pow y 2))) 1))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | y | @ | 0 | ((sqrt (+ (* x x) (* y y))) (+ (* (* (/ 1/2 y) x) x) y) (* (/ 1/2 y) x) (/ 1/2 y) 1/2 y x) |
| 1.0ms | y | @ | -inf | ((sqrt (+ (* x x) (* y y))) (+ (* (* (/ 1/2 y) x) x) y) (* (/ 1/2 y) x) (/ 1/2 y) 1/2 y x) |
| 1.0ms | x | @ | inf | ((sqrt (+ (* x x) (* y y))) (+ (* (* (/ 1/2 y) x) x) y) (* (/ 1/2 y) x) (/ 1/2 y) 1/2 y x) |
| 1.0ms | y | @ | inf | ((sqrt (+ (* x x) (* y y))) (+ (* (* (/ 1/2 y) x) x) y) (* (/ 1/2 y) x) (/ 1/2 y) 1/2 y x) |
| 1.0ms | x | @ | -inf | ((sqrt (+ (* x x) (* y y))) (+ (* (* (/ 1/2 y) x) x) y) (* (/ 1/2 y) x) (/ 1/2 y) 1/2 y x) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 157 | 814 |
| 0 | 163 | 790 |
| 1 | 795 | 787 |
| 0 | 8077 | 636 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x y)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x y) |
(*.f64 (/.f64 #s(literal 1/2 binary64) y) x) |
(/.f64 #s(literal 1/2 binary64) y) |
#s(literal 1/2 binary64) |
y |
x |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 y)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ y (* 1/2 (/ (pow x 2) y))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ y (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow y 3))) (* 1/2 (/ 1 y))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ y (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow y 5))) (* 1/8 (/ 1 (pow y 3))))) (* 1/2 (/ 1 y))))))) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) #s(hole binary64 y)) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) #s(hole binary64 (+ y (* 1/2 (/ (pow x 2) y))))) |
#s(approx (* (/ 1/2 y) x) #s(hole binary64 (* 1/2 (/ x y)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 x)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* x (+ 1 (* 1/2 (/ (pow y 2) (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (* 1/2 (/ (pow y 2) (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (+ (* 1/16 (/ (pow y 6) (pow x 6))) (* 1/2 (/ (pow y 2) (pow x 2))))))))) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) #s(hole binary64 (* 1/2 (/ (pow x 2) y)))) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) #s(hole binary64 (* (pow x 2) (+ (* 1/2 (/ 1 y)) (/ y (pow x 2)))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 x))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ (pow y 2) (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (* 1/2 (/ (pow y 2) (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 4) (pow x 4))) (+ (* 1/16 (/ (pow y 6) (pow x 6))) (* 1/2 (/ (pow y 2) (pow x 2)))))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ x (* 1/2 (/ (pow y 2) x))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/8 (/ (pow y 2) (pow x 3))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (+ x (* (pow y 2) (+ (* (pow y 2) (- (* 1/16 (/ (pow y 2) (pow x 5))) (* 1/8 (/ 1 (pow x 3))))) (* 1/2 (/ 1 x))))))) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) #s(hole binary64 (/ (+ (* 1/2 (pow x 2)) (pow y 2)) y))) |
#s(approx (/ 1/2 y) #s(hole binary64 (/ 1/2 y))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (* 1/2 (/ (pow x 2) (pow y 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (+ (* 1/16 (/ (pow x 6) (pow y 6))) (* 1/2 (/ (pow x 2) (pow y 2))))))))) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) #s(hole binary64 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 y))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* y (+ 1 (* 1/2 (/ (pow x 2) (pow y 2)))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (* 1/2 (/ (pow x 2) (pow y 2))))))))) |
#s(approx (sqrt (+ (* x x) (* y y))) #s(hole binary64 (* -1 (* y (+ 1 (+ (* -1/8 (/ (pow x 4) (pow y 4))) (+ (* 1/16 (/ (pow x 6) (pow y 6))) (* 1/2 (/ (pow x 2) (pow y 2)))))))))) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) #s(hole binary64 (* -1 (* y (- (* -1/2 (/ (pow x 2) (pow y 2))) 1))))) |
| Outputs |
|---|
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x y)) |
(/.f64 (-.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) y)) #s(literal 3 binary64))) (fma.f64 y y (fma.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64)) (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) y)))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64)) (*.f64 (neg.f64 y) y))) (neg.f64 (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) y))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (/.f64 (*.f64 x x) y) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 y #s(literal 3 binary64)))) (neg.f64 (fma.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64)) (*.f64 y (-.f64 y (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x)))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (/.f64 (*.f64 x x) y) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 y #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) y) (*.f64 y y)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 y y) (pow.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) #s(literal 2 binary64)))) (neg.f64 (-.f64 y (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x)))) |
(/.f64 (fma.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64)) (*.f64 (neg.f64 y) y)) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) y)) |
(/.f64 (-.f64 (*.f64 y y) (pow.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) #s(literal 2 binary64))) (-.f64 y (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x))) |
(/.f64 (fma.f64 (pow.f64 (/.f64 (*.f64 x x) y) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 y #s(literal 3 binary64))) (fma.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64)) (*.f64 y (-.f64 y (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x))))) |
(/.f64 (fma.f64 (pow.f64 (/.f64 (*.f64 x x) y) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 y #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) y) (*.f64 y y))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) (neg.f64 x)) (neg.f64 x) y) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) (fabs.f64 x)) (fabs.f64 x) y) |
(fma.f64 (*.f64 (*.f64 x x) (pow.f64 y #s(literal -1 binary64))) #s(literal 1/2 binary64) y) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 x y) y) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) (/.f64 #s(literal 1/2 binary64) y)) y) |
(fma.f64 (fabs.f64 x) (*.f64 (fabs.f64 x) (/.f64 #s(literal 1/2 binary64) y)) y) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) (pow.f64 y #s(literal -1 binary64)) y) |
(fma.f64 (/.f64 x y) (*.f64 #s(literal 1/2 binary64) x) y) |
(fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) #s(literal 1 binary64) y) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x y) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) y) (*.f64 x x) y) |
(fma.f64 (pow.f64 y #s(literal -1 binary64)) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) y) |
(fma.f64 (/.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1/2 binary64) y) y) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 x y) x) y) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 y #s(literal -1 binary64)) (*.f64 x x)) y) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) y)) y) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x x) y) y) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) y) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) y)) (/.f64 (*.f64 y y) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) y))) |
(-.f64 (/.f64 (*.f64 y y) (-.f64 y (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x))) (/.f64 (pow.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) #s(literal 2 binary64)) (-.f64 y (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x)))) |
(-.f64 y (*.f64 (neg.f64 (/.f64 (*.f64 x x) y)) #s(literal 1/2 binary64))) |
(-.f64 y (*.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x)) x)) |
(-.f64 y (*.f64 (/.f64 #s(literal -1/2 binary64) y) (*.f64 x x))) |
(-.f64 y (*.f64 (neg.f64 x) (*.f64 (/.f64 #s(literal 1/2 binary64) y) x))) |
(-.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) y))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) #s(literal 3 binary64)) (fma.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64)) (*.f64 y (-.f64 y (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x))))) (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64)) (*.f64 y (-.f64 y (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x)))))) |
(+.f64 (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) y) (*.f64 y y))) (/.f64 (pow.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) #s(literal 3 binary64)) (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) y) (*.f64 y y)))) |
(+.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x) y) |
(+.f64 y (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (pow.f64 y #s(literal -1 binary64))) |
(*.f64 (/.f64 x y) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) y) x) |
(*.f64 (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) x)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 y #s(literal -1 binary64)) x)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x y)) |
(*.f64 x (/.f64 #s(literal 1/2 binary64) y)) |
(/.f64 (*.f64 x #s(literal -1/2 binary64)) (neg.f64 y)) |
(/.f64 (*.f64 (neg.f64 x) #s(literal 1/2 binary64)) (neg.f64 y)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) x) (neg.f64 y)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (neg.f64 x)) (neg.f64 y)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) x)) (neg.f64 y)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) y) |
(*.f64 (/.f64 #s(literal 1/2 binary64) y) #s(literal 1 binary64)) |
(*.f64 (pow.f64 y #s(literal -1 binary64)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 y #s(literal -1 binary64))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) y) #s(literal -1 binary64)) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 y)) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (neg.f64 y))) |
(/.f64 #s(literal 1/2 binary64) y) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) y)) |
#s(literal 1/2 binary64) |
y |
x |
#s(approx (sqrt (+ (* x x) (* y y))) y) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (*.f64 x (/.f64 x (pow.f64 y #s(literal 3 binary64)))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) y)) (*.f64 x x) y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (pow.f64 x #s(literal 4 binary64)) (fma.f64 (pow.f64 y #s(literal -3 binary64)) #s(literal -1/8 binary64) (/.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) (pow.f64 y #s(literal 5 binary64)))) (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x y))) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) y) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x y)) |
#s(approx (* (/ 1/2 y) x) (*.f64 (/.f64 #s(literal 1/2 binary64) y) x)) |
#s(approx x x) |
#s(approx (sqrt (+ (* x x) (* y y))) x) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 (/.f64 y x) (/.f64 y x)) x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) (/.f64 (*.f64 (pow.f64 y #s(literal 4 binary64)) #s(literal -1/8 binary64)) (pow.f64 x #s(literal 4 binary64)))) x x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (/.f64 (pow.f64 y #s(literal 6 binary64)) (pow.f64 x #s(literal 6 binary64))) #s(literal 1/16 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) (/.f64 (*.f64 (pow.f64 y #s(literal 4 binary64)) #s(literal -1/8 binary64)) (pow.f64 x #s(literal 4 binary64))))) x x)) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x)) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) (*.f64 (-.f64 (/.f64 y (*.f64 x x)) (/.f64 #s(literal -1/2 binary64) y)) (*.f64 x x))) |
#s(approx (sqrt (+ (* x x) (* y y))) (neg.f64 x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (neg.f64 x) (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (neg.f64 x) (fma.f64 (/.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 x #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (* x x) (* y y))) (neg.f64 (fma.f64 (fma.f64 (/.f64 (pow.f64 y #s(literal 6 binary64)) (pow.f64 x #s(literal 6 binary64))) #s(literal 1/16 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 y y) x) (/.f64 (*.f64 (pow.f64 y #s(literal 4 binary64)) #s(literal -1/8 binary64)) (pow.f64 x #s(literal 4 binary64))))) x x))) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (/.f64 (*.f64 y y) x) #s(literal 1/2 binary64) x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (*.f64 y (/.f64 y (pow.f64 x #s(literal 3 binary64)))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) x)) (*.f64 y y) x)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (pow.f64 y #s(literal 4 binary64)) (fma.f64 (pow.f64 x #s(literal -3 binary64)) #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 y y) #s(literal 1/16 binary64)) (pow.f64 x #s(literal 5 binary64)))) (fma.f64 (/.f64 (*.f64 y y) x) #s(literal 1/2 binary64) x))) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (*.f64 y y)) y)) |
#s(approx (/ 1/2 y) (/.f64 #s(literal 1/2 binary64) y)) |
#s(approx y y) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) #s(literal 1 binary64)) y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) #s(literal 1 binary64))) y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal 1/16 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64)))) y y)) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) (*.f64 (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) #s(literal 1 binary64)) y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (neg.f64 y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (neg.f64 y) (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* x x) (* y y))) (*.f64 (neg.f64 y) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (* x x) (* y y))) (neg.f64 (fma.f64 (fma.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 y #s(literal 6 binary64))) #s(literal 1/16 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) #s(literal -1/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal 1/2 binary64)))) y y))) |
#s(approx (+ (* (* (/ 1/2 y) x) x) y) (*.f64 (neg.f64 y) (fma.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 x x) y) y) #s(literal -1 binary64)))) |
Compiled 2 400 to 359 computations (85% saved)
4 alts after pruning (0 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 101 | 0 | 101 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 3 | 3 |
| Total | 101 | 4 | 105 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 100.0% | (hypot.f64 y x) |
| ✓ | 58.1% | (sqrt.f64 (fma.f64 y y (*.f64 x x))) |
| ✓ | 99.3% | #s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x y)) |
| ✓ | 98.7% | #s(approx (sqrt (+ (* x x) (* y y))) y) |
Compiled 99 to 48 computations (51.5% saved)
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) (* y y))) y) |
(sqrt.f64 (fma.f64 y y (*.f64 x x))) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (/.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y)) |
(sqrt.f64 (+.f64 (*.f64 x x) (*.f64 y y))) |
(hypot.f64 y x) |
| Outputs |
|---|
(hypot.f64 y x) |
6 calls:
| 5.0ms | y |
| 2.0ms | x |
| 2.0ms | (sqrt.f64 (+.f64 (*.f64 x x) (*.f64 y y))) |
| 2.0ms | (+.f64 (*.f64 x x) (*.f64 y y)) |
| 2.0ms | (*.f64 y y) |
| 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 | (sqrt.f64 (+.f64 (*.f64 x x) (*.f64 y y))) |
| 100.0% | 1 | x |
| 100.0% | 1 | y |
Compiled 23 to 21 computations (8.7% saved)
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) (* y y))) y) |
(sqrt.f64 (fma.f64 y y (*.f64 x x))) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x y)) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (/.f64 (*.f64 x x) y) #s(literal 1/2 binary64) y)) |
(sqrt.f64 (+.f64 (*.f64 x x) (*.f64 y y))) |
| Outputs |
|---|
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x y)) |
6 calls:
| 4.0ms | (+.f64 (*.f64 x x) (*.f64 y y)) |
| 2.0ms | y |
| 2.0ms | x |
| 2.0ms | (sqrt.f64 (+.f64 (*.f64 x x) (*.f64 y y))) |
| 2.0ms | (*.f64 y y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.3% | 1 | (*.f64 y y) |
| 99.3% | 1 | (*.f64 x x) |
| 99.3% | 1 | (+.f64 (*.f64 x x) (*.f64 y y)) |
| 99.3% | 1 | (sqrt.f64 (+.f64 (*.f64 x x) (*.f64 y y))) |
| 99.3% | 1 | x |
| 99.3% | 1 | y |
Compiled 23 to 21 computations (8.7% saved)
Total -26.4b remaining (-3069%)
Threshold costs -26.4b (-3069%)
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) (* y y))) y) |
(sqrt.f64 (fma.f64 y y (*.f64 x x))) |
| Outputs |
|---|
#s(approx (sqrt (+ (* x x) (* y y))) y) |
6 calls:
| 1.0ms | y |
| 1.0ms | x |
| 1.0ms | (sqrt.f64 (+.f64 (*.f64 x x) (*.f64 y y))) |
| 1.0ms | (*.f64 y y) |
| 1.0ms | (+.f64 (*.f64 x x) (*.f64 y y)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.7% | 1 | (*.f64 y y) |
| 98.7% | 1 | (*.f64 x x) |
| 98.7% | 1 | (+.f64 (*.f64 x x) (*.f64 y y)) |
| 98.7% | 1 | (sqrt.f64 (+.f64 (*.f64 x x) (*.f64 y y))) |
| 98.7% | 1 | x |
| 98.7% | 1 | y |
Compiled 23 to 21 computations (8.7% saved)
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 30 |
| 1 | 24 | 30 |
| 2 | 63 | 30 |
| 3 | 120 | 30 |
| 4 | 157 | 30 |
| 1× | saturated |
| Inputs |
|---|
(hypot.f64 y x) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x y)) |
#s(approx (sqrt (+ (* x x) (* y y))) y) |
| Outputs |
|---|
(hypot.f64 y x) |
#s(approx (sqrt (+ (* x x) (* y y))) (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) y) x) x y)) |
#s(approx (sqrt (+ (* x x) (* y y))) y) |
| 1× | done |
Compiled 30 to 13 computations (56.7% saved)
(sort x y)
(abs y)
(abs x)
Compiled 132 to 82 computations (37.9% saved)
Loading profile data...