
Time bar (total: 9.0s)
| 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.7s | 3 213× | 1 | valid |
| 869.0ms | 2 215× | 2 | valid |
| 483.0ms | 2 828× | 0 | valid |
ival-fabs: 986.0ms (38.4% of total)adjust: 471.0ms (18.4% of total)ival-pow2: 293.0ms (11.4% of total)ival-mult: 271.0ms (10.6% of total)ival-add: 164.0ms (6.4% of total)ival-sub: 154.0ms (6% of total)ival-sqrt: 130.0ms (5.1% of total)ival-div: 76.0ms (3% of total)exact: 12.0ms (0.5% of total)ival-true: 6.0ms (0.2% of total)ival-assert: 3.0ms (0.1% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 144 | 0 | - | 0 | - | (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))) |
| 118 | 0 | - | 0 | - | (-.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)))))) |
| 0 | 0 | - | 0 | - | q |
| 0 | 0 | - | 0 | - | (*.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))))))) |
| 0 | 0 | - | 0 | - | (-.f64 p r) |
| 0 | 0 | - | 0 | - | (pow.f64 q #s(literal 2 binary64)) |
| 0 | 0 | - | 0 | - | #s(literal 1 binary64) |
| 0 | 0 | - | 0 | - | (pow.f64 (-.f64 p r) #s(literal 2 binary64)) |
| 0 | 0 | - | 0 | - | (fabs.f64 p) |
| 0 | 0 | - | 0 | - | (+.f64 (fabs.f64 p) (fabs.f64 r)) |
| 0 | 0 | - | 0 | - | (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
| 0 | 0 | - | 0 | - | #s(literal 4 binary64) |
| 0 | 0 | - | 0 | - | p |
| 0 | 0 | - | 0 | - | (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))) |
| 0 | 0 | - | 0 | - | (fabs.f64 r) |
| 0 | 0 | - | 0 | - | #s(literal 2 binary64) |
| 0 | 0 | - | 0 | - | r |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
sqrt.f64 | (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))) | oflow-rescue | 141 | 0 |
| ↳ | (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))) | overflow | 141 | |
| ↳ | (pow.f64 q #s(literal 2 binary64)) | overflow | 61 | |
| ↳ | (pow.f64 (-.f64 p r) #s(literal 2 binary64)) | overflow | 110 | |
| ↳ | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) | overflow | 61 | |
-.f64 | (-.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)))))) | cancellation | 118 | 0 |
sqrt.f64 | (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))) | uflow-rescue | 3 | 0 |
| ↳ | (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))) | underflow | 3 | |
| ↳ | (pow.f64 q #s(literal 2 binary64)) | underflow | 67 | |
| ↳ | (pow.f64 (-.f64 p r) #s(literal 2 binary64)) | underflow | 12 | |
| ↳ | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) | underflow | 67 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 192 | 0 |
| - | 0 | 64 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 192 | 0 | 0 |
| - | 0 | 0 | 64 |
| number | freq |
|---|---|
| 0 | 64 |
| 1 | 122 |
| 2 | 70 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 50.0ms | 144× | 2 | valid |
| 45.0ms | 174× | 1 | valid |
| 24.0ms | 194× | 0 | valid |
Compiled 220 to 58 computations (73.6% saved)
adjust: 21.0ms (25.1% of total)ival-pow2: 18.0ms (21.5% of total)ival-mult: 10.0ms (11.9% of total)ival-add: 10.0ms (11.9% of total)ival-sub: 9.0ms (10.7% of total)ival-sqrt: 7.0ms (8.4% of total)ival-fabs: 4.0ms (4.8% of total)ival-div: 3.0ms (3.6% of total)exact: 1.0ms (1.2% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 69 | 187 |
| 1 | 157 | 184 |
| 2 | 443 | 184 |
| 3 | 1698 | 184 |
| 4 | 5434 | 184 |
| 0 | 18 | 20 |
| 0 | 31 | 20 |
| 1 | 50 | 20 |
| 2 | 95 | 20 |
| 3 | 227 | 20 |
| 4 | 447 | 20 |
| 5 | 958 | 20 |
| 6 | 5489 | 20 |
| 0 | 8227 | 15 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node 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))))))) |
| Outputs |
|---|
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64)) |
(abs q)
(sort p r)
Compiled 22 to 18 computations (18.2% saved)
Compiled 15 to 13 computations (13.3% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 28.7% | (*.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))))))) |
| ▶ | 57.3% | (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64)) |
Compiled 37 to 31 computations (16.2% saved)
Found 8 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | (*.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))))))) | |
| cost-diff | 1 | (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))) | |
| cost-diff | 2 | (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) | |
| cost-diff | 4 | (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))) | |
| cost-diff | 0 | (fabs.f64 r) | |
| cost-diff | 0 | (+.f64 (fabs.f64 r) (fabs.f64 p)) | |
| cost-diff | 0 | (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) | |
| cost-diff | 0 | (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 148 |
| 0 | 49 | 133 |
| 1 | 92 | 133 |
| 2 | 207 | 133 |
| 3 | 516 | 133 |
| 4 | 1111 | 133 |
| 5 | 3555 | 133 |
| 6 | 7084 | 133 |
| 0 | 8034 | 132 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64)) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(fabs.f64 r) |
r |
(fabs.f64 p) |
p |
(hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p)) |
(*.f64 q #s(literal -2 binary64)) |
q |
#s(literal -2 binary64) |
(-.f64 r p) |
#s(literal 1/2 binary64) |
(*.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 |
|---|
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (-.f64 r p) (*.f64 #s(literal -2 binary64) q))) #s(literal 1/2 binary64)) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (-.f64 r p) (*.f64 #s(literal -2 binary64) q))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(fabs.f64 r) |
r |
(fabs.f64 p) |
p |
(hypot.f64 (-.f64 r p) (*.f64 #s(literal -2 binary64) q)) |
(*.f64 #s(literal -2 binary64) q) |
q |
#s(literal -2 binary64) |
(-.f64 r p) |
#s(literal 1/2 binary64) |
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (-.f64 r p) (*.f64 #s(literal -2 binary64) q))) #s(literal 1/2 binary64)) |
#s(literal 1/2 binary64) |
#s(literal 1 binary64) |
#s(literal 2 binary64) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (-.f64 r p) (*.f64 #s(literal -2 binary64) q))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(fabs.f64 p) |
p |
(fabs.f64 r) |
r |
(hypot.f64 (-.f64 r p) (*.f64 #s(literal -2 binary64) q)) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(pow.f64 (-.f64 p r) #s(literal 2 binary64)) |
(-.f64 p r) |
(*.f64 (*.f64 q q) #s(literal 4 binary64)) |
#s(literal 4 binary64) |
(*.f64 q q) |
q |
Found 8 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 0.00390625 | (*.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 | 0.01953125 | (pow.f64 (-.f64 p r) #s(literal 2 binary64)) | |
| accuracy | 27.553143862448145 | (-.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 | 33.35122577173637 | (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 | 0.0 | (fabs.f64 p) | |
| accuracy | 0.00390625 | (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p)) | |
| accuracy | 0.00390625 | (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64)) | |
| accuracy | 27.553143862448145 | (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) |
| 49.0ms | 72× | 2 | valid |
| 44.0ms | 87× | 1 | valid |
| 16.0ms | 97× | 0 | valid |
Compiled 181 to 28 computations (84.5% saved)
adjust: 24.0ms (28.9% of total)ival-hypot: 10.0ms (12.1% of total)ival-mult: 9.0ms (10.8% of total)ival-add: 9.0ms (10.8% of total)ival-sub: 8.0ms (9.6% of total)ival-fabs: 8.0ms (9.6% of total)ival-pow2: 7.0ms (8.4% of total)ival-sqrt: 6.0ms (7.2% of total)ival-div: 1.0ms (1.2% of total)exact: 1.0ms (1.2% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64)) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) |
(+.f64 (fabs.f64 r) (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)) |
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))) |
(*.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))))))) |
(hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p)) |
(fabs.f64 p) |
(-.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)))))) |
(pow.f64 (-.f64 p r) #s(literal 2 binary64)) |
| Outputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3)))))))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (+ (fabs r) (fabs p)) #s(hole binary64 (+ (fabs p) (fabs r)))) |
#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 (/ 1 (+ (* 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 (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 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 (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3)))))))))))) |
#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 (* (/ 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 (/ 1 (+ (* 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/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 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 (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3)))))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3)))))))))))) |
#s(approx (fabs p) #s(hole binary64 (fabs p))) |
#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) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 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) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 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) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) 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)) |
#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 (* (/ 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 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (* -1 (/ r p)))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #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 (- (+ (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 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (pow p 2))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow p 2) (+ 1 (* -2 (/ r p)))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (/ (pow r 2) (pow p 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 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 (* (/ 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 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ r p))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow r 2) p)) (* 2 r)) p)))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3)))))))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (fabs r) #s(hole binary64 (fabs 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 (/ 1 (+ (* 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 (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 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 (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3)))))))))))) |
#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 (* (/ 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 (/ 1 (+ (* 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/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 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 (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3)))))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3)))))))))))) |
#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) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 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) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 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) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) 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)) |
#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))) |
#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 (* (/ 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 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (* -1 (/ p r)))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #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 (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 r))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow r 2) (+ 1 (* -2 (/ p r)))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (/ (pow p 2) (pow r 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 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 (* (/ 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 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 r))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ p r))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) 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 r)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow p 2) r)) (* 2 p)) r)))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (- p r))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (- (+ p (* 2 (/ (pow q 2) (- p r)))) r))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (- (+ p (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))) r))) |
#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 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 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 (/ (pow q 2) (- p r))) (* 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/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 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 (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- r p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* 2 (/ (pow q 2) (- r p)))) p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))) p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))) p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ r (+ (fabs p) (fabs r))) p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- p r)))))) p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))))) p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))))) p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* 2 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 (* 4 (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 (* 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 (* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 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 (* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* 2 q))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- r p) 6) (pow q 6))) (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))) |
#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 (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -2 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)))))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* 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/8 (/ (pow (- p r) 2) 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)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -2 q))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- r p) 6) (pow q 6))) (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))))) |
#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 (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- p r) 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- p r) 4) (pow q 2))) (* 1/4 (pow (- p r) 2))) q)))) q)) 2))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 27.0ms | p | @ | 0 | ((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (fabs r) (fabs p)) (fabs r) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (/ 1 2) (+ (pow (- p r) 2) (* 4 (pow q 2))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fabs p) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (pow (- p r) 2)) |
| 4.0ms | q | @ | 0 | ((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (fabs r) (fabs p)) (fabs r) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (/ 1 2) (+ (pow (- p r) 2) (* 4 (pow q 2))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fabs p) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (pow (- p r) 2)) |
| 4.0ms | q | @ | inf | ((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (fabs r) (fabs p)) (fabs r) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (/ 1 2) (+ (pow (- p r) 2) (* 4 (pow q 2))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fabs p) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (pow (- p r) 2)) |
| 3.0ms | r | @ | 0 | ((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (fabs r) (fabs p)) (fabs r) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (/ 1 2) (+ (pow (- p r) 2) (* 4 (pow q 2))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fabs p) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (pow (- p r) 2)) |
| 2.0ms | p | @ | inf | ((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (fabs r) (fabs p)) (fabs r) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (/ 1 2) (+ (pow (- p r) 2) (* 4 (pow q 2))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fabs p) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (pow (- p r) 2)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1020 | 10293 |
| 1 | 2824 | 10005 |
| 0 | 8645 | 8350 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3)))))))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (+ (fabs r) (fabs p)) #s(hole binary64 (+ (fabs p) (fabs r)))) |
#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 (/ 1 (+ (* 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 (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 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 (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3)))))))))))) |
#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 (* (/ 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 (/ 1 (+ (* 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/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 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 (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3)))))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3)))))))))))) |
#s(approx (fabs p) #s(hole binary64 (fabs p))) |
#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) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 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) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 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) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) 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)) |
#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 (* (/ 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 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (* -1 (/ r p)))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #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 (- (+ (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 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (pow p 2))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow p 2) (+ 1 (* -2 (/ r p)))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (/ (pow r 2) (pow p 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 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 (* (/ 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 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ r p))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow r 2) p)) (* 2 r)) p)))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3)))))))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (fabs r) #s(hole binary64 (fabs 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 (/ 1 (+ (* 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 (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 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 (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3)))))))))))) |
#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 (* (/ 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 (/ 1 (+ (* 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/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 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 (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3)))))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3)))))))))))) |
#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) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 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) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 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) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) 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)) |
#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))) |
#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 (* (/ 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 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (* -1 (/ p r)))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #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 (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 r))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow r 2) (+ 1 (* -2 (/ p r)))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (/ (pow p 2) (pow r 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -1 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 (* (/ 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 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 r))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ p r))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) 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 r)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1))))) |
#s(approx (pow (- p r) 2) #s(hole binary64 (* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow p 2) r)) (* 2 p)) r)))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (- p r))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (- (+ p (* 2 (/ (pow q 2) (- p r)))) r))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (- (+ p (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))) r))) |
#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 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* 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 (/ (pow q 2) (- p r))) (* 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/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 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 (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- r p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* 2 (/ (pow q 2) (- r p)))) p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))) p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))) p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ r (+ (fabs p) (fabs r))) p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- p r)))))) p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))))) p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- p r) 5))) (* 2 (/ 1 (pow (- p r) 3))))) (* 2 (/ 1 (- p r)))))))) p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* 2 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 (* 4 (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 (* 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 (* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 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 (* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* 2 q))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- r p) 6) (pow q 6))) (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))) |
#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 (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2))))) |
#s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) #s(hole binary64 (* -2 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)))))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(hole binary64 (* -1 (* 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/8 (/ (pow (- p r) 2) 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)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -2 q))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- r p) 6) (pow q 6))) (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))))) |
#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 (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- p r) 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- p r) 4) (pow q 2))) (* 1/4 (pow (- p r) 2))) q)))) q)) 2))))) |
| Outputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (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))) p (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) p (*.f64 (*.f64 #s(literal 1/2 binary64) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) p (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (*.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))) p (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) p (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r)) p (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (+ (fabs r) (fabs p)) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (*.f64 (neg.f64 r) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (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))) p (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) p (*.f64 (neg.f64 r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) p (hypot.f64 (*.f64 #s(literal -2 binary64) q) 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 (fma.f64 #s(literal -2 binary64) p r) r (*.f64 (*.f64 q q) #s(literal 4 binary64)))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (fma.f64 #s(literal -2 binary64) r p) p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (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))) p (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) p (*.f64 (*.f64 #s(literal 1/2 binary64) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) p (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (*.f64 (neg.f64 r) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (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))) p (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) p (*.f64 (neg.f64 r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) p (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (fabs p) (fabs.f64 p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (*.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))) p (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) p (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r)) p (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) 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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 r (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 -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 (neg.f64 q) q) (*.f64 p p)) #s(literal 1/2 binary64))) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))) (*.f64 (/.f64 q p) (/.f64 q p))) (*.f64 (/.f64 (+.f64 (+.f64 r (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 -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1 binary64)) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1 binary64))) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))) #s(literal -2 binary64) (-.f64 (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p)))) p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) p) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 r p)) p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 #s(literal 1 binary64) (/.f64 r p))) p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 #s(literal 2 binary64) (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) (-.f64 #s(literal 1 binary64) (/.f64 r 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 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) (*.f64 p p)) (fma.f64 (/.f64 r p) #s(literal -2 binary64) #s(literal 1 binary64))) (*.f64 p p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 r (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 -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 (neg.f64 q) q) (*.f64 p p)) #s(literal 1/2 binary64))) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))) (*.f64 (/.f64 q p) (/.f64 q p))) (*.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) p) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 r p)) p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 #s(literal 1 binary64) (/.f64 r p))) p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 #s(literal 2 binary64) (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) (-.f64 #s(literal 1 binary64) (/.f64 r p))) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1 binary64)) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1 binary64))) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))) #s(literal -2 binary64) (-.f64 (-.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p)))) p)) |
#s(approx (pow (- p r) 2) (*.f64 p p)) |
#s(approx (pow (- p r) 2) (*.f64 (fma.f64 (/.f64 r p) #s(literal -2 binary64) #s(literal 1 binary64)) (*.f64 p p))) |
#s(approx (pow (- p r) 2) (*.f64 (fma.f64 (/.f64 r p) (/.f64 r p) (fma.f64 (/.f64 r p) #s(literal -2 binary64) #s(literal 1 binary64))) (*.f64 p p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) (neg.f64 p))) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (fabs.f64 r)) (-.f64 (fabs.f64 p) r)) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 q q) (/.f64 r p) (*.f64 q q))) p)) r) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (neg.f64 p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 r p)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) r) p)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 r (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)) p)))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) r (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) (neg.f64 p))) p)) (*.f64 p p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) (neg.f64 p))) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (neg.f64 p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 r p)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) r) p)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 r (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)) p)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (fabs.f64 r)) (-.f64 (fabs.f64 p) r)) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 q q) (/.f64 r p) (*.f64 q q))) p)) r) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (pow (- p r) 2) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) r (/.f64 (*.f64 r r) (neg.f64 p))) p)) (*.f64 p p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (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))) r (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) r (*.f64 (*.f64 #s(literal 1/2 binary64) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (-.f64 (*.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))) r (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) r (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p)) r (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (fabs r) (fabs.f64 r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (*.f64 (neg.f64 r) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (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))) r (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) r (*.f64 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) r (hypot.f64 (*.f64 #s(literal -2 binary64) q) 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 (*.f64 p r) #s(literal -2 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (fma.f64 #s(literal -2 binary64) p r) r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (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))) r (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) r (*.f64 (*.f64 #s(literal 1/2 binary64) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (*.f64 (neg.f64 r) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (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))) r (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) r (*.f64 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) r (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (-.f64 (*.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))) r (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) r (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p)) r (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) 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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r)) #s(literal 1/2 binary64))) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (*.f64 (/.f64 q r) (/.f64 q r))) (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (-.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r)))) r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) r) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 #s(literal 1 binary64) (/.f64 p r))) r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 #s(literal 2 binary64) (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 p r))) r)) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 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 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) (*.f64 r r)) (fma.f64 (/.f64 p r) #s(literal -2 binary64) #s(literal 1 binary64))) (*.f64 r r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r)) #s(literal 1/2 binary64))) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (*.f64 (/.f64 q r) (/.f64 q r))) (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) r) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 #s(literal 1 binary64) (/.f64 p r))) r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 #s(literal 2 binary64) (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 p r))) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (-.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r)))) r)) |
#s(approx (pow (- p r) 2) (*.f64 (fma.f64 (/.f64 p r) #s(literal -2 binary64) #s(literal 1 binary64)) (*.f64 r r))) |
#s(approx (pow (- p r) 2) (*.f64 (fma.f64 (/.f64 p r) (/.f64 p r) (fma.f64 (/.f64 p r) #s(literal -2 binary64) #s(literal 1 binary64))) (*.f64 r r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 r) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) r) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) (neg.f64 r))) (neg.f64 r)) #s(literal 1/2 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) (neg.f64 r)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (fabs.f64 r)) (-.f64 (fabs.f64 p) p)) (neg.f64 r)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q))) r)) p) (neg.f64 r)) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (neg.f64 r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) p) r)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 p (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) r)) r)))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) p (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) (neg.f64 r))) r)) (*.f64 r r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 r) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) r) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) (neg.f64 r))) (neg.f64 r)) #s(literal 1/2 binary64)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (neg.f64 r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) p) r)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 p (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) r)) r)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) (neg.f64 r)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (fabs.f64 r)) (-.f64 (fabs.f64 p) p)) (neg.f64 r)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q))) r)) p) (neg.f64 r)) #s(literal 1 binary64)))) |
#s(approx (pow (- p r) 2) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) p (/.f64 (*.f64 p p) (neg.f64 r))) r)) (*.f64 r r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) (-.f64 r p)) #s(literal -2 binary64) (fabs.f64 r)) (fabs.f64 p)) (-.f64 p r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (+.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (fma.f64 (-.f64 (*.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (+.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (-.f64 p r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (/.f64 (*.f64 q q) (-.f64 p r)) #s(literal 2 binary64) (-.f64 p r))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q) (-.f64 p r))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q) (-.f64 p r))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (+.f64 (+.f64 r (fabs.f64 p)) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 r (fabs.f64 p)) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 p r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q) (*.f64 (+.f64 (+.f64 r (fabs.f64 p)) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q) (*.f64 (+.f64 (+.f64 r (fabs.f64 p)) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (-.f64 r p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (/.f64 (*.f64 q q) (-.f64 r p)) #s(literal 2 binary64) (-.f64 r p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (-.f64 r p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (-.f64 r p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 r (fabs.f64 p)) (-.f64 (fabs.f64 r) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) (-.f64 p r)) #s(literal -2 binary64) (fabs.f64 r)) (fabs.f64 p)) (-.f64 r p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q) (+.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 r p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) #s(literal -4 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q) (+.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 r p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q))) #s(literal 1 binary64)) q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 r p) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64))))) #s(literal 1 binary64)) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal -2 binary64) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64)) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64))) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) q)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64)) q)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) q)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64)))) q)) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
#s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (*.f64 (-.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 q q)) #s(literal -4 binary64)) (*.f64 q q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q))) #s(literal 1 binary64)) q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/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 p) (fabs.f64 r)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q)))) #s(literal 1 binary64)) q)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64)) q)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) q)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (+.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 r p) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64)))) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal -2 binary64) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64)) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64))) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.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) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (fma.f64 (/.f64 #s(literal 1/128 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) q) (*.f64 #s(literal -1/8 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (neg.f64 q))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (fma.f64 (/.f64 #s(literal 1/64 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) q) (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) q)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal -2 binary64) q)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64)) (neg.f64 q))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) (neg.f64 q))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.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 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64)))) (neg.f64 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (fma.f64 (/.f64 #s(literal 1/128 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) q) (*.f64 #s(literal -1/8 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (neg.f64 q))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal -2 binary64) q)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64)) (neg.f64 q))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) (neg.f64 q))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (+.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 r p) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64)))) (neg.f64 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (fma.f64 (/.f64 #s(literal 1/64 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) q) (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) q)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))) |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 111 |
| 0 | 49 | 96 |
| 1 | 209 | 94 |
| 0 | 1723 | 94 |
| 1× | iter limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64)) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) |
(+.f64 (fabs.f64 r) (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)) |
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))) |
(*.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))))))) |
(hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p)) |
(fabs.f64 p) |
(-.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)))))) |
(pow.f64 (-.f64 p r) #s(literal 2 binary64)) |
| Outputs |
|---|
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) #s(literal 1/2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64))) #s(literal 1/2 binary64)) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)))) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64)))) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (fabs.f64 p) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) |
(fma.f64 #s(literal 1/2 binary64) (fabs.f64 r) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) |
(fma.f64 (fabs.f64 p) #s(literal 1/2 binary64) (*.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64))) |
(fma.f64 (fabs.f64 r) #s(literal 1/2 binary64) (*.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 (fabs.f64 r) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 (fabs.f64 p) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 r)) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) |
(/.f64 (-.f64 (*.f64 p p) (*.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) (-.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) |
(/.f64 (-.f64 (*.f64 r r) (*.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) (-.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) |
(/.f64 (+.f64 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (*.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))))) |
(/.f64 (+.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 3 binary64))) (fma.f64 r r (-.f64 (*.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) (*.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)))) (neg.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64))) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))) |
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) |
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) (/.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64)) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))))) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) |
(+.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (fabs.f64 p)) |
(+.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (fabs.f64 r)) |
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) |
(+.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 p r) (-.f64 r p))) (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 p r) (-.f64 p r))) (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64)))) (neg.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 p r))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 p p)))) |
(/.f64 (*.f64 (+.f64 p r) (-.f64 r p)) (-.f64 (fabs.f64 r) (fabs.f64 p))) |
(/.f64 (*.f64 (+.f64 p r) (-.f64 p r)) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
(/.f64 (+.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64))) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 p r)))) |
(/.f64 (+.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64))) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 p p))) |
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (fabs.f64 r)) |
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) (fabs.f64 p)) |
(-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p)))) |
(-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(+.f64 (/.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 p r)))) (/.f64 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 p r))))) |
(+.f64 (/.f64 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 p p))) (/.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 p p)))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(*.f64 (sqrt.f64 r) (sqrt.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 r) |
(*.f64 (pow.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (pow.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(pow.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(/.f64 (sqrt.f64 (-.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(/.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) |
(/.f64 (hypot.f64 (pow.f64 (-.f64 p r) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) q) #s(literal 3 binary64))) (sqrt.f64 (-.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64))))) |
(/.f64 (hypot.f64 (pow.f64 (-.f64 p r) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) q) #s(literal 3 binary64))) (sqrt.f64 (-.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64))))) |
(sqrt.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) |
(hypot.f64 (neg.f64 (-.f64 p r)) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (neg.f64 (-.f64 p r)) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (neg.f64 (-.f64 p r)) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (neg.f64 (-.f64 p r)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (-.f64 p r)) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (neg.f64 (-.f64 p r)) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (neg.f64 (-.f64 p r)) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (-.f64 p r))) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (neg.f64 (-.f64 r p)))) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (fabs.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (exp.f64 (log.f64 (-.f64 p r)))) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (pow.f64 (-.f64 r p) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (-.f64 r p))) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (fabs.f64 (-.f64 p r))) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (-.f64 p r)) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (-.f64 r p)) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (-.f64 p r))) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (neg.f64 (-.f64 r p)))) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (exp.f64 (log.f64 (-.f64 p r)))) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (pow.f64 (-.f64 r p) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (-.f64 r p))) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (-.f64 p r))) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (-.f64 p r)) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (-.f64 r p)) |
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (-.f64 p r))) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (neg.f64 (-.f64 r p)))) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (exp.f64 (log.f64 (-.f64 p r)))) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (pow.f64 (-.f64 r p) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (-.f64 r p))) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (-.f64 p r))) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (-.f64 p r)) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (-.f64 r p)) |
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (neg.f64 (-.f64 p r))) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (neg.f64 (neg.f64 (-.f64 r p)))) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (neg.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (fabs.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (exp.f64 (log.f64 (-.f64 p r)))) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (pow.f64 (-.f64 r p) #s(literal 1 binary64))) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (neg.f64 (-.f64 r p))) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (fabs.f64 (-.f64 p r))) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (-.f64 p r)) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (-.f64 r p)) |
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (neg.f64 (-.f64 p r))) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (neg.f64 (neg.f64 (-.f64 r p)))) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (neg.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (fabs.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (exp.f64 (log.f64 (-.f64 p r)))) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (pow.f64 (-.f64 r p) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (neg.f64 (-.f64 r p))) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (fabs.f64 (-.f64 p r))) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 r p)) |
(hypot.f64 (neg.f64 (-.f64 r p)) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (neg.f64 (-.f64 r p)) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (neg.f64 (-.f64 r p)) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (neg.f64 (-.f64 r p)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (-.f64 r p)) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (neg.f64 (-.f64 r p)) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (neg.f64 (-.f64 r p)) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (neg.f64 (-.f64 p r))) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (neg.f64 (neg.f64 (-.f64 r p)))) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (neg.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (fabs.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (exp.f64 (log.f64 (-.f64 p r)))) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (pow.f64 (-.f64 r p) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (neg.f64 (-.f64 r p))) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (fabs.f64 (-.f64 p r))) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (-.f64 p r)) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (-.f64 r p)) |
(hypot.f64 (fabs.f64 (-.f64 p r)) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (fabs.f64 (-.f64 p r)) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (fabs.f64 (-.f64 p r)) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (fabs.f64 (-.f64 p r)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 (-.f64 p r)) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (fabs.f64 (-.f64 p r)) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (fabs.f64 (-.f64 p r)) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (-.f64 p r) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (-.f64 p r) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (-.f64 p r) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (-.f64 p r) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (-.f64 p r) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (-.f64 p r) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (-.f64 p r) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (-.f64 r p) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (-.f64 r p) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (-.f64 r p) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (-.f64 r p) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (-.f64 r p) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (-.f64 r p) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (-.f64 r p) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (neg.f64 (-.f64 p r))) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (neg.f64 (neg.f64 (-.f64 r p)))) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (neg.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (fabs.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (exp.f64 (log.f64 (-.f64 p r)))) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (pow.f64 (-.f64 r p) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (neg.f64 (-.f64 r p))) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (fabs.f64 (-.f64 p r))) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) #s(literal 1/2 binary64))) |
#s(literal 1/2 binary64) |
(*.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (neg.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) |
(*.f64 (fabs.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (fabs.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) |
(*.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) |
(pow.f64 (*.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(/.f64 (-.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 6 binary64)) (pow.f64 (neg.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (neg.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (pow.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) #s(literal 3 binary64))) (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)))) (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (neg.f64 (-.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (neg.f64 (-.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64))) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (-.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (-.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (*.f64 q q) #s(literal -2 binary64)) #s(literal -2 binary64) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p))) |
(fma.f64 (*.f64 (*.f64 q q) #s(literal -2 binary64)) #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 (neg.f64 (-.f64 p r)) (neg.f64 (-.f64 p r)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(fma.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (*.f64 #s(literal 2 binary64) q)) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p))) |
(fma.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (*.f64 #s(literal 2 binary64) q)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p))) |
(fma.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 (neg.f64 (neg.f64 (-.f64 r p))) (neg.f64 (neg.f64 (-.f64 r p))) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(fma.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (fabs.f64 (-.f64 p r))) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(fma.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p))) |
(fma.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (fabs.f64 (fabs.f64 (-.f64 p r))) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(fma.f64 (exp.f64 (log.f64 (-.f64 p r))) (exp.f64 (log.f64 (-.f64 p r))) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(fma.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p))) |
(fma.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (*.f64 #s(literal -2 binary64) q) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p))) |
(fma.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (*.f64 #s(literal -2 binary64) q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(fma.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (-.f64 r p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(fma.f64 (*.f64 #s(literal 4 binary64) q) q (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p))) |
(fma.f64 (*.f64 #s(literal 4 binary64) q) q (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) q) #s(literal -2 binary64) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p))) |
(fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) q) #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 (*.f64 #s(literal 2 binary64) q) (*.f64 #s(literal 2 binary64) q) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p))) |
(fma.f64 (*.f64 #s(literal 2 binary64) q) (*.f64 #s(literal 2 binary64) q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 (neg.f64 (-.f64 r p)) (neg.f64 (-.f64 r p)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(fma.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p))) |
(fma.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 (fabs.f64 (-.f64 p r)) (fabs.f64 (-.f64 p r)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p))) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p))) |
(fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 (-.f64 p r) (-.f64 p r) (*.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 (*.f64 #s(literal -2 binary64) q) (*.f64 #s(literal -2 binary64) q) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p))) |
(fma.f64 (*.f64 #s(literal -2 binary64) q) (*.f64 #s(literal -2 binary64) q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 #s(literal -2 binary64) q) q) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p))) |
(fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 #s(literal -2 binary64) q) q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 q (*.f64 q #s(literal 4 binary64)) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p))) |
(fma.f64 q (*.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 q (*.f64 #s(literal 4 binary64) q) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p))) |
(fma.f64 q (*.f64 #s(literal 4 binary64) q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(sqrt.f64 (*.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (/.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (neg.f64 (-.f64 r p)))) |
(-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (fabs.f64 (-.f64 p r)))) |
(-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (neg.f64 (-.f64 p r)) (-.f64 p r))) |
(-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (neg.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) |
(-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (neg.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) q)) #s(literal -2 binary64))) |
(-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (*.f64 #s(literal 2 binary64) q))) |
(-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (neg.f64 (*.f64 q q)) #s(literal 4 binary64))) |
(-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (neg.f64 q) (*.f64 #s(literal 4 binary64) q))) |
(-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) q) (*.f64 #s(literal -2 binary64) q))) |
(-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal -2 binary64) q) (*.f64 #s(literal 2 binary64) q))) |
(-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 q q))) |
(+.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (-.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 6 binary64)) (-.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 6 binary64)) (-.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) (-.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (-.f64 r p))) |
(+.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) #s(literal 1/2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64))) #s(literal 1/2 binary64)) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)))) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64)))) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (fabs.f64 p) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) |
(fma.f64 #s(literal 1/2 binary64) (fabs.f64 r) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) |
(fma.f64 (fabs.f64 p) #s(literal 1/2 binary64) (*.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64))) |
(fma.f64 (fabs.f64 r) #s(literal 1/2 binary64) (*.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 (fabs.f64 r) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 (fabs.f64 p) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 r)) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) |
(*.f64 (pow.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (pow.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(pow.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(/.f64 (sqrt.f64 (-.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(/.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) |
(/.f64 (hypot.f64 (pow.f64 (-.f64 p r) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) q) #s(literal 3 binary64))) (sqrt.f64 (-.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64))))) |
(/.f64 (hypot.f64 (pow.f64 (-.f64 p r) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) q) #s(literal 3 binary64))) (sqrt.f64 (-.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) #s(literal 2 binary64))))) |
(sqrt.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) |
(hypot.f64 (neg.f64 (-.f64 p r)) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (neg.f64 (-.f64 p r)) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (neg.f64 (-.f64 p r)) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (neg.f64 (-.f64 p r)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (-.f64 p r)) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (neg.f64 (-.f64 p r)) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (neg.f64 (-.f64 p r)) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (-.f64 p r))) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (neg.f64 (-.f64 r p)))) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (fabs.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (exp.f64 (log.f64 (-.f64 p r)))) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (pow.f64 (-.f64 r p) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (neg.f64 (-.f64 r p))) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (fabs.f64 (-.f64 p r))) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (-.f64 p r)) |
(hypot.f64 (neg.f64 (*.f64 #s(literal 2 binary64) q)) (-.f64 r p)) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (-.f64 p r))) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (neg.f64 (-.f64 r p)))) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (exp.f64 (log.f64 (-.f64 p r)))) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (pow.f64 (-.f64 r p) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (-.f64 r p))) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (-.f64 p r))) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (-.f64 p r)) |
(hypot.f64 (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (-.f64 r p)) |
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (neg.f64 (neg.f64 (-.f64 r p))) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (-.f64 p r))) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (neg.f64 (-.f64 r p)))) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (exp.f64 (log.f64 (-.f64 p r)))) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (pow.f64 (-.f64 r p) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (neg.f64 (-.f64 r p))) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (fabs.f64 (-.f64 p r))) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (-.f64 p r)) |
(hypot.f64 (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64))) (-.f64 r p)) |
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (exp.f64 (log.f64 (-.f64 p r))) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (neg.f64 (-.f64 p r))) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (neg.f64 (neg.f64 (-.f64 r p)))) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (neg.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (fabs.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (exp.f64 (log.f64 (-.f64 p r)))) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (pow.f64 (-.f64 r p) #s(literal 1 binary64))) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (neg.f64 (-.f64 r p))) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (fabs.f64 (-.f64 p r))) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (-.f64 p r)) |
(hypot.f64 (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64)) (-.f64 r p)) |
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (neg.f64 (-.f64 p r))) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (neg.f64 (neg.f64 (-.f64 r p)))) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (neg.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (fabs.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (exp.f64 (log.f64 (-.f64 p r)))) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (pow.f64 (-.f64 r p) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (neg.f64 (-.f64 r p))) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (fabs.f64 (-.f64 p r))) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) |
(hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 r p)) |
(hypot.f64 (neg.f64 (-.f64 r p)) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (neg.f64 (-.f64 r p)) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (neg.f64 (-.f64 r p)) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (neg.f64 (-.f64 r p)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (neg.f64 (-.f64 r p)) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (neg.f64 (-.f64 r p)) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (neg.f64 (-.f64 r p)) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (neg.f64 (-.f64 p r))) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (neg.f64 (neg.f64 (-.f64 r p)))) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (neg.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (fabs.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (exp.f64 (log.f64 (-.f64 p r)))) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (pow.f64 (-.f64 r p) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (neg.f64 (-.f64 r p))) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (fabs.f64 (-.f64 p r))) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (-.f64 p r)) |
(hypot.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)) (-.f64 r p)) |
(hypot.f64 (fabs.f64 (-.f64 p r)) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (fabs.f64 (-.f64 p r)) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (fabs.f64 (-.f64 p r)) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (fabs.f64 (-.f64 p r)) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (fabs.f64 (-.f64 p r)) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (fabs.f64 (-.f64 p r)) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (fabs.f64 (-.f64 p r)) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (-.f64 p r) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (-.f64 p r) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (-.f64 p r) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (-.f64 p r) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (-.f64 p r) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (-.f64 p r) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (-.f64 p r) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (-.f64 r p) (neg.f64 (*.f64 #s(literal 2 binary64) q))) |
(hypot.f64 (-.f64 r p) (neg.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (-.f64 r p) (fabs.f64 (*.f64 (fabs.f64 q) #s(literal 2 binary64)))) |
(hypot.f64 (-.f64 r p) (pow.f64 (*.f64 #s(literal -2 binary64) q) #s(literal 1 binary64))) |
(hypot.f64 (-.f64 r p) (*.f64 #s(literal 2 binary64) q)) |
(hypot.f64 (-.f64 r p) (*.f64 (fabs.f64 q) #s(literal 2 binary64))) |
(hypot.f64 (-.f64 r p) (*.f64 #s(literal -2 binary64) q)) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (neg.f64 (-.f64 p r))) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (neg.f64 (neg.f64 (-.f64 r p)))) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (neg.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (fabs.f64 (fabs.f64 (-.f64 p r)))) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (exp.f64 (log.f64 (-.f64 p r)))) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (pow.f64 (-.f64 r p) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (neg.f64 (-.f64 r p))) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (fabs.f64 (-.f64 p r))) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 r p)) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 p) (sqrt.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 p) |
(/.f64 (-.f64 (*.f64 p p) (*.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) (-.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) |
(/.f64 (-.f64 (*.f64 r r) (*.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) (-.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) |
(/.f64 (+.f64 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (*.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))))) |
(/.f64 (+.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) #s(literal 3 binary64))) (fma.f64 r r (-.f64 (*.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) (*.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)))) (neg.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64))) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))) |
(fma.f64 (sqrt.f64 p) (sqrt.f64 p) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) |
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) (/.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) #s(literal 3 binary64)) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))))) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) |
(+.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (fabs.f64 p)) |
(+.f64 (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r))) (fabs.f64 r)) |
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) |
(+.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) |
(*.f64 (neg.f64 (-.f64 p r)) (neg.f64 (-.f64 p r))) |
(*.f64 (neg.f64 (neg.f64 (-.f64 r p))) (neg.f64 (neg.f64 (-.f64 r p)))) |
(*.f64 (neg.f64 (fabs.f64 (-.f64 p r))) (neg.f64 (fabs.f64 (-.f64 p r)))) |
(*.f64 (fabs.f64 (fabs.f64 (-.f64 p r))) (fabs.f64 (fabs.f64 (-.f64 p r)))) |
(*.f64 (exp.f64 (log.f64 (-.f64 p r))) (exp.f64 (log.f64 (-.f64 p r)))) |
(*.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (pow.f64 (-.f64 r p) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 r p) #s(literal 1 binary64)) (-.f64 r p)) |
(*.f64 (neg.f64 (-.f64 r p)) (neg.f64 (-.f64 r p))) |
(*.f64 (fabs.f64 (-.f64 p r)) (fabs.f64 (-.f64 p r))) |
(*.f64 (-.f64 p r) (-.f64 p r)) |
(*.f64 (-.f64 r p) (-.f64 r p)) |
(pow.f64 (exp.f64 (log.f64 (-.f64 p r))) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 (-.f64 r p)) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 (-.f64 p r)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (-.f64 p r) #s(literal 2 binary64)) |
(pow.f64 (-.f64 r p) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 (+.f64 p r) (-.f64 p r)) (-.f64 p r)) (+.f64 p r)) |
(/.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 p r)) (fma.f64 p p (*.f64 r (+.f64 p r)))) |
(/.f64 (*.f64 (*.f64 (+.f64 p r) (-.f64 r p)) (-.f64 r p)) (+.f64 p r)) |
(/.f64 (*.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (-.f64 r p)) (fma.f64 p (+.f64 p r) (*.f64 r r))) |
(/.f64 (*.f64 (-.f64 p r) (*.f64 (+.f64 p r) (-.f64 p r))) (+.f64 p r)) |
(/.f64 (*.f64 (-.f64 p r) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 p p (*.f64 r (+.f64 p r)))) |
(/.f64 (*.f64 (-.f64 r p) (*.f64 (+.f64 p r) (-.f64 r p))) (+.f64 p r)) |
(/.f64 (*.f64 (-.f64 r p) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (fma.f64 p (+.f64 p r) (*.f64 r r))) |
(/.f64 (*.f64 (*.f64 (+.f64 p r) (-.f64 p r)) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (*.f64 (+.f64 p r) (fma.f64 p p (*.f64 r (+.f64 p r))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 (+.f64 p r) (-.f64 p r))) (*.f64 (fma.f64 p p (*.f64 r (+.f64 p r))) (+.f64 p r))) |
(/.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (*.f64 (fma.f64 p p (*.f64 r (+.f64 p r))) (fma.f64 p p (*.f64 r (+.f64 p r))))) |
(/.f64 (*.f64 (*.f64 (+.f64 p r) (-.f64 r p)) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (*.f64 (+.f64 p r) (fma.f64 p (+.f64 p r) (*.f64 r r)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (*.f64 (+.f64 p r) (-.f64 r p))) (*.f64 (fma.f64 p (+.f64 p r) (*.f64 r r)) (+.f64 p r))) |
(/.f64 (*.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (*.f64 (fma.f64 p (+.f64 p r) (*.f64 r r)) (fma.f64 p (+.f64 p r) (*.f64 r r)))) |
(/.f64 (*.f64 (*.f64 (+.f64 p r) (-.f64 r p)) (*.f64 (+.f64 p r) (-.f64 r p))) (*.f64 (+.f64 p r) (+.f64 p r))) |
(/.f64 (*.f64 (*.f64 (+.f64 p r) (-.f64 p r)) (*.f64 (+.f64 p r) (-.f64 p r))) (*.f64 (+.f64 p r) (+.f64 p r))) |
(neg.f64 (neg.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) |
(fabs.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (-.f64 r p)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (-.f64 p r)) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (-.f64 p r)) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 (-.f64 p r)) #s(literal 2 binary64)))) |
Compiled 15 775 to 2 263 computations (85.7% saved)
14 alts after pruning (14 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 486 | 14 | 500 |
| Fresh | 0 | 0 | 0 |
| Picked | 2 | 0 | 2 |
| Done | 0 | 0 | 0 |
| Total | 488 | 14 | 502 |
| Status | Accuracy | Program |
|---|---|---|
| 26.7% | (*.f64 (fma.f64 (sqrt.f64 r) (sqrt.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) #s(literal 1/2 binary64)) | |
| 23.8% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 #s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) | |
| 38.2% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))) | |
| 46.3% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64)) | |
| ▶ | 41.4% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) |
| ▶ | 22.3% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64)) |
| 2.8% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64)) | |
| 5.3% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) #s(literal 1/2 binary64)) | |
| 56.5% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64)))) | |
| ▶ | 60.6% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
| ▶ | 5.6% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
| 2.7% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) | |
| 39.1% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) | |
| ▶ | 3.1% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
Compiled 910 to 602 computations (33.8% saved)
Found 15 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r) | |
| cost-diff | 0 | #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) | |
| cost-diff | 0 | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64)) | |
| cost-diff | 2 | (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) | |
| cost-diff | 0 | (+.f64 p (fabs.f64 p)) | |
| cost-diff | 0 | (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) | |
| cost-diff | 0 | #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) | |
| cost-diff | 0 | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) | |
| cost-diff | 0 | (*.f64 #s(literal -1/2 binary64) r) | |
| cost-diff | 0 | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) | |
| cost-diff | 0 | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) | |
| cost-diff | 0 | (+.f64 p (fabs.f64 p)) | |
| cost-diff | 0 | (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) | |
| cost-diff | 0 | (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))) | |
| cost-diff | 0 | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 45 | 441 |
| 0 | 68 | 427 |
| 1 | 132 | 423 |
| 2 | 338 | 423 |
| 3 | 1039 | 423 |
| 4 | 2973 | 423 |
| 0 | 8417 | 370 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
(fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))) |
(+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) |
(+.f64 p (fabs.f64 p)) |
p |
(fabs.f64 p) |
(-.f64 (fabs.f64 r) r) |
(fabs.f64 r) |
r |
#s(literal 1/2 binary64) |
(/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)) |
(*.f64 (neg.f64 q) q) |
(neg.f64 q) |
q |
(-.f64 r p) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
q |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(literal -1/2 binary64) r) |
#s(literal -1/2 binary64) |
r |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) |
(+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) |
(+.f64 p (fabs.f64 p)) |
p |
(fabs.f64 p) |
(-.f64 (fabs.f64 r) r) |
(fabs.f64 r) |
r |
#s(literal 1/2 binary64) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) |
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r) |
(fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) |
(/.f64 #s(literal -2 binary64) r) |
#s(literal -2 binary64) |
r |
(/.f64 (*.f64 q q) r) |
(*.f64 q q) |
q |
(-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) |
(/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) |
(+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) |
(+.f64 p (fabs.f64 r)) |
p |
(fabs.f64 r) |
(fabs.f64 p) |
#s(literal 1 binary64) |
#s(literal 1/2 binary64) |
| Outputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 (fma.f64 #s(literal -1/2 binary64) (-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p))) (*.f64 (/.f64 q (-.f64 r p)) q)))) |
(neg.f64 (fma.f64 #s(literal -1/2 binary64) (-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p))) (*.f64 (/.f64 q (-.f64 r p)) q))) |
(-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p))) |
(+.f64 (fabs.f64 p) p) |
p |
(fabs.f64 p) |
(-.f64 (fabs.f64 r) r) |
(fabs.f64 r) |
r |
#s(literal 1/2 binary64) |
(*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) |
(*.f64 (neg.f64 q) q) |
(neg.f64 q) |
q |
(-.f64 r p) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
q |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(literal -1/2 binary64) r) |
#s(literal -1/2 binary64) |
r |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p)))) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p)))) |
(-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p))) |
(+.f64 (fabs.f64 p) p) |
p |
(fabs.f64 p) |
(-.f64 (fabs.f64 r) r) |
(fabs.f64 r) |
r |
#s(literal 1/2 binary64) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1 binary64)) r (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1 binary64)) r (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) |
(fma.f64 (-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1 binary64)) r (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64))) |
(-.f64 (/.f64 (fma.f64 (*.f64 (/.f64 q r) #s(literal -2 binary64)) q (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))) r) #s(literal 1 binary64)) |
(/.f64 #s(literal -2 binary64) r) |
#s(literal -2 binary64) |
r |
(/.f64 (*.f64 q q) r) |
(*.f64 q q) |
q |
(-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1 binary64)) |
(/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) |
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) |
(+.f64 (fabs.f64 r) p) |
p |
(fabs.f64 r) |
(fabs.f64 p) |
#s(literal 1 binary64) |
#s(literal 1/2 binary64) |
Found 15 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 7.35095435534833 | (/.f64 (*.f64 q q) r) | |
| accuracy | 10.74207799928772 | (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) | |
| accuracy | 29.134050888476835 | (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) | |
| accuracy | 33.923722979288776 | #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) | |
| accuracy | 0.0 | (fabs.f64 r) | |
| accuracy | 0.0 | (fabs.f64 p) | |
| accuracy | 0.00390625 | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) | |
| accuracy | 37.48259872072878 | #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) | |
| accuracy | 0.0 | (*.f64 #s(literal -1/2 binary64) r) | |
| accuracy | 60.419198419290005 | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) | |
| accuracy | 62.00193433887856 | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) | |
| accuracy | 0.0 | (fabs.f64 p) | |
| accuracy | 0.00390625 | (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))) | |
| accuracy | 7.12361493694258 | (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)) | |
| accuracy | 22.004040146235614 | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
| 106.0ms | 165× | 1 | valid |
| 59.0ms | 89× | 2 | valid |
| 0.0ms | 2× | 0 | valid |
Compiled 354 to 36 computations (89.8% saved)
ival-sub: 31.0ms (24.7% of total)adjust: 28.0ms (22.3% of total)ival-mult: 25.0ms (19.9% of total)ival-add: 13.0ms (10.4% of total)ival-div: 12.0ms (9.6% of total)ival-hypot: 12.0ms (9.6% of total)ival-fabs: 3.0ms (2.4% of total)exact: 1.0ms (0.8% of total)ival-neg: 1.0ms (0.8% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
(fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))) |
(+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) |
(+.f64 p (fabs.f64 p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(literal -1/2 binary64) r) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) |
(fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) |
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r) |
(/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)) |
(fabs.f64 p) |
(fabs.f64 r) |
(+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) |
(-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) |
(/.f64 (*.f64 q q) r) |
| Outputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3)))))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2)))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3)))))))))))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (- (+ (fabs p) (fabs r)) r))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r))) |
#s(approx (+ p (fabs p)) #s(hole binary64 (fabs p))) |
#s(approx (+ p (fabs p)) #s(hole binary64 (+ p (fabs p)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (+ p (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (pow q 2) r)))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (* -1 (/ (pow q 2) r))))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2)))))))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3)))))))))) |
#s(approx (fabs p) #s(hole binary64 (fabs p))) |
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (fabs r)))) |
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 (+ p (+ (fabs p) (fabs r))))) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1))) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 p))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 p)) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* p (- (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ r p))))) |
#s(approx (+ p (fabs p)) #s(hole binary64 p)) |
#s(approx (+ p (fabs p)) #s(hole binary64 (* p (+ 1 (/ (fabs p) p))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (/ p r))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (* p (pow r 2)))) (+ (/ 1 r) (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r))))) (/ 1 p))))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 p)) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* p (+ 1 (/ (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) p))))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (pow q 2) p))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (pow q 2))) p))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (+ (/ (* (pow q 2) (pow r 3)) (pow p 3)) (pow q 2)))) p))) |
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 p)) |
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 (* p (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p)))))) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (/ p r))) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (* p (- (+ (/ 1 r) (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r)))) (/ 1 p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))))) |
#s(approx (+ p (fabs p)) #s(hole binary64 (* -1 (* p (- (* -1 (/ (fabs p) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1))))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1) p)) (/ 1 r)))))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -1 (* p (- (* -1 (/ (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) p)) 1))))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* (pow q 2) r) (/ (* (pow q 2) (pow r 2)) p)) p)) (* -1 (pow q 2))) p)))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow q 2) (pow r 2))) (* -1 (/ (* (pow q 2) (pow r 3)) p))) p)) (* (pow q 2) r)) p)) (* -1 (pow q 2))) p)))) |
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1))))) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1) p)) (/ 1 r)))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3)))))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (+ p (+ (fabs p) (fabs r))))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))) |
#s(approx (* -1/2 r) #s(hole binary64 (* -1/2 r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (* -2 (/ (pow q 2) (pow r 2))))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (fabs r))))) (pow r 2)))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))) (pow r 2)))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -2 (/ (pow q 2) r)))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (fabs r))))) r))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))) r))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (/ (* (pow q 2) r) (pow p 2)) (/ (pow q 2) p)))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* r (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p)))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* r (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p)))) |
#s(approx (fabs r) #s(hole binary64 (fabs r))) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (/ (+ p (+ (fabs p) (fabs r))) r))) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (/ (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))) r))) |
#s(approx (/ (* q q) r) #s(hole binary64 (/ (pow q 2) r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1/2 r))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2)))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* -1 r))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 -1)) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -1 r))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1)))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (* -1 (pow q 2)))) r))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (+ (* -1 (/ (* (pow p 3) (pow q 2)) (pow r 3))) (* -1 (pow q 2))))) r))) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 -1)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #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 (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1))))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (- (* -1 (/ (+ (* -1 (+ p (+ (fabs p) (fabs r)))) (* 2 (/ (pow q 2) r))) r)) 1))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r))))) r))))))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (* (pow p 2) (pow q 2)) r)) (* p (pow q 2))) r)) (pow q 2)) r)))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (/ (* (pow p 3) (pow q 2)) r) (* -1 (* (pow p 2) (pow q 2)))) r)) (* p (pow q 2))) r)) (pow q 2)) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (+ (* -2 (/ (pow q 2) r)) (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (pow q 2) (- r p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (* (pow q 2) (- (+ (/ p (* (pow q 2) r)) (+ (/ (fabs p) (* (pow q 2) r)) (/ (fabs r) (* (pow q 2) r)))) (+ (* 2 (/ 1 (pow r 2))) (/ 1 (pow q 2))))))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* (pow q 2) (- (/ (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) (pow q 2)) (* 2 (/ 1 r)))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 18.0ms | r | @ | inf | ((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (+ (+ p (fabs p)) (- (fabs r) r)) (+ p (fabs p)) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (* -1/2 r) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (/ (* (neg q) q) (- r p)) (fabs p) (fabs r) (+ (+ p (fabs r)) (fabs p)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) (/ (* q q) r)) |
| 5.0ms | p | @ | inf | ((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (+ (+ p (fabs p)) (- (fabs r) r)) (+ p (fabs p)) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (* -1/2 r) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (/ (* (neg q) q) (- r p)) (fabs p) (fabs r) (+ (+ p (fabs r)) (fabs p)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) (/ (* q q) r)) |
| 4.0ms | p | @ | 0 | ((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (+ (+ p (fabs p)) (- (fabs r) r)) (+ p (fabs p)) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (* -1/2 r) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (/ (* (neg q) q) (- r p)) (fabs p) (fabs r) (+ (+ p (fabs r)) (fabs p)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) (/ (* q q) r)) |
| 4.0ms | q | @ | inf | ((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (+ (+ p (fabs p)) (- (fabs r) r)) (+ p (fabs p)) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (* -1/2 r) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (/ (* (neg q) q) (- r p)) (fabs p) (fabs r) (+ (+ p (fabs r)) (fabs p)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) (/ (* q q) r)) |
| 3.0ms | r | @ | 0 | ((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (+ (+ p (fabs p)) (- (fabs r) r)) (+ p (fabs p)) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (* -1/2 r) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (/ (* (neg q) q) (- r p)) (fabs p) (fabs r) (+ (+ p (fabs r)) (fabs p)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) (/ (* q q) r)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 910 | 6956 |
| 1 | 2516 | 6681 |
| 0 | 8658 | 6049 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3)))))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2)))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3)))))))))))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (- (+ (fabs p) (fabs r)) r))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r))) |
#s(approx (+ p (fabs p)) #s(hole binary64 (fabs p))) |
#s(approx (+ p (fabs p)) #s(hole binary64 (+ p (fabs p)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (+ p (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (pow q 2) r)))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (* -1 (/ (pow q 2) r))))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2)))))))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3)))))))))) |
#s(approx (fabs p) #s(hole binary64 (fabs p))) |
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 (+ (fabs p) (fabs r)))) |
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 (+ p (+ (fabs p) (fabs r))))) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1))) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 p))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 p)) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* p (- (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ r p))))) |
#s(approx (+ p (fabs p)) #s(hole binary64 p)) |
#s(approx (+ p (fabs p)) #s(hole binary64 (* p (+ 1 (/ (fabs p) p))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (/ p r))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (* p (pow r 2)))) (+ (/ 1 r) (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r))))) (/ 1 p))))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 p)) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* p (+ 1 (/ (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) p))))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (pow q 2) p))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (pow q 2))) p))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (+ (/ (* (pow q 2) (pow r 3)) (pow p 3)) (pow q 2)))) p))) |
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 p)) |
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 (* p (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p)))))) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (/ p r))) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (* p (- (+ (/ 1 r) (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r)))) (/ 1 p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))))) |
#s(approx (+ p (fabs p)) #s(hole binary64 (* -1 (* p (- (* -1 (/ (fabs p) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1))))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1) p)) (/ 1 r)))))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -1 (* p (- (* -1 (/ (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) p)) 1))))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* (pow q 2) r) (/ (* (pow q 2) (pow r 2)) p)) p)) (* -1 (pow q 2))) p)))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow q 2) (pow r 2))) (* -1 (/ (* (pow q 2) (pow r 3)) p))) p)) (* (pow q 2) r)) p)) (* -1 (pow q 2))) p)))) |
#s(approx (+ (+ p (fabs r)) (fabs p)) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1))))) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1) p)) (/ 1 r)))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3)))))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (+ p (+ (fabs p) (fabs r))))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))) |
#s(approx (* -1/2 r) #s(hole binary64 (* -1/2 r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (* -2 (/ (pow q 2) (pow r 2))))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (fabs r))))) (pow r 2)))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))) (pow r 2)))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -2 (/ (pow q 2) r)))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (fabs r))))) r))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))) r))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (/ (* (pow q 2) r) (pow p 2)) (/ (pow q 2) p)))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* r (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p)))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (+ (* r (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p)))) |
#s(approx (fabs r) #s(hole binary64 (fabs r))) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (/ (+ p (+ (fabs p) (fabs r))) r))) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 (/ (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))) r))) |
#s(approx (/ (* q q) r) #s(hole binary64 (/ (pow q 2) r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1/2 r))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2)))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* -1 r))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 -1)) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -1 r))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1)))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (* -1 (pow q 2)))) r))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (+ (* -1 (/ (* (pow p 3) (pow q 2)) (pow r 3))) (* -1 (pow q 2))))) r))) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(hole binary64 -1)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #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 (+ (+ p (fabs p)) (- (fabs r) r)) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1))))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (- (* -1 (/ (+ (* -1 (+ p (+ (fabs p) (fabs r)))) (* 2 (/ (pow q 2) r))) r)) 1))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r))))) r))))))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (* (pow p 2) (pow q 2)) r)) (* p (pow q 2))) r)) (pow q 2)) r)))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (/ (* (pow p 3) (pow q 2)) r) (* -1 (* (pow p 2) (pow q 2)))) r)) (* p (pow q 2))) r)) (pow q 2)) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (+ (* -2 (/ (pow q 2) r)) (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))))) |
#s(approx (/ (* (neg q) q) (- r p)) #s(hole binary64 (* -1 (/ (pow q 2) (- r p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(hole binary64 (* (pow q 2) (- (+ (/ p (* (pow q 2) r)) (+ (/ (fabs p) (* (pow q 2) r)) (/ (fabs r) (* (pow q 2) r)))) (+ (* 2 (/ 1 (pow r 2))) (/ 1 (pow q 2))))))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) #s(hole binary64 (* (pow q 2) (- (/ (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) (pow q 2)) (* 2 (/ 1 r)))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2))))) |
| Outputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (fma.f64 (*.f64 #s(literal -1/4 binary64) p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 #s(literal 1/2 binary64) r))) p (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (fma.f64 (*.f64 #s(literal -1/4 binary64) p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 #s(literal 1/2 binary64) r)) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 p r)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 #s(literal -1/4 binary64) p))) p (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q r)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (fma.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64))) p (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q r))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (fma.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) #s(literal 1/2 binary64))) p (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q r))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (fma.f64 (fma.f64 (neg.f64 p) (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64)))) (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64)))) p (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q r))))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p)))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p)))) |
#s(approx (+ p (fabs p)) (fabs.f64 p)) |
#s(approx (+ p (fabs p)) (+.f64 (fabs.f64 p) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (neg.f64 r))) p (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 p r)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) p (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r)) p (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) r) #s(literal 1 binary64))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (-.f64 (/.f64 (fma.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) q (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p))) r) #s(literal 1 binary64))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) r) #s(literal 1 binary64)) r)) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (fma.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) r) #s(literal 1 binary64)) r p)) |
#s(approx (/ (* (neg q) q) (- r p)) (*.f64 (neg.f64 q) (/.f64 q r))) |
#s(approx (/ (* (neg q) q) (- r p)) (neg.f64 (fma.f64 q (/.f64 q r) (*.f64 (/.f64 p r) (/.f64 (*.f64 q q) r))))) |
#s(approx (/ (* (neg q) q) (- r p)) (fma.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))))) p (*.f64 (neg.f64 q) (/.f64 q r)))) |
#s(approx (/ (* (neg q) q) (- r p)) (fma.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (neg.f64 p) (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64)))))) p (*.f64 (neg.f64 q) (/.f64 q r)))) |
#s(approx (fabs p) (fabs.f64 p)) |
#s(approx (+ (+ p (fabs r)) (fabs p)) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
#s(approx (+ (+ p (fabs r)) (fabs p)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) #s(literal 1 binary64))) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64) (-.f64 (*.f64 (/.f64 (neg.f64 q) p) (/.f64 q p)) #s(literal 1/2 binary64))) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64) (fma.f64 (/.f64 (neg.f64 q) p) (/.f64 q p) (*.f64 (*.f64 (neg.f64 q) q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))))) #s(literal 1/2 binary64)) p)) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (fma.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) p)) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (fma.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) p) #s(literal 1/2 binary64) (fma.f64 (/.f64 q p) (/.f64 q p) #s(literal 1/2 binary64))) p)) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (+.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) (fma.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) p)) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) p)) p)) |
#s(approx (+ p (fabs p)) p) |
#s(approx (+ p (fabs p)) (fma.f64 (/.f64 (fabs.f64 p) p) p p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) r)) p) #s(literal 1 binary64)) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) r)) p) #s(literal 1 binary64))) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (*.f64 (*.f64 q q) #s(literal -2 binary64)) (/.f64 r (pow.f64 p #s(literal 3 binary64))) (-.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) r)) p) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p)))) p)) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (/.f64 p r)) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -2 binary64) (*.f64 r r)) (/.f64 (*.f64 q q) p) (+.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) r))) (/.f64 #s(literal 1 binary64) p)) p)) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) p) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (fma.f64 (*.f64 p r) (/.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) r) #s(literal 1 binary64)) p) p)) |
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (*.f64 q q) p)) |
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p)) p)) |
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (fma.f64 (*.f64 q q) (+.f64 (/.f64 r p) (*.f64 (/.f64 r p) (/.f64 r p))) (*.f64 q q)) p)) |
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (fma.f64 (*.f64 q q) (fma.f64 (/.f64 r p) (/.f64 r p) (pow.f64 (/.f64 r p) #s(literal 3 binary64))) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)) |
#s(approx (+ (+ p (fabs r)) (fabs p)) p) |
#s(approx (+ (+ p (fabs r)) (fabs p)) (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) p p)) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) (/.f64 p r)) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) (*.f64 (-.f64 (+.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 p r)) (/.f64 #s(literal 1 binary64) r)) (/.f64 #s(literal 1 binary64) p)) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (+ p (fabs p)) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fabs.f64 p) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (fabs.f64 p))) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (fabs.f64 r)) (-.f64 (fabs.f64 p) r)) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)) (-.f64 (fabs.f64 p) r)) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) r) #s(literal 1 binary64)) (neg.f64 p)) (/.f64 #s(literal 1 binary64) r)))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (neg.f64 p) (-.f64 (*.f64 (neg.f64 r) (/.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) r) #s(literal 1 binary64)) p)) #s(literal 1 binary64)))) |
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)) |
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) (+.f64 (/.f64 (*.f64 r r) p) r)) p))) (neg.f64 p))) |
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (fma.f64 (*.f64 r q) q (/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 q q) (fma.f64 r r (/.f64 (pow.f64 r #s(literal 3 binary64)) p)))) p)) p))) (neg.f64 p))) |
#s(approx (+ (+ p (fabs r)) (fabs p)) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) #s(literal 1 binary64)) (neg.f64 p)) (/.f64 #s(literal 1 binary64) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (fma.f64 (*.f64 #s(literal -1/4 binary64) r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 #s(literal 1/2 binary64) p))) r (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (fma.f64 (*.f64 #s(literal -1/4 binary64) r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 #s(literal 1/2 binary64) p)) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 p r)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 #s(literal -1/4 binary64) r))) r (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (fma.f64 (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64)) r (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (fma.f64 (-.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) #s(literal 1/2 binary64)) r (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (fma.f64 (fma.f64 (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64)))) r (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64))) r (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p)))) |
#s(approx (* -1/2 r) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (neg.f64 p))) r (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 p r)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) r (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p)) r (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r (*.f64 (*.f64 q q) #s(literal -2 binary64))) (*.f64 r r))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (/.f64 (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) r (*.f64 (*.f64 q q) #s(literal -2 binary64))) (*.f64 r r))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r (*.f64 (*.f64 q q) #s(literal -2 binary64))) r)) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (/.f64 (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) r (*.f64 (*.f64 q q) #s(literal -2 binary64))) r)) |
#s(approx (/ (* (neg q) q) (- r p)) (fma.f64 (/.f64 (*.f64 q q) p) (/.f64 r p) (/.f64 (*.f64 q q) p))) |
#s(approx (/ (* (neg q) q) (- r p)) (fma.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) r (/.f64 (*.f64 q q) p))) |
#s(approx (/ (* (neg q) q) (- r p)) (fma.f64 (fma.f64 (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64)))) r (*.f64 (/.f64 q p) (/.f64 q p))) r (/.f64 (*.f64 q q) p))) |
#s(approx (fabs r) (fabs.f64 r)) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r)) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) r)) |
#s(approx (/ (* q q) r) (/.f64 (*.f64 q q) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))))) #s(literal 1/2 binary64)) r)) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r)) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (-.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) r)) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))))) #s(literal 1/2 binary64)) r)) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (neg.f64 r)) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (fma.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) q (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p))) r) #s(literal 1 binary64)) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (*.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (-.f64 (/.f64 (fma.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) q (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p))) r) #s(literal 1 binary64))) r)) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) #s(literal -1 binary64)) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (neg.f64 r)) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) r)) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (-.f64 (/.f64 (fma.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) q (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p))) r) #s(literal 1 binary64)) r)) |
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) (neg.f64 r))) |
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (fma.f64 (*.f64 (neg.f64 p) p) (*.f64 (/.f64 q r) (/.f64 q r)) (neg.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))))) r)) |
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) r) (*.f64 #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 p p) r) (/.f64 (*.f64 q q) r) (fma.f64 (pow.f64 p #s(literal 3 binary64)) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (*.f64 q q))))) r)) |
#s(approx (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1) #s(literal -1 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 r) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) r) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r)) (neg.f64 r)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q r))) r)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) (neg.f64 r))) r)))) |
#s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (neg.f64 (fma.f64 (neg.f64 r) (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) (neg.f64 r)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (fabs.f64 r)) (-.f64 (fabs.f64 p) p)) (neg.f64 r)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) r)) (-.f64 (fabs.f64 p) p)) (neg.f64 r)) #s(literal 1 binary64)))) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (-.f64 (/.f64 (fma.f64 (/.f64 q r) (*.f64 #s(literal 2 binary64) q) (neg.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) (neg.f64 r)) #s(literal 1 binary64))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (neg.f64 (fma.f64 (neg.f64 r) (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) r))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (neg.f64 (fma.f64 (neg.f64 r) (/.f64 (fma.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) q (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p))) r) r))) |
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) (neg.f64 r))) |
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (fma.f64 q q (/.f64 (fma.f64 (*.f64 (neg.f64 p) p) (/.f64 (*.f64 q q) r) (*.f64 (*.f64 (neg.f64 q) q) p)) (neg.f64 r))) (neg.f64 r))) |
#s(approx (/ (* (neg q) q) (- r p)) (/.f64 (fma.f64 q q (/.f64 (-.f64 (/.f64 (fma.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) q) (/.f64 q r) (*.f64 (*.f64 (*.f64 q q) p) p)) (neg.f64 r)) (*.f64 (*.f64 q q) p)) (neg.f64 r))) (neg.f64 r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) (-.f64 r p)) #s(literal -2 binary64) (fabs.f64 r)) (fabs.f64 p)) (-.f64 p r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (+.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (fma.f64 (-.f64 (*.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (+.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (fma.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) r (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) |
#s(approx (/ (* (neg q) q) (- r p)) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64))) q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 r p) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64))))) #s(literal 1 binary64)) q)) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) (*.f64 q q)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal -2 binary64) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64)) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64))) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 2 binary64))) q)) |
#s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) (*.f64 (*.f64 q q) r)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (*.f64 r r)))) (*.f64 q q))) |
#s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (fma.f64 (/.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) q) (/.f64 r q) (/.f64 #s(literal -2 binary64) r)) (*.f64 q q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (fma.f64 (/.f64 #s(literal 1/128 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) q) (*.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) #s(literal -1/8 binary64))) (neg.f64 q))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (fma.f64 (/.f64 #s(literal 1/64 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) q) (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 r p) #s(literal 2 binary64)))) q)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 45 | 368 |
| 0 | 68 | 340 |
| 1 | 281 | 336 |
| 2 | 2610 | 294 |
| 0 | 8709 | 255 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
(fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p))) |
(+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) |
(+.f64 p (fabs.f64 p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(literal -1/2 binary64) r) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) |
(fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) |
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r) |
(/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)) |
(fabs.f64 p) |
(fabs.f64 r) |
(+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) |
(-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) |
(/.f64 (*.f64 q q) r) |
| Outputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (-.f64 r p)))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 2 binary64))) (pow.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) #s(literal 2 binary64)))) (neg.f64 (-.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1/4 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 2 binary64)))))) (neg.f64 (neg.f64 (fma.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64) (*.f64 q (/.f64 q (-.f64 r p))))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1/8 binary64) (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))))) (neg.f64 (neg.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (-.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)))))))) |
(/.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1/4 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 2 binary64)))) (fma.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64) (*.f64 q (/.f64 q (-.f64 r p))))) |
(/.f64 (-.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 2 binary64))) (pow.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1/4 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 2 binary64))))) (neg.f64 (fma.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64) (*.f64 q (/.f64 q (-.f64 r p)))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1/8 binary64) (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64))))) (neg.f64 (+.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 2 binary64))) (-.f64 (pow.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) (-.f64 r p))))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1/8 binary64) (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64))))) (neg.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (-.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64))))))) |
(/.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1/8 binary64) (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (+.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 2 binary64))) (-.f64 (pow.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) (-.f64 r p)))))) |
(/.f64 (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1/8 binary64) (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (-.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)))))) |
(fma.f64 (fabs.f64 (/.f64 (*.f64 q q) (*.f64 (+.f64 p r) (-.f64 r p)))) (fabs.f64 (+.f64 p r)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64))) |
(fma.f64 (fabs.f64 (/.f64 (*.f64 q q) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))))) (fabs.f64 (fma.f64 p (+.f64 p r) (*.f64 r r))) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64))) |
(fma.f64 (fabs.f64 (/.f64 q (-.f64 r p))) q (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64))) |
(fma.f64 (/.f64 (*.f64 q q) (*.f64 (+.f64 p r) (-.f64 r p))) (+.f64 p r) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64))) |
(fma.f64 (/.f64 (*.f64 q q) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (fma.f64 p (+.f64 p r) (*.f64 r r)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64))) |
(fma.f64 (/.f64 q (-.f64 r p)) (neg.f64 q) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64))) |
(fma.f64 (neg.f64 q) (/.f64 q (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64))) |
(fma.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (-.f64 r p))) |
(fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (+.f64 p p) r) r) (/.f64 (*.f64 q q) (-.f64 r p))) |
(fma.f64 q (fabs.f64 (/.f64 q (-.f64 r p))) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64))) |
(fma.f64 q (fabs.f64 (/.f64 (neg.f64 q) (-.f64 r p))) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64))) |
(fma.f64 q (/.f64 (neg.f64 q) (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (fma.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64) (*.f64 q (/.f64 q (-.f64 r p))))) (/.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 2 binary64))) (fma.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64) (*.f64 q (/.f64 q (-.f64 r p)))))) |
(-.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) (*.f64 q (/.f64 q (-.f64 r p)))) |
(-.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) (*.f64 (neg.f64 (neg.f64 q)) (/.f64 q (-.f64 r p)))) |
(-.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 (neg.f64 (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64))) |
(-.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 #s(literal -1/2 binary64) (-.f64 (+.f64 (+.f64 p p) r) r))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (-.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)))))) (/.f64 (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (fma.f64 (pow.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (-.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64))))))) |
(+.f64 (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64)) (/.f64 (*.f64 q q) (-.f64 r p))) |
(+.f64 (/.f64 (*.f64 q q) (-.f64 r p)) (*.f64 (-.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (+.f64 p p) r) #s(literal 2 binary64)) (*.f64 r r))) (neg.f64 (+.f64 (+.f64 (+.f64 p p) r) r))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 r r) #s(literal 2 binary64)) (pow.f64 (+.f64 p p) #s(literal 2 binary64)))) (neg.f64 (-.f64 (-.f64 r r) (+.f64 p p)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 (+.f64 p r) r) #s(literal 2 binary64)))) (neg.f64 (-.f64 p (-.f64 (+.f64 p r) r)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (+.f64 p p) r) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (+.f64 (+.f64 p p) r) #s(literal 2 binary64)) (fma.f64 r r (*.f64 (+.f64 (+.f64 p p) r) r))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (+.f64 p r) r) #s(literal 3 binary64)))) (neg.f64 (fma.f64 p p (-.f64 (pow.f64 (-.f64 (+.f64 p r) r) #s(literal 2 binary64)) (*.f64 p (-.f64 (+.f64 p r) r)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (pow.f64 (-.f64 r r) #s(literal 2 binary64))))) (neg.f64 (neg.f64 (-.f64 (+.f64 p p) (-.f64 r r))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (-.f64 r r) #s(literal 3 binary64)) (pow.f64 (+.f64 p p) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (-.f64 r r) (-.f64 (-.f64 r r) (+.f64 p p)) (pow.f64 (+.f64 p p) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (+.f64 r r) (-.f64 r r)) (-.f64 p p) (*.f64 (+.f64 r r) (*.f64 p (-.f64 p p))))) (neg.f64 (*.f64 (+.f64 r r) (-.f64 p p)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (+.f64 r r) (-.f64 r r)) (fma.f64 p (-.f64 p p) (*.f64 p p)) (*.f64 (+.f64 r r) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))))) (neg.f64 (*.f64 (+.f64 r r) (fma.f64 p (-.f64 p p) (*.f64 p p))))) |
(/.f64 (neg.f64 (fma.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 p p) (*.f64 (fma.f64 r (+.f64 r r) (*.f64 r r)) (*.f64 p (-.f64 p p))))) (neg.f64 (*.f64 (fma.f64 r (+.f64 r r) (*.f64 r r)) (-.f64 p p)))) |
(/.f64 (neg.f64 (fma.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (fma.f64 p (-.f64 p p) (*.f64 p p)) (*.f64 (fma.f64 r (+.f64 r r) (*.f64 r r)) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))))) (neg.f64 (*.f64 (fma.f64 r (+.f64 r r) (*.f64 r r)) (fma.f64 p (-.f64 p p) (*.f64 p p))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 p (-.f64 p p)) (+.f64 r r) (*.f64 (-.f64 p p) (*.f64 (+.f64 r r) (-.f64 r r))))) (neg.f64 (*.f64 (-.f64 p p) (+.f64 r r)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 p (-.f64 p p)) (fma.f64 r (+.f64 r r) (*.f64 r r)) (*.f64 (-.f64 p p) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))))) (neg.f64 (*.f64 (-.f64 p p) (fma.f64 r (+.f64 r r) (*.f64 r r))))) |
(/.f64 (neg.f64 (fma.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (+.f64 r r) (*.f64 (fma.f64 p (-.f64 p p) (*.f64 p p)) (*.f64 (+.f64 r r) (-.f64 r r))))) (neg.f64 (*.f64 (fma.f64 p (-.f64 p p) (*.f64 p p)) (+.f64 r r)))) |
(/.f64 (neg.f64 (fma.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 r (+.f64 r r) (*.f64 r r)) (*.f64 (fma.f64 p (-.f64 p p) (*.f64 p p)) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))))) (neg.f64 (*.f64 (fma.f64 p (-.f64 p p) (*.f64 p p)) (fma.f64 r (+.f64 r r) (*.f64 r r))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (+.f64 p p) r) #s(literal 2 binary64)) (*.f64 r r)) (+.f64 (+.f64 (+.f64 p p) r) r)) |
(/.f64 (-.f64 (pow.f64 (-.f64 r r) #s(literal 2 binary64)) (pow.f64 (+.f64 p p) #s(literal 2 binary64))) (-.f64 (-.f64 r r) (+.f64 p p))) |
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 (+.f64 p r) r) #s(literal 2 binary64))) (-.f64 p (-.f64 (+.f64 p r) r))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (+.f64 p p) r) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (+.f64 (pow.f64 (+.f64 (+.f64 p p) r) #s(literal 2 binary64)) (fma.f64 r r (*.f64 (+.f64 (+.f64 p p) r) r)))) |
(/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (+.f64 p r) r) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (pow.f64 (-.f64 (+.f64 p r) r) #s(literal 2 binary64)) (*.f64 p (-.f64 (+.f64 p r) r))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (pow.f64 (-.f64 r r) #s(literal 2 binary64)))) (neg.f64 (-.f64 (+.f64 p p) (-.f64 r r)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (-.f64 r r) #s(literal 3 binary64)) (pow.f64 (+.f64 p p) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (-.f64 r r) #s(literal 2 binary64)) (-.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (*.f64 (-.f64 r r) (+.f64 p p)))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (-.f64 r r) #s(literal 3 binary64)) (pow.f64 (+.f64 p p) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (-.f64 r r) (-.f64 (-.f64 r r) (+.f64 p p)) (pow.f64 (+.f64 p p) #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 (+.f64 r r) (-.f64 r r)) (-.f64 p p) (*.f64 (+.f64 r r) (*.f64 p (-.f64 p p)))) (*.f64 (+.f64 r r) (-.f64 p p))) |
(/.f64 (fma.f64 (*.f64 (+.f64 r r) (-.f64 r r)) (fma.f64 p (-.f64 p p) (*.f64 p p)) (*.f64 (+.f64 r r) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))))) (*.f64 (+.f64 r r) (fma.f64 p (-.f64 p p) (*.f64 p p)))) |
(/.f64 (fma.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 p p) (*.f64 (fma.f64 r (+.f64 r r) (*.f64 r r)) (*.f64 p (-.f64 p p)))) (*.f64 (fma.f64 r (+.f64 r r) (*.f64 r r)) (-.f64 p p))) |
(/.f64 (fma.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (fma.f64 p (-.f64 p p) (*.f64 p p)) (*.f64 (fma.f64 r (+.f64 r r) (*.f64 r r)) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))))) (*.f64 (fma.f64 r (+.f64 r r) (*.f64 r r)) (fma.f64 p (-.f64 p p) (*.f64 p p)))) |
(/.f64 (fma.f64 (*.f64 p (-.f64 p p)) (+.f64 r r) (*.f64 (-.f64 p p) (*.f64 (+.f64 r r) (-.f64 r r)))) (*.f64 (-.f64 p p) (+.f64 r r))) |
(/.f64 (fma.f64 (*.f64 p (-.f64 p p)) (fma.f64 r (+.f64 r r) (*.f64 r r)) (*.f64 (-.f64 p p) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (*.f64 (-.f64 p p) (fma.f64 r (+.f64 r r) (*.f64 r r)))) |
(/.f64 (fma.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (+.f64 r r) (*.f64 (fma.f64 p (-.f64 p p) (*.f64 p p)) (*.f64 (+.f64 r r) (-.f64 r r)))) (*.f64 (fma.f64 p (-.f64 p p) (*.f64 p p)) (+.f64 r r))) |
(/.f64 (fma.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 r (+.f64 r r) (*.f64 r r)) (*.f64 (fma.f64 p (-.f64 p p) (*.f64 p p)) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (*.f64 (fma.f64 p (-.f64 p p) (*.f64 p p)) (fma.f64 r (+.f64 r r) (*.f64 r r)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (pow.f64 (-.f64 r r) #s(literal 2 binary64))) (-.f64 (+.f64 p p) (-.f64 r r))) |
(/.f64 (+.f64 (pow.f64 (-.f64 r r) #s(literal 3 binary64)) (pow.f64 (+.f64 p p) #s(literal 3 binary64))) (+.f64 (pow.f64 (-.f64 r r) #s(literal 2 binary64)) (-.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (*.f64 (-.f64 r r) (+.f64 p p))))) |
(/.f64 (+.f64 (pow.f64 (-.f64 r r) #s(literal 3 binary64)) (pow.f64 (+.f64 p p) #s(literal 3 binary64))) (fma.f64 (-.f64 r r) (-.f64 (-.f64 r r) (+.f64 p p)) (pow.f64 (+.f64 p p) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (-.f64 (+.f64 p p) (-.f64 r r))) (/.f64 (pow.f64 (-.f64 r r) #s(literal 2 binary64)) (-.f64 (+.f64 p p) (-.f64 r r)))) |
(-.f64 (+.f64 (+.f64 p p) r) r) |
(-.f64 r (-.f64 r (+.f64 p p))) |
(+.f64 (/.f64 (pow.f64 (+.f64 p p) #s(literal 3 binary64)) (fma.f64 (-.f64 r r) (-.f64 (-.f64 r r) (+.f64 p p)) (pow.f64 (+.f64 p p) #s(literal 2 binary64)))) (/.f64 (pow.f64 (-.f64 r r) #s(literal 3 binary64)) (fma.f64 (-.f64 r r) (-.f64 (-.f64 r r) (+.f64 p p)) (pow.f64 (+.f64 p p) #s(literal 2 binary64))))) |
(+.f64 (-.f64 (+.f64 p r) r) p) |
(+.f64 (-.f64 r r) (+.f64 p p)) |
(+.f64 (+.f64 p p) (-.f64 r r)) |
(+.f64 p (-.f64 (+.f64 p r) r)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 p (-.f64 p p)))) (neg.f64 (neg.f64 (-.f64 p p)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 p (-.f64 p p) (*.f64 p p))))) |
(/.f64 (neg.f64 (*.f64 p (-.f64 p p))) (neg.f64 (-.f64 p p))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (neg.f64 (fma.f64 p (-.f64 p p) (*.f64 p p)))) |
(/.f64 (*.f64 p (-.f64 p p)) (-.f64 p p)) |
(/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 p (-.f64 p p) (*.f64 p p))) |
(-.f64 (/.f64 (*.f64 p p) (-.f64 p p)) (/.f64 (*.f64 p p) (-.f64 p p))) |
(+.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) (fma.f64 p (-.f64 p p) (*.f64 p p))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (fma.f64 p (-.f64 p p) (*.f64 p p)))) |
(+.f64 p p) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(literal -1/2 binary64) r) |
(*.f64 r #s(literal -1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 2 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))))) (neg.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 3 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 2 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))) (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64)))))) (neg.f64 (neg.f64 (fma.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 r (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64))))) (neg.f64 (*.f64 r (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 r (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64))))) (neg.f64 (*.f64 r (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) q) q) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 (*.f64 r r) (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64))))) (neg.f64 (*.f64 (*.f64 r r) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) q) q) (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 (*.f64 r r) (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64))))) (neg.f64 (*.f64 (*.f64 r r) (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r))))) |
(/.f64 (neg.f64 (fma.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) r (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64))))) (neg.f64 (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) r))) |
(/.f64 (neg.f64 (fma.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 r r) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) q) q)))) (neg.f64 (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 r r)))) |
(/.f64 (neg.f64 (fma.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64)) r (*.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64))))) (neg.f64 (*.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) r))) |
(/.f64 (neg.f64 (fma.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 r r) (*.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 (*.f64 #s(literal 2 binary64) q) q)))) (neg.f64 (*.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 r r)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (+.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))) |
(/.f64 (-.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)))) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 3 binary64)) #s(literal 1 binary64)) (+.f64 (pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 2 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))) (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64)))) (neg.f64 (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64))))) (neg.f64 (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64)) (/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) q) q) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)))) (*.f64 r r))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64))))) (neg.f64 (fma.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 r (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)))) (*.f64 r (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)))) |
(/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 r (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 r (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) q) q) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 (*.f64 r r) (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 r r) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 #s(literal 2 binary64) q) q) (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 (*.f64 r r) (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 r r) (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)))) |
(/.f64 (fma.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) r (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) r)) |
(/.f64 (fma.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 r r) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) q) q))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) (*.f64 r r))) |
(/.f64 (fma.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64)) r (*.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) (*.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) r)) |
(/.f64 (fma.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 r r) (*.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 (*.f64 #s(literal 2 binary64) q) q))) (*.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) (*.f64 r r))) |
(/.f64 (-.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))) (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64))) (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))) |
(/.f64 (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64)))) (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64)) (/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) q) q) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)))) (*.f64 r r)))) |
(/.f64 (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64)))) (fma.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))))) |
(fma.f64 (fabs.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q)) (fabs.f64 (/.f64 q r)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64))) |
(fma.f64 (fabs.f64 (/.f64 (*.f64 q q) r)) (fabs.f64 (/.f64 #s(literal -2 binary64) r)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64))) |
(fma.f64 (fabs.f64 (/.f64 #s(literal -2 binary64) r)) (fabs.f64 (/.f64 (*.f64 q q) r)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64))) |
(fma.f64 #s(literal 2 binary64) (fabs.f64 (/.f64 (/.f64 (*.f64 q q) r) r)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64))) |
(fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (*.f64 r r)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (*.f64 q q) r) (/.f64 #s(literal -2 binary64) r) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64))) |
(fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64))) |
(fma.f64 #s(literal -2 binary64) (/.f64 (/.f64 (*.f64 q q) r) r) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64))) |
(fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (*.f64 r r)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64))) |
(fma.f64 q (fabs.f64 (*.f64 (/.f64 q r) (/.f64 #s(literal -2 binary64) r))) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64))) |
(fma.f64 q (*.f64 (/.f64 q r) (/.f64 #s(literal -2 binary64) r)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64))) |
(-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))) (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))) (/.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64)) (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))) |
(-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)) |
(-.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (*.f64 (neg.f64 (/.f64 #s(literal -2 binary64) r)) (/.f64 (*.f64 q q) r))) |
(-.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))) |
(-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)))) |
(+.f64 (/.f64 (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64))) (fma.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))))) (/.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (fma.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))))) |
(+.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal -1 binary64)) |
(+.f64 (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64))) |
(+.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)) r)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)) r)) |
(*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)) r) |
(*.f64 r (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))) (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64))) r)) (neg.f64 (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64)))) r)) (neg.f64 (fma.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 r (-.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))) (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64))))) (neg.f64 (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 r (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64)))))) (neg.f64 (fma.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))) (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64))) r) (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64)))) r) (fma.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))))) |
(/.f64 (*.f64 r (-.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))) (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 2 binary64)))) (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))) |
(/.f64 (*.f64 r (+.f64 (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64))))) (fma.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (+.f64 (+.f64 p p) r)) r) #s(literal 1 binary64))))) |
(fma.f64 (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)) r (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) r)) |
(fma.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) r (*.f64 (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)) r)) |
(fma.f64 r (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)) (*.f64 r (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)))) |
(fma.f64 r (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) (*.f64 r (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)))) |
(+.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)) r) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) r)) |
(+.f64 (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) r) (*.f64 (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)) r)) |
(+.f64 (*.f64 r (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))) (*.f64 r (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)))) |
(+.f64 (*.f64 r (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64))) (*.f64 r (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)))) |
(*.f64 (fabs.f64 (/.f64 (*.f64 q q) (*.f64 (+.f64 p r) (-.f64 r p)))) (fabs.f64 (+.f64 p r))) |
(*.f64 (fabs.f64 (/.f64 (*.f64 q q) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))))) (fabs.f64 (fma.f64 p (+.f64 p r) (*.f64 r r)))) |
(*.f64 (fabs.f64 (/.f64 q (-.f64 r p))) q) |
(*.f64 (/.f64 (*.f64 q q) (*.f64 (+.f64 p r) (-.f64 r p))) (+.f64 p r)) |
(*.f64 (/.f64 (*.f64 q q) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (fma.f64 p (+.f64 p r) (*.f64 r r))) |
(*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) |
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))) |
(*.f64 q (fabs.f64 (/.f64 q (-.f64 r p)))) |
(*.f64 q (fabs.f64 (/.f64 (neg.f64 q) (-.f64 r p)))) |
(*.f64 q (/.f64 (neg.f64 q) (-.f64 r p))) |
(/.f64 (*.f64 q q) (neg.f64 (neg.f64 (neg.f64 (-.f64 r p))))) |
(/.f64 (*.f64 q q) (neg.f64 (neg.f64 (-.f64 r p)))) |
(/.f64 (*.f64 q q) (neg.f64 (-.f64 r p))) |
(/.f64 (*.f64 q q) (-.f64 r p)) |
(neg.f64 (*.f64 q (/.f64 q (-.f64 r p)))) |
(neg.f64 (/.f64 (*.f64 q q) (-.f64 r p))) |
(sqrt.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 r p) #s(literal 2 binary64)))) |
(fabs.f64 (*.f64 q (/.f64 q (-.f64 r p)))) |
(fabs.f64 (/.f64 (*.f64 q q) (-.f64 r p))) |
p |
r |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (*.f64 r r))) (neg.f64 (-.f64 (+.f64 p p) r))) |
(/.f64 (neg.f64 (-.f64 (*.f64 p p) (pow.f64 (+.f64 p r) #s(literal 2 binary64)))) (neg.f64 (-.f64 p (+.f64 p r)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 p p) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (-.f64 (*.f64 r r) (*.f64 (+.f64 p p) r))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 p r) #s(literal 2 binary64)) (*.f64 p p)))) (neg.f64 (neg.f64 (-.f64 (+.f64 p r) p)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 p r) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 p (-.f64 p (+.f64 p r)) (pow.f64 (+.f64 p r) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (*.f64 r r)) (-.f64 (+.f64 p p) r)) |
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (+.f64 p r) #s(literal 2 binary64))) (-.f64 p (+.f64 p r))) |
(/.f64 (+.f64 (pow.f64 (+.f64 p p) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (+.f64 (pow.f64 (+.f64 p p) #s(literal 2 binary64)) (-.f64 (*.f64 r r) (*.f64 (+.f64 p p) r)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 p r) #s(literal 2 binary64)) (*.f64 p p))) (neg.f64 (-.f64 (+.f64 p r) p))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 p r) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (neg.f64 (fma.f64 p p (-.f64 (pow.f64 (+.f64 p r) #s(literal 2 binary64)) (*.f64 p (+.f64 p r)))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 p r) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (neg.f64 (fma.f64 p (-.f64 p (+.f64 p r)) (pow.f64 (+.f64 p r) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 p r) #s(literal 2 binary64)) (*.f64 p p)) (-.f64 (+.f64 p r) p)) |
(/.f64 (+.f64 (pow.f64 (+.f64 p r) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 p p (-.f64 (pow.f64 (+.f64 p r) #s(literal 2 binary64)) (*.f64 p (+.f64 p r))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 p r) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 p (-.f64 p (+.f64 p r)) (pow.f64 (+.f64 p r) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (pow.f64 (+.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 p r) p)) (/.f64 (*.f64 p p) (-.f64 (+.f64 p r) p))) |
(+.f64 (/.f64 (pow.f64 (+.f64 p r) #s(literal 3 binary64)) (fma.f64 p (-.f64 p (+.f64 p r)) (pow.f64 (+.f64 p r) #s(literal 2 binary64)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (fma.f64 p (-.f64 p (+.f64 p r)) (pow.f64 (+.f64 p r) #s(literal 2 binary64))))) |
(+.f64 (+.f64 p p) r) |
(+.f64 p (+.f64 p r)) |
(+.f64 (+.f64 p r) p) |
(+.f64 r (+.f64 p p)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)))) (neg.f64 (neg.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64)))) (neg.f64 (neg.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64))) (neg.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) #s(literal 1 binary64)) (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) |
(fma.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64) #s(literal -1 binary64)) |
(-.f64 (/.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64))) (pow.f64 (-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 3 binary64)) (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r))) (pow.f64 (+.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (+.f64 (+.f64 p p) r) r)) #s(literal -1 binary64))) |
(-.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal 1 binary64)) |
(+.f64 (/.f64 (+.f64 p r) r) (-.f64 (/.f64 p r) #s(literal 1 binary64))) |
(+.f64 (/.f64 (+.f64 (+.f64 p p) r) r) #s(literal -1 binary64)) |
(*.f64 (/.f64 q r) q) |
(*.f64 (neg.f64 q) (/.f64 (neg.f64 q) r)) |
(*.f64 (neg.f64 q) (/.f64 q (neg.f64 r))) |
(*.f64 q (/.f64 q r)) |
(/.f64 (*.f64 q q) (neg.f64 (neg.f64 (neg.f64 r)))) |
(/.f64 (*.f64 q q) (neg.f64 (neg.f64 r))) |
(/.f64 (*.f64 q q) (neg.f64 r)) |
(/.f64 (*.f64 q q) r) |
(neg.f64 (/.f64 (*.f64 q q) r)) |
Compiled 26 771 to 2 290 computations (91.4% saved)
22 alts after pruning (19 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 458 | 13 | 471 |
| Fresh | 3 | 6 | 9 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 0 | 0 |
| Total | 463 | 22 | 485 |
| Status | Accuracy | Program |
|---|---|---|
| 23.8% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 #s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) | |
| ▶ | 38.2% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))) |
| 12.7% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64)) | |
| 46.3% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64)) | |
| ▶ | 14.2% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64)) |
| ✓ | 41.4% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) |
| 30.1% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64)) | |
| 26.4% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))) r)) #s(literal 1/2 binary64)) | |
| 9.8% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64)) | |
| 5.3% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64)) | |
| 27.6% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) #s(literal 1/2 binary64)) | |
| 2.8% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64)) | |
| ▶ | 55.6% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
| 21.6% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (-.f64 r r) (+.f64 p p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) | |
| 46.1% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) #s(approx (/ (* (neg q) q) (- r p)) (/.f64 (*.f64 q q) p)))) | |
| 11.2% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (neg.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) | |
| 12.5% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) | |
| ✓ | 5.6% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
| 2.7% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) | |
| ▶ | 39.1% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
| ▶ | 42.6% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
| ✓ | 3.1% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
Compiled 1 588 to 988 computations (37.8% saved)
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | (+.f64 (fabs.f64 p) (fabs.f64 r)) | |
| cost-diff | 0 | (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) | |
| cost-diff | 0 | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))) | |
| cost-diff | 2 | (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) | |
| cost-diff | 0 | (neg.f64 q) | |
| cost-diff | 0 | #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) | |
| cost-diff | 0 | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) | |
| cost-diff | 1 | (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))) | |
| cost-diff | 0 | #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) | |
| cost-diff | 0 | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64)) | |
| cost-diff | 2 | (-.f64 r r) | |
| cost-diff | 2 | (+.f64 (-.f64 r r) (+.f64 p p)) | |
| cost-diff | 0 | (neg.f64 q) | |
| cost-diff | 0 | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) | |
| cost-diff | 0 | (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) | |
| cost-diff | 0 | (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) | |
| cost-diff | 0 | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) | |
| cost-diff | 1 | (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 51 | 412 |
| 0 | 74 | 384 |
| 1 | 142 | 380 |
| 2 | 310 | 380 |
| 3 | 951 | 380 |
| 4 | 2887 | 372 |
| 0 | 8316 | 316 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
(fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) |
(-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) |
(fabs.f64 r) |
r |
(-.f64 r (+.f64 (fabs.f64 p) p)) |
(+.f64 (fabs.f64 p) p) |
(fabs.f64 p) |
p |
#s(literal 1/2 binary64) |
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))) |
(neg.f64 q) |
q |
(/.f64 q (-.f64 r p)) |
(-.f64 r p) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
(neg.f64 q) |
q |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) |
(+.f64 (-.f64 r r) (+.f64 p p)) |
(-.f64 r r) |
r |
(+.f64 p p) |
p |
#s(literal 1/2 binary64) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) |
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))) |
(neg.f64 q) |
q |
(/.f64 q (-.f64 r p)) |
(-.f64 r p) |
r |
p |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))) |
(/.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)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(fabs.f64 p) |
p |
(fabs.f64 r) |
r |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)) |
(*.f64 #s(literal 2 binary64) q) |
q |
| Outputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 p r)) q))) |
(fma.f64 (-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p))) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 p r)) q)) |
(-.f64 (+.f64 (fabs.f64 r) p) (-.f64 r (fabs.f64 p))) |
(fabs.f64 r) |
r |
(-.f64 r (+.f64 (fabs.f64 p) p)) |
(+.f64 (fabs.f64 p) p) |
(fabs.f64 p) |
p |
#s(literal 1/2 binary64) |
(*.f64 (/.f64 q (-.f64 p r)) q) |
(neg.f64 q) |
q |
(/.f64 q (-.f64 r p)) |
(-.f64 r p) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
(neg.f64 q) |
q |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) p)) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) p)) |
(*.f64 #s(literal 2 binary64) p) |
#s(literal 0 binary64) |
r |
(*.f64 #s(literal 2 binary64) p) |
p |
#s(literal 1/2 binary64) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (/.f64 q (-.f64 p r)) q))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (/.f64 q (-.f64 p r)) q)) |
(*.f64 (/.f64 q (-.f64 p r)) q) |
(neg.f64 q) |
q |
(/.f64 q (-.f64 r p)) |
(-.f64 r p) |
r |
p |
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) #s(literal 1/2 binary64)) |
#s(literal 1/2 binary64) |
#s(literal 1 binary64) |
#s(literal 2 binary64) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(fabs.f64 p) |
p |
(fabs.f64 r) |
r |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)) |
(*.f64 #s(literal 2 binary64) q) |
q |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 0.0 | (fabs.f64 p) | |
| accuracy | 0.00390625 | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))) | |
| accuracy | 27.553143862448145 | (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) | |
| accuracy | 38.99925442760333 | #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)) | |
| accuracy | 0.01171875 | (/.f64 q (-.f64 r p)) | |
| accuracy | 0.109375 | (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))) | |
| accuracy | 14.700061735036192 | #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) | |
| accuracy | 22.004040146235614 | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) | |
| accuracy | 0.0 | (+.f64 (-.f64 r r) (+.f64 p p)) | |
| accuracy | 0.0 | (+.f64 p p) | |
| accuracy | 0.00390625 | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64)) | |
| accuracy | 54.909558021191614 | #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) | |
| accuracy | 0.0 | (neg.f64 q) | |
| accuracy | 38.97349656698284 | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) | |
| accuracy | 0.01171875 | (/.f64 q (-.f64 r p)) | |
| accuracy | 0.109375 | (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))) | |
| accuracy | 14.511891678343181 | (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) | |
| accuracy | 22.004040146235614 | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
| 55.0ms | 76× | 2 | valid |
| 51.0ms | 105× | 1 | valid |
| 17.0ms | 75× | 0 | valid |
Compiled 329 to 40 computations (87.8% saved)
adjust: 21.0ms (23.2% of total)ival-mult: 17.0ms (18.7% of total)ival-hypot: 15.0ms (16.5% of total)ival-add: 14.0ms (15.4% of total)ival-sub: 13.0ms (14.3% of total)ival-div: 7.0ms (7.7% of total)ival-fabs: 3.0ms (3.3% of total)ival-neg: 1.0ms (1.1% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| Inputs |
|---|
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
(fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) |
(-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
(neg.f64 q) |
(+.f64 (-.f64 r r) (+.f64 p p)) |
(-.f64 r r) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(/.f64 q (-.f64 r p)) |
(+.f64 p p) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)) |
(fabs.f64 p) |
| Outputs |
|---|
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) r)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (* -1 (/ (pow q 2) r))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2)))))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3)))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3)))))))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2)))))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3)))))))))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (- (+ (fabs p) (fabs r)) r))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r))) |
#s(approx (+ (- r r) (+ p p)) #s(hole binary64 (* 2 p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2)))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3)))))))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #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 (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 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 (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3)))))))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (+ (fabs p) (fabs r)) #s(hole binary64 (+ (fabs p) (fabs r)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ q r))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (/ q r) (/ (* p q) (pow r 2))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* p (- (/ (* p q) (pow r 3)) (* -1 (/ q (pow r 2))))) (/ q r)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* p (- (* p (- (/ (* p q) (pow r 4)) (* -1 (/ q (pow r 3))))) (* -1 (/ q (pow r 2))))) (/ q r)))) |
#s(approx (+ p p) #s(hole binary64 (* 2 p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3)))))))))))) |
#s(approx (fabs p) #s(hole binary64 (fabs p))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (pow q 2) p))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (pow q 2))) p))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (+ (/ (* (pow q 2) (pow r 3)) (pow p 3)) (pow q 2)))) p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 1/2 p))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 p)) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* p (- (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ r p))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 p))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1/2 p))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ q p)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (+ (* -1 q) (* -1 (/ (* q r) p))) p))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ (* -1 q) (* -1 (/ (* q (pow r 2)) (pow p 2)))) (/ (* q r) p)) p))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ (* -1 q) (* -1 (/ (* q (pow r 3)) (pow p 3)))) (+ (/ (* q r) p) (/ (* q (pow r 2)) (pow p 2)))) p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (* -1 (/ r p)))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #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 (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* (pow q 2) r) (/ (* (pow q 2) (pow r 2)) p)) p)) (* -1 (pow q 2))) p)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow q 2) (pow r 2))) (* -1 (/ (* (pow q 2) (pow r 3)) p))) p)) (* (pow q 2) r)) p)) (* -1 (pow q 2))) p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (/ (* q r) p)) p)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (* -1 (/ (- (* -1 (/ (* q (pow r 2)) p)) (* q r)) p))) p)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (* -1 (/ (- (* -1 (/ (- (/ (* q (pow r 3)) p) (* -1 (* q (pow r 2)))) p)) (* q r)) p))) p)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ r p))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p))))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (/ (* (pow q 2) r) (pow p 2)) (/ (pow q 2) p)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* r (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* r (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3)))))))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (+ p (+ (fabs p) (fabs r))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))) |
#s(approx (- r r) #s(hole binary64 0)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #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 (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 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 (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3)))))))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* -1 (/ (* q r) (pow p 2)))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* r (- (* -1 (/ (* q r) (pow p 3))) (/ q (pow p 2))))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* r (- (* r (- (* -1 (/ (* q r) (pow p 4))) (/ q (pow p 3)))) (/ q (pow p 2))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3)))))))))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (* -1 (pow q 2)))) r))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (+ (* -1 (/ (* (pow p 3) (pow q 2)) (pow r 3))) (* -1 (pow q 2))))) r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1/2 r))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2)))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 r))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1/2 r))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1/2 r))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (+ q (/ (* p q) r)) r))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ q (/ (* (pow p 2) q) (pow r 2))) (* -1 (/ (* p q) r))) r))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ q (/ (* (pow p 3) q) (pow r 3))) (+ (* -1 (/ (* p q) r)) (* -1 (/ (* (pow p 2) q) (pow r 2))))) r))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (* -1 (/ p r)))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #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 (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (* (pow p 2) (pow q 2)) r)) (* p (pow q 2))) r)) (pow q 2)) r)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (/ (* (pow p 3) (pow q 2)) r) (* -1 (* (pow p 2) (pow q 2)))) r)) (* p (pow q 2))) r)) (pow q 2)) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #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) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #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 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 1/2 r))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (* p q) r))) r)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (+ (* p q) (/ (* (pow p 2) q) r)) r))) r)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow p 2) q)) (* -1 (/ (* (pow p 3) q) r))) r)) (* p q)) r))) r)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 r))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ p r))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r))))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (neg q) #s(hole binary64 (* -1 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ q (- r p)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- r p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* 2 (/ (pow q 2) (- r p)))) p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))) p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))) p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 q))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* 2 q))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- r p) 6) (pow q 6))) (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -2 q))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- r p) 6) (pow q 6))) (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 4.0ms | q | @ | inf | ((* (neg q) (/ q (- r p))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (- (fabs r) (- r (+ (fabs p) p))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg q) (+ (- r r) (+ p p)) (- r r) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (/ 1 2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (fabs p) (fabs r)) (/ q (- r p)) (+ p p) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fabs p)) |
| 3.0ms | r | @ | inf | ((* (neg q) (/ q (- r p))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (- (fabs r) (- r (+ (fabs p) p))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg q) (+ (- r r) (+ p p)) (- r r) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (/ 1 2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (fabs p) (fabs r)) (/ q (- r p)) (+ p p) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fabs p)) |
| 2.0ms | p | @ | 0 | ((* (neg q) (/ q (- r p))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (- (fabs r) (- r (+ (fabs p) p))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg q) (+ (- r r) (+ p p)) (- r r) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (/ 1 2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (fabs p) (fabs r)) (/ q (- r p)) (+ p p) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fabs p)) |
| 2.0ms | q | @ | -inf | ((* (neg q) (/ q (- r p))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (- (fabs r) (- r (+ (fabs p) p))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg q) (+ (- r r) (+ p p)) (- r r) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (/ 1 2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (fabs p) (fabs r)) (/ q (- r p)) (+ p p) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fabs p)) |
| 2.0ms | p | @ | inf | ((* (neg q) (/ q (- r p))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (- (fabs r) (- r (+ (fabs p) p))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg q) (+ (- r r) (+ p p)) (- r r) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (/ 1 2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+ (fabs p) (fabs r)) (/ q (- r p)) (+ p p) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fabs p)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1160 | 11961 |
| 1 | 3221 | 11871 |
| 0 | 8147 | 10416 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) r)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (* -1 (/ (pow q 2) r))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2)))))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3)))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3)))))))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2)))))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3)))))))))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (- (+ (fabs p) (fabs r)) r))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r))) |
#s(approx (+ (- r r) (+ p p)) #s(hole binary64 (* 2 p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2)))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3)))))))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #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 (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 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 (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3)))))))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (+ (fabs p) (fabs r)) #s(hole binary64 (+ (fabs p) (fabs r)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ q r))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (/ q r) (/ (* p q) (pow r 2))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* p (- (/ (* p q) (pow r 3)) (* -1 (/ q (pow r 2))))) (/ q r)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* p (- (* p (- (/ (* p q) (pow r 4)) (* -1 (/ q (pow r 3))))) (* -1 (/ q (pow r 2))))) (/ q r)))) |
#s(approx (+ p p) #s(hole binary64 (* 2 p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3)))))))))))) |
#s(approx (fabs p) #s(hole binary64 (fabs p))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (pow q 2) p))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (pow q 2))) p))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (+ (/ (* (pow q 2) (pow r 3)) (pow p 3)) (pow q 2)))) p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 1/2 p))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 p)) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* p (- (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ r p))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 p))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1/2 p))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ q p)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (+ (* -1 q) (* -1 (/ (* q r) p))) p))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ (* -1 q) (* -1 (/ (* q (pow r 2)) (pow p 2)))) (/ (* q r) p)) p))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ (* -1 q) (* -1 (/ (* q (pow r 3)) (pow p 3)))) (+ (/ (* q r) p) (/ (* q (pow r 2)) (pow p 2)))) p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (* -1 (/ r p)))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #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 (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* (pow q 2) r) (/ (* (pow q 2) (pow r 2)) p)) p)) (* -1 (pow q 2))) p)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow q 2) (pow r 2))) (* -1 (/ (* (pow q 2) (pow r 3)) p))) p)) (* (pow q 2) r)) p)) (* -1 (pow q 2))) p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (/ (* q r) p)) p)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (* -1 (/ (- (* -1 (/ (* q (pow r 2)) p)) (* q r)) p))) p)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (* -1 (/ (- (* -1 (/ (- (/ (* q (pow r 3)) p) (* -1 (* q (pow r 2)))) p)) (* q r)) p))) p)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ r p))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p))))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (/ (* (pow q 2) r) (pow p 2)) (/ (pow q 2) p)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* r (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* r (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3)))))))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (+ p (+ (fabs p) (fabs r))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))) |
#s(approx (- r r) #s(hole binary64 0)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #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 (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 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 (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3)))))))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* -1 (/ (* q r) (pow p 2)))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* r (- (* -1 (/ (* q r) (pow p 3))) (/ q (pow p 2))))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* r (- (* r (- (* -1 (/ (* q r) (pow p 4))) (/ q (pow p 3)))) (/ q (pow p 2))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* r (+ (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3)))))))))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (* -1 (pow q 2)))) r))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (+ (* -1 (/ (* (pow p 3) (pow q 2)) (pow r 3))) (* -1 (pow q 2))))) r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1/2 r))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2)))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 r))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1/2 r))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1/2 r))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (+ q (/ (* p q) r)) r))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ q (/ (* (pow p 2) q) (pow r 2))) (* -1 (/ (* p q) r))) r))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ q (/ (* (pow p 3) q) (pow r 3))) (+ (* -1 (/ (* p q) r)) (* -1 (/ (* (pow p 2) q) (pow r 2))))) r))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (* -1 (/ p r)))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #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 (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (* (pow p 2) (pow q 2)) r)) (* p (pow q 2))) r)) (pow q 2)) r)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (/ (* (pow p 3) (pow q 2)) r) (* -1 (* (pow p 2) (pow q 2)))) r)) (* p (pow q 2))) r)) (pow q 2)) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #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) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #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 (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 1/2 r))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (* p q) r))) r)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (+ (* p q) (/ (* (pow p 2) q) r)) r))) r)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow p 2) q)) (* -1 (/ (* (pow p 3) q) r))) r)) (* p q)) r))) r)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 r))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ p r))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r))))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (neg q) #s(hole binary64 (* -1 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ q (- r p)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- r p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* 2 (/ (pow q 2) (- r p)))) p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))) p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (- (+ r (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))) p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 q))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* 2 q))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- r p) 6) (pow q 6))) (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -2 q))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (* 1/4 (/ (pow (- r p) 2) (pow q 2))))))))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) #s(hole binary64 (* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- r p) 6) (pow q 6))) (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))))) |
| Outputs |
|---|
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)) |
#s(approx (* (neg q) (/ q (- r p))) (neg.f64 (fma.f64 (/.f64 p r) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 q q) r)))) |
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))))) p (/.f64 (*.f64 (neg.f64 q) q) r))) |
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (neg.f64 (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))))) p)) p (/.f64 (*.f64 (neg.f64 q) q) r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 p (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) #s(literal -1/4 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) p (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) p (*.f64 (*.f64 #s(literal 1/2 binary64) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) p (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (+.f64 (fma.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64))) p (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) (/.f64 (*.f64 (neg.f64 q) q) r))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (+.f64 (fma.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))) #s(literal 1/2 binary64)) p (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) (/.f64 (*.f64 (neg.f64 q) q) r))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -1 binary64) (fma.f64 (+.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64))) (*.f64 (neg.f64 (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))))) p)) p (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p)))) |
#s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 p r) (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 p (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) r)) p (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) p (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) r)) p (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (+.f64 (fma.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64))) p (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) (/.f64 (*.f64 (neg.f64 q) q) r))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (+.f64 (fma.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))) #s(literal 1/2 binary64)) p (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) (/.f64 (*.f64 (neg.f64 q) q) r))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -1 binary64) (fma.f64 (+.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64))) (*.f64 (neg.f64 (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))))) p)) p (*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 p (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) #s(literal -1/4 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) p (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) p (*.f64 (*.f64 #s(literal 1/2 binary64) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) p (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) #s(literal 1/2 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 p r) (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 p (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) r)) p (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) p (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) r)) p (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (+ (fabs p) (fabs r)) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
#s(approx (/ q (- r p)) (/.f64 q r)) |
#s(approx (/ q (- r p)) (fma.f64 (/.f64 p r) (/.f64 q r) (/.f64 q r))) |
#s(approx (/ q (- r p)) (fma.f64 (fma.f64 p (/.f64 q (pow.f64 r #s(literal 3 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 q (*.f64 r r)))) p (/.f64 q r))) |
#s(approx (/ q (- r p)) (fma.f64 (fma.f64 (fma.f64 p (/.f64 q (pow.f64 r #s(literal 4 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 q (pow.f64 r #s(literal 3 binary64))))) p (*.f64 #s(literal 1 binary64) (/.f64 q (*.f64 r r)))) p (/.f64 q r))) |
#s(approx (+ p p) (*.f64 #s(literal 2 binary64) p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 p (*.f64 (neg.f64 r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (fma.f64 (*.f64 p (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) #s(literal 1/2 binary64) (*.f64 (neg.f64 r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) p (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) p (*.f64 (neg.f64 r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) p (hypot.f64 (*.f64 #s(literal -2 binary64) q) r))) |
#s(approx (fabs p) (fabs.f64 p)) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p)) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p)) p)) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 (*.f64 q q) (+.f64 (/.f64 r p) (*.f64 (/.f64 r p) (/.f64 r p))) (*.f64 q q)) p)) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 (*.f64 q q) (/.f64 r p) (fma.f64 (*.f64 q q) (fma.f64 (/.f64 r p) (/.f64 r p) (pow.f64 (/.f64 r p) #s(literal 3 binary64))) (*.f64 q q))) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 r)) p) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 p p))) #s(literal 1/2 binary64)) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (*.f64 q q) (neg.f64 (/.f64 r (pow.f64 p #s(literal 3 binary64)))) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 p p)))) #s(literal 1/2 binary64)) p)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) p)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (/.f64 q p) (/.f64 q p))) p)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))))) p)) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) p) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p)) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64))) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64)))) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))) #s(literal -2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) (+.f64 (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (/.f64 (neg.f64 r) p)) #s(literal 1 binary64))) p)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) p)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (*.f64 (/.f64 q p) (/.f64 q p))) p)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (+.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))))) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 r)) p) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 p p))) #s(literal 1/2 binary64)) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (*.f64 q q) (neg.f64 (/.f64 r (pow.f64 p #s(literal 3 binary64)))) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 p p)))) #s(literal 1/2 binary64)) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64))) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64)))) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))) #s(literal -2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) (+.f64 (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (/.f64 (neg.f64 r) p)) #s(literal 1 binary64))) p)) |
#s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p)) |
#s(approx (/ q (- r p)) (/.f64 (fma.f64 q (/.f64 r p) q) (neg.f64 p))) |
#s(approx (/ q (- r p)) (/.f64 (-.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 r r) p) (/.f64 q p) q)) (*.f64 q (/.f64 r p))) p)) |
#s(approx (/ q (- r p)) (/.f64 (-.f64 (neg.f64 (fma.f64 q (pow.f64 (/.f64 r p) #s(literal 3 binary64)) q)) (*.f64 q (fma.f64 (/.f64 r p) (/.f64 r p) (/.f64 r p)))) p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) p) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64)) p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (+.f64 (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (/.f64 (neg.f64 r) p)) #s(literal 1 binary64)) p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (+.f64 (fma.f64 #s(literal 2 binary64) (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) (/.f64 (neg.f64 r) p)) #s(literal 1 binary64)) p)) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) (neg.f64 p))) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) (+.f64 (/.f64 (*.f64 r r) p) r)) p))) (neg.f64 p))) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (fma.f64 (*.f64 q q) r (/.f64 (neg.f64 (*.f64 (*.f64 q q) (fma.f64 r r (/.f64 (pow.f64 r #s(literal 3 binary64)) p)))) (neg.f64 p))) p))) (neg.f64 p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) (neg.f64 p))) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) (neg.f64 p))) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (fabs.f64 r)) r)) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p) (fabs.f64 r)) (fabs.f64 p)) r) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) (neg.f64 p))) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) (neg.f64 p))) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (fabs.f64 r)) r)) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p) (fabs.f64 r)) (fabs.f64 p)) r) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (/ q (- r p)) (/.f64 (fma.f64 q (/.f64 r p) q) (neg.f64 p))) |
#s(approx (/ q (- r p)) (/.f64 (fma.f64 (/.f64 (fma.f64 (neg.f64 q) (/.f64 (*.f64 r r) p) (*.f64 (neg.f64 r) q)) p) #s(literal -1 binary64) q) (neg.f64 p))) |
#s(approx (/ q (- r p)) (/.f64 (+.f64 (/.f64 (-.f64 (/.f64 (fma.f64 q (/.f64 (pow.f64 r #s(literal 3 binary64)) p) (*.f64 (*.f64 r r) q)) (neg.f64 p)) (*.f64 r q)) (neg.f64 p)) q) (neg.f64 p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (neg.f64 p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) r) p) #s(literal -1 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (fma.f64 #s(literal 1 binary64) (/.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(literal 1 binary64)))) |
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (/.f64 r p) (/.f64 (*.f64 q q) p) (/.f64 (*.f64 q q) p))) |
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) r (/.f64 (*.f64 q q) p))) |
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (fma.f64 (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64)))) r (*.f64 (/.f64 q p) (/.f64 q p))) r (/.f64 (*.f64 q q) p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) #s(literal -1/4 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) r (*.f64 (*.f64 #s(literal 1/2 binary64) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64)) r (/.f64 (*.f64 q q) p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (fma.f64 (-.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) #s(literal 1/2 binary64)) r (/.f64 (*.f64 q q) p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (fma.f64 (fma.f64 (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64)))) r (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64))) r (/.f64 (*.f64 q q) p)))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (+.f64 (+.f64 (fabs.f64 p) p) (fma.f64 #s(literal -1 binary64) r (fabs.f64 r)))) |
#s(approx (- r r) #s(literal 0 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (*.f64 p r) (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (fma.f64 (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) p)) r (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) r (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) p)) r (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64)) r (/.f64 (*.f64 q q) p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (fma.f64 (-.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) #s(literal 1/2 binary64)) r (/.f64 (*.f64 q q) p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (fma.f64 (fma.f64 (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64)))) r (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64))) r (/.f64 (*.f64 q q) p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) #s(literal -1/4 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) r (*.f64 (*.f64 #s(literal 1/2 binary64) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (*.f64 p r) (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (fma.f64 (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) p)) r (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) r (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) p)) r (fabs.f64 r)) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (/ q (- r p)) (neg.f64 (fma.f64 q (/.f64 r (*.f64 p p)) (/.f64 q p)))) |
#s(approx (/ q (- r p)) (fma.f64 (-.f64 (*.f64 (neg.f64 q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))) (/.f64 q (*.f64 p p))) r (/.f64 (neg.f64 q) p))) |
#s(approx (/ q (- r p)) (fma.f64 (-.f64 (*.f64 (-.f64 (*.f64 (neg.f64 q) (/.f64 r (pow.f64 p #s(literal 4 binary64)))) (/.f64 q (pow.f64 p #s(literal 3 binary64)))) r) (/.f64 q (*.f64 p p))) r (/.f64 (neg.f64 q) p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (*.f64 (neg.f64 r) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (fma.f64 (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) #s(literal 1/2 binary64) (*.f64 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) r (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) r (*.f64 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) r (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q)) (neg.f64 r))) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 p (/.f64 (*.f64 q q) r) (fma.f64 (/.f64 (*.f64 p p) r) (/.f64 (*.f64 q q) r) (*.f64 q q)))) r)) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) r) (*.f64 #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 p p) r) (/.f64 (*.f64 q q) r) (fma.f64 (pow.f64 p #s(literal 3 binary64)) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (*.f64 q q))))) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 p)) r) #s(literal 1/2 binary64) (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r))) #s(literal 1/2 binary64)) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 p)) r) #s(literal 1/2 binary64) (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r)))) #s(literal 1/2 binary64)) r)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) r)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (-.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64))) r)) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1 binary64)) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64))) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64)))) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) (+.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (neg.f64 p) r)) #s(literal 1 binary64))) r)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) r)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (-.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64))) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 p)) r) #s(literal 1/2 binary64) (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r))) #s(literal 1/2 binary64)) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 p)) r) #s(literal 1/2 binary64) (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r)))) #s(literal 1/2 binary64)) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64))) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64)))) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) (+.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (neg.f64 p) r)) #s(literal 1 binary64))) r)) |
#s(approx (/ q (- r p)) (/.f64 (fma.f64 p (/.f64 q r) q) r)) |
#s(approx (/ q (- r p)) (/.f64 (-.f64 (fma.f64 (*.f64 p p) (/.f64 q (*.f64 r r)) q) (*.f64 (neg.f64 p) (/.f64 q r))) r)) |
#s(approx (/ q (- r p)) (/.f64 (-.f64 (fma.f64 (pow.f64 p #s(literal 3 binary64)) (/.f64 q (pow.f64 r #s(literal 3 binary64))) q) (neg.f64 (fma.f64 (/.f64 (*.f64 p p) r) (/.f64 q r) (*.f64 p (/.f64 q r))))) r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) r) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64)) r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (+.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (neg.f64 p) r)) #s(literal 1 binary64)) r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (+.f64 (fma.f64 #s(literal 2 binary64) (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))) (/.f64 (neg.f64 p) r)) #s(literal 1 binary64)) r)) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q)) (neg.f64 r))) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 q q (/.f64 (fma.f64 (*.f64 p p) (/.f64 (*.f64 (neg.f64 q) q) r) (*.f64 (*.f64 (neg.f64 q) q) p)) (neg.f64 r))) (neg.f64 r))) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 q q (/.f64 (-.f64 (/.f64 (-.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (/.f64 (*.f64 q q) r)) (*.f64 (*.f64 (neg.f64 q) q) (*.f64 p p))) (neg.f64 r)) (*.f64 (*.f64 q q) p)) (neg.f64 r))) (neg.f64 r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 r) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) r) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (*.f64 (/.f64 (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q)) r) #s(literal 1 binary64))) (neg.f64 r)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal -1 binary64) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q)) (neg.f64 r))) r) #s(literal -1 binary64) #s(literal 1/2 binary64)))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1 binary64) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) (neg.f64 r)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (fabs.f64 r)) p)) (neg.f64 r)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (-.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q))) r) (fabs.f64 r)) (fabs.f64 p)) p) (neg.f64 r)) #s(literal 1 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r) #s(literal -1 binary64) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q)) (neg.f64 r))) r) #s(literal -1 binary64) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 r) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) r) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (*.f64 (/.f64 (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q)) r) #s(literal 1 binary64))) (neg.f64 r)) #s(literal 1/2 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) (neg.f64 r)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (fabs.f64 r)) p)) (neg.f64 r)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (-.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q))) r) (fabs.f64 r)) (fabs.f64 p)) p) (neg.f64 r)) #s(literal 1 binary64)))) |
#s(approx (/ q (- r p)) (/.f64 (neg.f64 (fma.f64 p (/.f64 q r) q)) (neg.f64 r))) |
#s(approx (/ q (- r p)) (/.f64 (neg.f64 (+.f64 (/.f64 (fma.f64 p q (/.f64 (*.f64 (*.f64 p p) q) r)) r) q)) (neg.f64 r))) |
#s(approx (/ q (- r p)) (/.f64 (neg.f64 (+.f64 (/.f64 (fma.f64 p q (/.f64 (neg.f64 (fma.f64 (*.f64 p p) q (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) q) r))) (neg.f64 r))) r) q)) (neg.f64 r))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (neg.f64 r)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) p) r) #s(literal -1 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q))) r) p) r) #s(literal -1 binary64) #s(literal 1 binary64)))) |
#s(approx (* (neg q) (/ q (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
#s(approx (neg q) (neg.f64 q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fma.f64 (/.f64 (*.f64 q q) (-.f64 r p)) #s(literal -2 binary64) (fabs.f64 r))) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (fabs.f64 r))) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fma.f64 (-.f64 (*.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (fabs.f64 r))) r)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fma.f64 (/.f64 (*.f64 q q) (-.f64 r p)) #s(literal -2 binary64) (fabs.f64 r))) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (fabs.f64 r))) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fma.f64 (-.f64 (*.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (fabs.f64 r))) r)) |
#s(approx (/ q (- r p)) (/.f64 q (-.f64 r p))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (-.f64 r p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (-.f64 (fma.f64 (/.f64 (*.f64 q q) (-.f64 r p)) #s(literal 2 binary64) r) p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (-.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) r) p)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (-.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) r) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64))) q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 r p) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64))))) #s(literal 1 binary64)) q)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) (*.f64 q q)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal -2 binary64) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64)) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64))) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 2 binary64))) q)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) (*.f64 q q)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64))) q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 r p) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64))))) #s(literal 1 binary64)) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal -2 binary64) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64)) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64))) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 2 binary64))) q)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 2 binary64)) q)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 r p) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal -2 binary64)) q)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (-.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 r p) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64))))) #s(literal -2 binary64)) q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (fma.f64 (/.f64 #s(literal 1/128 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) q) (*.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) #s(literal -1/8 binary64))) (neg.f64 q))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (fabs.f64 r)) (fabs.f64 p)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1/64 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) q) (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 r p) #s(literal 2 binary64)))) (neg.f64 q)) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (fma.f64 (/.f64 #s(literal 1/128 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) q) (*.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) #s(literal -1/8 binary64))) (neg.f64 q))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (fabs.f64 r)) (fabs.f64 p)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1/64 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) q) (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 r p) #s(literal 2 binary64)))) (neg.f64 q)) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal -2 binary64) q)) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 2 binary64)) (neg.f64 q))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 r p) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal -2 binary64)) (neg.f64 q))) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 (-.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 r p) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64))))) #s(literal -2 binary64)) (neg.f64 q))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 51 | 354 |
| 0 | 74 | 312 |
| 0 | 346 | 269 |
| 1× | iter limit |
| 1× | iter limit |
| 1× | iter limit |
| 1× | unsound |
| 1× | iter limit |
| Inputs |
|---|
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
(fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) |
(-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
(neg.f64 q) |
(+.f64 (-.f64 r r) (+.f64 p p)) |
(-.f64 r r) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(/.f64 q (-.f64 r p)) |
(+.f64 p p) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)) |
(fabs.f64 p) |
| Outputs |
|---|
(*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) |
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))) |
(/.f64 (neg.f64 (*.f64 (neg.f64 q) q)) (neg.f64 (-.f64 r p))) |
(/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)) |
(neg.f64 (*.f64 q (/.f64 q (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64))) (*.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)))) (-.f64 (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) #s(literal 3 binary64))) (fma.f64 (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q))) (*.f64 (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)))))) |
(fma.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q))) |
(fma.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q))) |
(fma.f64 (/.f64 q (-.f64 r p)) (neg.f64 q) (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64))) |
(fma.f64 (neg.f64 q) (/.f64 q (-.f64 r p)) (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64))) |
(-.f64 (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)) (*.f64 q (/.f64 q (-.f64 r p)))) |
(-.f64 (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)) (*.f64 (neg.f64 (neg.f64 q)) (/.f64 q (-.f64 r p)))) |
(+.f64 (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64)) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q))) |
(+.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 (-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (fabs.f64 r) (fabs.f64 r)) (*.f64 (-.f64 (-.f64 r (fabs.f64 p)) p) (-.f64 (-.f64 r (fabs.f64 p)) p))) (+.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p))) |
(/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 p) p) (+.f64 (fabs.f64 p) p)) (*.f64 (-.f64 (fabs.f64 r) r) (-.f64 (fabs.f64 r) r))) (-.f64 (+.f64 (fabs.f64 p) p) (-.f64 (fabs.f64 r) r))) |
(/.f64 (-.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (-.f64 (-.f64 r (fabs.f64 p)) p) #s(literal 3 binary64))) (fma.f64 (fabs.f64 r) (fabs.f64 r) (fma.f64 (-.f64 (-.f64 r (fabs.f64 p)) p) (-.f64 (-.f64 r (fabs.f64 p)) p) (*.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 p) p) #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) r) #s(literal 3 binary64))) (fma.f64 (+.f64 (fabs.f64 p) p) (+.f64 (fabs.f64 p) p) (-.f64 (*.f64 (-.f64 (fabs.f64 r) r) (-.f64 (fabs.f64 r) r)) (*.f64 (+.f64 (fabs.f64 p) p) (-.f64 (fabs.f64 r) r))))) |
(-.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) |
(-.f64 (fabs.f64 r) (-.f64 (-.f64 r (fabs.f64 p)) p)) |
(+.f64 (-.f64 (fabs.f64 r) r) (+.f64 (fabs.f64 p) p)) |
(+.f64 (+.f64 (fabs.f64 p) p) (-.f64 (fabs.f64 r) r)) |
(+.f64 p (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
(neg.f64 q) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal 2 binary64) p) (*.f64 #s(literal 2 binary64) p))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) p))) |
(/.f64 (+.f64 #s(literal 0 binary64) (pow.f64 (*.f64 #s(literal 2 binary64) p) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) p) (*.f64 #s(literal 2 binary64) p)) (*.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) p))))) |
(fma.f64 #s(literal 2 binary64) p #s(literal 0 binary64)) |
(-.f64 r (-.f64 r (*.f64 #s(literal 2 binary64) p))) |
(+.f64 (+.f64 #s(literal 0 binary64) p) p) |
(+.f64 (*.f64 #s(literal 2 binary64) p) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) p)) |
#s(literal 0 binary64) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 #s(literal 2 binary64) p #s(literal 0 binary64))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 #s(literal 2 binary64) p #s(literal 0 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 #s(literal 2 binary64) p #s(literal 0 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q))) |
#s(literal 1/2 binary64) |
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))) |
(/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)) #s(literal 3 binary64))) (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (fma.f64 #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)) (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))))) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) |
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))) |
(/.f64 (-.f64 (*.f64 (fabs.f64 r) (fabs.f64 r)) (*.f64 (fabs.f64 p) (fabs.f64 p))) (-.f64 (fabs.f64 r) (fabs.f64 p))) |
(/.f64 (-.f64 (*.f64 (fabs.f64 p) (fabs.f64 p)) (*.f64 (fabs.f64 r) (fabs.f64 r))) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
(/.f64 (+.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64))) (fma.f64 (fabs.f64 r) (fabs.f64 r) (-.f64 (*.f64 (fabs.f64 p) (fabs.f64 p)) (*.f64 (fabs.f64 r) (fabs.f64 p))))) |
(/.f64 (+.f64 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (pow.f64 (fabs.f64 r) #s(literal 3 binary64))) (fma.f64 (fabs.f64 p) (fabs.f64 p) (-.f64 (*.f64 (fabs.f64 r) (fabs.f64 r)) (*.f64 (fabs.f64 p) (fabs.f64 r))))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(/.f64 (neg.f64 q) (neg.f64 (-.f64 r p))) |
(/.f64 q (-.f64 r p)) |
(*.f64 #s(literal 2 binary64) p) |
(/.f64 (-.f64 (*.f64 p p) (*.f64 p p)) (-.f64 p p)) |
(/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 p p (-.f64 (*.f64 p p) (*.f64 p p)))) |
(+.f64 p p) |
#s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)) |
(sqrt.f64 (*.f64 p p)) |
(fabs.f64 (neg.f64 p)) |
(fabs.f64 p) |
Compiled 16 916 to 1 455 computations (91.4% saved)
24 alts after pruning (19 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 296 | 10 | 306 |
| Fresh | 5 | 9 | 14 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 3 | 3 |
| Total | 304 | 24 | 328 |
| Status | Accuracy | Program |
|---|---|---|
| 23.8% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 #s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) | |
| 38.2% | (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) #s(literal 1/2 binary64)) | |
| ▶ | 12.7% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64)) |
| ▶ | 46.3% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64)) |
| ✓ | 41.4% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) |
| 26.4% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))) r)) #s(literal 1/2 binary64)) | |
| 14.2% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)) | |
| 9.8% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64)) | |
| 5.3% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64)) | |
| 2.8% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64)) | |
| 38.2% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p))))) | |
| 38.3% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p)))) | |
| 21.6% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (-.f64 r r) (+.f64 p p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) | |
| ▶ | 12.7% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
| 15.4% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) p) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) | |
| ✓ | 5.6% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
| ▶ | 2.7% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
| ✓ | 39.1% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
| ✓ | 42.6% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
| 25.2% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p))))) | |
| ▶ | 28.8% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))))) |
| 27.6% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)))) | |
| 25.9% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p)))) | |
| ✓ | 3.1% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
Compiled 1 819 to 1 088 computations (40.2% saved)
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) | |
| cost-diff | 0 | (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) | |
| cost-diff | 0 | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) | |
| cost-diff | 1 | (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))) | |
| cost-diff | 0 | (neg.f64 q) | |
| cost-diff | 0 | (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))) | |
| cost-diff | 0 | #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))) | |
| cost-diff | 0 | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))))) | |
| cost-diff | 0 | #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) | |
| cost-diff | 0 | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64)) | |
| cost-diff | 1 | (+.f64 (+.f64 p p) r) | |
| cost-diff | 3 | (-.f64 (+.f64 (+.f64 p p) r) r) | |
| cost-diff | 0 | (*.f64 #s(literal -1/2 binary64) p) | |
| cost-diff | 0 | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) | |
| cost-diff | 0 | (+.f64 (fabs.f64 p) (fabs.f64 r)) | |
| cost-diff | 0 | (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) | |
| cost-diff | 0 | #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) | |
| cost-diff | 0 | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 57 | 440 |
| 0 | 81 | 422 |
| 1 | 166 | 416 |
| 2 | 365 | 412 |
| 3 | 810 | 412 |
| 4 | 1918 | 409 |
| 5 | 5991 | 409 |
| 0 | 8367 | 357 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(fabs.f64 p) |
p |
(fabs.f64 r) |
r |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) p) |
(*.f64 #s(literal -2 binary64) q) |
#s(literal -2 binary64) |
q |
#s(literal 1/2 binary64) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
(*.f64 #s(literal -1/2 binary64) p) |
#s(literal -1/2 binary64) |
p |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) |
(-.f64 (+.f64 (+.f64 p p) r) r) |
(+.f64 (+.f64 p p) r) |
(+.f64 p p) |
p |
r |
#s(literal 1/2 binary64) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))) |
(*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))) |
(neg.f64 q) |
q |
#s(approx (/ q (- r p)) (/.f64 q r)) |
(/.f64 q r) |
r |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
(fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) |
(neg.f64 r) |
r |
#s(literal 1/2 binary64) |
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))) |
(neg.f64 q) |
q |
(/.f64 q (-.f64 r p)) |
(-.f64 r p) |
p |
| Outputs |
|---|
(*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(fabs.f64 p) |
p |
(fabs.f64 r) |
r |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) p) |
(*.f64 #s(literal -2 binary64) q) |
#s(literal -2 binary64) |
q |
#s(literal 1/2 binary64) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
(*.f64 #s(literal -1/2 binary64) p) |
#s(literal -1/2 binary64) |
p |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) p)) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) p)) |
(*.f64 #s(literal 2 binary64) p) |
(fma.f64 #s(literal 2 binary64) p r) |
(*.f64 #s(literal 2 binary64) p) |
p |
r |
#s(literal 1/2 binary64) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 #s(approx (/ q (- r p)) (/.f64 q r)) (neg.f64 q)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 #s(approx (/ q (- r p)) (/.f64 q r)) (neg.f64 q))) |
(*.f64 #s(approx (/ q (- r p)) (/.f64 q r)) (neg.f64 q)) |
(neg.f64 q) |
q |
#s(approx (/ q (- r p)) (/.f64 q r)) |
(/.f64 q r) |
r |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 p r)) q))) |
(fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 p r)) q)) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) |
(neg.f64 r) |
r |
#s(literal 1/2 binary64) |
(*.f64 (/.f64 q (-.f64 p r)) q) |
(neg.f64 q) |
q |
(/.f64 q (-.f64 r p)) |
(-.f64 r p) |
p |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 0.01171875 | (/.f64 q (-.f64 r p)) | |
| accuracy | 0.109375 | (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))) | |
| accuracy | 22.004040146235614 | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) | |
| accuracy | 59.21196838814483 | #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) | |
| accuracy | 0.109375 | (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))) | |
| accuracy | 14.700061735036192 | #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))) | |
| accuracy | 22.004040146235614 | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))))) | |
| accuracy | 30.17718752600144 | #s(approx (/ q (- r p)) (/.f64 q r)) | |
| accuracy | 0.0 | (+.f64 p p) | |
| accuracy | 0.00390625 | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64)) | |
| accuracy | 29.078112194899795 | (-.f64 (+.f64 (+.f64 p p) r) r) | |
| accuracy | 54.909558021191614 | #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) | |
| accuracy | 0.0 | (*.f64 #s(literal -1/2 binary64) p) | |
| accuracy | 62.245634346836134 | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) | |
| accuracy | 0.0 | (fabs.f64 p) | |
| accuracy | 0.00390625 | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64)) | |
| accuracy | 17.57664377821624 | (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) | |
| accuracy | 33.964063546494046 | #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
| 101.0ms | 110× | 1 | valid |
| 65.0ms | 93× | 2 | valid |
| 57.0ms | 53× | 0 | valid |
Compiled 329 to 41 computations (87.5% saved)
ival-sub: 42.0ms (25.5% of total)ival-hypot: 38.0ms (23% of total)adjust: 29.0ms (17.6% of total)ival-mult: 28.0ms (17% of total)ival-add: 15.0ms (9.1% of total)ival-div: 7.0ms (4.2% of total)ival-fabs: 3.0ms (1.8% of total)ival-neg: 2.0ms (1.2% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| Inputs |
|---|
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
(*.f64 #s(literal -1/2 binary64) p) |
(-.f64 (+.f64 (+.f64 p p) r) r) |
(+.f64 (+.f64 p p) r) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))) |
(*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))) |
(neg.f64 q) |
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
(fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) |
(fabs.f64 p) |
(+.f64 p p) |
#s(approx (/ q (- r p)) (/.f64 q r)) |
(/.f64 q (-.f64 r p)) |
| Outputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3)))))))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (* 2 q)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow p 2) q)))) (* 2 q)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow p 2) (- (* 1/64 (/ (pow p 2) (pow q 3))) (* 1/4 (/ 1 q)))))) (* 2 q)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow p 2) (- (* (pow p 2) (+ (* -1/512 (/ (pow p 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q)))))) (* 2 q)))) |
#s(approx (+ (fabs p) (fabs r)) #s(hole binary64 (+ (fabs p) (fabs r)))) |
#s(approx (* -1/2 p) #s(hole binary64 (* -1/2 p))) |
#s(approx (- (+ (+ p p) r) r) #s(hole binary64 (* 2 p))) |
#s(approx (+ (+ p p) r) #s(hole binary64 r)) |
#s(approx (+ (+ p p) r) #s(hole binary64 (+ r (* 2 p)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2)))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3)))))))))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) r)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (* -1 (/ (pow q 2) r))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2)))))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3)))))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2)))))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3)))))))))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (- (+ (fabs p) (fabs r)) r))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r))) |
#s(approx (fabs p) #s(hole binary64 (fabs p))) |
#s(approx (+ p p) #s(hole binary64 (* 2 p))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ q r))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (/ q r) (/ (* p q) (pow r 2))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* p (- (/ (* p q) (pow r 3)) (* -1 (/ q (pow r 2))))) (/ q r)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* p (- (* p (- (/ (* p q) (pow r 4)) (* -1 (/ q (pow r 3))))) (* -1 (/ q (pow r 2))))) (/ q r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) 1)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* p (- (+ (* 2 (/ (pow q 4) (pow p 4))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (+ (+ p p) r) #s(hole binary64 (* 2 p))) |
#s(approx (+ (+ p p) r) #s(hole binary64 (* p (+ 2 (/ r p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 p))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (pow q 2) p))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (pow q 2))) p))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (+ (/ (* (pow q 2) (pow r 3)) (pow p 3)) (pow q 2)))) p))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 1/2 p))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 p)) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* p (- (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ r p))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ q p)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (+ (* -1 q) (* -1 (/ (* q r) p))) p))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ (* -1 q) (* -1 (/ (* q (pow r 2)) (pow p 2)))) (/ (* q r) p)) p))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ (* -1 q) (* -1 (/ (* q (pow r 3)) (pow p 3)))) (+ (/ (* q r) p) (/ (* q (pow r 2)) (pow p 2)))) p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) p)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 2 (/ (pow q 4) (pow p 2))) (* 2 (pow q 2))) p)))) p)) 1))))) |
#s(approx (+ (+ p p) r) #s(hole binary64 (* -1 (* p (- (* -1 (/ r p)) 2))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* (pow q 2) r) (/ (* (pow q 2) (pow r 2)) p)) p)) (* -1 (pow q 2))) p)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow q 2) (pow r 2))) (* -1 (/ (* (pow q 2) (pow r 3)) p))) p)) (* (pow q 2) r)) p)) (* -1 (pow q 2))) p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (/ (* q r) p)) p)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (* -1 (/ (- (* -1 (/ (* q (pow r 2)) p)) (* q r)) p))) p)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (* -1 (/ (- (* -1 (/ (- (/ (* q (pow r 3)) p) (* -1 (* q (pow r 2)))) p)) (* q r)) p))) p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3)))))))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (/ (* (pow q 2) r) (pow p 2)) (/ (pow q 2) p)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* r (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* r (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (+ p (+ (fabs p) (fabs r))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* -1 (/ (* q r) (pow p 2)))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* r (- (* -1 (/ (* q r) (pow p 3))) (/ q (pow p 2))))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* r (- (* r (- (* -1 (/ (* q r) (pow p 4))) (/ q (pow p 3)))) (/ q (pow p 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (+ (+ p p) r) #s(hole binary64 (* r (+ 1 (* 2 (/ p r)))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1/2 r))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (* -1 (pow q 2)))) r))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (+ (* -1 (/ (* (pow p 3) (pow q 2)) (pow r 3))) (* -1 (pow q 2))))) r))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1/2 r))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2)))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 r))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (+ q (/ (* p q) r)) r))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ q (/ (* (pow p 2) q) (pow r 2))) (* -1 (/ (* p q) r))) r))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ q (/ (* (pow p 3) q) (pow r 3))) (+ (* -1 (/ (* p q) r)) (* -1 (/ (* (pow p 2) q) (pow r 2))))) r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1))))) |
#s(approx (+ (+ p p) r) #s(hole binary64 (* -1 (* r (- (* -2 (/ p r)) 1))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #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 (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (* (pow p 2) (pow q 2)) r)) (* p (pow q 2))) r)) (pow q 2)) r)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (/ (* (pow p 3) (pow q 2)) r) (* -1 (* (pow p 2) (pow q 2)))) r)) (* p (pow q 2))) r)) (pow q 2)) r)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #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) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (* p q) r))) r)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (+ (* p q) (/ (* (pow p 2) q) r)) r))) r)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow p 2) q)) (* -1 (/ (* (pow p 3) q) r))) r)) (* p q)) r))) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (fabs r)) p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) p)))) p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow p 3))) (* 2 (/ 1 p)))))) p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow p 5))) (* 2 (/ 1 (pow p 3))))) (* 2 (/ 1 p)))))) p))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p))))) |
#s(approx (neg q) #s(hole binary64 (* -1 q))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ q (- r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -2 q))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow p 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow p 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p)))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p)))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* 2 q))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow p 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow p 4) (pow q 2))) (* 1/4 (pow p 2))) q)))) q)) 2))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 6.0ms | p | @ | -inf | ((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (+ (fabs p) (fabs r)) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (* -1/2 p) (- (+ (+ p p) r) r) (+ (+ p p) r) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (* (neg q) (/ q (- r p))) (neg q) (* (neg q) (/ q (- r p))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (- (fabs r) (- r (+ (fabs p) p))) (fabs p) (+ p p) (/ q (- r p)) (/ q (- r p))) |
| 5.0ms | r | @ | 0 | ((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (+ (fabs p) (fabs r)) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (* -1/2 p) (- (+ (+ p p) r) r) (+ (+ p p) r) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (* (neg q) (/ q (- r p))) (neg q) (* (neg q) (/ q (- r p))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (- (fabs r) (- r (+ (fabs p) p))) (fabs p) (+ p p) (/ q (- r p)) (/ q (- r p))) |
| 2.0ms | p | @ | 0 | ((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (+ (fabs p) (fabs r)) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (* -1/2 p) (- (+ (+ p p) r) r) (+ (+ p p) r) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (* (neg q) (/ q (- r p))) (neg q) (* (neg q) (/ q (- r p))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (- (fabs r) (- r (+ (fabs p) p))) (fabs p) (+ p p) (/ q (- r p)) (/ q (- r p))) |
| 2.0ms | q | @ | inf | ((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (+ (fabs p) (fabs r)) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (* -1/2 p) (- (+ (+ p p) r) r) (+ (+ p p) r) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (* (neg q) (/ q (- r p))) (neg q) (* (neg q) (/ q (- r p))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (- (fabs r) (- r (+ (fabs p) p))) (fabs p) (+ p p) (/ q (- r p)) (/ q (- r p))) |
| 2.0ms | q | @ | -inf | ((* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (+ (fabs p) (fabs r)) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (* -1/2 p) (- (+ (+ p p) r) r) (+ (+ p p) r) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (* (neg q) (/ q (- r p))) (neg q) (* (neg q) (/ q (- r p))) (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (- (fabs r) (- r (+ (fabs p) p))) (fabs p) (+ p p) (/ q (- r p)) (/ q (- r p))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1108 | 8138 |
| 1 | 3055 | 7967 |
| 0 | 8225 | 7172 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/4 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3)))))))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* -1/2 (* (* p (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* p (- (* p (- (* -1/2 (* (* p (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (* 2 q)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow p 2) q)))) (* 2 q)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow p 2) (- (* 1/64 (/ (pow p 2) (pow q 3))) (* 1/4 (/ 1 q)))))) (* 2 q)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow p 2) (- (* (pow p 2) (+ (* -1/512 (/ (pow p 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q)))))) (* 2 q)))) |
#s(approx (+ (fabs p) (fabs r)) #s(hole binary64 (+ (fabs p) (fabs r)))) |
#s(approx (* -1/2 p) #s(hole binary64 (* -1/2 p))) |
#s(approx (- (+ (+ p p) r) r) #s(hole binary64 (* 2 p))) |
#s(approx (+ (+ p p) r) #s(hole binary64 r)) |
#s(approx (+ (+ p p) r) #s(hole binary64 (+ r (* 2 p)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2)))))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3)))))))))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) r)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (* -1 (/ (pow q 2) r))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2)))))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* p (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3)))))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ (fabs p) (fabs r)) r))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (* -1 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (* -1 (/ (pow q 2) (pow r 2)))))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) r)) (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (* p (+ 1/2 (+ (* -1 (/ (pow q 2) (pow r 2))) (* p (+ (* -1 (/ (* p (pow q 2)) (pow r 4))) (* -1 (/ (pow q 2) (pow r 3)))))))))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (- (+ (fabs p) (fabs r)) r))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r))) |
#s(approx (fabs p) #s(hole binary64 (fabs p))) |
#s(approx (+ p p) #s(hole binary64 (* 2 p))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ q r))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (/ q r) (/ (* p q) (pow r 2))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* p (- (/ (* p q) (pow r 3)) (* -1 (/ q (pow r 2))))) (/ q r)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* p (- (* p (- (/ (* p q) (pow r 4)) (* -1 (/ q (pow r 3))))) (* -1 (/ q (pow r 2))))) (/ q r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* p (- (+ (* -2 (/ (* (pow q 2) r) (pow p 3))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) 1)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) 1)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* p (- (+ (* 2 (/ (pow q 4) (pow p 4))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))))) |
#s(approx (+ (+ p p) r) #s(hole binary64 (* 2 p))) |
#s(approx (+ (+ p p) r) #s(hole binary64 (* p (+ 2 (/ r p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 p))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (pow q 2) p))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (pow q 2)) p))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (pow q 2))) p))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (/ (* (pow q 2) r) p) (+ (/ (* (pow q 2) (pow r 2)) (pow p 2)) (+ (/ (* (pow q 2) (pow r 3)) (pow p 3)) (pow q 2)))) p))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 1/2 p))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (/ (pow q 2) (pow p 2))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* p (+ 1/2 (+ (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 p)) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* p (- (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))) (/ r p))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ q p)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (+ (* -1 q) (* -1 (/ (* q r) p))) p))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ (* -1 q) (* -1 (/ (* q (pow r 2)) (pow p 2)))) (/ (* q r) p)) p))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ (* -1 q) (* -1 (/ (* q (pow r 3)) (pow p 3)))) (+ (/ (* q r) p) (/ (* q (pow r 2)) (pow p 2)))) p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) p)) 1))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 2 (/ (pow q 4) (pow p 2))) (* 2 (pow q 2))) p)))) p)) 1))))) |
#s(approx (+ (+ p p) r) #s(hole binary64 (* -1 (* p (- (* -1 (/ r p)) 2))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* (pow q 2) r) (/ (* (pow q 2) (pow r 2)) p)) p)) (* -1 (pow q 2))) p)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow q 2) (pow r 2))) (* -1 (/ (* (pow q 2) (pow r 3)) p))) p)) (* (pow q 2) r)) p)) (* -1 (pow q 2))) p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2))) p)) (* 1/2 (- (+ (fabs p) (fabs r)) r))) p)) 1/2))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (/ (* q r) p)) p)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (* -1 (/ (- (* -1 (/ (* q (pow r 2)) p)) (* q r)) p))) p)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ q (* -1 (/ (- (* -1 (/ (- (/ (* q (pow r 3)) p) (* -1 (* q (pow r 2)))) p)) (* q r)) p))) p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/4 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/4 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1/4 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3)))))))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* r (- (* r (- (* -1/2 (* (* p (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (/ (* (pow q 2) r) (pow p 2)) (/ (pow q 2) p)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* r (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (+ (* r (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2)))) (/ (pow q 2) p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (/ (pow q 2) (pow p 2)) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (/ (* (pow q 2) r) (pow p 3)) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* 1/2 (+ p (+ (fabs p) (fabs r)))) (+ (* r (- (+ (* r (+ (/ (* (pow q 2) r) (pow p 4)) (/ (pow q 2) (pow p 3)))) (/ (pow q 2) (pow p 2))) 1/2)) (/ (pow q 2) p))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (+ p (+ (fabs p) (fabs r))))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* -1 (/ (* q r) (pow p 2)))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* r (- (* -1 (/ (* q r) (pow p 3))) (/ q (pow p 2))))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (+ (* -1 (/ q p)) (* r (- (* r (- (* -1 (/ (* q r) (pow p 4))) (/ q (pow p 3)))) (/ q (pow p 2))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1/2 r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))))) |
#s(approx (+ (+ p p) r) #s(hole binary64 (* r (+ 1 (* 2 (/ p r)))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1/2 r))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (* -1 (pow q 2)))) r))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (+ (* -1 (/ (* (pow p 2) (pow q 2)) (pow r 2))) (+ (* -1 (/ (* (pow p 3) (pow q 2)) (pow r 3))) (* -1 (pow q 2))))) r))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1/2 r))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2)))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 r))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) #s(hole binary64 (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (+ q (/ (* p q) r)) r))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ q (/ (* (pow p 2) q) (pow r 2))) (* -1 (/ (* p q) r))) r))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ (- (+ q (/ (* (pow p 3) q) (pow r 3))) (+ (* -1 (/ (* p q) r)) (* -1 (/ (* (pow p 2) q) (pow r 2))))) r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (- (+ (fabs p) (fabs r)) p))) r)) 1/2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1))))) |
#s(approx (+ (+ p p) r) #s(hole binary64 (* -1 (* r (- (* -2 (/ p r)) 1))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #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 (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (* (pow p 2) (pow q 2)) r)) (* p (pow q 2))) r)) (pow q 2)) r)))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (/ (* (pow p 3) (pow q 2)) r) (* -1 (* (pow p 2) (pow q 2)))) r)) (* p (pow q 2))) r)) (pow q 2)) r)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #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) (- r (+ (fabs p) p))) #s(hole binary64 (* -1 (* r (+ 1 (* -1 (/ (+ p (+ (fabs p) (fabs r))) r))))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (* p q) r))) r)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (+ (* p q) (/ (* (pow p 2) q) r)) r))) r)))) |
#s(approx (/ q (- r p)) #s(hole binary64 (* -1 (/ (+ (* -1 q) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow p 2) q)) (* -1 (/ (* (pow p 3) q) r))) r)) (* p q)) r))) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (/ (pow q 2) (pow (- r p) 3)) (/ 1 (- r p))))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- r p) 5))) (/ 1 (pow (- r p) 3)))) (/ 1 (- r p))))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (fabs r))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- r p)))))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- r p) 3))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow (- r p) 5))) (* 2 (/ 1 (pow (- r p) 3))))) (* 2 (/ 1 (- r p)))))))) r))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (fabs r)) p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) p)))) p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow p 3))) (* 2 (/ 1 p)))))) p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow p 5))) (* 2 (/ 1 (pow p 3))))) (* 2 (/ 1 p)))))) p))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (* (neg q) (/ q (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p))))) |
#s(approx (neg q) #s(hole binary64 (* -1 q))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (+ (* -1 (/ (pow q 2) (- r p))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))))) |
#s(approx (/ q (- r p)) #s(hole binary64 (/ q (- r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* q (- (+ (* -1/8 (/ (pow (- r p) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- r p) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -2 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow (- r p) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow (- r p) 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow (- r p) 2) (pow q 2)))))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -2 q))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* q (- (+ (* -1/4 (/ (pow p 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* q (- (+ (* 1/64 (/ (pow p 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow p 2) (pow q 2)))))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p)))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* -1 (/ (pow q 2) (- r p))))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) #s(hole binary64 (* (pow q 2) (- (* 1/2 (/ (- (+ p (+ (fabs p) (fabs r))) r) (pow q 2))) (/ 1 (- r p)))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- r p) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- r p) 2)) (* 1/128 (/ (pow (- r p) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* 2 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- r p) 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow (- r p) 4) (pow q 2))) (* 1/4 (pow (- r p) 2))) q)))) q)) 2))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* 2 q))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow p 2) q)))) q)) 2))))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) #s(hole binary64 (* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow p 4) (pow q 2))) (* 1/4 (pow p 2))) q)))) q)) 2))))) |
| Outputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) r)) #s(literal 1/2 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) r))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (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))) p (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) r)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) p (*.f64 (*.f64 #s(literal 1/2 binary64) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) p (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) r)) #s(literal 1/2 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) r)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (*.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))) p (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal 2 binary64) q) r))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) p (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r)) p (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal 2 binary64) q) r))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (fma.f64 (/.f64 (*.f64 p p) q) #s(literal -1/4 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/64 binary64) (*.f64 p p)) (pow.f64 q #s(literal 3 binary64))) (/.f64 #s(literal 1/4 binary64) q)) (*.f64 p p) (+.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 p p) (pow.f64 q #s(literal 5 binary64))) #s(literal -1/512 binary64) (/.f64 #s(literal 1/64 binary64) (pow.f64 q #s(literal 3 binary64)))) (*.f64 p p)) (/.f64 #s(literal 1/4 binary64) q)) (*.f64 p p) (+.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (+ (fabs p) (fabs r)) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
#s(approx (* -1/2 p) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p)) |
#s(approx (+ (+ p p) r) r) |
#s(approx (+ (+ p p) r) (fma.f64 #s(literal 2 binary64) p r)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64))) p (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) #s(literal 1/2 binary64))) p (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (fma.f64 (neg.f64 (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))))) p (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64)))) p (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)))) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)) |
#s(approx (* (neg q) (/ q (- r p))) (neg.f64 (fma.f64 (/.f64 p r) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 q q) r)))) |
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))))) p (/.f64 (*.f64 (neg.f64 q) q) r))) |
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (neg.f64 (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))))) p)) p (/.f64 (*.f64 (neg.f64 q) q) r))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64))) p (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) #s(literal 1/2 binary64))) p (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (fma.f64 (neg.f64 (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))))) p (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) #s(literal -1/2 binary64)))) p (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p)))) |
#s(approx (fabs p) (fabs.f64 p)) |
#s(approx (+ p p) (*.f64 #s(literal 2 binary64) p)) |
#s(approx (/ q (- r p)) (/.f64 q r)) |
#s(approx (/ q (- r p)) (fma.f64 (/.f64 p r) (/.f64 q r) (/.f64 q r))) |
#s(approx (/ q (- r p)) (fma.f64 (fma.f64 p (/.f64 q (pow.f64 r #s(literal 3 binary64))) (/.f64 q (*.f64 r r))) p (/.f64 q r))) |
#s(approx (/ q (- r p)) (fma.f64 (fma.f64 (fma.f64 p (/.f64 q (pow.f64 r #s(literal 4 binary64))) (/.f64 q (pow.f64 r #s(literal 3 binary64)))) p (/.f64 q (*.f64 r r))) p (/.f64 q r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (neg.f64 q) p) (/.f64 q p) (*.f64 (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) r)) p) #s(literal 1/2 binary64) (fma.f64 (/.f64 (neg.f64 q) p) (/.f64 q p) (*.f64 (*.f64 (neg.f64 q) q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))))) #s(literal 1/2 binary64)) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (-.f64 #s(literal 1 binary64) (/.f64 r p))) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) (-.f64 #s(literal 1 binary64) (/.f64 r p)))) p)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))) #s(literal -2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)) (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 #s(literal 1 binary64) (/.f64 r p)))) p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (neg.f64 p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) #s(literal 1 binary64)) p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) p) #s(literal 1 binary64))) p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* 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 (fabs.f64 p) (fabs.f64 r)) p)) (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) #s(literal 1 binary64))) p)) |
#s(approx (+ (+ p p) r) (*.f64 #s(literal 2 binary64) p)) |
#s(approx (+ (+ p p) r) (*.f64 (-.f64 (/.f64 r p) #s(literal -2 binary64)) p)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) p)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal 1/2 binary64) (fma.f64 (/.f64 q p) (/.f64 q p) #s(literal 1/2 binary64))) p)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (+.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) p)) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p)) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p)) p)) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 (*.f64 q q) (+.f64 (/.f64 r p) (*.f64 (/.f64 r p) (/.f64 r p))) (*.f64 q q)) p)) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 (*.f64 q q) (fma.f64 (/.f64 r p) (/.f64 r p) (pow.f64 (/.f64 r p) #s(literal 3 binary64))) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) p)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal 1/2 binary64) (fma.f64 (/.f64 q p) (/.f64 q p) #s(literal 1/2 binary64))) p)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (+.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) p)) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) p) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p)) p)) |
#s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p)) |
#s(approx (/ q (- r p)) (/.f64 (fma.f64 q (/.f64 r p) q) (neg.f64 p))) |
#s(approx (/ q (- r p)) (/.f64 (-.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 r r) p) (/.f64 q p) q)) (*.f64 q (/.f64 r p))) p)) |
#s(approx (/ q (- r p)) (/.f64 (-.f64 (neg.f64 (fma.f64 q (pow.f64 (/.f64 r p) #s(literal 3 binary64)) q)) (*.f64 q (fma.f64 (/.f64 r p) (/.f64 r p) (/.f64 r p)))) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) (neg.f64 p))) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (fabs.f64 r)) r)) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)) r) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (*.f64 p p)) (*.f64 q q))) p)) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (+ (+ p p) r) (*.f64 (neg.f64 p) (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal -2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) (neg.f64 p))) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) (neg.f64 p))) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) (+.f64 (/.f64 (*.f64 r r) p) r)) p))) (neg.f64 p))) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (fma.f64 (*.f64 q q) r (/.f64 (neg.f64 (*.f64 (*.f64 q q) (fma.f64 r r (/.f64 (pow.f64 r #s(literal 3 binary64)) p)))) (neg.f64 p))) p))) (neg.f64 p))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) (neg.f64 p))) (neg.f64 p)) #s(literal 1/2 binary64)))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) (neg.f64 p)) #s(literal 1 binary64)))) |
#s(approx (/ q (- r p)) (/.f64 (fma.f64 q (/.f64 r p) q) (neg.f64 p))) |
#s(approx (/ q (- r p)) (/.f64 (-.f64 q (/.f64 (fma.f64 (neg.f64 q) (/.f64 (*.f64 r r) p) (*.f64 (neg.f64 r) q)) p)) (neg.f64 p))) |
#s(approx (/ q (- r p)) (/.f64 (-.f64 q (/.f64 (-.f64 (/.f64 (fma.f64 q (/.f64 (pow.f64 r #s(literal 3 binary64)) p) (*.f64 (*.f64 r r) q)) (neg.f64 p)) (*.f64 q r)) p)) (neg.f64 p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (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))) r (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) r (*.f64 (*.f64 #s(literal 1/2 binary64) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) #s(literal 1/2 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (-.f64 (*.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))) r (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) r (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p)) r (+.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64)) r (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (-.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) #s(literal 1/2 binary64)) r (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (fma.f64 (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64)))) r (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64))) r (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)))) |
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (/.f64 (*.f64 q q) p) (/.f64 r p) (/.f64 (*.f64 q q) p))) |
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) r (/.f64 (*.f64 q q) p))) |
#s(approx (* (neg q) (/ q (- r p))) (fma.f64 (fma.f64 (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64)))) r (*.f64 (/.f64 q p) (/.f64 q p))) r (/.f64 (*.f64 q q) p))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64)) r (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (-.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) #s(literal 1/2 binary64)) r (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (fma.f64 (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 4 binary64))) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64)))) r (-.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 1/2 binary64))) r (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p)))) |
#s(approx (/ q (- r p)) (neg.f64 (fma.f64 q (/.f64 r (*.f64 p p)) (/.f64 q p)))) |
#s(approx (/ q (- r p)) (fma.f64 (-.f64 (*.f64 (neg.f64 q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))) (/.f64 q (*.f64 p p))) r (/.f64 (neg.f64 q) p))) |
#s(approx (/ q (- r p)) (fma.f64 (-.f64 (*.f64 (-.f64 (*.f64 (neg.f64 q) (/.f64 r (pow.f64 p #s(literal 4 binary64)))) (/.f64 q (pow.f64 p #s(literal 3 binary64)))) r) (/.f64 q (*.f64 p p))) r (/.f64 (neg.f64 q) p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))))) #s(literal 1/2 binary64)) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (neg.f64 r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (-.f64 #s(literal 1 binary64) (/.f64 p r))) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r)) |
#s(approx (+ (+ p p) r) (*.f64 (fma.f64 (/.f64 p r) #s(literal 2 binary64) #s(literal 1 binary64)) r)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) r)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))))) #s(literal 1/2 binary64)) r)) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) (neg.f64 r))) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 (/.f64 (*.f64 (neg.f64 p) p) r) (/.f64 (*.f64 q q) r) (neg.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))))) r)) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) r) (*.f64 #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 p p) r) (/.f64 (*.f64 q q) r) (fma.f64 (pow.f64 p #s(literal 3 binary64)) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (*.f64 q q))))) r)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) r)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (*.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) r)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (neg.f64 (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))))) #s(literal 1/2 binary64)) r)) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (*.f64 (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64)) r)) |
#s(approx (/ q (- r p)) (/.f64 (fma.f64 p (/.f64 q r) q) r)) |
#s(approx (/ q (- r p)) (/.f64 (fma.f64 (/.f64 (*.f64 p p) r) (/.f64 q r) (fma.f64 p (/.f64 q r) q)) r)) |
#s(approx (/ q (- r p)) (/.f64 (-.f64 (fma.f64 (pow.f64 p #s(literal 3 binary64)) (/.f64 q (pow.f64 r #s(literal 3 binary64))) q) (neg.f64 (fma.f64 (/.f64 (*.f64 p p) r) (/.f64 q r) (*.f64 p (/.f64 q r))))) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 r) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) r) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r)) (neg.f64 r)) #s(literal 1/2 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) (neg.f64 r)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (fabs.f64 r)) p)) (neg.f64 r)) #s(literal 1 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (neg.f64 r) (-.f64 (/.f64 (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) r)) p) (neg.f64 r)) #s(literal 1 binary64)))) |
#s(approx (+ (+ p p) r) (*.f64 (neg.f64 r) (-.f64 (*.f64 (/.f64 p r) #s(literal -2 binary64)) #s(literal 1 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) (neg.f64 r))) r)))) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) (neg.f64 r))) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 q q (/.f64 (fma.f64 (*.f64 (neg.f64 p) p) (/.f64 (*.f64 q q) r) (*.f64 (*.f64 (neg.f64 q) q) p)) (neg.f64 r))) (neg.f64 r))) |
#s(approx (* (neg q) (/ q (- r p))) (/.f64 (fma.f64 q q (/.f64 (-.f64 (/.f64 (fma.f64 (pow.f64 p #s(literal 3 binary64)) (/.f64 (*.f64 q q) r) (*.f64 (*.f64 q p) (*.f64 q p))) (neg.f64 r)) (*.f64 (*.f64 q q) p)) (neg.f64 r))) (neg.f64 r))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) (neg.f64 r))) r)))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r)))) |
#s(approx (/ q (- r p)) (/.f64 (neg.f64 (fma.f64 p (/.f64 q r) q)) (neg.f64 r))) |
#s(approx (/ q (- r p)) (/.f64 (neg.f64 (+.f64 (/.f64 (fma.f64 q p (/.f64 (*.f64 (*.f64 p p) q) r)) r) q)) (neg.f64 r))) |
#s(approx (/ q (- r p)) (/.f64 (-.f64 (/.f64 (fma.f64 q p (/.f64 (neg.f64 (fma.f64 (*.f64 p p) q (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) q) r))) (neg.f64 r))) (neg.f64 r)) q) (neg.f64 r))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p)))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) (-.f64 r p)) #s(literal -2 binary64) (fabs.f64 r)) (+.f64 (fabs.f64 p) p)) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (fabs.f64 r)) (+.f64 (fabs.f64 p) p)) r)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fma.f64 (-.f64 (*.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 r p) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (-.f64 r p))) (*.f64 q q) (fabs.f64 r)) (+.f64 (fabs.f64 p) p)) r)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) (fabs.f64 r)) p))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (pow.f64 p #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) p)) (*.f64 q q) (+.f64 (fabs.f64 p) (fabs.f64 r))) p)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (fma.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 p #s(literal 5 binary64))) #s(literal -4 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 p #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) p)) (*.f64 q q) (+.f64 (fabs.f64 p) (fabs.f64 r))) p)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
#s(approx (* (neg q) (/ q (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) |
#s(approx (neg q) (neg.f64 q)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
#s(approx (/ q (- r p)) (/.f64 q (-.f64 r p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64)) q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64)) #s(literal 1 binary64))) q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 r p) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64))))) #s(literal 1 binary64)) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal -2 binary64) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64)) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64))) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal 1/64 binary64) (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q)) (fma.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64))) q)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 #s(literal -2 binary64) q)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64)) q)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (*.f64 p p) q) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 2 binary64))) q)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (fma.f64 (/.f64 (pow.f64 p #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal 1/64 binary64) (-.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 p p) q) #s(literal 2 binary64)))) q)) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) (*.f64 q q)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) |
#s(approx (+ (* (- (fabs r) (- r (+ (fabs p) p))) 1/2) (* (neg q) (/ q (- r p)))) (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) (*.f64 q q)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (fma.f64 (/.f64 #s(literal 1/128 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) q) (*.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) #s(literal -1/8 binary64))) (neg.f64 q))) (neg.f64 q)) #s(literal 1 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(literal 2 binary64) q)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 r p) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (fma.f64 (/.f64 #s(literal 1/64 binary64) q) (/.f64 (pow.f64 (-.f64 r p) #s(literal 4 binary64)) q) (*.f64 #s(literal -1/4 binary64) (pow.f64 (-.f64 r p) #s(literal 2 binary64)))) q)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 #s(literal 2 binary64) q)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 p p) q) (+.f64 (fabs.f64 p) (fabs.f64 r))) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (/.f64 (fma.f64 (/.f64 #s(literal 1/64 binary64) q) (/.f64 (pow.f64 p #s(literal 4 binary64)) q) (*.f64 #s(literal -1/4 binary64) (*.f64 p p))) q)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 57 | 404 |
| 0 | 81 | 372 |
| 1 | 380 | 366 |
| 2 | 3370 | 296 |
| 0 | 8865 | 261 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p)) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
(*.f64 #s(literal -1/2 binary64) p) |
(-.f64 (+.f64 (+.f64 p p) r) r) |
(+.f64 (+.f64 p p) r) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r)))) |
(*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))) |
(neg.f64 q) |
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
(fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p)))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) |
(fabs.f64 p) |
(+.f64 p p) |
#s(approx (/ q (- r p)) (/.f64 q r)) |
(/.f64 q (-.f64 r p)) |
| Outputs |
|---|
(*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 p (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 p (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p))) #s(literal 1/2 binary64)) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 p (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p))) |
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)) #s(literal 2 binary64))) (-.f64 p (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)))) |
(/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (pow.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)) #s(literal 2 binary64)) (*.f64 p (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) #s(literal 2 binary64)))) (neg.f64 (+.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 p (fabs.f64 r))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 p (fabs.f64 r))) (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) #s(literal 2 binary64))) (+.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 p (fabs.f64 r)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) #s(literal 3 binary64))) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 p (fabs.f64 r))) (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 2 binary64)))) |
(fma.f64 (fabs.f64 (sqrt.f64 r)) (fabs.f64 (sqrt.f64 r)) (-.f64 p (hypot.f64 (*.f64 #s(literal 2 binary64) q) p))) |
(fma.f64 (sqrt.f64 (neg.f64 (fabs.f64 r))) (sqrt.f64 (neg.f64 (fabs.f64 r))) (-.f64 p (hypot.f64 (*.f64 #s(literal 2 binary64) q) p))) |
(fma.f64 (sqrt.f64 (neg.f64 r)) (sqrt.f64 (neg.f64 r)) (-.f64 p (hypot.f64 (*.f64 #s(literal 2 binary64) q) p))) |
(fma.f64 (sqrt.f64 (fabs.f64 r)) (sqrt.f64 (fabs.f64 r)) (-.f64 p (hypot.f64 (*.f64 #s(literal 2 binary64) q) p))) |
(fma.f64 (pow.f64 (neg.f64 (fabs.f64 r)) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 (fabs.f64 r)) #s(literal 1/2 binary64)) (-.f64 p (hypot.f64 (*.f64 #s(literal 2 binary64) q) p))) |
(fma.f64 (pow.f64 (neg.f64 r) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 r) #s(literal 1/2 binary64)) (-.f64 p (hypot.f64 (*.f64 #s(literal 2 binary64) q) p))) |
(fma.f64 (pow.f64 (fabs.f64 r) #s(literal 1/2 binary64)) (pow.f64 (fabs.f64 r) #s(literal 1/2 binary64)) (-.f64 p (hypot.f64 (*.f64 #s(literal 2 binary64) q) p))) |
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) (-.f64 p (hypot.f64 (*.f64 #s(literal 2 binary64) q) p))) |
(-.f64 (/.f64 (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 2 binary64)) (+.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 p (fabs.f64 r)))) (/.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) #s(literal 2 binary64)) (+.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 p (fabs.f64 r))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 p (fabs.f64 r))) (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) #s(literal 3 binary64)) (fma.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 (hypot.f64 (*.f64 #s(literal 2 binary64) q) p) (+.f64 p (fabs.f64 r))) (pow.f64 (+.f64 p (fabs.f64 r)) #s(literal 2 binary64))))) |
(-.f64 (+.f64 p (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)) |
(+.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p)) p) |
(+.f64 p (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal 2 binary64) q) p))) |
(+.f64 (fabs.f64 r) (-.f64 p (hypot.f64 (*.f64 #s(literal 2 binary64) q) p))) |
(/.f64 (neg.f64 (fma.f64 r r (*.f64 p p))) (neg.f64 (-.f64 (fabs.f64 r) p))) |
(/.f64 (neg.f64 (-.f64 (*.f64 p p) (*.f64 r r))) (neg.f64 (-.f64 p (fabs.f64 r)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (neg.f64 (fma.f64 p (-.f64 p (fabs.f64 r)) (*.f64 r r)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) p) (*.f64 p p)))) |
(/.f64 (fma.f64 r r (*.f64 p p)) (-.f64 (fabs.f64 r) p)) |
(/.f64 (-.f64 (*.f64 p p) (*.f64 r r)) (-.f64 p (fabs.f64 r))) |
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 p (-.f64 p (fabs.f64 r)) (*.f64 r r))) |
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) p) (*.f64 p p))) |
(fma.f64 (fabs.f64 (sqrt.f64 r)) (fabs.f64 (sqrt.f64 r)) p) |
(fma.f64 (sqrt.f64 (neg.f64 (fabs.f64 r))) (sqrt.f64 (neg.f64 (fabs.f64 r))) p) |
(fma.f64 (sqrt.f64 (neg.f64 r)) (sqrt.f64 (neg.f64 r)) p) |
(fma.f64 (sqrt.f64 (fabs.f64 r)) (sqrt.f64 (fabs.f64 r)) p) |
(fma.f64 (pow.f64 (neg.f64 (fabs.f64 r)) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 (fabs.f64 r)) #s(literal 1/2 binary64)) p) |
(fma.f64 (pow.f64 (neg.f64 r) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 r) #s(literal 1/2 binary64)) p) |
(fma.f64 (pow.f64 (fabs.f64 r) #s(literal 1/2 binary64)) (pow.f64 (fabs.f64 r) #s(literal 1/2 binary64)) p) |
(fma.f64 (sqrt.f64 r) (sqrt.f64 r) p) |
(-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) p)) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) p))) |
(-.f64 (/.f64 (*.f64 p p) (-.f64 p (fabs.f64 r))) (/.f64 (*.f64 r r) (-.f64 p (fabs.f64 r)))) |
(+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (fma.f64 p (-.f64 p (fabs.f64 r)) (*.f64 r r))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (fma.f64 p (-.f64 p (fabs.f64 r)) (*.f64 r r)))) |
(+.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) p) (*.f64 p p))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) p) (*.f64 p p)))) |
(+.f64 p (fabs.f64 r)) |
(+.f64 (fabs.f64 r) p) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
(*.f64 #s(literal -1/2 binary64) p) |
(*.f64 p #s(literal -1/2 binary64)) |
#s(literal 0 binary64) |
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (+.f64 p r) #s(literal 2 binary64))) (-.f64 p (+.f64 p r))) |
(/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (+.f64 p r) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (pow.f64 (+.f64 p r) #s(literal 2 binary64)) (*.f64 p (+.f64 p r))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 r r))) (neg.f64 (-.f64 #s(literal 0 binary64) r))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) #s(literal 0 binary64))) (neg.f64 (fma.f64 r (-.f64 r #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 r r #s(literal 0 binary64)) (-.f64 r #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 r r)) (-.f64 #s(literal 0 binary64) r)) |
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) #s(literal 0 binary64)) (fma.f64 r r (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 0 binary64) r)))) |
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) #s(literal 0 binary64)) (fma.f64 r (-.f64 r #s(literal 0 binary64)) #s(literal 0 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) r)) (/.f64 (*.f64 r r) (-.f64 #s(literal 0 binary64) r))) |
(-.f64 r (*.f64 #s(literal -2 binary64) p)) |
(+.f64 (/.f64 #s(literal 0 binary64) (fma.f64 r (-.f64 r #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (fma.f64 r (-.f64 r #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(+.f64 (+.f64 p r) p) |
(+.f64 #s(literal 0 binary64) r) |
(+.f64 p (+.f64 p r)) |
(+.f64 r #s(literal 0 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64))) |
#s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 #s(approx (/ q (- r p)) (/.f64 q r)) (neg.f64 q)))) |
#s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 #s(approx (/ q (- r p)) (/.f64 q r)) (neg.f64 q))) |
(*.f64 #s(approx (/ q (- r p)) (/.f64 q r)) (neg.f64 q)) |
(*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))) |
(*.f64 q (neg.f64 #s(approx (/ q (- r p)) (/.f64 q r)))) |
(neg.f64 (*.f64 #s(approx (/ q (- r p)) (/.f64 q r)) q)) |
(neg.f64 q) |
(*.f64 (/.f64 (*.f64 (neg.f64 q) q) (fma.f64 r r (*.f64 p p))) (+.f64 p r)) |
(*.f64 (/.f64 (*.f64 (neg.f64 q) q) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (fma.f64 p (+.f64 p r) (*.f64 r r))) |
(*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) |
(*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))) |
(*.f64 q (/.f64 (neg.f64 q) (-.f64 r p))) |
(*.f64 q (neg.f64 (/.f64 q (-.f64 r p)))) |
(/.f64 (*.f64 q q) (neg.f64 (-.f64 r p))) |
(/.f64 (*.f64 (neg.f64 q) q) (neg.f64 (neg.f64 (-.f64 r p)))) |
(/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)) |
(neg.f64 (*.f64 (/.f64 q (-.f64 r p)) q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64))) (-.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 3 binary64))) (fma.f64 (pow.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 2 binary64)) #s(literal 1/4 binary64) (+.f64 (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 2 binary64)) (*.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) (*.f64 (/.f64 q (-.f64 r p)) q))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 2 binary64)))) (neg.f64 (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 r p)) q)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (-.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64))) (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 2 binary64))) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 r p)) q))) |
(/.f64 (fma.f64 (pow.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)))))) |
(/.f64 (fma.f64 (pow.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 3 binary64)) #s(literal 1/8 binary64) (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (-.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64))) (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 q) q) (fma.f64 r r (*.f64 p p))) (+.f64 p r) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64))) |
(fma.f64 (/.f64 (*.f64 (neg.f64 q) q) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (fma.f64 p (+.f64 p r) (*.f64 r r)) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64))) |
(fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q))) |
(fma.f64 (/.f64 q (-.f64 r p)) (neg.f64 q) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64))) |
(fma.f64 (neg.f64 q) (/.f64 q (-.f64 r p)) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q))) |
(fma.f64 q (/.f64 (neg.f64 q) (-.f64 r p)) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64))) |
(fma.f64 q (neg.f64 (/.f64 q (-.f64 r p))) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64))) |
(-.f64 (/.f64 (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 r p)) q))) (/.f64 (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 2 binary64)) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (/.f64 q (-.f64 r p)) q)))) |
(-.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) (*.f64 (neg.f64 (/.f64 q (-.f64 r p))) (neg.f64 q))) |
(-.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) (*.f64 (/.f64 q (-.f64 r p)) q)) |
(-.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 (neg.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r))) #s(literal 1/2 binary64))) |
(-.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 #s(literal -1/2 binary64) #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (fma.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (-.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64))) (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 (/.f64 q (-.f64 r p)) q) #s(literal 3 binary64)) (fma.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (-.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64))) (pow.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64))))) |
(+.f64 (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64)) (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q))) |
(+.f64 (*.f64 (/.f64 q (-.f64 r p)) (neg.f64 q)) (*.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64))) |
#s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) |
p |
#s(literal 0 binary64) |
#s(approx (/ q (- r p)) (/.f64 q r)) |
(*.f64 (/.f64 q (fma.f64 r r (*.f64 p p))) (+.f64 p r)) |
(*.f64 (/.f64 q (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (fma.f64 p (+.f64 p r) (*.f64 r r))) |
(/.f64 (neg.f64 q) (neg.f64 (-.f64 r p))) |
(/.f64 q (neg.f64 (neg.f64 (-.f64 r p)))) |
(/.f64 q (-.f64 r p)) |
(neg.f64 (/.f64 (neg.f64 q) (-.f64 r p))) |
(neg.f64 (/.f64 q (neg.f64 (-.f64 r p)))) |
Compiled 16 569 to 1 559 computations (90.6% saved)
24 alts after pruning (15 fresh and 9 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 298 | 4 | 302 |
| Fresh | 3 | 11 | 14 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 5 | 5 |
| Total | 302 | 24 | 326 |
| Status | Accuracy | Program |
|---|---|---|
| 23.8% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 #s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) | |
| 38.2% | (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) #s(literal 1/2 binary64)) | |
| ✓ | 46.3% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64)) |
| ✓ | 41.4% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) |
| 26.4% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))) r)) #s(literal 1/2 binary64)) | |
| 14.2% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)) | |
| 35.2% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (fma.f64 (/.f64 (*.f64 p p) q) #s(literal -1/4 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 #s(literal 2 binary64) q)))) #s(literal 1/2 binary64)) | |
| 5.3% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p)) #s(literal 1/2 binary64)) | |
| 2.8% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64)) | |
| 19.7% | (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)) | |
| 38.2% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p))))) | |
| 38.3% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p)))) | |
| 21.6% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (-.f64 r r) (+.f64 p p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) | |
| ✓ | 12.7% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
| 15.4% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) p) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) | |
| ✓ | 5.6% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
| ✓ | 2.7% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
| ✓ | 39.1% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
| ✓ | 42.6% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
| 25.2% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p))))) | |
| ✓ | 28.8% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))))) |
| 27.6% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)))) | |
| 25.9% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p)))) | |
| ✓ | 3.1% | #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
Compiled 2 740 to 848 computations (69.1% saved)
| Inputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p)))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p))))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) p) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (neg.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) #s(approx (/ (* (neg q) q) (- r p)) (/.f64 (*.f64 q q) p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (-.f64 r r) (+.f64 p p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (fma.f64 (/.f64 (*.f64 p p) q) #s(literal -1/4 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 #s(literal 2 binary64) q)))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))) r)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 #s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64)) |
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64)) |
(*.f64 (fma.f64 (sqrt.f64 r) (sqrt.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal 2 binary64) q) (-.f64 p r)))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 r p) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 r p))) (*.f64 q q) (*.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64)))) |
(*.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 (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64)) |
7 calls:
| 12.0ms | p |
| 11.0ms | q |
| 11.0ms | r |
| 10.0ms | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 10.0ms | (pow.f64 q #s(literal 2 binary64)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 80.1% | 2 | (pow.f64 q #s(literal 2 binary64)) |
| 80.1% | 2 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 76.5% | 3 | (-.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.5% | 3 | (*.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.7% | 3 | p |
| 71.6% | 3 | r |
| 80.1% | 2 | q |
Compiled 51 to 54 computations (-5.9% saved)
| Inputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p)))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p))))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) p) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (neg.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) #s(approx (/ (* (neg q) q) (- r p)) (/.f64 (*.f64 q q) p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (-.f64 r r) (+.f64 p p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (fma.f64 (/.f64 (*.f64 p p) q) #s(literal -1/4 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 #s(literal 2 binary64) q)))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))) r)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 #s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64)) |
| Outputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64)) |
3 calls:
| 26.0ms | (pow.f64 q #s(literal 2 binary64)) |
| 11.0ms | q |
| 9.0ms | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 80.0% | 2 | (pow.f64 q #s(literal 2 binary64)) |
| 80.0% | 2 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 80.0% | 2 | q |
Compiled 9 to 15 computations (-66.7% saved)
| Inputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p)))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p))))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) p) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (neg.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) #s(approx (/ (* (neg q) q) (- r p)) (/.f64 (*.f64 q q) p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (-.f64 r r) (+.f64 p p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) (-.f64 (fma.f64 (/.f64 (*.f64 p p) q) #s(literal -1/4 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 #s(literal 2 binary64) q)))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 #s(approx (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))) r)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 #s(approx (+ (pow (- p r) 2) (* 4 (pow q 2))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1 binary64))) r)) #s(literal 1/2 binary64)) |
| Outputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
3 calls:
| 11.0ms | (pow.f64 q #s(literal 2 binary64)) |
| 11.0ms | q |
| 9.0ms | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 79.4% | 2 | (pow.f64 q #s(literal 2 binary64)) |
| 79.4% | 2 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 79.4% | 2 | q |
Compiled 9 to 15 computations (-66.7% saved)
| Inputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p)))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p))))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (* (+ (* (/ -2 r) (/ (* q q) r)) (- (/ (+ (+ p (fabs r)) (fabs p)) r) 1)) r) (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) p) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (neg.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 #s(approx (- (fabs r) (- r (+ (fabs p) p))) (neg.f64 r)) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) #s(approx (/ (* (neg q) q) (- r p)) (/.f64 (*.f64 q q) p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (-.f64 r r) (+.f64 p p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (-.f64 (fabs.f64 r) (-.f64 r (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p))))) |
| Outputs |
|---|
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
6 calls:
| 11.0ms | (pow.f64 q #s(literal 2 binary64)) |
| 10.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)))))) |
| 8.0ms | q |
| 8.0ms | p |
| 7.0ms | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 62.7% | 3 | (-.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)))))) |
| 62.7% | 3 | (*.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))))))) |
| 66.2% | 3 | p |
| 75.1% | 3 | (pow.f64 q #s(literal 2 binary64)) |
| 75.1% | 3 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 75.1% | 3 | q |
Compiled 50 to 51 computations (-2% saved)
| Inputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p)))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 (neg.f64 q) p))))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p)))) (*.f64 #s(literal 2 binary64) q))) #s(literal 1/2 binary64)) |
| Outputs |
|---|
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
3 calls:
| 6.0ms | q |
| 5.0ms | (pow.f64 q #s(literal 2 binary64)) |
| 5.0ms | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 73.6% | 3 | (pow.f64 q #s(literal 2 binary64)) |
| 73.6% | 3 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 73.6% | 3 | q |
Compiled 9 to 15 computations (-66.7% saved)
| Inputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p)))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) #s(approx (/ q (- r p)) (/.f64 q r))))) |
| Outputs |
|---|
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
5 calls:
| 6.0ms | q |
| 6.0ms | p |
| 5.0ms | r |
| 4.0ms | (pow.f64 q #s(literal 2 binary64)) |
| 4.0ms | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 54.8% | 3 | p |
| 51.6% | 3 | r |
| 64.2% | 3 | (pow.f64 q #s(literal 2 binary64)) |
| 64.2% | 3 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 64.2% | 3 | q |
Compiled 11 to 21 computations (-90.9% saved)
| Inputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p)))) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64)) |
| Outputs |
|---|
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
3 calls:
| 5.0ms | q |
| 4.0ms | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 4.0ms | (pow.f64 q #s(literal 2 binary64)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 62.0% | 2 | (pow.f64 q #s(literal 2 binary64)) |
| 62.0% | 2 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 62.0% | 2 | q |
Compiled 9 to 15 computations (-66.7% saved)
| Inputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) p) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) r) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) p)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (* (* -2 q) (* -2 q)) (* p p)))) p)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (- r r) (+ p p)) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (- (+ (+ p p) r) r) (*.f64 #s(literal 2 binary64) p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (-.f64 r r) (+.f64 p p))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (+.f64 p p) r) r)) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(approx (+ (+ p (fabs p)) (- (fabs r) r)) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 q q) p)))) |
| Outputs |
|---|
(*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
5 calls:
| 5.0ms | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 4.0ms | q |
| 4.0ms | (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))))))) |
| 3.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 |
|---|---|---|
| 46.2% | 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)))))) |
| 46.2% | 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))))))) |
| 53.8% | 2 | (pow.f64 q #s(literal 2 binary64)) |
| 53.8% | 2 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 53.8% | 2 | q |
Compiled 49 to 48 computations (2% saved)
| Inputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (*.f64 #s(literal -1/2 binary64) r)) |
| Outputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
7 calls:
| 3.0ms | (pow.f64 q #s(literal 2 binary64)) |
| 2.0ms | q |
| 2.0ms | p |
| 2.0ms | r |
| 2.0ms | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 39.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)))))) |
| 39.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))))))) |
| 39.1% | 1 | r |
| 39.1% | 1 | p |
| 39.1% | 1 | (pow.f64 q #s(literal 2 binary64)) |
| 39.1% | 1 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 39.1% | 1 | q |
Compiled 51 to 54 computations (-5.9% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
| Outputs |
|---|
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
7 calls:
| 1.0ms | (pow.f64 q #s(literal 2 binary64)) |
| 1.0ms | q |
| 1.0ms | p |
| 1.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))))))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 3.1% | 1 | r |
| 3.1% | 1 | (pow.f64 q #s(literal 2 binary64)) |
| 3.1% | 1 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 3.1% | 1 | q |
| 3.1% | 1 | p |
| 3.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)))))) |
| 3.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))))))) |
Compiled 51 to 54 computations (-5.9% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 31.0ms | 1.503503548952676e+59 | 2.9109315153143376e+63 |
| 18.0ms | 78× | 1 | valid |
| 5.0ms | 45× | 0 | valid |
| 1.0ms | 5× | 2 | valid |
Compiled 497 to 368 computations (26% saved)
adjust: 6.0ms (29.1% of total)ival-pow2: 4.0ms (19.4% of total)ival-add: 3.0ms (14.6% of total)ival-sub: 2.0ms (9.7% of total)ival-mult: 2.0ms (9.7% of total)ival-div: 1.0ms (4.9% of total)ival-sqrt: 1.0ms (4.9% of total)ival-fabs: 1.0ms (4.9% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 1.503503548952676e+59 | 2.9109315153143376e+63 |
Compiled 665 to 456 computations (31.4% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 33.0ms | 5.421255282194013e+47 | 1.1397279087988616e+52 |
| 17.0ms | 82× | 1 | valid |
| 7.0ms | 37× | 0 | valid |
| 3.0ms | 9× | 2 | valid |
Compiled 593 to 408 computations (31.2% saved)
adjust: 5.0ms (26.3% of total)ival-pow2: 4.0ms (21% of total)ival-sub: 2.0ms (10.5% of total)ival-add: 2.0ms (10.5% of total)ival-sqrt: 2.0ms (10.5% of total)ival-mult: 2.0ms (10.5% of total)ival-div: 1.0ms (5.3% of total)ival-fabs: 1.0ms (5.3% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 32.0ms | 995819421200403.4 | 35685874928833188000.0 |
| 39.0ms | 1.3875937221595456e-74 | 1.9348144189607185e-71 |
| 30.0ms | 120× | 1 | valid |
| 25.0ms | 83× | 2 | valid |
| 5.0ms | 53× | 0 | valid |
Compiled 1 377 to 856 computations (37.8% saved)
adjust: 13.0ms (25.8% of total)ival-pow2: 9.0ms (17.9% of total)ival-mult: 8.0ms (15.9% of total)ival-add: 7.0ms (13.9% of total)ival-sub: 5.0ms (9.9% of total)ival-sqrt: 4.0ms (7.9% of total)ival-div: 2.0ms (4% of total)ival-fabs: 2.0ms (4% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 57.0ms | 995819421200403.4 | 35685874928833188000.0 |
| 80.0ms | 1.3017838532279898e-70 | 4.398753948883899e-69 |
| 42.0ms | 82× | 1 | valid |
| 34.0ms | 78× | 2 | valid |
| 5.0ms | 48× | 0 | valid |
Compiled 1 394 to 832 computations (40.3% saved)
adjust: 34.0ms (47.3% of total)ival-add: 14.0ms (19.5% of total)ival-pow2: 7.0ms (9.7% of total)ival-mult: 5.0ms (7% of total)ival-sub: 4.0ms (5.6% of total)ival-sqrt: 3.0ms (4.2% of total)ival-fabs: 2.0ms (2.8% of total)ival-div: 1.0ms (1.4% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 995819421200403.4 | 35685874928833188000.0 |
| 24.0ms | 1.3017838532279898e-70 | 4.398753948883899e-69 |
| 15.0ms | 21× | 1 | valid |
| 6.0ms | 21× | 2 | valid |
| 1.0ms | 6× | 0 | valid |
Compiled 1 387 to 825 computations (40.5% saved)
adjust: 13.0ms (66.4% of total)ival-pow2: 2.0ms (10.2% of total)ival-sub: 1.0ms (5.1% of total)ival-sqrt: 1.0ms (5.1% of total)ival-add: 1.0ms (5.1% of total)ival-mult: 1.0ms (5.1% of total)ival-div: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-fabs: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 82.0ms | 9.266783195981e-67 | 1.2080635092382562e-65 |
| 63.0ms | 34× | 1 | valid |
| 13.0ms | 44× | 2 | valid |
| 2.0ms | 18× | 0 | valid |
Compiled 385 to 270 computations (29.9% saved)
ival-mult: 58.0ms (78.7% of total)adjust: 5.0ms (6.8% of total)ival-pow2: 3.0ms (4.1% of total)ival-sub: 2.0ms (2.7% of total)ival-sqrt: 2.0ms (2.7% of total)ival-add: 2.0ms (2.7% of total)ival-div: 1.0ms (1.4% of total)ival-fabs: 1.0ms (1.4% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 5.0ms | 9.266783195981e-67 | 1.2080635092382562e-65 |
| 2.0ms | 7× | 2 | valid |
| 1.0ms | 6× | 1 | valid |
| 0.0ms | 3× | 0 | valid |
Compiled 343 to 252 computations (26.5% saved)
adjust: 1.0ms (35.3% of total)ival-pow2: 1.0ms (35.3% of total)ival-sub: 0.0ms (0% of total)ival-div: 0.0ms (0% of total)ival-assert: 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)ival-fabs: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 95 | 778 |
| 1 | 158 | 771 |
| 2 | 322 | 767 |
| 3 | 773 | 767 |
| 4 | 1662 | 767 |
| 5 | 2752 | 767 |
| 6 | 3809 | 767 |
| 7 | 6425 | 767 |
| 1× | node limit |
| Inputs |
|---|
(if (<=.f64 q #s(literal 2899999999999999930294067767636488291342012882211626576611639296 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64))) |
(if (<=.f64 q #s(literal 2899999999999999930294067767636488291342012882211626576611639296 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64))) |
(if (<=.f64 q #s(literal 11200000000000000189920224309833407917132546605842432 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 r p)))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))) |
(if (<=.f64 q #s(literal 8454495018966373/497323236409786642155382248146820840100456150797347717440463976893159497012533375533056 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) (if (<=.f64 q #s(literal 35000000000000000000 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)))) |
(if (<=.f64 q #s(literal 8450609681181921/1942668892225729070919461906823518906642406839052139521251812409738904285205208498176 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) (if (<=.f64 q #s(literal 240000000000000000 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)))) |
(if (<=.f64 q #s(literal 6993608012012625/1942668892225729070919461906823518906642406839052139521251812409738904285205208498176 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64)) (if (<=.f64 q #s(literal 240000000000000000 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)))) |
(if (<=.f64 q #s(literal 3130277023605911/948568795032094272909893509191171341133987714380927500611236528192824358010355712 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 r r))) #s(literal 1/2 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))) |
(if (<=.f64 q #s(literal 5501699011186147/1897137590064188545819787018382342682267975428761855001222473056385648716020711424 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
| Outputs |
|---|
(if (<=.f64 q #s(literal 2899999999999999930294067767636488291342012882211626576611639296 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (+.f64 (neg.f64 r) p)))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 q #s(literal -2 binary64)) (-.f64 r p))) #s(literal 1/2 binary64))) |
(if (<=.f64 q #s(literal 2899999999999999930294067767636488291342012882211626576611639296 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (+.f64 (neg.f64 r) p)))) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) p))) #s(literal 1/2 binary64))) |
(if (<=.f64 q #s(literal 11200000000000000189920224309833407917132546605842432 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (+.f64 (neg.f64 r) p)))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))) |
(if (<=.f64 q #s(literal 8454495018966373/497323236409786642155382248146820840100456150797347717440463976893159497012533375533056 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) (if (<=.f64 q #s(literal 35000000000000000000 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) (*.f64 (neg.f64 q) (/.f64 q (-.f64 r p))))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)))) |
(if (<=.f64 q #s(literal 8450609681181921/1942668892225729070919461906823518906642406839052139521251812409738904285205208498176 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64)) (if (<=.f64 q #s(literal 240000000000000000 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)))) |
(if (<=.f64 q #s(literal 6993608012012625/1942668892225729070919461906823518906642406839052139521251812409738904285205208498176 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 p (fabs.f64 p))) #s(literal 1/2 binary64)) (if (<=.f64 q #s(literal 240000000000000000 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) #s(approx (+ (* (+ (+ p (fabs p)) (- (fabs r) r)) 1/2) (/ (* (neg q) q) (- r p))) #s(approx (* (neg q) (/ q (- r p))) (/.f64 (*.f64 (neg.f64 q) q) r)))) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)))) |
(if (<=.f64 q #s(literal 3130277023605911/948568795032094272909893509191171341133987714380927500611236528192824358010355712 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) (+.f64 p (fabs.f64 p))) #s(literal 1/2 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))) |
(if (<=.f64 q #s(literal 5501699011186147/1897137590064188545819787018382342682267975428761855001222473056385648716020711424 binary64)) (*.f64 #s(approx (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) #s(literal 0 binary64)) #s(literal 1/2 binary64)) #s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q))) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) (neg.f64 q)) |
#s(approx (* (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q -2) (* q -2)) (* (- r p) (- r p))))) 1/2) q) |
| 1× | fuel |
Compiled 770 to 98 computations (87.3% saved)
Compiled 1 836 to 384 computations (79.1% saved)
Loading profile data...