
Time bar (total: 3.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 24 to 20 computations (16.7% saved)
| 1.1s | 8 254× | 0 | valid |
| 0.0ms | 1× | 3 | valid |
| 0.0ms | 1× | 1 | valid |
ival-fabs: 380.0ms (45.6% of total)ival-pow2: 222.0ms (26.6% of total)ival-mult!: 76.0ms (9.1% of total)ival-sqrt: 70.0ms (8.4% of total)ival-add!: 63.0ms (7.6% of total)ival-sub!: 21.0ms (2.5% of total)adjust: 2.0ms (0.2% of total)Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 73 | 200 |
| 1 | 368 | 200 |
| 2 | 1311 | 200 |
| 3 | 7452 | 200 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 41.8% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))) |
(abs q)
(sort p r)
Compiled 40 to 36 computations (10% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
#s(literal 1 binary64) |
#s(literal 2 binary64) |
(+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(fabs.f64 p) |
p |
(fabs.f64 r) |
r |
(sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))) |
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))) |
(pow.f64 (-.f64 p r) #s(literal 2 binary64)) |
(-.f64 p r) |
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
#s(literal 4 binary64) |
(pow.f64 q #s(literal 2 binary64)) |
q |
| Outputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* -1/2 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/4 (/ (* p (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/4 (/ (* p (* r (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 3))) (* 1/4 (/ (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (/ (* p (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (/ (* p (* r (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 3))) (* 1/2 (/ (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))))) |
#s(approx (+ (fabs p) (fabs r)) #s(hole binary64 (+ (fabs p) (fabs r)))) |
#s(approx (fabs p) #s(hole binary64 (fabs p))) |
#s(approx p #s(hole binary64 p)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (/ (* p (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (/ (* p (* r (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 3))) (* 1/2 (/ (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (pow r 2)))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow r 2))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (+ (* p (+ p (* -2 r))) (pow r 2))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (pow r 2))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (+ (* -2 (* p r)) (pow r 2)))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (+ (* p (+ p (* -2 r))) (pow r 2)))) |
#s(approx (- p r) #s(hole binary64 (* -1 r))) |
#s(approx (- p r) #s(hole binary64 (- p r))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p)))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* p (+ 1 (* -1 (/ r p)))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2))))))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (pow p 2))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow p 2) (+ 1 (* -2 (/ r p)))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (+ (* 4 (/ (pow q 2) (pow p 2))) (/ (pow r 2) (pow p 2)))))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (/ (pow r 2) (pow p 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1/2 p))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1/2 (/ (+ r (+ (fabs p) (fabs r))) p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) p)) (* 1/2 (+ r (+ (fabs p) (fabs r))))) p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p)) (* 1/2 (+ r (+ (fabs p) (fabs r))))) p))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 p))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (+ (fabs p) (fabs r))) p))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) p))))) p))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))))) p))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ r p))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p))))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow r 2)) p)) (* 2 r)) p)))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow r 2) p)) (* 2 r)) p)))))) |
#s(approx (- p r) #s(hole binary64 (* -1 (* p (- (/ r p) 1))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* -1/2 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/4 (/ (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/4 (/ (* p (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 3))) (* 1/4 (/ (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (/ (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (/ (* p (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 3))) (* 1/2 (/ (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))))))) |
#s(approx (fabs r) #s(hole binary64 (fabs r))) |
#s(approx r #s(hole binary64 r)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (/ (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (/ (* p (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 3))) (* 1/2 (/ (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (pow p 2)))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow p 2))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (+ (* r (+ r (* -2 p))) (pow p 2))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (+ (* -2 (* p r)) (pow p 2)))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (+ (* r (+ r (* -2 p))) (pow p 2)))) |
#s(approx (- p r) #s(hole binary64 (+ p (* -1 r)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 r))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) (/ (pow q 2) (pow r 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) (+ (/ (* p (pow q 2)) (pow r 3)) (/ (pow q 2) (pow r 2)))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (+ (/ (fabs p) r) (/ (fabs r) r))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r)))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (+ (* 2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* r (+ 1 (* -1 (/ p r)))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow r 2) (+ 1 (* -2 (/ p r)))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (+ (* 4 (/ (pow q 2) (pow r 2))) (/ (pow p 2) (pow r 2)))))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (/ (pow p 2) (pow r 2))))))) |
#s(approx (- p r) #s(hole binary64 (* r (- (/ p r) 1)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1/2 r))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r))))) r))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (+ (fabs r) (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ p r))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r))))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r)) (* 2 p)) r)))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow p 2) r)) (* 2 p)) r)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (/ (pow q 2) (sqrt (pow (- p r) 2)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (* (pow q 2) (+ (* -1 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 3))) (/ 1 (sqrt (pow (- p r) 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (* (pow q 2) (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 5))) (/ 1 (pow (sqrt (pow (- p r) 2)) 3)))) (/ 1 (sqrt (pow (- p r) 2)))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2)))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (pow (- p r) 2)) (* 2 (/ (pow q 2) (sqrt (pow (- p r) 2))))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (pow (- p r) 2)) (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 3))) (* 2 (/ 1 (sqrt (pow (- p r) 2))))))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (pow (- p r) 2)) (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 5))) (* 2 (/ 1 (pow (sqrt (pow (- p r) 2)) 3))))) (* 2 (/ 1 (sqrt (pow (- p r) 2))))))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (sqrt (pow (- p r) 2)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (pow (- p r) 2)) (* 2 (/ (pow q 2) (sqrt (pow (- p r) 2))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (pow (- p r) 2)) (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 3))) (* 2 (/ 1 (sqrt (pow (- p r) 2))))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (pow (- p r) 2)) (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 5))) (* 2 (/ 1 (pow (sqrt (pow (- p r) 2)) 3))))) (* 2 (/ 1 (sqrt (pow (- p r) 2))))))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (pow (- p r) 2))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (pow (- p r) 2)))) |
#s(approx (* 4 (pow q 2)) #s(hole binary64 (* 4 (pow q 2)))) |
#s(approx (pow q 2) #s(hole binary64 (pow q 2))) |
#s(approx q #s(hole binary64 q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (+ (* 1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (+ (* -1/128 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* 2 q))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* q (+ 2 (+ (/ (fabs p) q) (/ (fabs r) q)))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* q (+ 2 (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow q 2) (+ 4 (/ (pow (- p r) 2) (pow q 2)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (/ (pow (- p r) 4) (pow q 2))) (* 1/8 (pow (- p r) 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -2 q))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* q (+ 2 (* -1 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* q (+ 2 (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow (- p r) 2) q)))) q))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* q (+ 2 (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (+ (* -1/64 (/ (pow (- p r) 4) (pow q 2))) (* 1/4 (pow (- p r) 2))) q)))) q))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | q | @ | 0 | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/ 1 2) 1 2 (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (fabs p) p (fabs r) r (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+ (pow (- p r) 2) (* 4 (pow q 2))) (pow (- p r) 2) (- p r) (* 4 (pow q 2)) 4 (pow q 2) q) |
| 2.0ms | p | @ | -inf | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/ 1 2) 1 2 (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (fabs p) p (fabs r) r (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+ (pow (- p r) 2) (* 4 (pow q 2))) (pow (- p r) 2) (- p r) (* 4 (pow q 2)) 4 (pow q 2) q) |
| 2.0ms | p | @ | 0 | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/ 1 2) 1 2 (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (fabs p) p (fabs r) r (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+ (pow (- p r) 2) (* 4 (pow q 2))) (pow (- p r) 2) (- p r) (* 4 (pow q 2)) 4 (pow q 2) q) |
| 2.0ms | q | @ | inf | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/ 1 2) 1 2 (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (fabs p) p (fabs r) r (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+ (pow (- p r) 2) (* 4 (pow q 2))) (pow (- p r) 2) (- p r) (* 4 (pow q 2)) 4 (pow q 2) q) |
| 2.0ms | r | @ | inf | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/ 1 2) 1 2 (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+ (fabs p) (fabs r)) (fabs p) p (fabs r) r (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+ (pow (- p r) 2) (* 4 (pow q 2))) (pow (- p r) 2) (- p r) (* 4 (pow q 2)) 4 (pow q 2) q) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 722 | 5635 |
| 0 | 740 | 5438 |
| 1 | 5504 | 5260 |
| 0 | 8138 | 4935 |
| 1 | 20713 | 4935 |
| 1× | saturated |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
#s(literal 1 binary64) |
#s(literal 2 binary64) |
(+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(fabs.f64 p) |
p |
(fabs.f64 r) |
r |
(sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))) |
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))) |
(pow.f64 (-.f64 p r) #s(literal 2 binary64)) |
(-.f64 p r) |
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
#s(literal 4 binary64) |
(pow.f64 q #s(literal 2 binary64)) |
q |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* -1/2 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/4 (/ (* p (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/4 (/ (* p (* r (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 3))) (* 1/4 (/ (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (/ (* p (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (/ (* p (* r (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 3))) (* 1/2 (/ (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))))) |
#s(approx (+ (fabs p) (fabs r)) #s(hole binary64 (+ (fabs p) (fabs r)))) |
#s(approx (fabs p) #s(hole binary64 (fabs p))) |
#s(approx p #s(hole binary64 p)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (/ (* p (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (/ (* p (* r (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 3))) (* 1/2 (/ (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (pow r 2)))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow r 2))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (+ (* p (+ p (* -2 r))) (pow r 2))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (pow r 2))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (+ (* -2 (* p r)) (pow r 2)))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (+ (* p (+ p (* -2 r))) (pow r 2)))) |
#s(approx (- p r) #s(hole binary64 (* -1 r))) |
#s(approx (- p r) #s(hole binary64 (- p r))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p)))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* p (+ 1 (* -1 (/ r p)))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2))))))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (pow p 2))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow p 2) (+ 1 (* -2 (/ r p)))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (+ (* 4 (/ (pow q 2) (pow p 2))) (/ (pow r 2) (pow p 2)))))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (/ (pow r 2) (pow p 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1/2 p))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1/2 (/ (+ r (+ (fabs p) (fabs r))) p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) p)) (* 1/2 (+ r (+ (fabs p) (fabs r))))) p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p)) (* 1/2 (+ r (+ (fabs p) (fabs r))))) p))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 p))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (+ (fabs p) (fabs r))) p))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) p))))) p))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))))) p))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ r p))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p))))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow r 2)) p)) (* 2 r)) p)))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow r 2) p)) (* 2 r)) p)))))) |
#s(approx (- p r) #s(hole binary64 (* -1 (* p (- (/ r p) 1))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* -1/2 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/4 (/ (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/4 (/ (* p (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 3))) (* 1/4 (/ (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (/ (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (/ (* p (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 3))) (* 1/2 (/ (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))))))) |
#s(approx (fabs r) #s(hole binary64 (fabs r))) |
#s(approx r #s(hole binary64 r)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (/ (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (/ (* p (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 3))) (* 1/2 (/ (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (pow p 2)))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow p 2))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (+ (* r (+ r (* -2 p))) (pow p 2))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (+ (* -2 (* p r)) (pow p 2)))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (+ (* r (+ r (* -2 p))) (pow p 2)))) |
#s(approx (- p r) #s(hole binary64 (+ p (* -1 r)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 r))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) (/ (pow q 2) (pow r 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) (+ (/ (* p (pow q 2)) (pow r 3)) (/ (pow q 2) (pow r 2)))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (+ (/ (fabs p) r) (/ (fabs r) r))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r)))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (+ (* 2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* r (+ 1 (* -1 (/ p r)))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow r 2) (+ 1 (* -2 (/ p r)))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (+ (* 4 (/ (pow q 2) (pow r 2))) (/ (pow p 2) (pow r 2)))))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (/ (pow p 2) (pow r 2))))))) |
#s(approx (- p r) #s(hole binary64 (* r (- (/ p r) 1)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1/2 r))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r))))) r))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (+ (fabs r) (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ p r))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r))))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r)) (* 2 p)) r)))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow p 2) r)) (* 2 p)) r)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (/ (pow q 2) (sqrt (pow (- p r) 2)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (* (pow q 2) (+ (* -1 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 3))) (/ 1 (sqrt (pow (- p r) 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (* (pow q 2) (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 5))) (/ 1 (pow (sqrt (pow (- p r) 2)) 3)))) (/ 1 (sqrt (pow (- p r) 2)))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2)))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (pow (- p r) 2)) (* 2 (/ (pow q 2) (sqrt (pow (- p r) 2))))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (pow (- p r) 2)) (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 3))) (* 2 (/ 1 (sqrt (pow (- p r) 2))))))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (pow (- p r) 2)) (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 5))) (* 2 (/ 1 (pow (sqrt (pow (- p r) 2)) 3))))) (* 2 (/ 1 (sqrt (pow (- p r) 2))))))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (sqrt (pow (- p r) 2)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (pow (- p r) 2)) (* 2 (/ (pow q 2) (sqrt (pow (- p r) 2))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (pow (- p r) 2)) (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 3))) (* 2 (/ 1 (sqrt (pow (- p r) 2))))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (+ (sqrt (pow (- p r) 2)) (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 5))) (* 2 (/ 1 (pow (sqrt (pow (- p r) 2)) 3))))) (* 2 (/ 1 (sqrt (pow (- p r) 2))))))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (pow (- p r) 2))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (+ (* 4 (pow q 2)) (pow (- p r) 2)))) |
#s(approx (* 4 (pow q 2)) #s(hole binary64 (* 4 (pow q 2)))) |
#s(approx (pow q 2) #s(hole binary64 (pow q 2))) |
#s(approx q #s(hole binary64 q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (+ (* 1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (+ (* -1/128 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* 2 q))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* q (+ 2 (+ (/ (fabs p) q) (/ (fabs r) q)))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* q (+ 2 (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) #s(hole binary64 (* (pow q 2) (+ 4 (/ (pow (- p r) 2) (pow q 2)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (/ (pow (- p r) 4) (pow q 2))) (* 1/8 (pow (- p r) 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -2 q))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* q (+ 2 (* -1 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* q (+ 2 (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow (- p r) 2) q)))) q))))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* q (+ 2 (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (+ (* -1/64 (/ (pow (- p r) 4) (pow q 2))) (* 1/4 (pow (- p r) 2))) q)))) q))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))))) |
| Outputs |
|---|
(*.f64 (+.f64 (sqrt.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (+.f64 (sqrt.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))) |
(fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) #s(literal 1/2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))) |
(fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (sqrt.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))) |
(+.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) #s(literal 1/2 binary64))) |
#s(literal 1/2 binary64) |
#s(literal 1 binary64) |
#s(literal 2 binary64) |
(fma.f64 (fabs.f64 p) #s(literal 1 binary64) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 p) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (sqrt.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))) |
(+.f64 (sqrt.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) |
(+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))) |
(fma.f64 (fabs.f64 r) #s(literal 1 binary64) (fabs.f64 p)) |
(fma.f64 (fabs.f64 p) #s(literal 1 binary64) (fabs.f64 r)) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 r) (fabs.f64 p)) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 p) (fabs.f64 r)) |
(-.f64 (fabs.f64 p) (neg.f64 (fabs.f64 r))) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(*.f64 (fabs.f64 p) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (fabs.f64 p)) |
(pow.f64 (*.f64 p p) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 p p)) |
(fabs.f64 (neg.f64 (neg.f64 p))) |
(fabs.f64 (neg.f64 p)) |
(fabs.f64 (fabs.f64 p)) |
(fabs.f64 p) |
p |
(*.f64 (fabs.f64 r) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (fabs.f64 r)) |
(pow.f64 (*.f64 r r) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 r r)) |
(fabs.f64 (neg.f64 (neg.f64 r))) |
(fabs.f64 (neg.f64 r)) |
(fabs.f64 (fabs.f64 r)) |
(fabs.f64 r) |
r |
(pow.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 (sqrt.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (sqrt.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))) |
(sqrt.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) |
(fabs.f64 (neg.f64 (sqrt.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))) |
(fabs.f64 (sqrt.f64 (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) |
(fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(fma.f64 (neg.f64 (fabs.f64 (-.f64 r p))) (neg.f64 (fabs.f64 (-.f64 r p))) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(fma.f64 (neg.f64 (-.f64 p r)) (neg.f64 (-.f64 p r)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(fma.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 (-.f64 r p)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (-.f64 r p) (-.f64 r p))) |
(fma.f64 (-.f64 p r) (-.f64 p r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 (-.f64 r p) (-.f64 r p))) |
(-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (neg.f64 (*.f64 (-.f64 r p) (-.f64 r p)))) |
(-.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 #s(literal -4 binary64) (*.f64 q q))) |
(-.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (neg.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)))) |
(+.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (-.f64 r p) (-.f64 r p))) |
(+.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(*.f64 (-.f64 r p) (-.f64 r p)) |
(*.f64 (neg.f64 (fabs.f64 (-.f64 r p))) (neg.f64 (fabs.f64 (-.f64 r p)))) |
(*.f64 (neg.f64 (-.f64 p r)) (neg.f64 (-.f64 p r))) |
(*.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 (-.f64 r p))) |
(*.f64 (-.f64 p r) (-.f64 p r)) |
(pow.f64 (neg.f64 (neg.f64 (-.f64 p r))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 (-.f64 r p) (-.f64 r p))) #s(literal 1/2 binary64)) |
(pow.f64 (-.f64 r p) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 (fabs.f64 (-.f64 r p))) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 (-.f64 p r)) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 (-.f64 r p)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (-.f64 r p) (-.f64 r p)) #s(literal 1 binary64)) |
(pow.f64 (-.f64 p r) #s(literal 2 binary64)) |
(sqrt.f64 (*.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 (-.f64 r p) (-.f64 r p)))) |
(fabs.f64 (neg.f64 (*.f64 (-.f64 r p) (-.f64 r p)))) |
(fabs.f64 (*.f64 (-.f64 r p) (-.f64 r p))) |
(+.f64 (-.f64 (*.f64 p p) (*.f64 #s(literal 2 binary64) (*.f64 r p))) (*.f64 r r)) |
(neg.f64 (-.f64 r p)) |
(fma.f64 #s(literal -1 binary64) r p) |
(fma.f64 r #s(literal -1 binary64) p) |
(-.f64 p (*.f64 #s(literal 1 binary64) r)) |
(-.f64 p (neg.f64 (neg.f64 r))) |
(-.f64 p r) |
(+.f64 (neg.f64 r) p) |
(+.f64 p (neg.f64 r)) |
(*.f64 (*.f64 q q) #s(literal 4 binary64)) |
(*.f64 #s(literal 4 binary64) (*.f64 q q)) |
#s(literal 4 binary64) |
(*.f64 (fabs.f64 q) (fabs.f64 q)) |
(*.f64 (neg.f64 q) (neg.f64 q)) |
(*.f64 q q) |
(pow.f64 (fabs.f64 (fabs.f64 q)) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 (fabs.f64 q)) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 (neg.f64 q)) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 q) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 q) #s(literal 2 binary64)) |
(pow.f64 q #s(literal 2 binary64)) |
(sqrt.f64 (*.f64 (*.f64 q q) (*.f64 q q))) |
(fabs.f64 (neg.f64 (*.f64 q q))) |
(fabs.f64 (*.f64 q q)) |
q |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal -1/2 binary64) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (/.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p) (*.f64 #s(literal -1/2 binary64) r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (fma.f64 p (*.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r) p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal -1/2 binary64))) p (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+.f64 (+.f64 (+.f64 (neg.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p) (neg.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+.f64 (+.f64 (fma.f64 (fma.f64 p (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r) p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) (/.f64 (neg.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (+ (fabs p) (fabs r)) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
#s(approx (fabs p) (fabs.f64 p)) |
#s(approx p p) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (neg.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p) (neg.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fma.f64 (fma.f64 p (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r) p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) (/.f64 (neg.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 #s(literal -2 binary64) (*.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (fma.f64 (fma.f64 #s(literal -2 binary64) r p) p (*.f64 r r)))) |
#s(approx (pow (- p r) 2) (*.f64 r r)) |
#s(approx (pow (- p r) 2) (*.f64 (fma.f64 #s(literal -2 binary64) p r) r)) |
#s(approx (pow (- p r) 2) (fma.f64 (fma.f64 #s(literal -2 binary64) r p) p (*.f64 r r))) |
#s(approx (- p r) (neg.f64 r)) |
#s(approx (- p r) (-.f64 p r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 r) (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 r) (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (*.f64 p p))) #s(literal 1/2 binary64)) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 r) (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) (fma.f64 (*.f64 q q) (/.f64 r (*.f64 (*.f64 p p) p)) (/.f64 (*.f64 q q) (*.f64 p p)))) #s(literal 1/2 binary64)) p)) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (+.f64 (/.f64 (+.f64 (+.f64 (neg.f64 r) (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1 binary64)) p)) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (+.f64 (-.f64 #s(literal 1 binary64) (/.f64 r p)) (fma.f64 (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal 2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p))) p)) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (+.f64 (-.f64 #s(literal 1 binary64) (/.f64 r p)) (fma.f64 #s(literal 2 binary64) (fma.f64 (*.f64 q q) (/.f64 r (*.f64 (*.f64 p p) p)) (/.f64 (*.f64 q q) (*.f64 p p))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p))) p)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 r p)) p)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (-.f64 #s(literal 1 binary64) (/.f64 r p)) (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 p p))) p)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (-.f64 #s(literal 1 binary64) (/.f64 r p)) (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 q q) (/.f64 r (*.f64 (*.f64 p p) p)) (/.f64 (*.f64 q q) (*.f64 p p))))) p)) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 p p)) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (fma.f64 (/.f64 r p) #s(literal -2 binary64) #s(literal 1 binary64)) (*.f64 p p))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (+.f64 (fma.f64 (/.f64 r p) #s(literal -2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) (*.f64 p p))) #s(literal 1 binary64)) (*.f64 p p))) |
#s(approx (pow (- p r) 2) (*.f64 (+.f64 (fma.f64 (/.f64 r p) #s(literal -2 binary64) (/.f64 (*.f64 r r) (*.f64 p p))) #s(literal 1 binary64)) (*.f64 p p))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 q q) p))) p)) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p)) p))) p)) #s(literal 1/2 binary64)))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (neg.f64 p)) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p)) #s(literal 1 binary64)))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) (fabs.f64 r))) p)) #s(literal 1 binary64)))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) (+.f64 (neg.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)) (fabs.f64 r))) r) p)) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 r p)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) r) p)) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)) r) p)) #s(literal 1 binary64)))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 r #s(literal 2 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) p))) p)) #s(literal 1 binary64)) (*.f64 p p))) |
#s(approx (pow (- p r) 2) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 r #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 r r) p))) p)) #s(literal 1 binary64)) (*.f64 p p))) |
#s(approx (- p r) (*.f64 (neg.f64 p) (-.f64 (/.f64 r p) #s(literal 1 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal -1/2 binary64) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (/.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) (*.f64 #s(literal -1/2 binary64) p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (fma.f64 r (*.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal -3/2 binary64)) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) (*.f64 (/.f64 p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal -1/2 binary64))) r (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+.f64 (+.f64 (+.f64 (neg.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) (neg.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+.f64 (+.f64 (fma.f64 (fma.f64 r (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal -3/2 binary64)) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) (/.f64 (neg.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (fabs r) (fabs.f64 r)) |
#s(approx r r) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (+.f64 (neg.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) (neg.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fma.f64 (fma.f64 r (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal -3/2 binary64)) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) (/.f64 (neg.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 #s(literal -2 binary64) (*.f64 r p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (fma.f64 (fma.f64 #s(literal -2 binary64) p r) r (*.f64 p p)))) |
#s(approx (pow (- p r) 2) (fma.f64 (*.f64 #s(literal -2 binary64) p) r (*.f64 p p))) |
#s(approx (pow (- p r) 2) (fma.f64 (fma.f64 #s(literal -2 binary64) p r) r (*.f64 p p))) |
#s(approx (- p r) (-.f64 p r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 p) (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 p) (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (*.f64 r r))) #s(literal 1/2 binary64)) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 p) (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (fma.f64 p (/.f64 (*.f64 q q) (*.f64 (*.f64 r r) r)) (/.f64 (*.f64 q q) (*.f64 r r)))) #s(literal 1/2 binary64)) r)) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (+.f64 (/.f64 (+.f64 (+.f64 (neg.f64 p) (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) r)) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (+.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) (fma.f64 (/.f64 (*.f64 q q) (*.f64 r r)) #s(literal 2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r))) r)) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (+.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) (fma.f64 #s(literal 2 binary64) (fma.f64 p (/.f64 (*.f64 q q) (*.f64 (*.f64 r r) r)) (/.f64 (*.f64 q q) (*.f64 r r))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r))) r)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) r)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 r r))) r)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) (*.f64 #s(literal 2 binary64) (fma.f64 p (/.f64 (*.f64 q q) (*.f64 (*.f64 r r) r)) (/.f64 (*.f64 q q) (*.f64 r r))))) r)) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (fma.f64 (/.f64 p r) #s(literal -2 binary64) #s(literal 1 binary64)) (*.f64 r r))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (+.f64 (fma.f64 (/.f64 p r) #s(literal -2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) (*.f64 r r))) #s(literal 1 binary64)) (*.f64 r r))) |
#s(approx (pow (- p r) 2) (*.f64 (+.f64 (fma.f64 (/.f64 p r) #s(literal -2 binary64) (/.f64 (*.f64 p p) (*.f64 r r))) #s(literal 1 binary64)) (*.f64 r r))) |
#s(approx (- p r) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 q q) r))) r)) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r))) r)) #s(literal 1/2 binary64)))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1 binary64)))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (fabs.f64 r))) r)) #s(literal 1 binary64)))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) (+.f64 (neg.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) r)) (fabs.f64 r))) p) r)) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) p) r)) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) r)) p) r)) #s(literal 1 binary64)))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r))) r)) #s(literal 1 binary64)) (*.f64 r r))) |
#s(approx (pow (- p r) 2) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 p p) r))) r)) #s(literal 1 binary64)) (*.f64 r r))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (fabs.f64 (-.f64 r p))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (+.f64 (neg.f64 (/.f64 (*.f64 q q) (*.f64 (fabs.f64 (-.f64 r p)) (*.f64 (-.f64 r p) (-.f64 r p))))) (/.f64 #s(literal 1 binary64) (fabs.f64 (-.f64 r p)))) (*.f64 q q) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (fma.f64 (-.f64 (*.f64 (*.f64 (*.f64 q q) (pow.f64 (fabs.f64 (-.f64 r p)) #s(literal -5 binary64))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (fabs.f64 (-.f64 r p)) (*.f64 (-.f64 r p) (-.f64 r p))))) (*.f64 q q) (/.f64 #s(literal 1 binary64) (fabs.f64 (-.f64 r p)))) (*.f64 q q)))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+.f64 (fabs.f64 p) (+.f64 (fma.f64 (/.f64 (*.f64 q q) (fabs.f64 (-.f64 r p))) #s(literal 2 binary64) (fabs.f64 (-.f64 r p))) (fabs.f64 r)))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+.f64 (+.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 q q) (*.f64 (fabs.f64 (-.f64 r p)) (*.f64 (-.f64 r p) (-.f64 r p)))) #s(literal -2 binary64) (/.f64 #s(literal 2 binary64) (fabs.f64 (-.f64 r p)))) (*.f64 q q) (fabs.f64 (-.f64 r p))) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+.f64 (+.f64 (fma.f64 (fma.f64 (-.f64 (*.f64 (*.f64 (*.f64 q q) (pow.f64 (fabs.f64 (-.f64 r p)) #s(literal -5 binary64))) #s(literal 4 binary64)) (/.f64 #s(literal 2 binary64) (*.f64 (fabs.f64 (-.f64 r p)) (*.f64 (-.f64 r p) (-.f64 r p))))) (*.f64 q q) (/.f64 #s(literal 2 binary64) (fabs.f64 (-.f64 r p)))) (*.f64 q q) (fabs.f64 (-.f64 r p))) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fabs.f64 (-.f64 r p))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fma.f64 (/.f64 (*.f64 q q) (fabs.f64 (-.f64 r p))) #s(literal 2 binary64) (fabs.f64 (-.f64 r p)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fma.f64 (fma.f64 (/.f64 (*.f64 q q) (*.f64 (fabs.f64 (-.f64 r p)) (*.f64 (-.f64 r p) (-.f64 r p)))) #s(literal -2 binary64) (/.f64 #s(literal 2 binary64) (fabs.f64 (-.f64 r p)))) (*.f64 q q) (fabs.f64 (-.f64 r p)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (fma.f64 (fma.f64 (-.f64 (*.f64 (*.f64 (*.f64 q q) (pow.f64 (fabs.f64 (-.f64 r p)) #s(literal -5 binary64))) #s(literal 4 binary64)) (/.f64 #s(literal 2 binary64) (*.f64 (fabs.f64 (-.f64 r p)) (*.f64 (-.f64 r p) (-.f64 r p))))) (*.f64 q q) (/.f64 #s(literal 2 binary64) (fabs.f64 (-.f64 r p)))) (*.f64 q q) (fabs.f64 (-.f64 r p)))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (-.f64 r p) (-.f64 r p))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (-.f64 r p) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) |
#s(approx (* 4 (pow q 2)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
#s(approx (pow q 2) (*.f64 q q)) |
#s(approx q q) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal 1 binary64)) q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal 1 binary64)) q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fma.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal -4 binary64))) #s(literal -1/128 binary64) (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)))) #s(literal 1 binary64)) q)) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+.f64 q q)) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (+.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 2 binary64)) q)) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/4 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) #s(literal 2 binary64)) q)) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (+.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal -4 binary64))) (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/4 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q))) #s(literal 2 binary64)) q)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/4 binary64) #s(literal 2 binary64)) q)) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 q (+.f64 (fma.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal -4 binary64))) #s(literal -1/64 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/4 binary64))) #s(literal 2 binary64)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (+.f64 (fma.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal -4 binary64))) #s(literal -1/64 binary64) (fma.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (pow.f64 q #s(literal -6 binary64))) #s(literal 1/512 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/4 binary64)))) #s(literal 2 binary64)) q)) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (fma.f64 (/.f64 (-.f64 p r) q) (/.f64 (-.f64 p r) q) #s(literal 4 binary64)) (*.f64 q q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal 1 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) q) #s(literal -1/8 binary64) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) q)) #s(literal 1 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 (*.f64 q (+.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 q q)) #s(literal -1/128 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (-.f64 r p) (-.f64 r p)))) q))) q)) #s(literal 1 binary64))))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 #s(literal -2 binary64) q)) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 q) (+.f64 (neg.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) #s(literal 2 binary64)))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (neg.f64 q) (+.f64 (neg.f64 (/.f64 (+.f64 (fabs.f64 p) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) q) (fabs.f64 r))) q)) #s(literal 2 binary64)))) |
#s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (neg.f64 (*.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 q q)) #s(literal -1/64 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 r p) (-.f64 r p)))) q))) q)) #s(literal 2 binary64)) q))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 q) (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/4 binary64) #s(literal 2 binary64)))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (neg.f64 (*.f64 q (+.f64 (fma.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal -4 binary64))) #s(literal -1/64 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/4 binary64))) #s(literal 2 binary64))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (neg.f64 q) (+.f64 (fma.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal -4 binary64))) #s(literal -1/64 binary64) (fma.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (pow.f64 q #s(literal -6 binary64))) #s(literal 1/512 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/4 binary64)))) #s(literal 2 binary64)))) |
Compiled 3 630 to 1 223 computations (66.3% saved)
12 alts after pruning (12 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 211 | 12 | 223 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 212 | 12 | 224 |
| Status | Accuracy | Program |
|---|---|---|
| 31.5% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/4 binary64) #s(literal 2 binary64)) q)))) | |
| 38.2% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+.f64 q q))) | |
| ▶ | 45.8% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal 1 binary64)) q)) |
| ▶ | 64.7% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
| 35.5% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) | |
| 32.7% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) | |
| 9.6% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal 1 binary64)))) | |
| ▶ | 8.1% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
| 1.7% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) | |
| ▶ | 1.9% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
| 8.7% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) | |
| ▶ | 1.1% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
Compiled 590 to 588 computations (0.3% saved)
| Inputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64)) |
(+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) |
(+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) |
(fabs.f64 (-.f64 r p)) |
(-.f64 r p) |
r |
p |
(fabs.f64 r) |
(fabs.f64 p) |
#s(literal 1/2 binary64) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
(neg.f64 q) |
q |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(literal -1/2 binary64) r) |
#s(literal -1/2 binary64) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
(*.f64 #s(literal 1/2 binary64) r) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal 1 binary64)) q)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal 1 binary64)) q) |
(fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
#s(literal 1 binary64) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* -1/2 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/4 (/ (* p (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/4 (/ (* p (* r (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 3))) (* 1/4 (/ (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (fabs (- r p))))))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (fabs (- r p)))))) |
#s(approx (+ (fabs (- r p)) (fabs r)) #s(hole binary64 (+ (fabs r) (fabs (- r p))))) |
#s(approx (fabs (- r p)) #s(hole binary64 (fabs (- r p)))) |
#s(approx (- r p) #s(hole binary64 r)) |
#s(approx (- r p) #s(hole binary64 (+ r (* -1 p)))) |
#s(approx p #s(hole binary64 p)) |
#s(approx (fabs p) #s(hole binary64 (fabs p))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) #s(hole binary64 (* q (+ 1 (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(hole binary64 (+ 1 (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) |
#s(approx (/ (+ (fabs r) (fabs p)) q) #s(hole binary64 (/ (+ (fabs p) (fabs r)) q))) |
#s(approx (+ (fabs r) (fabs p)) #s(hole binary64 (+ (fabs p) (fabs r)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (- r p) #s(hole binary64 (* -1 p))) |
#s(approx (- r p) #s(hole binary64 (* p (- (/ r p) 1)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1/2 p))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1/2 (/ (+ r (+ (fabs p) (fabs r))) p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) p)) (* 1/2 (+ r (+ (fabs p) (fabs r))))) p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p)) (* 1/2 (+ r (+ (fabs p) (fabs r))))) p))))))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (fabs (+ r (* -1 p)))))))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (fabs (+ r (* -1 p))))))) |
#s(approx (+ (fabs (- r p)) (fabs r)) #s(hole binary64 (+ (fabs r) (fabs (+ r (* -1 p)))))) |
#s(approx (fabs (- r p)) #s(hole binary64 (fabs (+ r (* -1 p))))) |
#s(approx (- r p) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ r p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* -1/2 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/4 (/ (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/4 (/ (* p (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 3))) (* 1/4 (/ (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))))) |
#s(approx (- r p) #s(hole binary64 (- r p))) |
#s(approx (fabs r) #s(hole binary64 (fabs r))) |
#s(approx (* -1/2 r) #s(hole binary64 (* -1/2 r))) |
#s(approx (* 1/2 r) #s(hole binary64 (* 1/2 r))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) (/ (pow q 2) (pow r 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) (+ (/ (* p (pow q 2)) (pow r 3)) (/ (pow q 2) (pow r 2)))))))) |
#s(approx (- r p) #s(hole binary64 (* r (+ 1 (* -1 (/ p r)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (fabs (neg (+ p (* -1 r))))))))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (fabs (neg (+ p (* -1 r)))))))) |
#s(approx (+ (fabs (- r p)) (fabs r)) #s(hole binary64 (+ (fabs r) (fabs (neg (+ p (* -1 r))))))) |
#s(approx (fabs (- r p)) #s(hole binary64 (fabs (neg (+ p (* -1 r)))))) |
#s(approx (- r p) #s(hole binary64 (* -1 (* r (- (/ p r) 1))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (/ (pow q 2) (sqrt (pow (- p r) 2)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (* (pow q 2) (+ (* -1 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 3))) (/ 1 (sqrt (pow (- p r) 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (* (pow q 2) (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 5))) (/ 1 (pow (sqrt (pow (- p r) 2)) 3)))) (/ 1 (sqrt (pow (- p r) 2)))))))) |
#s(approx (neg q) #s(hole binary64 (* -1 q))) |
#s(approx q #s(hole binary64 q)) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) #s(hole binary64 (* 1/2 (+ (fabs p) (fabs r))))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) #s(hole binary64 (+ q (* 1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(hole binary64 (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(hole binary64 (/ (+ q (* 1/2 (+ (fabs p) (fabs r)))) q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (+ (* 1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (+ (* -1/128 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(hole binary64 1)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (/ (pow (- p r) 4) (pow q 2))) (* 1/8 (pow (- p r) 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 4.0ms | r | @ | inf | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+ (fabs (- r p)) (fabs r)) (fabs (- r p)) (- r p) r p (fabs r) (fabs p) 1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) q (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) -1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 r) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) (/ (+ (fabs r) (fabs p)) q) (+ (fabs r) (fabs p)) 1) |
| 3.0ms | r | @ | -inf | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+ (fabs (- r p)) (fabs r)) (fabs (- r p)) (- r p) r p (fabs r) (fabs p) 1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) q (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) -1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 r) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) (/ (+ (fabs r) (fabs p)) q) (+ (fabs r) (fabs p)) 1) |
| 2.0ms | p | @ | -inf | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+ (fabs (- r p)) (fabs r)) (fabs (- r p)) (- r p) r p (fabs r) (fabs p) 1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) q (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) -1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 r) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) (/ (+ (fabs r) (fabs p)) q) (+ (fabs r) (fabs p)) 1) |
| 2.0ms | p | @ | 0 | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+ (fabs (- r p)) (fabs r)) (fabs (- r p)) (- r p) r p (fabs r) (fabs p) 1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) q (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) -1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 r) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) (/ (+ (fabs r) (fabs p)) q) (+ (fabs r) (fabs p)) 1) |
| 2.0ms | p | @ | inf | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+ (fabs (- r p)) (fabs r)) (fabs (- r p)) (- r p) r p (fabs r) (fabs p) 1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) q (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) -1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 r) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) (/ (+ (fabs r) (fabs p)) q) (+ (fabs r) (fabs p)) 1) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 376 | 2479 |
| 0 | 399 | 2403 |
| 1 | 2627 | 2351 |
| 0 | 8231 | 2249 |
| 1 | 15501 | 2249 |
| 1× | saturated |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64)) |
(+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) |
(+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) |
(fabs.f64 (-.f64 r p)) |
(-.f64 r p) |
r |
p |
(fabs.f64 r) |
(fabs.f64 p) |
#s(literal 1/2 binary64) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
(neg.f64 q) |
q |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(literal -1/2 binary64) r) |
#s(literal -1/2 binary64) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
(*.f64 #s(literal 1/2 binary64) r) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal 1 binary64)) q)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal 1 binary64)) q) |
(fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
#s(literal 1 binary64) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* -1/2 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/4 (/ (* p (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/4 (/ (* p (* r (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 3))) (* 1/4 (/ (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (fabs (- r p))))))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (fabs (- r p)))))) |
#s(approx (+ (fabs (- r p)) (fabs r)) #s(hole binary64 (+ (fabs r) (fabs (- r p))))) |
#s(approx (fabs (- r p)) #s(hole binary64 (fabs (- r p)))) |
#s(approx (- r p) #s(hole binary64 r)) |
#s(approx (- r p) #s(hole binary64 (+ r (* -1 p)))) |
#s(approx p #s(hole binary64 p)) |
#s(approx (fabs p) #s(hole binary64 (fabs p))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) #s(hole binary64 (* q (+ 1 (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(hole binary64 (+ 1 (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) |
#s(approx (/ (+ (fabs r) (fabs p)) q) #s(hole binary64 (/ (+ (fabs p) (fabs r)) q))) |
#s(approx (+ (fabs r) (fabs p)) #s(hole binary64 (+ (fabs p) (fabs r)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (- r p) #s(hole binary64 (* -1 p))) |
#s(approx (- r p) #s(hole binary64 (* p (- (/ r p) 1)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1/2 p))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1/2 (/ (+ r (+ (fabs p) (fabs r))) p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) p)) (* 1/2 (+ r (+ (fabs p) (fabs r))))) p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p)) (* 1/2 (+ r (+ (fabs p) (fabs r))))) p))))))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (fabs (+ r (* -1 p)))))))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (fabs (+ r (* -1 p))))))) |
#s(approx (+ (fabs (- r p)) (fabs r)) #s(hole binary64 (+ (fabs r) (fabs (+ r (* -1 p)))))) |
#s(approx (fabs (- r p)) #s(hole binary64 (fabs (+ r (* -1 p))))) |
#s(approx (- r p) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ r p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* -1/2 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/4 (/ (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/4 (/ (* p (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 3))) (* 1/4 (/ (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))))) |
#s(approx (- r p) #s(hole binary64 (- r p))) |
#s(approx (fabs r) #s(hole binary64 (fabs r))) |
#s(approx (* -1/2 r) #s(hole binary64 (* -1/2 r))) |
#s(approx (* 1/2 r) #s(hole binary64 (* 1/2 r))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) (/ (pow q 2) (pow r 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) (+ (/ (* p (pow q 2)) (pow r 3)) (/ (pow q 2) (pow r 2)))))))) |
#s(approx (- r p) #s(hole binary64 (* r (+ 1 (* -1 (/ p r)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (fabs (neg (+ p (* -1 r))))))))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (fabs (neg (+ p (* -1 r)))))))) |
#s(approx (+ (fabs (- r p)) (fabs r)) #s(hole binary64 (+ (fabs r) (fabs (neg (+ p (* -1 r))))))) |
#s(approx (fabs (- r p)) #s(hole binary64 (fabs (neg (+ p (* -1 r)))))) |
#s(approx (- r p) #s(hole binary64 (* -1 (* r (- (/ p r) 1))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (/ (pow q 2) (sqrt (pow (- p r) 2)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (* (pow q 2) (+ (* -1 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 3))) (/ 1 (sqrt (pow (- p r) 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (* (pow q 2) (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 5))) (/ 1 (pow (sqrt (pow (- p r) 2)) 3)))) (/ 1 (sqrt (pow (- p r) 2)))))))) |
#s(approx (neg q) #s(hole binary64 (* -1 q))) |
#s(approx q #s(hole binary64 q)) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) #s(hole binary64 (* 1/2 (+ (fabs p) (fabs r))))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) #s(hole binary64 (+ q (* 1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(hole binary64 (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(hole binary64 (/ (+ q (* 1/2 (+ (fabs p) (fabs r)))) q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (+ (* 1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (+ (* -1/128 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(hole binary64 1)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (/ (pow (- p r) 4) (pow q 2))) (* 1/8 (pow (- p r) 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p))) |
(fma.f64 (fabs.f64 p) #s(literal 1/2 binary64) (*.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) #s(literal 1/2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (fabs.f64 p) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)) (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r))))) |
(-.f64 (*.f64 (fabs.f64 p) #s(literal 1/2 binary64)) (neg.f64 (*.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)))) |
(+.f64 (*.f64 (fabs.f64 p) #s(literal 1/2 binary64)) (*.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) #s(literal 1/2 binary64))) |
(fma.f64 (fabs.f64 p) #s(literal 1 binary64) (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r))) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 p) (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r))) |
(-.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (neg.f64 (fabs.f64 p))) |
(-.f64 (fabs.f64 (-.f64 r p)) (-.f64 (neg.f64 (fabs.f64 p)) (fabs.f64 r))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (fabs.f64 (-.f64 r p)))) |
(-.f64 (fabs.f64 p) (-.f64 (neg.f64 (fabs.f64 r)) (fabs.f64 (-.f64 r p)))) |
(+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) |
(+.f64 (fabs.f64 (-.f64 r p)) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (fabs.f64 (-.f64 r p))) |
(+.f64 (fabs.f64 p) (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r))) |
(fma.f64 (fabs.f64 r) #s(literal 1 binary64) (fabs.f64 (-.f64 r p))) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 r) (fabs.f64 (-.f64 r p))) |
(-.f64 (fabs.f64 (-.f64 r p)) (neg.f64 (fabs.f64 r))) |
(-.f64 (fabs.f64 r) (neg.f64 (fabs.f64 (-.f64 r p)))) |
(+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) |
(+.f64 (fabs.f64 r) (fabs.f64 (-.f64 r p))) |
(pow.f64 (*.f64 (-.f64 r p) (-.f64 r p)) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 (-.f64 r p) (-.f64 r p))) |
(fabs.f64 (-.f64 (*.f64 #s(literal 1 binary64) p) r)) |
(fabs.f64 (-.f64 (*.f64 #s(literal 1 binary64) r) p)) |
(fabs.f64 (neg.f64 (fabs.f64 (-.f64 r p)))) |
(fabs.f64 (fabs.f64 (-.f64 r p))) |
(fabs.f64 (-.f64 r p)) |
(fabs.f64 (-.f64 p r)) |
(neg.f64 (-.f64 p r)) |
(fma.f64 #s(literal -1 binary64) p (neg.f64 (neg.f64 r))) |
(fma.f64 #s(literal -1 binary64) p r) |
(fma.f64 p #s(literal -1 binary64) (neg.f64 (neg.f64 r))) |
(fma.f64 p #s(literal -1 binary64) r) |
(-.f64 (neg.f64 (neg.f64 r)) p) |
(-.f64 (neg.f64 p) (neg.f64 (neg.f64 (neg.f64 r)))) |
(-.f64 (neg.f64 p) (neg.f64 r)) |
(-.f64 r (*.f64 #s(literal 1 binary64) p)) |
(-.f64 r (neg.f64 (neg.f64 p))) |
(-.f64 r p) |
(+.f64 (neg.f64 p) (neg.f64 (neg.f64 r))) |
(+.f64 (neg.f64 p) r) |
(+.f64 r (neg.f64 p)) |
r |
p |
(*.f64 (fabs.f64 r) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (fabs.f64 r)) |
(pow.f64 (*.f64 r r) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 r r)) |
(fabs.f64 (neg.f64 (neg.f64 r))) |
(fabs.f64 (neg.f64 r)) |
(fabs.f64 (fabs.f64 r)) |
(fabs.f64 r) |
(*.f64 (fabs.f64 p) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (fabs.f64 p)) |
(pow.f64 (*.f64 p p) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 p p)) |
(fabs.f64 (neg.f64 (neg.f64 p))) |
(fabs.f64 (neg.f64 p)) |
(fabs.f64 (fabs.f64 p)) |
(fabs.f64 p) |
#s(literal 1/2 binary64) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
(*.f64 #s(literal -1 binary64) q) |
(*.f64 q #s(literal -1 binary64)) |
(neg.f64 q) |
q |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(literal -1/2 binary64) r) |
(*.f64 r #s(literal -1/2 binary64)) |
#s(literal -1/2 binary64) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 r #s(literal 1/2 binary64))) |
(*.f64 r #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) r) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal 1 binary64)) q)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal 1 binary64)) q) |
(*.f64 q (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(fma.f64 q #s(literal 1 binary64) (*.f64 q (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1 binary64) q (*.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)) q)) |
(-.f64 (*.f64 q #s(literal 1 binary64)) (neg.f64 (*.f64 q (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))))) |
(-.f64 (*.f64 #s(literal 1 binary64) q) (neg.f64 (*.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)) q))) |
(+.f64 (*.f64 q #s(literal 1 binary64)) (*.f64 q (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 #s(literal 1 binary64) q) (*.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)) q)) |
(/.f64 (fma.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) #s(literal 2 binary64) (*.f64 q #s(literal 2 binary64))) (*.f64 q #s(literal 2 binary64))) |
(/.f64 (fma.f64 #s(literal 2 binary64) q (*.f64 #s(literal 2 binary64) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) q)) |
(/.f64 (-.f64 (*.f64 #s(literal 2 binary64) q) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))))) (*.f64 #s(literal 2 binary64) q)) |
(neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))))) |
(neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) q) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1 binary64)) |
(-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)))) |
(-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 (neg.f64 (fabs.f64 p)) (fabs.f64 r)) (/.f64 #s(literal 1 binary64) (neg.f64 q))) |
(*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 #s(literal 1 binary64) q)) |
(/.f64 (fma.f64 (fabs.f64 p) q (*.f64 q (fabs.f64 r))) (*.f64 q q)) |
(/.f64 (fma.f64 (fabs.f64 r) q (*.f64 q (fabs.f64 p))) (*.f64 q q)) |
(/.f64 (neg.f64 (-.f64 (neg.f64 (fabs.f64 p)) (fabs.f64 r))) (neg.f64 (neg.f64 q))) |
(/.f64 (-.f64 (neg.f64 (fabs.f64 p)) (fabs.f64 r)) (neg.f64 q)) |
(/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) |
(fma.f64 (fabs.f64 r) (/.f64 #s(literal 1 binary64) q) (/.f64 (fabs.f64 p) q)) |
(fma.f64 (fabs.f64 p) (/.f64 #s(literal 1 binary64) q) (/.f64 (fabs.f64 r) q)) |
(-.f64 (/.f64 (fabs.f64 p) q) (neg.f64 (/.f64 (fabs.f64 r) q))) |
(-.f64 (/.f64 (fabs.f64 p) q) (/.f64 (neg.f64 (fabs.f64 r)) q)) |
(-.f64 (/.f64 (fabs.f64 r) q) (neg.f64 (/.f64 (fabs.f64 p) q))) |
(-.f64 (/.f64 (fabs.f64 r) q) (/.f64 (neg.f64 (fabs.f64 p)) q)) |
(+.f64 (/.f64 (fabs.f64 p) q) (/.f64 (fabs.f64 r) q)) |
(+.f64 (/.f64 (fabs.f64 r) q) (/.f64 (fabs.f64 p) q)) |
(fma.f64 (fabs.f64 r) #s(literal 1 binary64) (fabs.f64 p)) |
(fma.f64 (fabs.f64 p) #s(literal 1 binary64) (fabs.f64 r)) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 r) (fabs.f64 p)) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 p) (fabs.f64 r)) |
(-.f64 (fabs.f64 r) (neg.f64 (fabs.f64 p))) |
(-.f64 (fabs.f64 p) (neg.f64 (fabs.f64 r))) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
#s(literal 1 binary64) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal -1/2 binary64) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (/.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) p) (*.f64 #s(literal -1/2 binary64) r)) (sqrt.f64 (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) p (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 p (fma.f64 p (*.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) r) p) (pow.f64 (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (sqrt.f64 (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))))) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal -1/2 binary64))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (+ (fabs (- r p)) (fabs r)) (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r))) |
#s(approx (fabs (- r p)) (fabs.f64 (-.f64 r p))) |
#s(approx (- r p) r) |
#s(approx (- r p) (-.f64 r p)) |
#s(approx p p) |
#s(approx (fabs p) (fabs.f64 p)) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal 1 binary64)) q)) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal 1 binary64))) |
#s(approx (/ (+ (fabs r) (fabs p)) q) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) |
#s(approx (+ (fabs r) (fabs p)) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 r) (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 r) (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (*.f64 p p))) #s(literal -1/2 binary64)) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 r) (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) (fma.f64 (*.f64 q q) (/.f64 r (*.f64 (*.f64 p p) p)) (/.f64 (*.f64 q q) (*.f64 p p)))) #s(literal -1/2 binary64)) p)) |
#s(approx (- r p) (neg.f64 p)) |
#s(approx (- r p) (*.f64 (-.f64 (/.f64 r p) #s(literal 1 binary64)) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 q q) p))) p)) #s(literal -1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p)) p))) p)) #s(literal -1/2 binary64)))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (+ (fabs (- r p)) (fabs r)) (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r))) |
#s(approx (fabs (- r p)) (fabs.f64 (-.f64 r p))) |
#s(approx (- r p) (*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 r p)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal -1/2 binary64) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (/.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) r) (*.f64 #s(literal -1/2 binary64) p)) (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) r (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 r (fma.f64 r (*.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) r) p) (pow.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))))) (*.f64 (/.f64 p (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal -1/2 binary64))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))) |
#s(approx (- r p) (-.f64 r p)) |
#s(approx (fabs r) (fabs.f64 r)) |
#s(approx (* -1/2 r) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* 1/2 r) (*.f64 r #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 p) (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 p) (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (*.f64 r r))) #s(literal -1/2 binary64)) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 p) (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (fma.f64 p (/.f64 (*.f64 q q) (*.f64 (*.f64 r r) r)) (/.f64 (*.f64 q q) (*.f64 r r)))) #s(literal -1/2 binary64)) r)) |
#s(approx (- r p) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 q q) r))) r)) #s(literal -1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (-.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r))) r)) #s(literal -1/2 binary64)))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (+ (fabs (- r p)) (fabs r)) (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r))) |
#s(approx (fabs (- r p)) (fabs.f64 (-.f64 r p))) |
#s(approx (- r p) (*.f64 (neg.f64 r) (-.f64 (/.f64 p r) #s(literal 1 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (fabs.f64 (-.f64 r p))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (+.f64 (neg.f64 (/.f64 (*.f64 q q) (*.f64 (fabs.f64 (-.f64 r p)) (*.f64 (-.f64 r p) (-.f64 r p))))) (/.f64 #s(literal 1 binary64) (fabs.f64 (-.f64 r p)))) (*.f64 q q) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (fma.f64 (-.f64 (*.f64 (*.f64 (*.f64 q q) (pow.f64 (fabs.f64 (-.f64 r p)) #s(literal -5 binary64))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (fabs.f64 (-.f64 r p)) (*.f64 (-.f64 r p) (-.f64 r p))))) (*.f64 q q) (/.f64 #s(literal 1 binary64) (fabs.f64 (-.f64 r p)))) (*.f64 q q)))) |
#s(approx (neg q) (neg.f64 q)) |
#s(approx q q) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q)) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) (/.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q) q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal -1 binary64)) q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/128 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal -4 binary64)) (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)))) #s(literal -1 binary64)) q)) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal 1 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) q) #s(literal -1/8 binary64) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) q)) #s(literal -1 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 (*.f64 q (-.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 q q)) #s(literal -1/128 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (-.f64 r p) (-.f64 r p)))) q))) q)) #s(literal -1 binary64))))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (*.f64 (neg.f64 q) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal -1 binary64)))) |
Compiled 2 092 to 909 computations (56.5% saved)
15 alts after pruning (11 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 167 | 7 | 174 |
| Fresh | 3 | 4 | 7 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 0 | 0 |
| Total | 171 | 15 | 186 |
| Status | Accuracy | Program |
|---|---|---|
| 31.4% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal -1 binary64)) q)) | |
| ✓ | 64.7% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
| 39.7% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) | |
| ▶ | 38.4% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
| 35.5% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) | |
| 32.7% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) | |
| ▶ | 9.6% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal 1 binary64)))) |
| ▶ | 38.2% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) q)) |
| 1.7% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64))) | |
| ✓ | 8.1% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
| ✓ | 1.9% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
| ▶ | 8.7% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
| ✓ | 1.1% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
| ▶ | 48.2% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q))) |
| 14.0% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)))) |
Compiled 723 to 709 computations (1.9% saved)
| Inputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q)) |
(fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(fabs.f64 r) |
r |
(fabs.f64 p) |
p |
#s(literal 1/2 binary64) |
q |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
(*.f64 #s(literal -1/2 binary64) p) |
#s(literal -1/2 binary64) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) q)) |
(*.f64 #s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) q) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64)) |
(+.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) (fabs.f64 p)) |
(+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) |
(fabs.f64 #s(approx (- r p) r)) |
#s(approx (- r p) r) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal 1 binary64)))) |
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal 1 binary64))) |
(neg.f64 q) |
(fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal 1 binary64)) |
(/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* -1/2 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/4 (/ (* p (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/4 (/ (* p (* r (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 3))) (* 1/4 (/ (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) #s(hole binary64 (* q (+ 1 (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (+ (* (+ (fabs r) (fabs p)) 1/2) q) #s(hole binary64 (+ q (* 1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (+ (fabs r) (fabs p)) #s(hole binary64 (+ (fabs p) (fabs r)))) |
#s(approx (fabs p) #s(hole binary64 (fabs p))) |
#s(approx p #s(hole binary64 p)) |
#s(approx (* -1/2 p) #s(hole binary64 (* -1/2 p))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(hole binary64 (+ 1 (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (fabs (- r p))))))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (fabs (- r p)))))) |
#s(approx (+ (fabs (- r p)) (fabs r)) #s(hole binary64 (+ (fabs r) (fabs (- r p))))) |
#s(approx (fabs (- r p)) #s(hole binary64 (fabs (- r p)))) |
#s(approx (- r p) #s(hole binary64 r)) |
#s(approx (- r p) #s(hole binary64 (+ r (* -1 p)))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) #s(hole binary64 (* -1 (* q (+ 1 (* -1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1) #s(hole binary64 (+ 1 (* -1/2 (/ (+ (fabs p) (fabs r)) q))))) |
#s(approx (/ (+ (fabs r) (fabs p)) q) #s(hole binary64 (/ (+ (fabs p) (fabs r)) q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (- r p) #s(hole binary64 (* -1 p))) |
#s(approx (- r p) #s(hole binary64 (* p (- (/ r p) 1)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1/2 (/ (+ r (+ (fabs p) (fabs r))) p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) p)) (* 1/2 (+ r (+ (fabs p) (fabs r))))) p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p)) (* 1/2 (+ r (+ (fabs p) (fabs r))))) p))))))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (fabs (+ r (* -1 p)))))))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (fabs (+ r (* -1 p))))))) |
#s(approx (+ (fabs (- r p)) (fabs r)) #s(hole binary64 (+ (fabs r) (fabs (+ r (* -1 p)))))) |
#s(approx (fabs (- r p)) #s(hole binary64 (fabs (+ r (* -1 p))))) |
#s(approx (- r p) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ r p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* -1/2 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/4 (/ (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/4 (/ (* p (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 3))) (* 1/4 (/ (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))))) |
#s(approx (fabs r) #s(hole binary64 (fabs r))) |
#s(approx (- r p) #s(hole binary64 (- r p))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 r))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) (/ (pow q 2) (pow r 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) (+ (/ (* p (pow q 2)) (pow r 3)) (/ (pow q 2) (pow r 2)))))))) |
#s(approx (- r p) #s(hole binary64 (* r (+ 1 (* -1 (/ p r)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1/2 r))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (fabs (neg (+ p (* -1 r))))))))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (fabs (neg (+ p (* -1 r)))))))) |
#s(approx (+ (fabs (- r p)) (fabs r)) #s(hole binary64 (+ (fabs r) (fabs (neg (+ p (* -1 r))))))) |
#s(approx (fabs (- r p)) #s(hole binary64 (fabs (neg (+ p (* -1 r)))))) |
#s(approx (- r p) #s(hole binary64 (* -1 (* r (- (/ p r) 1))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (/ (pow q 2) (sqrt (pow (- p r) 2)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (* (pow q 2) (+ (* -1 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 3))) (/ 1 (sqrt (pow (- p r) 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (* (pow q 2) (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 5))) (/ 1 (pow (sqrt (pow (- p r) 2)) 3)))) (/ 1 (sqrt (pow (- p r) 2)))))))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) #s(hole binary64 (* 1/2 (+ (fabs p) (fabs r))))) |
#s(approx q #s(hole binary64 q)) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(hole binary64 (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(hole binary64 (/ (+ q (* 1/2 (+ (fabs p) (fabs r)))) q))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) #s(hole binary64 (+ (* -1 q) (* 1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (neg q) #s(hole binary64 (* -1 q))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1) #s(hole binary64 (* -1/2 (/ (+ (fabs p) (fabs r)) q)))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1) #s(hole binary64 (/ (+ q (* -1/2 (+ (fabs p) (fabs r)))) q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (+ (* 1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (+ (* -1/128 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(hole binary64 1)) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (/ (pow (- p r) 4) (pow q 2))) (* 1/8 (pow (- p r) 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 32.0ms | q | @ | -inf | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (+ (* (+ (fabs r) (fabs p)) 1/2) q) (+ (fabs r) (fabs p)) (fabs r) r (fabs p) p 1/2 q (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 p) -1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) 1 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+ (fabs (- r p)) (fabs r)) (fabs (- r p)) (- r p) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1) (/ (+ (fabs r) (fabs p)) q)) |
| 3.0ms | p | @ | -inf | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (+ (* (+ (fabs r) (fabs p)) 1/2) q) (+ (fabs r) (fabs p)) (fabs r) r (fabs p) p 1/2 q (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 p) -1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) 1 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+ (fabs (- r p)) (fabs r)) (fabs (- r p)) (- r p) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1) (/ (+ (fabs r) (fabs p)) q)) |
| 3.0ms | p | @ | inf | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (+ (* (+ (fabs r) (fabs p)) 1/2) q) (+ (fabs r) (fabs p)) (fabs r) r (fabs p) p 1/2 q (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 p) -1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) 1 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+ (fabs (- r p)) (fabs r)) (fabs (- r p)) (- r p) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1) (/ (+ (fabs r) (fabs p)) q)) |
| 3.0ms | p | @ | 0 | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (+ (* (+ (fabs r) (fabs p)) 1/2) q) (+ (fabs r) (fabs p)) (fabs r) r (fabs p) p 1/2 q (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 p) -1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) 1 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+ (fabs (- r p)) (fabs r)) (fabs (- r p)) (- r p) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1) (/ (+ (fabs r) (fabs p)) q)) |
| 3.0ms | r | @ | -inf | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (+ (* (+ (fabs r) (fabs p)) 1/2) q) (+ (fabs r) (fabs p)) (fabs r) r (fabs p) p 1/2 q (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 p) -1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) 1 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+ (fabs (- r p)) (fabs r)) (fabs (- r p)) (- r p) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1) (/ (+ (fabs r) (fabs p)) q)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 393 | 2709 |
| 0 | 415 | 2632 |
| 1 | 2789 | 2578 |
| 0 | 8286 | 2462 |
| 1 | 15202 | 2462 |
| 1× | saturated |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q)) |
(fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(fabs.f64 r) |
r |
(fabs.f64 p) |
p |
#s(literal 1/2 binary64) |
q |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
(*.f64 #s(literal -1/2 binary64) p) |
#s(literal -1/2 binary64) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) q)) |
(*.f64 #s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) q) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64)) |
(+.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) (fabs.f64 p)) |
(+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) |
(fabs.f64 #s(approx (- r p) r)) |
#s(approx (- r p) r) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal 1 binary64)))) |
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal 1 binary64))) |
(neg.f64 q) |
(fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal 1 binary64)) |
(/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* -1/2 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/4 (/ (* p (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/4 (/ (* p (* r (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 3))) (* 1/4 (/ (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) #s(hole binary64 (* q (+ 1 (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (+ (* (+ (fabs r) (fabs p)) 1/2) q) #s(hole binary64 (+ q (* 1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (+ (fabs r) (fabs p)) #s(hole binary64 (+ (fabs p) (fabs r)))) |
#s(approx (fabs p) #s(hole binary64 (fabs p))) |
#s(approx p #s(hole binary64 p)) |
#s(approx (* -1/2 p) #s(hole binary64 (* -1/2 p))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(hole binary64 (+ 1 (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (fabs (- r p))))))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (fabs (- r p)))))) |
#s(approx (+ (fabs (- r p)) (fabs r)) #s(hole binary64 (+ (fabs r) (fabs (- r p))))) |
#s(approx (fabs (- r p)) #s(hole binary64 (fabs (- r p)))) |
#s(approx (- r p) #s(hole binary64 r)) |
#s(approx (- r p) #s(hole binary64 (+ r (* -1 p)))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) #s(hole binary64 (* -1 (* q (+ 1 (* -1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1) #s(hole binary64 (+ 1 (* -1/2 (/ (+ (fabs p) (fabs r)) q))))) |
#s(approx (/ (+ (fabs r) (fabs p)) q) #s(hole binary64 (/ (+ (fabs p) (fabs r)) q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (- r p) #s(hole binary64 (* -1 p))) |
#s(approx (- r p) #s(hole binary64 (* p (- (/ r p) 1)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1/2 (/ (+ r (+ (fabs p) (fabs r))) p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) p)) (* 1/2 (+ r (+ (fabs p) (fabs r))))) p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p)) (* 1/2 (+ r (+ (fabs p) (fabs r))))) p))))))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (fabs (+ r (* -1 p)))))))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (fabs (+ r (* -1 p))))))) |
#s(approx (+ (fabs (- r p)) (fabs r)) #s(hole binary64 (+ (fabs r) (fabs (+ r (* -1 p)))))) |
#s(approx (fabs (- r p)) #s(hole binary64 (fabs (+ r (* -1 p))))) |
#s(approx (- r p) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ r p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* -1/2 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/4 (/ (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/4 (/ (* p (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 3))) (* 1/4 (/ (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))))) |
#s(approx (fabs r) #s(hole binary64 (fabs r))) |
#s(approx (- r p) #s(hole binary64 (- r p))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 r))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) (/ (pow q 2) (pow r 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) (+ (/ (* p (pow q 2)) (pow r 3)) (/ (pow q 2) (pow r 2)))))))) |
#s(approx (- r p) #s(hole binary64 (* r (+ 1 (* -1 (/ p r)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1/2 r))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (fabs (neg (+ p (* -1 r))))))))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (fabs (neg (+ p (* -1 r)))))))) |
#s(approx (+ (fabs (- r p)) (fabs r)) #s(hole binary64 (+ (fabs r) (fabs (neg (+ p (* -1 r))))))) |
#s(approx (fabs (- r p)) #s(hole binary64 (fabs (neg (+ p (* -1 r)))))) |
#s(approx (- r p) #s(hole binary64 (* -1 (* r (- (/ p r) 1))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (/ (pow q 2) (sqrt (pow (- p r) 2)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (* (pow q 2) (+ (* -1 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 3))) (/ 1 (sqrt (pow (- p r) 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (* (pow q 2) (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 5))) (/ 1 (pow (sqrt (pow (- p r) 2)) 3)))) (/ 1 (sqrt (pow (- p r) 2)))))))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) #s(hole binary64 (* 1/2 (+ (fabs p) (fabs r))))) |
#s(approx q #s(hole binary64 q)) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(hole binary64 (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(hole binary64 (/ (+ q (* 1/2 (+ (fabs p) (fabs r)))) q))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) #s(hole binary64 (+ (* -1 q) (* 1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (neg q) #s(hole binary64 (* -1 q))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1) #s(hole binary64 (* -1/2 (/ (+ (fabs p) (fabs r)) q)))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1) #s(hole binary64 (/ (+ q (* -1/2 (+ (fabs p) (fabs r)))) q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (+ (* 1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (+ (* -1/128 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(hole binary64 1)) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (/ (pow (- p r) 4) (pow q 2))) (* 1/8 (pow (- p r) 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q)) |
(fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q) |
(fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q) |
(-.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) (neg.f64 q)) |
(-.f64 q (neg.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)))) |
(-.f64 q (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(+.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) q) |
(+.f64 q (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(fma.f64 (fabs.f64 r) #s(literal 1 binary64) (fabs.f64 p)) |
(fma.f64 (fabs.f64 p) #s(literal 1 binary64) (fabs.f64 r)) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 r) (fabs.f64 p)) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 p) (fabs.f64 r)) |
(-.f64 (fabs.f64 r) (neg.f64 (fabs.f64 p))) |
(-.f64 (fabs.f64 p) (neg.f64 (fabs.f64 r))) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(*.f64 (fabs.f64 r) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (fabs.f64 r)) |
(pow.f64 (*.f64 r r) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 r r)) |
(fabs.f64 (neg.f64 (neg.f64 r))) |
(fabs.f64 (neg.f64 r)) |
(fabs.f64 (fabs.f64 r)) |
(fabs.f64 r) |
r |
(*.f64 (fabs.f64 p) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (fabs.f64 p)) |
(pow.f64 (*.f64 p p) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 p p)) |
(fabs.f64 (neg.f64 (neg.f64 p))) |
(fabs.f64 (neg.f64 p)) |
(fabs.f64 (fabs.f64 p)) |
(fabs.f64 p) |
p |
#s(literal 1/2 binary64) |
q |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
(*.f64 #s(literal -1/2 binary64) p) |
(*.f64 p #s(literal -1/2 binary64)) |
#s(literal -1/2 binary64) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) q)) |
(*.f64 #s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) q) |
(*.f64 q #s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) (fabs.f64 p))) |
(fma.f64 (fabs.f64 p) #s(literal 1 binary64) (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r))) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 p) (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r))) |
(-.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) (neg.f64 (fabs.f64 p))) |
(+.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) (fabs.f64 p)) |
(+.f64 (fabs.f64 #s(approx (- r p) r)) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(+.f64 (fabs.f64 p) (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r))) |
(fma.f64 (fabs.f64 r) #s(literal 1 binary64) (fabs.f64 #s(approx (- r p) r))) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 r) (fabs.f64 #s(approx (- r p) r))) |
(-.f64 (fabs.f64 #s(approx (- r p) r)) (neg.f64 (fabs.f64 r))) |
(+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) |
(+.f64 (fabs.f64 r) (fabs.f64 #s(approx (- r p) r))) |
(pow.f64 (*.f64 #s(approx (- r p) r) #s(approx (- r p) r)) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 #s(approx (- r p) r) #s(approx (- r p) r))) |
(fabs.f64 (neg.f64 (neg.f64 #s(approx (- r p) r)))) |
(fabs.f64 (neg.f64 #s(approx (- r p) r))) |
(fabs.f64 (fabs.f64 #s(approx (- r p) r))) |
(fabs.f64 #s(approx (- r p) r)) |
#s(approx (- r p) r) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1 binary64)) (neg.f64 q))) |
(*.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1 binary64)) q) #s(literal -1 binary64)) |
(*.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1 binary64)) (neg.f64 q)) |
(*.f64 #s(literal -1 binary64) (*.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1 binary64)) q)) |
(*.f64 (neg.f64 q) (fma.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1 binary64))) |
(neg.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1 binary64)) q)) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) (neg.f64 q) (*.f64 #s(literal 1 binary64) (neg.f64 q))) |
(fma.f64 (neg.f64 q) (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) (*.f64 (neg.f64 q) #s(literal 1 binary64))) |
(-.f64 (neg.f64 (*.f64 q #s(literal 1 binary64))) (*.f64 q (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)))) |
(-.f64 (neg.f64 (*.f64 #s(literal 1 binary64) q)) (*.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) q)) |
(+.f64 (*.f64 (neg.f64 q) (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q))) (*.f64 (neg.f64 q) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) (neg.f64 q)) (*.f64 #s(literal 1 binary64) (neg.f64 q))) |
(*.f64 #s(literal -1 binary64) q) |
(*.f64 q #s(literal -1 binary64)) |
(neg.f64 q) |
(/.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64) (*.f64 q #s(literal 2 binary64))) (*.f64 q #s(literal 2 binary64))) |
(/.f64 (fma.f64 #s(literal 2 binary64) q (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))))) (*.f64 #s(literal 2 binary64) q)) |
(/.f64 (-.f64 (*.f64 #s(literal 2 binary64) q) (*.f64 #s(literal 2 binary64) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) q)) |
(neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q))))) |
(neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1 binary64) q) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal 1 binary64)) |
(-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (neg.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)))) |
(-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q))) |
(*.f64 (-.f64 (neg.f64 (fabs.f64 p)) (fabs.f64 r)) (/.f64 #s(literal 1 binary64) (neg.f64 q))) |
(*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 #s(literal 1 binary64) q)) |
(/.f64 (fma.f64 (fabs.f64 r) q (*.f64 q (fabs.f64 p))) (*.f64 q q)) |
(/.f64 (fma.f64 (fabs.f64 p) q (*.f64 q (fabs.f64 r))) (*.f64 q q)) |
(/.f64 (neg.f64 (-.f64 (neg.f64 (fabs.f64 p)) (fabs.f64 r))) (neg.f64 (neg.f64 q))) |
(/.f64 (-.f64 (neg.f64 (fabs.f64 p)) (fabs.f64 r)) (neg.f64 q)) |
(/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) |
(fma.f64 (fabs.f64 r) (/.f64 #s(literal 1 binary64) q) (/.f64 (fabs.f64 p) q)) |
(fma.f64 (fabs.f64 p) (/.f64 #s(literal 1 binary64) q) (/.f64 (fabs.f64 r) q)) |
(-.f64 (/.f64 (fabs.f64 r) q) (/.f64 (neg.f64 (fabs.f64 p)) q)) |
(-.f64 (/.f64 (fabs.f64 p) q) (/.f64 (neg.f64 (fabs.f64 r)) q)) |
(+.f64 (/.f64 (fabs.f64 r) q) (/.f64 (fabs.f64 p) q)) |
(+.f64 (/.f64 (fabs.f64 p) q) (/.f64 (fabs.f64 r) q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal -1/2 binary64) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (/.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) p) (*.f64 #s(literal -1/2 binary64) r)) (sqrt.f64 (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) p (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (fma.f64 p (*.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) r) p) (pow.f64 (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (sqrt.f64 (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))))) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal -1/2 binary64))) p (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 r r (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal 1 binary64)) q)) |
#s(approx (+ (* (+ (fabs r) (fabs p)) 1/2) q) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q)) |
#s(approx (+ (fabs r) (fabs p)) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
#s(approx (fabs p) (fabs.f64 p)) |
#s(approx p p) |
#s(approx (* -1/2 p) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal 1 binary64))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (+ (fabs (- r p)) (fabs r)) (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r))) |
#s(approx (fabs (- r p)) (fabs.f64 (-.f64 r p))) |
#s(approx (- r p) r) |
#s(approx (- r p) (-.f64 r p)) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (*.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1) (fma.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1 binary64))) |
#s(approx (/ (+ (fabs r) (fabs p)) q) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 r) (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 r) (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) (*.f64 p p))) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 r) (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) (fma.f64 (*.f64 q q) (/.f64 r (*.f64 (*.f64 p p) p)) (/.f64 (*.f64 q q) (*.f64 p p)))) #s(literal 1/2 binary64)) p)) |
#s(approx (- r p) (neg.f64 p)) |
#s(approx (- r p) (*.f64 (-.f64 (/.f64 r p) #s(literal 1 binary64)) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 q q) p))) p)) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p)) p))) p)) #s(literal 1/2 binary64)))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (+ (fabs (- r p)) (fabs r)) (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r))) |
#s(approx (fabs (- r p)) (fabs.f64 (-.f64 r p))) |
#s(approx (- r p) (*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 r p)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal -1/2 binary64) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (/.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) r) (*.f64 #s(literal -1/2 binary64) p)) (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) r (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (fma.f64 r (*.f64 #s(literal 1/4 binary64) (fma.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) r) p) (pow.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -3/2 binary64)) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))))) (*.f64 (/.f64 p (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal -1/2 binary64))) r (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal 1/2 binary64)))) |
#s(approx (fabs r) (fabs.f64 r)) |
#s(approx (- r p) (-.f64 r p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 r #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 p) (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 p) (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) (*.f64 r r))) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 p) (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (fma.f64 p (/.f64 (*.f64 q q) (*.f64 (*.f64 r r) r)) (/.f64 (*.f64 q q) (*.f64 r r)))) #s(literal 1/2 binary64)) r)) |
#s(approx (- r p) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 q q) r))) r)) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r))) r)) #s(literal 1/2 binary64)))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (+ (fabs (- r p)) (fabs r)) (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r))) |
#s(approx (fabs (- r p)) (fabs.f64 (-.f64 r p))) |
#s(approx (- r p) (*.f64 (neg.f64 r) (-.f64 (/.f64 p r) #s(literal 1 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (fabs.f64 (-.f64 r p))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (+.f64 (neg.f64 (/.f64 (*.f64 q q) (*.f64 (fabs.f64 (-.f64 r p)) (*.f64 (-.f64 r p) (-.f64 r p))))) (/.f64 #s(literal 1 binary64) (fabs.f64 (-.f64 r p)))) (*.f64 q q) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (fma.f64 (-.f64 (*.f64 (*.f64 (*.f64 q q) (pow.f64 (fabs.f64 (-.f64 r p)) #s(literal -5 binary64))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (fabs.f64 (-.f64 r p)) (*.f64 (-.f64 r p) (-.f64 r p))))) (*.f64 q q) (/.f64 #s(literal 1 binary64) (fabs.f64 (-.f64 r p)))) (*.f64 q q)))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx q q) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) (/.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q) q)) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q))) |
#s(approx (neg q) (neg.f64 q)) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1) (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q))) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1) (/.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q) q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal 1 binary64)) q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fma.f64 (*.f64 #s(literal -1/128 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal -4 binary64)) (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)))) #s(literal 1 binary64)) q)) |
#s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal -1 binary64)) q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) q) #s(literal -1/8 binary64) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) q)) #s(literal 1 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 (*.f64 q (+.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 q q)) #s(literal -1/128 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 (-.f64 r p) (-.f64 r p)))) q))) q)) #s(literal 1 binary64))))) |
#s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (*.f64 (neg.f64 q) (fma.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1 binary64)))) |
Compiled 2 203 to 894 computations (59.4% saved)
15 alts after pruning (8 fresh and 7 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 182 | 2 | 184 |
| Fresh | 0 | 6 | 6 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 4 | 4 |
| Total | 184 | 15 | 199 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 31.4% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal -1 binary64)) q)) |
| ✓ | 64.7% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
| ▶ | 39.7% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
| 35.5% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) | |
| ▶ | 32.7% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
| 38.4% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 1/2 binary64))) | |
| ✓ | 38.2% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) q)) |
| ▶ | 1.7% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64))) |
| ✓ | 8.1% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
| ✓ | 1.9% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
| ✓ | 8.7% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
| ✓ | 1.1% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
| ✓ | 48.2% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q))) |
| 14.0% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)))) | |
| ▶ | 12.1% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q)))) |
Compiled 654 to 640 computations (2.1% saved)
| Inputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64)) |
(+.f64 (+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (fabs.f64 r)) (fabs.f64 p)) |
(+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (fabs.f64 r)) |
(fabs.f64 #s(approx (- r p) (neg.f64 p))) |
#s(approx (- r p) (neg.f64 p)) |
(neg.f64 p) |
p |
(fabs.f64 r) |
r |
(fabs.f64 p) |
#s(literal 1/2 binary64) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64))) |
(*.f64 p #s(literal 1/2 binary64)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q)))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q))) |
(neg.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) |
(fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q) |
#s(literal -1/2 binary64) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
q |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
(*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)) |
(+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) |
(*.f64 q q) |
#s(literal 4 binary64) |
(*.f64 p p) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal -1 binary64)) q)) |
(*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal -1 binary64)) q) |
(-.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) |
(*.f64 (-.f64 r p) (-.f64 r p)) |
(-.f64 r p) |
#s(literal 1/8 binary64) |
(*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)) |
(/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) |
#s(literal -1 binary64) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* -1/2 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/4 (/ (* p (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/4 (/ (* p (* r (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 3))) (* 1/4 (/ (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (fabs (- r p))))))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (fabs (- r p)))))) |
#s(approx (+ (fabs (- r p)) (fabs r)) #s(hole binary64 (+ (fabs r) (fabs (- r p))))) |
#s(approx (fabs (- r p)) #s(hole binary64 (fabs (- r p)))) |
#s(approx (- r p) #s(hole binary64 r)) |
#s(approx (- r p) #s(hole binary64 (+ r (* -1 p)))) |
#s(approx (neg p) #s(hole binary64 (* -1 p))) |
#s(approx p #s(hole binary64 p)) |
#s(approx (fabs p) #s(hole binary64 (fabs p))) |
#s(approx (* p 1/2) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) #s(hole binary64 (* -1 (* q (+ 1 (* -1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (neg (+ (* -1/2 (+ (fabs r) (fabs p))) q)) #s(hole binary64 (* -1 (+ q (* -1/2 (+ (fabs p) (fabs r))))))) |
#s(approx (+ (* -1/2 (+ (fabs r) (fabs p))) q) #s(hole binary64 (+ q (* -1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (+ (fabs r) (fabs p)) #s(hole binary64 (+ (fabs p) (fabs r)))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (* 4 (pow q 2)))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (+ (* 1/4 (/ (pow p 2) (sqrt (* 4 (pow q 2))))) (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (* 4 (pow q 2))))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (* 4 (pow q 2)))))) (* (pow p 2) (+ (* -1/16 (/ (pow p 2) (pow (sqrt (* 4 (pow q 2))) 3))) (* 1/4 (/ 1 (sqrt (* 4 (pow q 2)))))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (* 4 (pow q 2)))))) (* (pow p 2) (+ (* (pow p 2) (- (* 1/32 (/ (pow p 2) (pow (sqrt (* 4 (pow q 2))) 5))) (* 1/16 (/ 1 (pow (sqrt (* 4 (pow q 2))) 3))))) (* 1/4 (/ 1 (sqrt (* 4 (pow q 2)))))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (sqrt (* 4 (pow q 2))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (* 4 (pow q 2))) (* 1/2 (/ (pow p 2) (sqrt (* 4 (pow q 2)))))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (* 4 (pow q 2))) (* (pow p 2) (+ (* -1/8 (/ (pow p 2) (pow (sqrt (* 4 (pow q 2))) 3))) (* 1/2 (/ 1 (sqrt (* 4 (pow q 2)))))))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (* 4 (pow q 2))) (* (pow p 2) (+ (* (pow p 2) (- (* 1/16 (/ (pow p 2) (pow (sqrt (* 4 (pow q 2))) 5))) (* 1/8 (/ 1 (pow (sqrt (* 4 (pow q 2))) 3))))) (* 1/2 (/ 1 (sqrt (* 4 (pow q 2)))))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (sqrt (* 4 (pow q 2))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (sqrt (* 4 (pow q 2))) (* 1/2 (/ (pow p 2) (sqrt (* 4 (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (sqrt (* 4 (pow q 2))) (* (pow p 2) (+ (* -1/8 (/ (pow p 2) (pow (sqrt (* 4 (pow q 2))) 3))) (* 1/2 (/ 1 (sqrt (* 4 (pow q 2)))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (sqrt (* 4 (pow q 2))) (* (pow p 2) (+ (* (pow p 2) (- (* 1/16 (/ (pow p 2) (pow (sqrt (* 4 (pow q 2))) 5))) (* 1/8 (/ 1 (pow (sqrt (* 4 (pow q 2))) 3))))) (* 1/2 (/ 1 (sqrt (* 4 (pow q 2)))))))))) |
#s(approx (+ (* (* q q) 4) (* p p)) #s(hole binary64 (* 4 (pow q 2)))) |
#s(approx (+ (* (* q q) 4) (* p p)) #s(hole binary64 (+ (* 4 (pow q 2)) (pow p 2)))) |
#s(approx (* p p) #s(hole binary64 (pow p 2))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* q (+ 1 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (+ (* -1/4 (/ (* p r) q)) (* q (+ 1 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (+ (* p (+ (* -1/4 (/ r q)) (* 1/8 (/ p q)))) (* q (+ 1 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (+ 1 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (+ 1 (+ (* -1/4 (/ (* p r) (pow q 2))) (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (+ 1 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* p (+ (* -1/4 (/ r (pow q 2))) (* 1/8 (/ p (pow q 2)))))))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (+ (* -1/4 (/ (* p r) (pow q 2))) (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* p (+ (* -1/4 (/ r (pow q 2))) (* 1/8 (/ p (pow q 2))))))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (/ (pow r 2) (pow q 2)))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (+ (* -2 (/ (* p r) (pow q 2))) (/ (pow r 2) (pow q 2))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (+ (* p (+ (* -2 (/ r (pow q 2))) (/ p (pow q 2)))) (/ (pow r 2) (pow q 2))))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (pow r 2))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (+ (* -2 (* p r)) (pow r 2)))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (+ (* p (+ p (* -2 r))) (pow r 2)))) |
#s(approx (* (/ (+ (fabs r) (fabs p)) q) 1/2) #s(hole binary64 (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) |
#s(approx (/ (+ (fabs r) (fabs p)) q) #s(hole binary64 (/ (+ (fabs p) (fabs r)) q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (- r p) #s(hole binary64 (* p (- (/ r p) 1)))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (+ (fabs p) (fabs r)) p)))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* p (+ 1/2 (+ (* -1 (/ (pow q 4) (pow p 4))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* p (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p)))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* p (+ 1 (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* p (+ 1 (* 2 (/ (pow q 2) (pow p 2))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (+ (* 2 (/ (pow q 2) (pow p 2))) (* 4 (/ (pow q 6) (pow p 6))))))))) |
#s(approx (+ (* (* q q) 4) (* p p)) #s(hole binary64 (* (pow p 2) (+ 1 (* 4 (/ (pow q 2) (pow p 2))))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* 1/8 (/ (pow p 2) q)))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* (pow p 2) (+ (* -1/4 (/ r (* p q))) (* 1/8 (/ 1 q)))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* (pow p 2) (+ (* -1/4 (/ r (* p q))) (+ (* 1/8 (/ 1 q)) (/ (* q (+ 1 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) (pow p 2))))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (* 1/8 (/ (pow p 2) (pow q 2))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (* (pow p 2) (+ (* -1/4 (/ r (* p (pow q 2)))) (* 1/8 (/ 1 (pow q 2))))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (* (pow p 2) (+ (* -1/4 (/ r (* p (pow q 2)))) (+ (* 1/8 (/ (pow r 2) (* (pow p 2) (pow q 2)))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) (* (pow p 2) q))) (+ (/ 1 (pow p 2)) (* 1/8 (/ 1 (pow q 2)))))))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (* (pow p 2) (+ (* -1/4 (/ r (* p (pow q 2)))) (+ (* 1/8 (/ (pow r 2) (* (pow p 2) (pow q 2)))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) (* (pow p 2) q))) (* 1/8 (/ 1 (pow q 2))))))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (/ (pow p 2) (pow q 2)))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (* (pow p 2) (+ (* -2 (/ r (* p (pow q 2)))) (/ 1 (pow q 2)))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (* (pow p 2) (+ (* -2 (/ r (* p (pow q 2)))) (+ (/ 1 (pow q 2)) (/ (pow r 2) (* (pow p 2) (pow q 2)))))))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (* (pow p 2) (+ 1 (* -2 (/ r p)))))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (/ (pow r 2) (pow p 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1/2 p))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1/2 (/ (+ r (+ (fabs p) (fabs r))) p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) p)) (* 1/2 (+ r (+ (fabs p) (fabs r))))) p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p)) (* 1/2 (+ r (+ (fabs p) (fabs r))))) p))))))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (fabs (+ r (* -1 p)))))))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (fabs (+ r (* -1 p))))))) |
#s(approx (+ (fabs (- r p)) (fabs r)) #s(hole binary64 (+ (fabs r) (fabs (+ r (* -1 p)))))) |
#s(approx (fabs (- r p)) #s(hole binary64 (fabs (+ r (* -1 p))))) |
#s(approx (- r p) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ r p))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1/2 (/ (+ (fabs p) (fabs r)) p))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) p)) (* 1/2 (+ (fabs p) (fabs r)))) p))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (pow q 4) (pow p 2))) (pow q 2)) p)) (* 1/2 (+ (fabs p) (fabs r)))) p))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ (fabs p) (fabs r)) p))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) p)))) p))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (+ (* -2 (/ (pow q 4) (pow p 2))) (* 2 (pow q 2))) p)))) p))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* p (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (* 2 (/ (pow q 2) (pow p 2))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (+ (* 2 (/ (pow q 2) (pow p 2))) (* 4 (/ (pow q 6) (pow p 6)))))))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* (pow p 2) (+ (* -1 (/ (+ (* -1 (/ (* q (+ 1 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) p)) (* 1/4 (/ r q))) p)) (* 1/8 (/ 1 q)))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (* (pow p 2) (+ (* -1 (/ (+ (* -1 (/ (+ 1 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) p)) (* 1/4 (/ r (pow q 2)))) p)) (* 1/8 (/ 1 (pow q 2))))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (* (pow p 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) p)) (* 1/4 (/ r (pow q 2)))) p)) (* 1/8 (/ 1 (pow q 2))))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (* (pow p 2) (+ (* -1 (/ (+ (* -1 (/ (pow r 2) (* p (pow q 2)))) (* 2 (/ r (pow q 2)))) p)) (/ 1 (pow q 2)))))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow r 2) p)) (* 2 r)) p)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* -1/2 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/4 (/ (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/4 (/ (* p (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 3))) (* 1/4 (/ (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))))) |
#s(approx (- r p) #s(hole binary64 (- r p))) |
#s(approx (fabs r) #s(hole binary64 (fabs r))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* q (+ 1 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (+ (* -1/4 (/ (* p r) q)) (* q (+ 1 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (+ (* q (+ 1 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) (* r (+ (* -1/4 (/ p q)) (* 1/8 (/ r q))))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (+ 1 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (+ 1 (+ (* -1/4 (/ (* p r) (pow q 2))) (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (+ 1 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* r (+ (* -1/4 (/ p (pow q 2))) (* 1/8 (/ r (pow q 2)))))))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (+ (* -1/4 (/ (* p r) (pow q 2))) (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* r (+ (* -1/4 (/ p (pow q 2))) (* 1/8 (/ r (pow q 2))))))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (+ (* -2 (/ (* p r) (pow q 2))) (/ (pow p 2) (pow q 2))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (+ (* r (+ (* -2 (/ p (pow q 2))) (/ r (pow q 2)))) (/ (pow p 2) (pow q 2))))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (+ (* -2 (* p r)) (pow p 2)))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (+ (* r (+ r (* -2 p))) (pow p 2)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 r))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) (/ (pow q 2) (pow r 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) (+ (/ (* p (pow q 2)) (pow r 3)) (/ (pow q 2) (pow r 2)))))))) |
#s(approx (- r p) #s(hole binary64 (* r (+ 1 (* -1 (/ p r)))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* 1/8 (/ (pow r 2) q)))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* (pow r 2) (+ (* -1/4 (/ p (* q r))) (* 1/8 (/ 1 q)))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* (pow r 2) (+ (* -1/4 (/ p (* q r))) (+ (* 1/8 (/ 1 q)) (/ (* q (+ 1 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) (pow r 2))))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (* 1/8 (/ (pow r 2) (pow q 2))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (* (pow r 2) (+ (* -1/4 (/ p (* (pow q 2) r))) (* 1/8 (/ 1 (pow q 2))))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (* (pow r 2) (+ (* -1/4 (/ p (* (pow q 2) r))) (+ (* 1/8 (/ (pow p 2) (* (pow q 2) (pow r 2)))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) (* q (pow r 2)))) (+ (* 1/8 (/ 1 (pow q 2))) (/ 1 (pow r 2))))))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (* (pow r 2) (+ (* -1/4 (/ p (* (pow q 2) r))) (+ (* 1/8 (/ (pow p 2) (* (pow q 2) (pow r 2)))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) (* q (pow r 2)))) (* 1/8 (/ 1 (pow q 2))))))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (* (pow r 2) (+ (* -2 (/ p (* (pow q 2) r))) (/ 1 (pow q 2)))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (* (pow r 2) (+ (* -2 (/ p (* (pow q 2) r))) (+ (/ 1 (pow q 2)) (/ (pow p 2) (* (pow q 2) (pow r 2)))))))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (* (pow r 2) (+ 1 (* -2 (/ p r)))))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (/ (pow p 2) (pow r 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1/2 r))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (fabs (neg (+ p (* -1 r))))))))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (fabs (neg (+ p (* -1 r)))))))) |
#s(approx (+ (fabs (- r p)) (fabs r)) #s(hole binary64 (+ (fabs r) (fabs (neg (+ p (* -1 r))))))) |
#s(approx (fabs (- r p)) #s(hole binary64 (fabs (neg (+ p (* -1 r)))))) |
#s(approx (- r p) #s(hole binary64 (* -1 (* r (- (/ p r) 1))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* (pow r 2) (+ (* -1 (/ (+ (* -1 (/ (* q (+ 1 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) r)) (* 1/4 (/ p q))) r)) (* 1/8 (/ 1 q)))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (* (pow r 2) (+ (* -1 (/ (+ (* -1 (/ (+ 1 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) r)) (* 1/4 (/ p (pow q 2)))) r)) (* 1/8 (/ 1 (pow q 2))))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (* (pow r 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) r)) (* 1/4 (/ p (pow q 2)))) r)) (* 1/8 (/ 1 (pow q 2))))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (* (pow r 2) (+ (* -1 (/ (+ (* -1 (/ (pow p 2) (* (pow q 2) r))) (* 2 (/ p (pow q 2)))) r)) (/ 1 (pow q 2)))))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow p 2) r)) (* 2 p)) r)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (/ (pow q 2) (sqrt (pow (- p r) 2)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (* (pow q 2) (+ (* -1 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 3))) (/ 1 (sqrt (pow (- p r) 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (* (pow q 2) (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 5))) (/ 1 (pow (sqrt (pow (- p r) 2)) 3)))) (/ 1 (sqrt (pow (- p r) 2)))))))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) #s(hole binary64 (* 1/2 (+ (fabs p) (fabs r))))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) #s(hole binary64 (+ (* -1 q) (* 1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (neg (+ (* -1/2 (+ (fabs r) (fabs p))) q)) #s(hole binary64 (- (* -1 q) (* -1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (+ (* -1/2 (+ (fabs r) (fabs p))) q) #s(hole binary64 (* -1/2 (+ (fabs p) (fabs r))))) |
#s(approx q #s(hole binary64 q)) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow p 2))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow p 2))))) (/ (pow q 2) (sqrt (pow p 2)))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow p 2))))) (* (pow q 2) (+ (* -1 (/ (pow q 2) (pow (sqrt (pow p 2)) 3))) (/ 1 (sqrt (pow p 2)))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow p 2))))) (* (pow q 2) (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (sqrt (pow p 2)) 5))) (/ 1 (pow (sqrt (pow p 2)) 3)))) (/ 1 (sqrt (pow p 2)))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (sqrt (pow p 2)))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (pow p 2)) (* 2 (/ (pow q 2) (sqrt (pow p 2))))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (pow p 2)) (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (sqrt (pow p 2)) 3))) (* 2 (/ 1 (sqrt (pow p 2))))))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (pow p 2)) (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (sqrt (pow p 2)) 5))) (* 2 (/ 1 (pow (sqrt (pow p 2)) 3))))) (* 2 (/ 1 (sqrt (pow p 2))))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (sqrt (pow p 2)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (sqrt (pow p 2)) (* 2 (/ (pow q 2) (sqrt (pow p 2))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (sqrt (pow p 2)) (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (sqrt (pow p 2)) 3))) (* 2 (/ 1 (sqrt (pow p 2))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (sqrt (pow p 2)) (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (sqrt (pow p 2)) 5))) (* 2 (/ 1 (pow (sqrt (pow p 2)) 3))))) (* 2 (/ 1 (sqrt (pow p 2))))))))) |
#s(approx (* q q) #s(hole binary64 (pow q 2))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* 1/8 (/ (pow (- r p) 2) q)))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (/ (+ (* 1/8 (pow (- r p) 2)) (* 1/2 (* q (+ (fabs p) (fabs r))))) q))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (/ (+ (* 1/8 (pow (- r p) 2)) (* q (+ q (* 1/2 (+ (fabs p) (fabs r)))))) q))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (* 1/8 (/ (pow (- r p) 2) (pow q 2))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (/ (+ (* 1/8 (pow (- r p) 2)) (* 1/2 (* q (+ (fabs p) (fabs r))))) (pow q 2)))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (/ (+ (* 1/8 (pow (- r p) 2)) (* q (+ q (* 1/2 (+ (fabs p) (fabs r)))))) (pow q 2)))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (/ (pow (- r p) 2) (pow q 2)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (+ (* 1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (+ (* -1/128 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) #s(hole binary64 (* -1 q))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))) |
#s(approx (+ (* -1/2 (+ (fabs r) (fabs p))) q) #s(hole binary64 (* q (+ 1 (* -1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* q (+ 1 (+ (* -1/128 (/ (pow p 4) (pow q 4))) (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* 2 q))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* q (+ 2 (+ (/ (fabs p) q) (/ (fabs r) q)))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* q (+ 2 (+ (* 1/4 (/ (pow p 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (+ (* 1/4 (/ (pow p 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow p 2) (pow q 2))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (+ (* 1/512 (/ (pow p 6) (pow q 6))) (* 1/4 (/ (pow p 2) (pow q 2))))))))) |
#s(approx (+ (* (* q q) 4) (* p p)) #s(hole binary64 (* (pow q 2) (+ 4 (/ (pow p 2) (pow q 2)))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* q (+ 1 (+ (* 1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 1)) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (+ 1 (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (+ 1 (+ (* 1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (/ (pow (- p r) 4) (pow q 2))) (* 1/8 (pow (- p r) 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (+ (* -1/2 (+ (fabs r) (fabs p))) q) #s(hole binary64 (* -1 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1/8 (/ (pow p 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (/ (pow p 4) (pow q 2))) (* 1/8 (pow p 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -2 q))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* q (+ 2 (* -1 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* q (+ 2 (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow p 2) q)))) q))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* q (+ 2 (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (+ (* -1/64 (/ (pow p 4) (pow q 2))) (* 1/4 (pow p 2))) q)))) q))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/4 (/ (pow p 2) (pow q 2))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (+ (* 1/512 (/ (pow p 6) (pow q 6))) (* 1/4 (/ (pow p 2) (pow q 2)))))))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (+ 1 (* -1 (/ (+ (* -1/2 (+ (fabs p) (fabs r))) (* -1/8 (/ (pow (- r p) 2) q))) q))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (* -1 (/ (+ (* -1/2 (+ (fabs p) (fabs r))) (* -1/8 (/ (pow (- r p) 2) q))) q)))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 49.0ms | r | @ | 0 | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+ (fabs (- r p)) (fabs r)) (fabs (- r p)) (- r p) (neg p) p (fabs r) r (fabs p) 1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* p 1/2) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg (+ (* -1/2 (+ (fabs r) (fabs p))) q)) (+ (* -1/2 (+ (fabs r) (fabs p))) q) -1/2 (+ (fabs r) (fabs p)) q (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (sqrt (+ (* (* q q) 4) (* p p))) (+ (* (* q q) 4) (* p p)) (* q q) 4 (* p p) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) (/ (* (- r p) (- r p)) (* q q)) (* (- r p) (- r p)) (- r p) 1/8 (* (/ (+ (fabs r) (fabs p)) q) 1/2) (/ (+ (fabs r) (fabs p)) q) -1) |
| 10.0ms | p | @ | -inf | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+ (fabs (- r p)) (fabs r)) (fabs (- r p)) (- r p) (neg p) p (fabs r) r (fabs p) 1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* p 1/2) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg (+ (* -1/2 (+ (fabs r) (fabs p))) q)) (+ (* -1/2 (+ (fabs r) (fabs p))) q) -1/2 (+ (fabs r) (fabs p)) q (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (sqrt (+ (* (* q q) 4) (* p p))) (+ (* (* q q) 4) (* p p)) (* q q) 4 (* p p) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) (/ (* (- r p) (- r p)) (* q q)) (* (- r p) (- r p)) (- r p) 1/8 (* (/ (+ (fabs r) (fabs p)) q) 1/2) (/ (+ (fabs r) (fabs p)) q) -1) |
| 5.0ms | p | @ | 0 | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+ (fabs (- r p)) (fabs r)) (fabs (- r p)) (- r p) (neg p) p (fabs r) r (fabs p) 1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* p 1/2) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg (+ (* -1/2 (+ (fabs r) (fabs p))) q)) (+ (* -1/2 (+ (fabs r) (fabs p))) q) -1/2 (+ (fabs r) (fabs p)) q (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (sqrt (+ (* (* q q) 4) (* p p))) (+ (* (* q q) 4) (* p p)) (* q q) 4 (* p p) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) (/ (* (- r p) (- r p)) (* q q)) (* (- r p) (- r p)) (- r p) 1/8 (* (/ (+ (fabs r) (fabs p)) q) 1/2) (/ (+ (fabs r) (fabs p)) q) -1) |
| 5.0ms | p | @ | inf | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+ (fabs (- r p)) (fabs r)) (fabs (- r p)) (- r p) (neg p) p (fabs r) r (fabs p) 1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* p 1/2) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg (+ (* -1/2 (+ (fabs r) (fabs p))) q)) (+ (* -1/2 (+ (fabs r) (fabs p))) q) -1/2 (+ (fabs r) (fabs p)) q (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (sqrt (+ (* (* q q) 4) (* p p))) (+ (* (* q q) 4) (* p p)) (* q q) 4 (* p p) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) (/ (* (- r p) (- r p)) (* q q)) (* (- r p) (- r p)) (- r p) 1/8 (* (/ (+ (fabs r) (fabs p)) q) 1/2) (/ (+ (fabs r) (fabs p)) q) -1) |
| 4.0ms | r | @ | inf | ((* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+ (fabs (- r p)) (fabs r)) (fabs (- r p)) (- r p) (neg p) p (fabs r) r (fabs p) 1/2 (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* p 1/2) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg (+ (* -1/2 (+ (fabs r) (fabs p))) q)) (+ (* -1/2 (+ (fabs r) (fabs p))) q) -1/2 (+ (fabs r) (fabs p)) q (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (sqrt (+ (* (* q q) 4) (* p p))) (+ (* (* q q) 4) (* p p)) (* q q) 4 (* p p) (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) (/ (* (- r p) (- r p)) (* q q)) (* (- r p) (- r p)) (- r p) 1/8 (* (/ (+ (fabs r) (fabs p)) q) 1/2) (/ (+ (fabs r) (fabs p)) q) -1) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1094 | 8840 |
| 0 | 1136 | 8323 |
| 0 | 8106 | 8042 |
| 1 | 17673 | 8042 |
| 1× | saturated |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64)) |
(+.f64 (+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (fabs.f64 r)) (fabs.f64 p)) |
(+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (fabs.f64 r)) |
(fabs.f64 #s(approx (- r p) (neg.f64 p))) |
#s(approx (- r p) (neg.f64 p)) |
(neg.f64 p) |
p |
(fabs.f64 r) |
r |
(fabs.f64 p) |
#s(literal 1/2 binary64) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64))) |
(*.f64 p #s(literal 1/2 binary64)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q)))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q))) |
(neg.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) |
(fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q) |
#s(literal -1/2 binary64) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
q |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
(*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)) |
(+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) |
(*.f64 q q) |
#s(literal 4 binary64) |
(*.f64 p p) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal -1 binary64)) q)) |
(*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal -1 binary64)) q) |
(-.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) |
(*.f64 (-.f64 r p) (-.f64 r p)) |
(-.f64 r p) |
#s(literal 1/8 binary64) |
(*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)) |
(/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) |
#s(literal -1 binary64) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* -1/2 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/4 (/ (* p (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (/ r (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/4 (/ (* p (* r (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 3))) (* 1/4 (/ (- 1 (/ (pow r 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow r 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (fabs (- r p))))))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (fabs (- r p)))))) |
#s(approx (+ (fabs (- r p)) (fabs r)) #s(hole binary64 (+ (fabs r) (fabs (- r p))))) |
#s(approx (fabs (- r p)) #s(hole binary64 (fabs (- r p)))) |
#s(approx (- r p) #s(hole binary64 r)) |
#s(approx (- r p) #s(hole binary64 (+ r (* -1 p)))) |
#s(approx (neg p) #s(hole binary64 (* -1 p))) |
#s(approx p #s(hole binary64 p)) |
#s(approx (fabs p) #s(hole binary64 (fabs p))) |
#s(approx (* p 1/2) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) #s(hole binary64 (* -1 (* q (+ 1 (* -1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (neg (+ (* -1/2 (+ (fabs r) (fabs p))) q)) #s(hole binary64 (* -1 (+ q (* -1/2 (+ (fabs p) (fabs r))))))) |
#s(approx (+ (* -1/2 (+ (fabs r) (fabs p))) q) #s(hole binary64 (+ q (* -1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (+ (fabs r) (fabs p)) #s(hole binary64 (+ (fabs p) (fabs r)))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (* 4 (pow q 2)))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (+ (* 1/4 (/ (pow p 2) (sqrt (* 4 (pow q 2))))) (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (* 4 (pow q 2))))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (* 4 (pow q 2)))))) (* (pow p 2) (+ (* -1/16 (/ (pow p 2) (pow (sqrt (* 4 (pow q 2))) 3))) (* 1/4 (/ 1 (sqrt (* 4 (pow q 2)))))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (* 4 (pow q 2)))))) (* (pow p 2) (+ (* (pow p 2) (- (* 1/32 (/ (pow p 2) (pow (sqrt (* 4 (pow q 2))) 5))) (* 1/16 (/ 1 (pow (sqrt (* 4 (pow q 2))) 3))))) (* 1/4 (/ 1 (sqrt (* 4 (pow q 2)))))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (sqrt (* 4 (pow q 2))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (* 4 (pow q 2))) (* 1/2 (/ (pow p 2) (sqrt (* 4 (pow q 2)))))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (* 4 (pow q 2))) (* (pow p 2) (+ (* -1/8 (/ (pow p 2) (pow (sqrt (* 4 (pow q 2))) 3))) (* 1/2 (/ 1 (sqrt (* 4 (pow q 2)))))))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (* 4 (pow q 2))) (* (pow p 2) (+ (* (pow p 2) (- (* 1/16 (/ (pow p 2) (pow (sqrt (* 4 (pow q 2))) 5))) (* 1/8 (/ 1 (pow (sqrt (* 4 (pow q 2))) 3))))) (* 1/2 (/ 1 (sqrt (* 4 (pow q 2)))))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (sqrt (* 4 (pow q 2))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (sqrt (* 4 (pow q 2))) (* 1/2 (/ (pow p 2) (sqrt (* 4 (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (sqrt (* 4 (pow q 2))) (* (pow p 2) (+ (* -1/8 (/ (pow p 2) (pow (sqrt (* 4 (pow q 2))) 3))) (* 1/2 (/ 1 (sqrt (* 4 (pow q 2)))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (sqrt (* 4 (pow q 2))) (* (pow p 2) (+ (* (pow p 2) (- (* 1/16 (/ (pow p 2) (pow (sqrt (* 4 (pow q 2))) 5))) (* 1/8 (/ 1 (pow (sqrt (* 4 (pow q 2))) 3))))) (* 1/2 (/ 1 (sqrt (* 4 (pow q 2)))))))))) |
#s(approx (+ (* (* q q) 4) (* p p)) #s(hole binary64 (* 4 (pow q 2)))) |
#s(approx (+ (* (* q q) 4) (* p p)) #s(hole binary64 (+ (* 4 (pow q 2)) (pow p 2)))) |
#s(approx (* p p) #s(hole binary64 (pow p 2))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* q (+ 1 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (+ (* -1/4 (/ (* p r) q)) (* q (+ 1 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (+ (* p (+ (* -1/4 (/ r q)) (* 1/8 (/ p q)))) (* q (+ 1 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (+ 1 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (+ 1 (+ (* -1/4 (/ (* p r) (pow q 2))) (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (+ 1 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* p (+ (* -1/4 (/ r (pow q 2))) (* 1/8 (/ p (pow q 2)))))))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (+ (* -1/4 (/ (* p r) (pow q 2))) (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* p (+ (* -1/4 (/ r (pow q 2))) (* 1/8 (/ p (pow q 2))))))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (/ (pow r 2) (pow q 2)))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (+ (* -2 (/ (* p r) (pow q 2))) (/ (pow r 2) (pow q 2))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (+ (* p (+ (* -2 (/ r (pow q 2))) (/ p (pow q 2)))) (/ (pow r 2) (pow q 2))))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (pow r 2))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (+ (* -2 (* p r)) (pow r 2)))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (+ (* p (+ p (* -2 r))) (pow r 2)))) |
#s(approx (* (/ (+ (fabs r) (fabs p)) q) 1/2) #s(hole binary64 (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) |
#s(approx (/ (+ (fabs r) (fabs p)) q) #s(hole binary64 (/ (+ (fabs p) (fabs r)) q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 r))) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (- r p) #s(hole binary64 (* p (- (/ r p) 1)))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (+ (fabs p) (fabs r)) p)))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* p (+ 1/2 (+ (* -1 (/ (pow q 4) (pow p 4))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) p)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* p (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p)))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* p (+ 1 (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* p (+ 1 (* 2 (/ (pow q 2) (pow p 2))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (+ (* 2 (/ (pow q 2) (pow p 2))) (* 4 (/ (pow q 6) (pow p 6))))))))) |
#s(approx (+ (* (* q q) 4) (* p p)) #s(hole binary64 (* (pow p 2) (+ 1 (* 4 (/ (pow q 2) (pow p 2))))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* 1/8 (/ (pow p 2) q)))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* (pow p 2) (+ (* -1/4 (/ r (* p q))) (* 1/8 (/ 1 q)))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* (pow p 2) (+ (* -1/4 (/ r (* p q))) (+ (* 1/8 (/ 1 q)) (/ (* q (+ 1 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) (pow p 2))))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (* 1/8 (/ (pow p 2) (pow q 2))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (* (pow p 2) (+ (* -1/4 (/ r (* p (pow q 2)))) (* 1/8 (/ 1 (pow q 2))))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (* (pow p 2) (+ (* -1/4 (/ r (* p (pow q 2)))) (+ (* 1/8 (/ (pow r 2) (* (pow p 2) (pow q 2)))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) (* (pow p 2) q))) (+ (/ 1 (pow p 2)) (* 1/8 (/ 1 (pow q 2)))))))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (* (pow p 2) (+ (* -1/4 (/ r (* p (pow q 2)))) (+ (* 1/8 (/ (pow r 2) (* (pow p 2) (pow q 2)))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) (* (pow p 2) q))) (* 1/8 (/ 1 (pow q 2))))))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (/ (pow p 2) (pow q 2)))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (* (pow p 2) (+ (* -2 (/ r (* p (pow q 2)))) (/ 1 (pow q 2)))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (* (pow p 2) (+ (* -2 (/ r (* p (pow q 2)))) (+ (/ 1 (pow q 2)) (/ (pow r 2) (* (pow p 2) (pow q 2)))))))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (* (pow p 2) (+ 1 (* -2 (/ r p)))))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (/ (pow r 2) (pow p 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1/2 p))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1/2 (/ (+ r (+ (fabs p) (fabs r))) p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) p)) (* 1/2 (+ r (+ (fabs p) (fabs r))))) p))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p)) (* 1/2 (+ r (+ (fabs p) (fabs r))))) p))))))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (fabs (+ r (* -1 p)))))))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (fabs (+ r (* -1 p))))))) |
#s(approx (+ (fabs (- r p)) (fabs r)) #s(hole binary64 (+ (fabs r) (fabs (+ r (* -1 p)))))) |
#s(approx (fabs (- r p)) #s(hole binary64 (fabs (+ r (* -1 p))))) |
#s(approx (- r p) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ r p))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1/2 (/ (+ (fabs p) (fabs r)) p))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) p)) (* 1/2 (+ (fabs p) (fabs r)))) p))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* -1 (* p (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (pow q 4) (pow p 2))) (pow q 2)) p)) (* 1/2 (+ (fabs p) (fabs r)))) p))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ (fabs p) (fabs r)) p))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) p)))) p))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (+ (* -2 (/ (pow q 4) (pow p 2))) (* 2 (pow q 2))) p)))) p))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* p (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (* 2 (/ (pow q 2) (pow p 2))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* p (+ 1 (+ (* -2 (/ (pow q 4) (pow p 4))) (+ (* 2 (/ (pow q 2) (pow p 2))) (* 4 (/ (pow q 6) (pow p 6)))))))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* (pow p 2) (+ (* -1 (/ (+ (* -1 (/ (* q (+ 1 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) p)) (* 1/4 (/ r q))) p)) (* 1/8 (/ 1 q)))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (* (pow p 2) (+ (* -1 (/ (+ (* -1 (/ (+ 1 (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) p)) (* 1/4 (/ r (pow q 2)))) p)) (* 1/8 (/ 1 (pow q 2))))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (* (pow p 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/8 (/ (pow r 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) p)) (* 1/4 (/ r (pow q 2)))) p)) (* 1/8 (/ 1 (pow q 2))))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (* (pow p 2) (+ (* -1 (/ (+ (* -1 (/ (pow r 2) (* p (pow q 2)))) (* 2 (/ r (pow q 2)))) p)) (/ 1 (pow q 2)))))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow r 2) p)) (* 2 r)) p)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* -1/2 (/ (* p r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/4 (/ (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (/ p (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/4 (/ (* p (* r (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))))) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 3))) (* 1/4 (/ (- 1 (/ (pow p 2) (pow (sqrt (+ (* 4 (pow q 2)) (pow p 2))) 2))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))))) |
#s(approx (- r p) #s(hole binary64 (- r p))) |
#s(approx (fabs r) #s(hole binary64 (fabs r))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* q (+ 1 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (+ (* -1/4 (/ (* p r) q)) (* q (+ 1 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (+ (* q (+ 1 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) (* r (+ (* -1/4 (/ p q)) (* 1/8 (/ r q))))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (+ 1 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (+ 1 (+ (* -1/4 (/ (* p r) (pow q 2))) (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (+ 1 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* r (+ (* -1/4 (/ p (pow q 2))) (* 1/8 (/ r (pow q 2)))))))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (+ (* -1/4 (/ (* p r) (pow q 2))) (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* r (+ (* -1/4 (/ p (pow q 2))) (* 1/8 (/ r (pow q 2))))))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (+ (* -2 (/ (* p r) (pow q 2))) (/ (pow p 2) (pow q 2))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (+ (* r (+ (* -2 (/ p (pow q 2))) (/ r (pow q 2)))) (/ (pow p 2) (pow q 2))))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (+ (* -2 (* p r)) (pow p 2)))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (+ (* r (+ r (* -2 p))) (pow p 2)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 r))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) (/ (pow q 2) (pow r 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (+ 1/2 (+ (* 1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) (+ (/ (* p (pow q 2)) (pow r 3)) (/ (pow q 2) (pow r 2)))))))) |
#s(approx (- r p) #s(hole binary64 (* r (+ 1 (* -1 (/ p r)))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* 1/8 (/ (pow r 2) q)))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* (pow r 2) (+ (* -1/4 (/ p (* q r))) (* 1/8 (/ 1 q)))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* (pow r 2) (+ (* -1/4 (/ p (* q r))) (+ (* 1/8 (/ 1 q)) (/ (* q (+ 1 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) (pow r 2))))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (* 1/8 (/ (pow r 2) (pow q 2))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (* (pow r 2) (+ (* -1/4 (/ p (* (pow q 2) r))) (* 1/8 (/ 1 (pow q 2))))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (* (pow r 2) (+ (* -1/4 (/ p (* (pow q 2) r))) (+ (* 1/8 (/ (pow p 2) (* (pow q 2) (pow r 2)))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) (* q (pow r 2)))) (+ (* 1/8 (/ 1 (pow q 2))) (/ 1 (pow r 2))))))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (* (pow r 2) (+ (* -1/4 (/ p (* (pow q 2) r))) (+ (* 1/8 (/ (pow p 2) (* (pow q 2) (pow r 2)))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) (* q (pow r 2)))) (* 1/8 (/ 1 (pow q 2))))))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (* (pow r 2) (+ (* -2 (/ p (* (pow q 2) r))) (/ 1 (pow q 2)))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (* (pow r 2) (+ (* -2 (/ p (* (pow q 2) r))) (+ (/ 1 (pow q 2)) (/ (pow p 2) (* (pow q 2) (pow r 2)))))))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (* (pow r 2) (+ 1 (* -2 (/ p r)))))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (/ (pow p 2) (pow r 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1/2 r))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (fabs (neg (+ p (* -1 r))))))))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (+ (fabs r) (fabs (neg (+ p (* -1 r)))))))) |
#s(approx (+ (fabs (- r p)) (fabs r)) #s(hole binary64 (+ (fabs r) (fabs (neg (+ p (* -1 r))))))) |
#s(approx (fabs (- r p)) #s(hole binary64 (fabs (neg (+ p (* -1 r)))))) |
#s(approx (- r p) #s(hole binary64 (* -1 (* r (- (/ p r) 1))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* (pow r 2) (+ (* -1 (/ (+ (* -1 (/ (* q (+ 1 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) r)) (* 1/4 (/ p q))) r)) (* 1/8 (/ 1 q)))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (* (pow r 2) (+ (* -1 (/ (+ (* -1 (/ (+ 1 (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) r)) (* 1/4 (/ p (pow q 2)))) r)) (* 1/8 (/ 1 (pow q 2))))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (* (pow r 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) r)) (* 1/4 (/ p (pow q 2)))) r)) (* 1/8 (/ 1 (pow q 2))))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (* (pow r 2) (+ (* -1 (/ (+ (* -1 (/ (pow p 2) (* (pow q 2) r))) (* 2 (/ p (pow q 2)))) r)) (/ 1 (pow q 2)))))) |
#s(approx (* (- r p) (- r p)) #s(hole binary64 (* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow p 2) r)) (* 2 p)) r)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (/ (pow q 2) (sqrt (pow (- p r) 2)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (* (pow q 2) (+ (* -1 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 3))) (/ 1 (sqrt (pow (- p r) 2)))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow (- p r) 2))))) (* (pow q 2) (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (sqrt (pow (- p r) 2)) 5))) (/ 1 (pow (sqrt (pow (- p r) 2)) 3)))) (/ 1 (sqrt (pow (- p r) 2)))))))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) #s(hole binary64 (* 1/2 (+ (fabs p) (fabs r))))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) #s(hole binary64 (+ (* -1 q) (* 1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (neg (+ (* -1/2 (+ (fabs r) (fabs p))) q)) #s(hole binary64 (- (* -1 q) (* -1/2 (+ (fabs p) (fabs r)))))) |
#s(approx (+ (* -1/2 (+ (fabs r) (fabs p))) q) #s(hole binary64 (* -1/2 (+ (fabs p) (fabs r))))) |
#s(approx q #s(hole binary64 q)) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow p 2))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow p 2))))) (/ (pow q 2) (sqrt (pow p 2)))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow p 2))))) (* (pow q 2) (+ (* -1 (/ (pow q 2) (pow (sqrt (pow p 2)) 3))) (/ 1 (sqrt (pow p 2)))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (+ (* 1/2 (+ (fabs p) (+ (fabs r) (sqrt (pow p 2))))) (* (pow q 2) (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (sqrt (pow p 2)) 5))) (/ 1 (pow (sqrt (pow p 2)) 3)))) (/ 1 (sqrt (pow p 2)))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (sqrt (pow p 2)))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (pow p 2)) (* 2 (/ (pow q 2) (sqrt (pow p 2))))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (pow p 2)) (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (sqrt (pow p 2)) 3))) (* 2 (/ 1 (sqrt (pow p 2))))))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (+ (fabs p) (+ (fabs r) (+ (sqrt (pow p 2)) (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (sqrt (pow p 2)) 5))) (* 2 (/ 1 (pow (sqrt (pow p 2)) 3))))) (* 2 (/ 1 (sqrt (pow p 2))))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (sqrt (pow p 2)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (sqrt (pow p 2)) (* 2 (/ (pow q 2) (sqrt (pow p 2))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (sqrt (pow p 2)) (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (sqrt (pow p 2)) 3))) (* 2 (/ 1 (sqrt (pow p 2))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (+ (sqrt (pow p 2)) (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (sqrt (pow p 2)) 5))) (* 2 (/ 1 (pow (sqrt (pow p 2)) 3))))) (* 2 (/ 1 (sqrt (pow p 2))))))))) |
#s(approx (* q q) #s(hole binary64 (pow q 2))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* 1/8 (/ (pow (- r p) 2) q)))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (/ (+ (* 1/8 (pow (- r p) 2)) (* 1/2 (* q (+ (fabs p) (fabs r))))) q))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (/ (+ (* 1/8 (pow (- r p) 2)) (* q (+ q (* 1/2 (+ (fabs p) (fabs r)))))) q))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (* 1/8 (/ (pow (- r p) 2) (pow q 2))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (/ (+ (* 1/8 (pow (- r p) 2)) (* 1/2 (* q (+ (fabs p) (fabs r))))) (pow q 2)))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (/ (+ (* 1/8 (pow (- r p) 2)) (* q (+ q (* 1/2 (+ (fabs p) (fabs r)))))) (pow q 2)))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) #s(hole binary64 (/ (pow (- r p) 2) (pow q 2)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (+ (* 1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* q (+ 1 (+ (* -1/128 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) #s(hole binary64 (* -1 q))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))) |
#s(approx (+ (* -1/2 (+ (fabs r) (fabs p))) q) #s(hole binary64 (* q (+ 1 (* -1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* q (+ 1 (+ (* -1/128 (/ (pow p 4) (pow q 4))) (+ (* 1/8 (/ (pow p 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* 2 q))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* q (+ 2 (+ (/ (fabs p) q) (/ (fabs r) q)))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* q (+ 2 (+ (* 1/4 (/ (pow p 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (+ (* 1/4 (/ (pow p 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow p 2) (pow q 2))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (+ (* 1/512 (/ (pow p 6) (pow q 6))) (* 1/4 (/ (pow p 2) (pow q 2))))))))) |
#s(approx (+ (* (* q q) 4) (* p p)) #s(hole binary64 (* (pow q 2) (+ 4 (/ (pow p 2) (pow q 2)))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* q (+ 1 (+ (* 1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 1)) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (+ 1 (* 1/2 (/ (+ (fabs p) (fabs r)) q))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (+ 1 (+ (* 1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (/ (pow (- p r) 4) (pow q 2))) (* 1/8 (pow (- p r) 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (+ (* -1/2 (+ (fabs r) (fabs p))) q) #s(hole binary64 (* -1 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1/8 (/ (pow p 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) #s(hole binary64 (* -1 (* q (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (/ (pow p 4) (pow q 2))) (* 1/8 (pow p 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -2 q))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* q (+ 2 (* -1 (/ (+ (fabs p) (fabs r)) q))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* q (+ 2 (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow p 2) q)))) q))))))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) #s(hole binary64 (* -1 (* q (+ 2 (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (+ (* -1/64 (/ (pow p 4) (pow q 2))) (* 1/4 (pow p 2))) q)))) q))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (* 1/4 (/ (pow p 2) (pow q 2))))))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow p 4) (pow q 4))) (+ (* 1/512 (/ (pow p 6) (pow q 6))) (* 1/4 (/ (pow p 2) (pow q 2)))))))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(hole binary64 (+ 1 (* -1 (/ (+ (* -1/2 (+ (fabs p) (fabs r))) (* -1/8 (/ (pow (- r p) 2) q))) q))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) #s(hole binary64 (* -1 (/ (+ (* -1/2 (+ (fabs p) (fabs r))) (* -1/8 (/ (pow (- r p) 2) q))) q)))) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 1/2 binary64))) |
(*.f64 (+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(-.f64 (+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (fabs.f64 r)) (neg.f64 (fabs.f64 p))) |
(+.f64 (+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (fabs.f64 r)) (fabs.f64 p)) |
(+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(+.f64 (fabs.f64 p) (+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (fabs.f64 r))) |
(-.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (neg.f64 (fabs.f64 r))) |
(+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (fabs.f64 r)) |
(+.f64 (fabs.f64 r) (fabs.f64 #s(approx (- r p) (neg.f64 p)))) |
(sqrt.f64 (*.f64 #s(approx (- r p) (neg.f64 p)) #s(approx (- r p) (neg.f64 p)))) |
(fabs.f64 (neg.f64 #s(approx (- r p) (neg.f64 p)))) |
(fabs.f64 #s(approx (- r p) (neg.f64 p))) |
#s(approx (- r p) (neg.f64 p)) |
(*.f64 #s(literal -1 binary64) p) |
(*.f64 p #s(literal -1 binary64)) |
(neg.f64 p) |
p |
(sqrt.f64 (*.f64 r r)) |
(fabs.f64 (neg.f64 r)) |
(fabs.f64 r) |
r |
(pow.f64 (*.f64 p p) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 p p)) |
(fabs.f64 (neg.f64 p)) |
(fabs.f64 (fabs.f64 p)) |
(fabs.f64 p) |
#s(literal 1/2 binary64) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64))) |
(*.f64 p #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) p) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 q)))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 q))) |
(*.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) |
(neg.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) |
(fma.f64 #s(literal -1 binary64) q (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))))) |
(fma.f64 #s(literal -1 binary64) q (*.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64))) |
(fma.f64 #s(literal -1 binary64) q (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))))) |
(fma.f64 #s(literal -1 binary64) q (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(fma.f64 q #s(literal -1 binary64) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))))) |
(fma.f64 q #s(literal -1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64))) |
(fma.f64 q #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))))) |
(fma.f64 q #s(literal -1 binary64) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 q)) |
(fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 q)) |
(-.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) q) |
(-.f64 (neg.f64 q) (neg.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)))) |
(-.f64 (neg.f64 q) (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(+.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) (neg.f64 q)) |
(+.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) (neg.f64 q)) |
(+.f64 (neg.f64 q) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))))) |
(+.f64 (neg.f64 q) (*.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64))) |
(+.f64 (neg.f64 q) (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))))) |
(+.f64 (neg.f64 q) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q) |
(fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1/2 binary64) q) |
(-.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 q)) |
(-.f64 q (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))))) |
(-.f64 q (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) q) |
(+.f64 q (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
#s(literal -1/2 binary64) |
(-.f64 (fabs.f64 r) (neg.f64 (fabs.f64 p))) |
(-.f64 (fabs.f64 p) (neg.f64 (fabs.f64 r))) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
q |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 1/2 binary64))) |
(*.f64 (+.f64 (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (+.f64 (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(fma.f64 (fabs.f64 p) #s(literal 1/2 binary64) (*.f64 (+.f64 (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (fabs.f64 r)) #s(literal 1/2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (fabs.f64 p) (*.f64 #s(literal 1/2 binary64) (+.f64 (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (fabs.f64 r)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)) (*.f64 #s(literal 1/2 binary64) (+.f64 (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (fabs.f64 r)))) |
(+.f64 (*.f64 (fabs.f64 p) #s(literal 1/2 binary64)) (*.f64 (+.f64 (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (fabs.f64 r)) #s(literal 1/2 binary64))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))))) |
(-.f64 (fabs.f64 p) (neg.f64 (+.f64 (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (fabs.f64 r)))) |
(+.f64 (+.f64 (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (fabs.f64 r)) (fabs.f64 p)) |
(+.f64 (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) |
(+.f64 (fabs.f64 r) (+.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))))) |
(+.f64 (fabs.f64 p) (+.f64 (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (fabs.f64 r))) |
(pow.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal 1/2 binary64)) |
(sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))) |
(fabs.f64 (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) |
(fma.f64 (neg.f64 p) (neg.f64 p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) |
(fma.f64 q (*.f64 q #s(literal 4 binary64)) (*.f64 p p)) |
(fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) |
(fma.f64 (fabs.f64 p) (fabs.f64 p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (neg.f64 p) p)) |
(-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (neg.f64 (*.f64 p p))) |
(+.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(+.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 p p)) |
(*.f64 (fabs.f64 q) (fabs.f64 q)) |
(*.f64 (neg.f64 q) (neg.f64 q)) |
(*.f64 q q) |
(pow.f64 (fabs.f64 q) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 q) #s(literal 2 binary64)) |
(pow.f64 q #s(literal 2 binary64)) |
(fabs.f64 (*.f64 q q)) |
#s(literal 4 binary64) |
(*.f64 (neg.f64 p) (neg.f64 p)) |
(*.f64 (fabs.f64 p) (fabs.f64 p)) |
(*.f64 p p) |
(pow.f64 (neg.f64 p) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 p) #s(literal 2 binary64)) |
(pow.f64 p #s(literal 2 binary64)) |
(fabs.f64 (*.f64 p p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64))) #s(literal -1 binary64)) q)) |
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64))) #s(literal -1 binary64)) q) |
(*.f64 q (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64))) #s(literal -1 binary64))) |
(fma.f64 q #s(literal 1 binary64) (*.f64 q (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64))))) |
(fma.f64 #s(literal 1 binary64) q (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64))) q)) |
(+.f64 (*.f64 q #s(literal 1 binary64)) (*.f64 q (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64))))) |
(+.f64 (*.f64 #s(literal 1 binary64) q) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64))) q)) |
(neg.f64 (-.f64 #s(literal -1 binary64) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64))))) |
(fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(fma.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64))) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64))) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) |
(+.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64))) #s(literal 1 binary64)) |
(+.f64 (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64)) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(+.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64)))) |
(fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) |
(fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64))) |
(fma.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64))) |
(-.f64 (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64)) (*.f64 (neg.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) #s(literal 1/2 binary64))) |
(-.f64 (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64)) (neg.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)))) |
(-.f64 (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64)) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64))) |
(+.f64 (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64)) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 (-.f64 r p) q) (/.f64 (-.f64 r p) q)) |
(*.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (/.f64 #s(literal 1 binary64) (*.f64 q q))) |
(*.f64 (-.f64 r p) (/.f64 (-.f64 r p) (*.f64 q q))) |
(/.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) q) q) |
(/.f64 (neg.f64 (*.f64 (-.f64 r p) (-.f64 r p))) (neg.f64 (*.f64 q q))) |
(/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) |
(*.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 (-.f64 r p))) |
(*.f64 (-.f64 r p) (-.f64 r p)) |
(*.f64 (-.f64 p r) (-.f64 p r)) |
(pow.f64 (fabs.f64 (-.f64 r p)) #s(literal 2 binary64)) |
(pow.f64 (-.f64 r p) #s(literal 2 binary64)) |
(pow.f64 (-.f64 p r) #s(literal 2 binary64)) |
(fabs.f64 (*.f64 (-.f64 r p) (-.f64 r p))) |
(+.f64 (-.f64 (*.f64 r r) (*.f64 #s(literal 2 binary64) (*.f64 r p))) (*.f64 p p)) |
(+.f64 (-.f64 (*.f64 p p) (*.f64 #s(literal 2 binary64) (*.f64 r p))) (*.f64 r r)) |
(neg.f64 (-.f64 p r)) |
(fma.f64 #s(literal -1 binary64) p (neg.f64 (neg.f64 r))) |
(fma.f64 #s(literal -1 binary64) p r) |
(fma.f64 p #s(literal -1 binary64) (neg.f64 (neg.f64 r))) |
(fma.f64 p #s(literal -1 binary64) r) |
(-.f64 (neg.f64 p) (neg.f64 r)) |
(-.f64 r (*.f64 #s(literal 1 binary64) p)) |
(-.f64 r (neg.f64 (neg.f64 p))) |
(-.f64 r p) |
(+.f64 (neg.f64 p) (neg.f64 (neg.f64 r))) |
(+.f64 (neg.f64 p) r) |
(+.f64 r (neg.f64 p)) |
#s(literal 1/8 binary64) |
(*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) |
(/.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) q) |
(*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 #s(literal 1 binary64) q)) |
(/.f64 (fma.f64 (fabs.f64 p) q (*.f64 q (fabs.f64 r))) (*.f64 q q)) |
(/.f64 (neg.f64 (+.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 q)) |
(/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) |
(fma.f64 (fabs.f64 r) (/.f64 #s(literal 1 binary64) q) (/.f64 (fabs.f64 p) q)) |
(fma.f64 (fabs.f64 p) (/.f64 #s(literal 1 binary64) q) (/.f64 (fabs.f64 r) q)) |
(-.f64 (/.f64 (fabs.f64 p) q) (neg.f64 (/.f64 (fabs.f64 r) q))) |
(+.f64 (/.f64 (fabs.f64 r) q) (/.f64 (fabs.f64 p) q)) |
(+.f64 (/.f64 (fabs.f64 p) q) (/.f64 (fabs.f64 r) q)) |
#s(literal -1 binary64) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal -1/2 binary64) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 p (fma.f64 (*.f64 p (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1 binary64)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/4 binary64) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal -1/2 binary64))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (fma.f64 p (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1 binary64)))) r) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1 binary64)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) p (*.f64 (/.f64 r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal -1/2 binary64))) p (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (+ (fabs (- r p)) (fabs r)) (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r))) |
#s(approx (fabs (- r p)) (fabs.f64 (-.f64 r p))) |
#s(approx (- r p) r) |
#s(approx (- r p) (-.f64 r p)) |
#s(approx (neg p) (neg.f64 p)) |
#s(approx p p) |
#s(approx (fabs p) (fabs.f64 p)) |
#s(approx (* p 1/2) (*.f64 p #s(literal 1/2 binary64))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (neg (+ (* -1/2 (+ (fabs r) (fabs p))) q)) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 q))) |
#s(approx (+ (* -1/2 (+ (fabs r) (fabs p))) q) (fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) |
#s(approx (+ (fabs r) (fabs p)) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (*.f64 (+.f64 (+.f64 (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64))) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (fma.f64 (/.f64 (*.f64 p p) (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)))) #s(literal 1/4 binary64) (*.f64 (+.f64 (+.f64 (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64))) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (fma.f64 (fma.f64 (/.f64 (*.f64 p p) (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 3/2 binary64))) #s(literal -1/16 binary64) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 p p) (*.f64 (+.f64 (+.f64 (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64))) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (fma.f64 (+.f64 (+.f64 (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64))) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 p p)) (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 5/2 binary64))) (/.f64 #s(literal 1/16 binary64) (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 3/2 binary64)))) (*.f64 p p) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 p p)))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (+.f64 (+.f64 (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64))) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (+.f64 (+.f64 (fma.f64 (/.f64 (*.f64 p p) (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)))) #s(literal 1/2 binary64) (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (+.f64 (+.f64 (fma.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 p p) (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 3/2 binary64))) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 p p) (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (+.f64 (+.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 p p)) (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 5/2 binary64))) (/.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 3/2 binary64)))) (*.f64 p p) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 p p) (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (fma.f64 (/.f64 (*.f64 p p) (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)))) #s(literal 1/2 binary64) (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (fma.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 p p) (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 3/2 binary64))) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 p p) (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64))))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 p p)) (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 5/2 binary64))) (/.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 3/2 binary64)))) (*.f64 p p) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 p p) (sqrt.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64))))) |
#s(approx (+ (* (* q q) 4) (* p p)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
#s(approx (+ (* (* q q) 4) (* p p)) (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))) |
#s(approx (* p p) (*.f64 p p)) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 r r) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal 1 binary64)) q)) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (fma.f64 (+.f64 (fma.f64 (/.f64 (*.f64 r r) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal 1 binary64)) q (*.f64 (/.f64 (*.f64 r p) q) #s(literal -1/4 binary64)))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (fma.f64 (+.f64 (fma.f64 (/.f64 (*.f64 r r) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal 1 binary64)) q (*.f64 (fma.f64 (/.f64 p q) #s(literal 1/8 binary64) (*.f64 (/.f64 r q) #s(literal -1/4 binary64))) p))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (+.f64 (fma.f64 (/.f64 (*.f64 r r) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal 1 binary64))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (+.f64 (fma.f64 (*.f64 p (/.f64 r (*.f64 q q))) #s(literal -1/4 binary64) (fma.f64 (/.f64 (*.f64 r r) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)))) #s(literal 1 binary64))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (+.f64 (fma.f64 (/.f64 (*.f64 r r) (*.f64 q q)) #s(literal 1/8 binary64) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (fma.f64 (/.f64 p (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 r (*.f64 q q)) #s(literal -1/4 binary64))) p))) #s(literal 1 binary64))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) (fma.f64 (/.f64 (*.f64 r r) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) (fma.f64 (*.f64 p (/.f64 r (*.f64 q q))) #s(literal -1/4 binary64) (fma.f64 (/.f64 (*.f64 r r) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) (fma.f64 (/.f64 (*.f64 r r) (*.f64 q q)) #s(literal 1/8 binary64) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (fma.f64 (/.f64 p (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 r (*.f64 q q)) #s(literal -1/4 binary64))) p)))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) (/.f64 (*.f64 r r) (*.f64 q q))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) (fma.f64 #s(literal -2 binary64) (*.f64 p (/.f64 r (*.f64 q q))) (/.f64 (*.f64 r r) (*.f64 q q)))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) (fma.f64 (fma.f64 #s(literal -2 binary64) (/.f64 r (*.f64 q q)) (/.f64 p (*.f64 q q))) p (/.f64 (*.f64 r r) (*.f64 q q)))) |
#s(approx (* (- r p) (- r p)) (*.f64 r r)) |
#s(approx (* (- r p) (- r p)) (*.f64 (fma.f64 #s(literal -2 binary64) p r) r)) |
#s(approx (* (- r p) (- r p)) (fma.f64 (fma.f64 #s(literal -2 binary64) r p) p (*.f64 r r))) |
#s(approx (* (/ (+ (fabs r) (fabs p)) q) 1/2) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) |
#s(approx (/ (+ (fabs r) (fabs p)) q) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 r) (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 r) (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) (*.f64 p p))) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 r) (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (*.f64 q q) (/.f64 r (*.f64 (*.f64 p p) p)) (/.f64 (*.f64 q q) (*.f64 p p)))) p)) |
#s(approx (- r p) (*.f64 (-.f64 (/.f64 r p) #s(literal 1 binary64)) p)) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) p)) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) (*.f64 p p))) p)) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (*.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (neg.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 p #s(literal 4 binary64))))) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (*.f64 p p)))) p)) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 (+.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1 binary64)) p)) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal 2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) #s(literal 1 binary64)) p)) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 p #s(literal 4 binary64))) #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal 2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p))) #s(literal 1 binary64)) p)) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 (fma.f64 (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal 2 binary64) #s(literal 1 binary64)) p)) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 p #s(literal 4 binary64))) #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 p p))) #s(literal 1 binary64)) p)) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 p #s(literal 4 binary64))) #s(literal -2 binary64) (fma.f64 (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 p p)))) #s(literal 1 binary64)) p)) |
#s(approx (+ (* (* q q) 4) (* p p)) (*.f64 (fma.f64 (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal 4 binary64) #s(literal 1 binary64)) (*.f64 p p))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (*.f64 (/.f64 (*.f64 p p) q) #s(literal 1/8 binary64))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (*.f64 (*.f64 p p) (fma.f64 (/.f64 r (*.f64 q p)) #s(literal -1/4 binary64) (/.f64 #s(literal 1/8 binary64) q)))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (*.f64 (fma.f64 (/.f64 r (*.f64 q p)) #s(literal -1/4 binary64) (fma.f64 q (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 r r) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal 1 binary64)) (*.f64 p p)) (/.f64 #s(literal 1/8 binary64) q))) (*.f64 p p))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (/.f64 (*.f64 (*.f64 p p) #s(literal 1/8 binary64)) (*.f64 q q))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (*.f64 (*.f64 p p) (fma.f64 (/.f64 r (*.f64 (*.f64 q q) p)) #s(literal -1/4 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 q q))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (*.f64 (fma.f64 (/.f64 r (*.f64 (*.f64 q q) p)) #s(literal -1/4 binary64) (fma.f64 (/.f64 (*.f64 r r) (*.f64 (*.f64 p p) (*.f64 q q))) #s(literal 1/8 binary64) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (*.f64 p p) q)) #s(literal 1/2 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 #s(literal 1/8 binary64) (*.f64 q q)))))) (*.f64 p p))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) (*.f64 (fma.f64 (/.f64 r (*.f64 (*.f64 q q) p)) #s(literal -1/4 binary64) (fma.f64 (/.f64 (*.f64 r r) (*.f64 (*.f64 p p) (*.f64 q q))) #s(literal 1/8 binary64) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (*.f64 p p) q)) #s(literal 1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 q q))))) (*.f64 p p))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) (/.f64 (*.f64 p p) (*.f64 q q))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) (*.f64 (*.f64 p p) (fma.f64 (/.f64 r (*.f64 (*.f64 q q) p)) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 q q))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) (*.f64 (fma.f64 (/.f64 r (*.f64 (*.f64 q q) p)) #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 r r) (*.f64 (*.f64 p p) (*.f64 q q))) (/.f64 #s(literal 1 binary64) (*.f64 q q)))) (*.f64 p p))) |
#s(approx (* (- r p) (- r p)) (*.f64 (fma.f64 (/.f64 r p) #s(literal -2 binary64) #s(literal 1 binary64)) (*.f64 p p))) |
#s(approx (* (- r p) (- r p)) (*.f64 (+.f64 (fma.f64 (/.f64 r p) #s(literal -2 binary64) (/.f64 (*.f64 r r) (*.f64 p p))) #s(literal 1 binary64)) (*.f64 p p))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 q q) p))) p)) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p)) p))) p)) #s(literal 1/2 binary64)))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (+ (fabs (- r p)) (fabs r)) (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r))) |
#s(approx (fabs (- r p)) (fabs.f64 (-.f64 r p))) |
#s(approx (- r p) (*.f64 (neg.f64 p) (+.f64 (/.f64 (neg.f64 r) p) #s(literal 1 binary64)))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 q q) p))) p)) #s(literal 1/2 binary64)))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 q q (neg.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (*.f64 p p)))) p))) p)) #s(literal 1/2 binary64)))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p)) #s(literal 1 binary64)))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) (fabs.f64 r)) (fabs.f64 p)) p)) #s(literal 1 binary64)))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 (neg.f64 p) (+.f64 (neg.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (*.f64 p p)) #s(literal -2 binary64) (*.f64 (*.f64 q q) #s(literal 2 binary64))) p))) p)) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 q q) (*.f64 p p)) #s(literal 2 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 (neg.f64 p) (+.f64 (fma.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 p #s(literal 4 binary64))) #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 p p))) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 (neg.f64 p) (+.f64 (fma.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 p #s(literal 4 binary64))) #s(literal -2 binary64) (fma.f64 (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 p p)))) #s(literal 1 binary64)))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 r q) #s(literal 1/4 binary64) (neg.f64 (/.f64 (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 r r) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal 1 binary64)) q) p))) p)) (/.f64 #s(literal 1/8 binary64) q)) (*.f64 p p))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 r (*.f64 q q)) #s(literal 1/4 binary64) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 r r) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal 1 binary64)) p))) p)) (/.f64 #s(literal 1/8 binary64) (*.f64 q q))) (*.f64 p p))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 r (*.f64 q q)) #s(literal 1/4 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 r r) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) p))) p)) (/.f64 #s(literal 1/8 binary64) (*.f64 q q))) (*.f64 p p))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 r (*.f64 q q)) #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 r r) (*.f64 (*.f64 q q) p)))) p)) (/.f64 #s(literal 1 binary64) (*.f64 q q))) (*.f64 p p))) |
#s(approx (* (- r p) (- r p)) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 r #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 r r) p))) p)) #s(literal 1 binary64)) (*.f64 p p))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal -1/2 binary64) (*.f64 (+.f64 (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 r (fma.f64 (*.f64 r (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (pow.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal 1 binary64)))) (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))))) #s(literal 1/4 binary64) (*.f64 (/.f64 p (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal -1/2 binary64))) (*.f64 (+.f64 (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (fma.f64 p (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (pow.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal 1 binary64)))) r) (pow.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal 3/2 binary64))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (pow.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal 1 binary64)))) (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))))) r (*.f64 (/.f64 p (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64))))) #s(literal -1/2 binary64))) r (*.f64 (+.f64 (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 1/2 binary64)))) |
#s(approx (- r p) (-.f64 r p)) |
#s(approx (fabs r) (fabs.f64 r)) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (+.f64 (sqrt.f64 (fma.f64 p p (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal 1 binary64)) q)) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (fma.f64 (+.f64 (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal 1 binary64)) q (*.f64 (/.f64 (*.f64 r p) q) #s(literal -1/4 binary64)))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (fma.f64 (+.f64 (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal 1 binary64)) q (*.f64 (fma.f64 (/.f64 p q) #s(literal -1/4 binary64) (*.f64 (/.f64 r q) #s(literal 1/8 binary64))) r))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (+.f64 (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal 1 binary64))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (+.f64 (fma.f64 (*.f64 p (/.f64 r (*.f64 q q))) #s(literal -1/4 binary64) (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)))) #s(literal 1 binary64))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (+.f64 (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 1/8 binary64) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (fma.f64 (/.f64 p (*.f64 q q)) #s(literal -1/4 binary64) (*.f64 (/.f64 r (*.f64 q q)) #s(literal 1/8 binary64))) r))) #s(literal 1 binary64))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) (fma.f64 (*.f64 p (/.f64 r (*.f64 q q))) #s(literal -1/4 binary64) (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 1/8 binary64) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (fma.f64 (/.f64 p (*.f64 q q)) #s(literal -1/4 binary64) (*.f64 (/.f64 r (*.f64 q q)) #s(literal 1/8 binary64))) r)))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) (fma.f64 #s(literal -2 binary64) (*.f64 p (/.f64 r (*.f64 q q))) (/.f64 (*.f64 p p) (*.f64 q q)))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) (fma.f64 (fma.f64 #s(literal -2 binary64) (/.f64 p (*.f64 q q)) (/.f64 r (*.f64 q q))) r (/.f64 (*.f64 p p) (*.f64 q q)))) |
#s(approx (* (- r p) (- r p)) (fma.f64 #s(literal -2 binary64) (*.f64 r p) (*.f64 p p))) |
#s(approx (* (- r p) (- r p)) (fma.f64 (fma.f64 #s(literal -2 binary64) p r) r (*.f64 p p))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 r #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 p) (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 p) (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) (*.f64 r r))) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (neg.f64 p) (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 p (/.f64 (*.f64 q q) (*.f64 (*.f64 r r) r)) (/.f64 (*.f64 q q) (*.f64 r r)))) r)) |
#s(approx (- r p) (*.f64 (+.f64 (/.f64 (neg.f64 p) r) #s(literal 1 binary64)) r)) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (*.f64 (/.f64 (*.f64 r r) q) #s(literal 1/8 binary64))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (*.f64 (*.f64 r r) (fma.f64 (/.f64 p (*.f64 q r)) #s(literal -1/4 binary64) (/.f64 #s(literal 1/8 binary64) q)))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (*.f64 (fma.f64 (/.f64 p (*.f64 q r)) #s(literal -1/4 binary64) (fma.f64 q (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal 1 binary64)) (*.f64 r r)) (/.f64 #s(literal 1/8 binary64) q))) (*.f64 r r))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 r r)) (*.f64 q q))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (*.f64 (*.f64 r r) (fma.f64 (/.f64 p (*.f64 (*.f64 q q) r)) #s(literal -1/4 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 q q))))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (*.f64 (fma.f64 (/.f64 p (*.f64 (*.f64 q q) r)) #s(literal -1/4 binary64) (fma.f64 (/.f64 (*.f64 p p) (*.f64 (*.f64 r r) (*.f64 q q))) #s(literal 1/8 binary64) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (*.f64 r r) q)) #s(literal 1/2 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 r r)) (/.f64 #s(literal 1/8 binary64) (*.f64 q q)))))) (*.f64 r r))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) (*.f64 (fma.f64 (/.f64 p (*.f64 (*.f64 q q) r)) #s(literal -1/4 binary64) (fma.f64 (/.f64 (*.f64 p p) (*.f64 (*.f64 r r) (*.f64 q q))) #s(literal 1/8 binary64) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (*.f64 r r) q)) #s(literal 1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 q q))))) (*.f64 r r))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) (*.f64 (*.f64 r r) (fma.f64 (/.f64 p (*.f64 (*.f64 q q) r)) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 q q))))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) (*.f64 (fma.f64 (/.f64 p (*.f64 (*.f64 q q) r)) #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 p p) (*.f64 (*.f64 r r) (*.f64 q q))) (/.f64 #s(literal 1 binary64) (*.f64 q q)))) (*.f64 r r))) |
#s(approx (* (- r p) (- r p)) (*.f64 (fma.f64 (/.f64 p r) #s(literal -2 binary64) #s(literal 1 binary64)) (*.f64 r r))) |
#s(approx (* (- r p) (- r p)) (*.f64 (+.f64 (fma.f64 (/.f64 p r) #s(literal -2 binary64) (/.f64 (*.f64 p p) (*.f64 r r))) #s(literal 1 binary64)) (*.f64 r r))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 q q) r))) r)) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 r) (+.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r))) r)) #s(literal 1/2 binary64)))) |
#s(approx (* (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) 1/2) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (+ (+ (fabs (- r p)) (fabs r)) (fabs p)) (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (+ (fabs (- r p)) (fabs r)) (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r))) |
#s(approx (fabs (- r p)) (fabs.f64 (-.f64 r p))) |
#s(approx (- r p) (*.f64 (neg.f64 r) (-.f64 (/.f64 p r) #s(literal 1 binary64)))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 p q) #s(literal 1/4 binary64) (neg.f64 (/.f64 (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal 1 binary64)) q) r))) r)) (/.f64 #s(literal 1/8 binary64) q)) (*.f64 r r))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 p (*.f64 q q)) #s(literal 1/4 binary64) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal 1 binary64)) r))) r)) (/.f64 #s(literal 1/8 binary64) (*.f64 q q))) (*.f64 r r))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 p (*.f64 q q)) #s(literal 1/4 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) r))) r)) (/.f64 #s(literal 1/8 binary64) (*.f64 q q))) (*.f64 r r))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 p (*.f64 q q)) #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 p p) (*.f64 (*.f64 q q) r)))) r)) (/.f64 #s(literal 1 binary64) (*.f64 q q))) (*.f64 r r))) |
#s(approx (* (- r p) (- r p)) (*.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 p p) r))) r)) #s(literal 1 binary64)) (*.f64 r r))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (fabs.f64 (-.f64 r p))))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (+.f64 (neg.f64 (/.f64 (*.f64 q q) (*.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (fabs.f64 (-.f64 r p))))) (/.f64 #s(literal 1 binary64) (fabs.f64 (-.f64 r p)))) (*.f64 q q) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (fma.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) (pow.f64 (fabs.f64 (-.f64 r p)) #s(literal 5 binary64))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (fabs.f64 (-.f64 r p))))) (*.f64 q q) (/.f64 #s(literal 1 binary64) (fabs.f64 (-.f64 r p)))) (*.f64 q q)))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 q))) |
#s(approx (neg (+ (* -1/2 (+ (fabs r) (fabs p))) q)) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 q))) |
#s(approx (+ (* -1/2 (+ (fabs r) (fabs p))) q) (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
#s(approx q q) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (fma.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (fabs.f64 p)))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (fma.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (*.f64 q q) (+.f64 (/.f64 #s(literal 1 binary64) (fabs.f64 p)) (neg.f64 (/.f64 (*.f64 q q) (*.f64 (*.f64 p p) (fabs.f64 p)))))))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 (fabs.f64 p) #s(literal 5 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (fabs.f64 p)))) (*.f64 q q) (/.f64 #s(literal 1 binary64) (fabs.f64 p))) (*.f64 q q) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (fabs.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (fabs.f64 p))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (+.f64 (fabs.f64 p) (+.f64 (fma.f64 (/.f64 (*.f64 q q) (fabs.f64 p)) #s(literal 2 binary64) (fabs.f64 p)) (fabs.f64 r)))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (+.f64 (+.f64 (fma.f64 (*.f64 q q) (fma.f64 (/.f64 (*.f64 q q) (*.f64 (*.f64 p p) (fabs.f64 p))) #s(literal -2 binary64) (/.f64 #s(literal 2 binary64) (fabs.f64 p))) (fabs.f64 p)) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (+.f64 (+.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (fabs.f64 p) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 p p) (fabs.f64 p)))) (*.f64 q q) (/.f64 #s(literal 2 binary64) (fabs.f64 p))) (*.f64 q q) (fabs.f64 p)) (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (fabs.f64 p)) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (fma.f64 (/.f64 (*.f64 q q) (fabs.f64 p)) #s(literal 2 binary64) (fabs.f64 p))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (fma.f64 (*.f64 q q) (fma.f64 (/.f64 (*.f64 q q) (*.f64 (*.f64 p p) (fabs.f64 p))) #s(literal -2 binary64) (/.f64 #s(literal 2 binary64) (fabs.f64 p))) (fabs.f64 p))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (fabs.f64 p) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 p p) (fabs.f64 p)))) (*.f64 q q) (/.f64 #s(literal 2 binary64) (fabs.f64 p))) (*.f64 q q) (fabs.f64 p))) |
#s(approx (* q q) (*.f64 q q)) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) q) #s(literal 1/8 binary64))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) q) (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (*.f64 (-.f64 r p) (-.f64 r p)) #s(literal 1/8 binary64))) q)) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (/.f64 (fma.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q) q (*.f64 (*.f64 (-.f64 r p) (-.f64 r p)) #s(literal 1/8 binary64))) q)) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) q) (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (*.f64 (-.f64 r p) (-.f64 r p)) #s(literal 1/8 binary64))) (*.f64 q q))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (/.f64 (fma.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q) q (*.f64 (*.f64 (-.f64 r p) (-.f64 r p)) #s(literal 1/8 binary64))) (*.f64 q q))) |
#s(approx (/ (* (- r p) (- r p)) (* q q)) (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal 1 binary64)) q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64))) #s(literal -1 binary64)) q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal -1/128 binary64) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64)))) #s(literal 1 binary64)) q)) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg.f64 q)) |
#s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal -1 binary64)) q)) |
#s(approx (+ (* -1/2 (+ (fabs r) (fabs p))) q) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal 1 binary64)) q)) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 p #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal -1/128 binary64) (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64)))) #s(literal 1 binary64)) q)) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (+.f64 q q)) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 (+.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 2 binary64)) q)) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 1/4 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) #s(literal 2 binary64)) q)) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 (+.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 p #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 1/4 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q))) #s(literal 2 binary64)) q)) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 1/4 binary64) #s(literal 2 binary64)) q)) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 (+.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 p #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 p p) #s(literal 1/4 binary64)) (*.f64 q q))) #s(literal 2 binary64)) q)) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 (+.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 p #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 (pow.f64 p #s(literal 6 binary64)) (pow.f64 q #s(literal 6 binary64))) #s(literal 1/512 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 1/4 binary64)) (*.f64 q q)))) #s(literal 2 binary64)) q)) |
#s(approx (+ (* (* q q) 4) (* p p)) (*.f64 (+.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 4 binary64)) (*.f64 q q))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64))) #s(literal -1 binary64)) q)) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) #s(literal 1 binary64)) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal 1 binary64))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64))) #s(literal -1 binary64))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) (/.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) q) #s(literal 1/8 binary64) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) q) #s(literal -1/8 binary64) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) q)) #s(literal 1 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 (*.f64 q (+.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 q q)) #s(literal -1/128 binary64) (*.f64 (*.f64 (-.f64 r p) (-.f64 r p)) #s(literal 1/8 binary64))) q))) q)) #s(literal 1 binary64))))) |
#s(approx (+ (* -1/2 (+ (fabs r) (fabs p))) q) (*.f64 (neg.f64 q) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal -1 binary64)))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (*.f64 (neg.f64 q) (+.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 p p) q) #s(literal -1/8 binary64))) q)) #s(literal 1 binary64)))) |
#s(approx (* (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) 1/2) (*.f64 (neg.f64 q) (+.f64 (neg.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 p #s(literal 4 binary64)) (*.f64 q q)) #s(literal -1/128 binary64) (*.f64 (*.f64 p p) #s(literal 1/8 binary64))) q))) q)) #s(literal 1 binary64)))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 #s(literal -2 binary64) q)) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 (neg.f64 q) (+.f64 (neg.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) #s(literal 2 binary64)))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 (neg.f64 q) (+.f64 (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 p p) q) #s(literal -1/4 binary64) (fabs.f64 r)) (fabs.f64 p)) q)) #s(literal 2 binary64)))) |
#s(approx (+ (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* p p)))) (*.f64 (neg.f64 q) (+.f64 (neg.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 p #s(literal 4 binary64)) (*.f64 q q)) #s(literal -1/64 binary64) (*.f64 (*.f64 p p) #s(literal 1/4 binary64))) q))) q)) #s(literal 2 binary64)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 (neg.f64 q) (fma.f64 (/.f64 (*.f64 p p) (*.f64 q q)) #s(literal 1/4 binary64) #s(literal 2 binary64)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 (neg.f64 q) (+.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 p #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 p p) #s(literal 1/4 binary64)) (*.f64 q q))) #s(literal 2 binary64)))) |
#s(approx (sqrt (+ (* (* q q) 4) (* p p))) (*.f64 (neg.f64 q) (+.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 p #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 (pow.f64 p #s(literal 6 binary64)) (pow.f64 q #s(literal 6 binary64))) #s(literal 1/512 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 1/4 binary64)) (*.f64 q q)))) #s(literal 2 binary64)))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (*.f64 (neg.f64 q) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal -1 binary64)))) |
#s(approx (* (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) q) (*.f64 (neg.f64 q) (-.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) q) #s(literal 1/8 binary64) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) q)) #s(literal 1 binary64)))) |
#s(approx (- (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) -1) (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) q) #s(literal -1/8 binary64) (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) q)) #s(literal 1 binary64))) |
#s(approx (+ (* (/ (* (- r p) (- r p)) (* q q)) 1/8) (* (/ (+ (fabs r) (fabs p)) q) 1/2)) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) q) #s(literal -1/8 binary64) (*.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) q))) |
Compiled 6 419 to 2 217 computations (65.5% saved)
14 alts after pruning (5 fresh and 9 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 386 | 3 | 389 |
| Fresh | 1 | 2 | 3 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 7 | 7 |
| Total | 390 | 14 | 404 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 64.7% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
| 38.4% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) | |
| 35.5% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) | |
| 32.7% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 q (*.f64 q #s(literal 4 binary64)) (*.f64 p p)))) #s(literal 1/2 binary64))) | |
| 39.7% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (* (* q q) 4) (* p p))) (fabs.f64 p))) #s(literal 1/2 binary64))) | |
| ✓ | 38.2% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) q)) |
| ✓ | 1.7% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64))) |
| ✓ | 8.1% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
| ✓ | 1.9% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
| ✓ | 8.7% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
| ✓ | 1.1% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
| ✓ | 48.2% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q))) |
| 14.0% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)))) | |
| ✓ | 12.1% | #s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q)))) |
Compiled 751 to 520 computations (30.8% saved)
| Inputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+.f64 q q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (* (* q q) 4) (* p p))) (fabs.f64 p))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal 1 binary64)) q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 q) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal 1 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 q (*.f64 q #s(literal 4 binary64)) (*.f64 p p)))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/8 binary64) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64))) #s(literal -1 binary64)) q)) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (fma.f64 (/.f64 (*.f64 (-.f64 r p) (-.f64 r p)) (*.f64 q q)) #s(literal 1/4 binary64) #s(literal 2 binary64)) q)))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 (-.f64 r p)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q))) |
7 calls:
| 8.0ms | r |
| 7.0ms | q |
| 7.0ms | p |
| 6.0ms | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))) |
| 6.0ms | (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 82.6% | 2 | (pow.f64 q #s(literal 2 binary64)) |
| 82.6% | 2 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 78.4% | 2 | (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))) |
| 78.4% | 2 | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))) |
| 76.1% | 3 | p |
| 74.5% | 3 | r |
| 82.6% | 2 | q |
Compiled 47 to 54 computations (-14.9% saved)
| Inputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+.f64 q q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (* (* q q) 4) (* p p))) (fabs.f64 p))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 #s(approx (- r p) (neg.f64 p))) (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(approx (sqrt (+ (* (* q q) 4) (* p p))) (fabs.f64 p))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 1/2 binary64))) |
7 calls:
| 5.0ms | q |
| 5.0ms | p |
| 5.0ms | r |
| 4.0ms | (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))) |
| 4.0ms | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 68.8% | 3 | r |
| 74.0% | 3 | p |
| 48.2% | 1 | (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))) |
| 48.2% | 1 | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))) |
| 65.6% | 3 | (pow.f64 q #s(literal 2 binary64)) |
| 65.6% | 3 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 65.6% | 3 | q |
Compiled 47 to 54 computations (-14.9% saved)
| Inputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+.f64 q q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 1/2 binary64))) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (fabs.f64 #s(approx (- r p) r)) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 1/2 binary64))) |
5 calls:
| 33.0ms | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 4.0ms | p |
| 4.0ms | q |
| 4.0ms | r |
| 3.0ms | (pow.f64 q #s(literal 2 binary64)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 61.4% | 2 | (pow.f64 q #s(literal 2 binary64)) |
| 61.4% | 2 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 61.4% | 2 | q |
| 62.6% | 2 | r |
| 57.4% | 2 | p |
Compiled 11 to 21 computations (-90.9% saved)
| Inputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+.f64 q q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg q) (+ (* (/ (+ (fabs r) (fabs p)) q) -1/2) 1)) (neg.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) q)))) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) q))) |
5 calls:
| 4.0ms | r |
| 4.0ms | p |
| 4.0ms | q |
| 3.0ms | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 3.0ms | (pow.f64 q #s(literal 2 binary64)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 48.2% | 1 | p |
| 48.2% | 1 | (pow.f64 q #s(literal 2 binary64)) |
| 48.2% | 1 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 48.2% | 1 | q |
| 48.2% | 1 | r |
Compiled 11 to 21 computations (-90.9% saved)
| Inputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (+.f64 q q))) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) q) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) q)) |
7 calls:
| 6.0ms | p |
| 3.0ms | q |
| 3.0ms | r |
| 3.0ms | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))) |
| 3.0ms | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 38.2% | 1 | p |
| 39.8% | 2 | r |
| 38.2% | 1 | (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))) |
| 38.2% | 1 | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))) |
| 42.5% | 2 | (pow.f64 q #s(literal 2 binary64)) |
| 42.5% | 2 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 42.5% | 2 | q |
Compiled 47 to 54 computations (-14.9% saved)
| Inputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) q)) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (/ (+ (fabs r) (fabs p)) q) 1/2) 1) #s(literal 1 binary64)) q)) |
3 calls:
| 3.0ms | q |
| 2.0ms | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 2.0ms | (pow.f64 q #s(literal 2 binary64)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 40.1% | 2 | (pow.f64 q #s(literal 2 binary64)) |
| 40.1% | 2 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 40.1% | 2 | q |
Compiled 9 to 15 computations (-66.7% saved)
| Inputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64))) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
7 calls:
| 3.0ms | (pow.f64 q #s(literal 2 binary64)) |
| 2.0ms | r |
| 2.0ms | q |
| 2.0ms | p |
| 2.0ms | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 8.7% | 1 | (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))) |
| 8.7% | 1 | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))) |
| 12.8% | 2 | p |
| 12.9% | 2 | r |
| 8.7% | 1 | (pow.f64 q #s(literal 2 binary64)) |
| 8.7% | 1 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 8.7% | 1 | q |
Compiled 47 to 54 computations (-14.9% saved)
| Inputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
2 calls:
| 2.0ms | r |
| 2.0ms | p |
| Accuracy | Segments | Branch |
|---|---|---|
| 8.7% | 1 | p |
| 8.7% | 1 | r |
Compiled 2 to 6 computations (-200% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (+ (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
7 calls:
| 3.0ms | r |
| 1.0ms | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))) |
| 1.0ms | (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))) |
| 1.0ms | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 1.0ms | p |
| Accuracy | Segments | Branch |
|---|---|---|
| 1.1% | 1 | (pow.f64 q #s(literal 2 binary64)) |
| 1.1% | 1 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 1.1% | 1 | r |
| 1.1% | 1 | q |
| 1.1% | 1 | (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))) |
| 1.1% | 1 | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))) |
| 1.1% | 1 | p |
Compiled 47 to 54 computations (-14.9% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 4.0ms | 7.186946104700439e+124 | 7.869519766779258e+124 |
| 2.0ms | 32× | 0 | valid |
Compiled 145 to 144 computations (0.7% saved)
ival-pow2: 1.0ms (60.2% of total)ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-fabs: 0.0ms (0% of total)ival-sqrt: 0.0ms (0% of total)ival-add!: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 28.0ms | -1.2528463054242429e-250 | -7.914022220099215e-261 |
| 6.0ms | -2.0904252002293108e+101 | -1.3974774939785701e+101 |
| 15.0ms | 208× | 0 | valid |
Compiled 830 to 826 computations (0.5% saved)
ival-pow2: 4.0ms (37.7% of total)ival-fabs: 2.0ms (18.9% of total)ival-mult!: 2.0ms (18.9% of total)ival-sub!: 1.0ms (9.4% of total)ival-sqrt: 1.0ms (9.4% of total)ival-add!: 1.0ms (9.4% of total)adjust: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 15.0ms | 2.1813999280182945 | 50.59298029021112 |
| 10.0ms | 112× | 0 | valid |
Compiled 452 to 451 computations (0.2% saved)
ival-pow2: 2.0ms (35.2% of total)ival-fabs: 1.0ms (17.6% of total)ival-sqrt: 1.0ms (17.6% of total)ival-add!: 1.0ms (17.6% of total)ival-mult!: 1.0ms (17.6% of total)ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 17.0ms | 7.562515160890617e-31 | 6.357275261076502e-25 |
| 12.0ms | 144× | 0 | valid |
Compiled 583 to 564 computations (3.3% saved)
ival-pow2: 2.0ms (23.5% of total)ival-mult!: 2.0ms (23.5% of total)ival-fabs: 1.0ms (11.8% of total)ival-sqrt: 1.0ms (11.8% of total)ival-add!: 1.0ms (11.8% of total)ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.0899702822648607e-119 | 1.1053903275068563e-119 |
Compiled 25 to 24 computations (4% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 20.0ms | 1.860453633802071e-13 | 2.1813999280182945 |
| 14.0ms | 160× | 0 | valid |
Compiled 445 to 464 computations (-4.3% saved)
ival-fabs: 3.0ms (30.2% of total)ival-pow2: 3.0ms (30.2% of total)ival-sqrt: 1.0ms (10.1% of total)ival-add!: 1.0ms (10.1% of total)ival-mult!: 1.0ms (10.1% of total)ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)| 1× | fuel |
Compiled 174 to 87 computations (50% saved)
(sort p r)
(abs q)
Compiled 2 200 to 1 627 computations (26% saved)
Loading profile data...