
Time bar (total: 9.2s)
| 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)
| 648.0ms | 2 260× | 2 | valid |
| 611.0ms | 3 067× | 1 | valid |
| 380.0ms | 2 929× | 0 | valid |
ival-pow2: 252.0ms (19.2% of total)adjust: 233.0ms (17.7% of total)ival-sub: 159.0ms (12.1% of total)ival-add: 158.0ms (12% of total)ival-mult: 155.0ms (11.8% of total)ival-sqrt: 144.0ms (10.9% of total)ival-fabs: 121.0ms (9.2% of total)ival-div: 74.0ms (5.6% of total)exact: 11.0ms (0.8% of total)ival-true: 6.0ms (0.5% of total)ival-assert: 3.0ms (0.2% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 155 | 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))))) |
| 122 | 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 | 149 | 0 |
| ↳ | (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))) | overflow | 149 | |
| ↳ | (pow.f64 q #s(literal 2 binary64)) | overflow | 67 | |
| ↳ | (pow.f64 (-.f64 p r) #s(literal 2 binary64)) | overflow | 109 | |
| ↳ | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) | overflow | 67 | |
-.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 | 122 | 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 | 6 | 0 |
| ↳ | (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))) | underflow | 6 | |
| ↳ | (pow.f64 q #s(literal 2 binary64)) | underflow | 61 | |
| ↳ | (pow.f64 (-.f64 p r) #s(literal 2 binary64)) | underflow | 19 | |
| ↳ | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) | underflow | 61 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 201 | 0 |
| - | 0 | 55 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 201 | 0 | 0 |
| - | 0 | 0 | 55 |
| number | freq |
|---|---|
| 0 | 55 |
| 1 | 125 |
| 2 | 76 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 41.0ms | 192× | 1 | valid |
| 38.0ms | 128× | 2 | valid |
| 21.0ms | 192× | 0 | valid |
Compiled 317 to 76 computations (76% saved)
ival-pow2: 14.0ms (20.5% of total)adjust: 13.0ms (19% of total)ival-mult: 10.0ms (14.6% of total)ival-sub: 9.0ms (13.2% of total)ival-add: 8.0ms (11.7% of total)ival-sqrt: 7.0ms (10.2% of total)ival-fabs: 4.0ms (5.8% of total)ival-div: 3.0ms (4.4% of total)exact: 1.0ms (1.5% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| 1× | egg-herbie |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 69 | 187 |
| 1 | 160 | 184 |
| 2 | 443 | 180 |
| 3 | 1440 | 180 |
| 4 | 3448 | 180 |
| 5 | 5328 | 180 |
| 6 | 7340 | 180 |
| 0 | 18 | 20 |
| 0 | 31 | 20 |
| 1 | 45 | 20 |
| 2 | 80 | 20 |
| 3 | 170 | 20 |
| 4 | 345 | 20 |
| 5 | 791 | 20 |
| 6 | 1603 | 20 |
| 7 | 3084 | 20 |
| 8 | 3825 | 20 |
| 9 | 4113 | 20 |
| 10 | 4203 | 20 |
| 11 | 4207 | 20 |
| 12 | 4207 | 20 |
| 13 | 4337 | 20 |
| 14 | 4361 | 20 |
| 15 | 4361 | 20 |
| 0 | 4361 | 19 |
| 1× | iter limit |
| 1× | saturated |
| 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 #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/2 binary64) (-.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(abs q)
(sort p r)
Compiled 22 to 18 computations (18.2% saved)
Compiled 0 to 3 computations (-∞% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 25.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))))))) |
Compiled 22 to 18 computations (18.2% saved)
| 1× | egg-herbie |
Found 4 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 | 128 | (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))) | |
| cost-diff | 704 | (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) | |
| cost-diff | 6144 | (pow.f64 q #s(literal 2 binary64)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 18 | 93 |
| 0 | 31 | 93 |
| 1 | 45 | 93 |
| 2 | 80 | 93 |
| 3 | 170 | 93 |
| 4 | 345 | 93 |
| 5 | 791 | 93 |
| 6 | 1603 | 93 |
| 7 | 3084 | 93 |
| 8 | 3825 | 93 |
| 9 | 4113 | 93 |
| 10 | 4203 | 93 |
| 11 | 4207 | 93 |
| 12 | 4207 | 93 |
| 13 | 4337 | 93 |
| 14 | 4361 | 93 |
| 15 | 4361 | 93 |
| 0 | 4361 | 89 |
| 1× | iter limit |
| 1× | saturated |
| 1× | iter limit |
| Inputs |
|---|
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
#s(literal 1 binary64) |
#s(literal 2 binary64) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(fabs.f64 p) |
p |
(fabs.f64 r) |
r |
(sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))) |
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))) |
(pow.f64 (-.f64 p r) #s(literal 2 binary64)) |
(-.f64 p r) |
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
#s(literal 4 binary64) |
(pow.f64 q #s(literal 2 binary64)) |
q |
| Outputs |
|---|
(*.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/2 binary64) (-.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
#s(literal 1/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 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(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))))) |
(sqrt.f64 (fma.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 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))) |
(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 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
(*.f64 (*.f64 q q) #s(literal 4 binary64)) |
#s(literal 4 binary64) |
(pow.f64 q #s(literal 2 binary64)) |
(*.f64 q q) |
q |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 0.01953125 | (pow.f64 (-.f64 p r) #s(literal 2 binary64)) | |
| accuracy | 0.025722509768442016 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) | |
| accuracy | 28.521609826186445 | (-.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 | 35.973920957383974 | (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))) |
| 25.0ms | 64× | 2 | valid |
| 20.0ms | 96× | 1 | valid |
| 10.0ms | 96× | 0 | valid |
Compiled 196 to 38 computations (80.6% saved)
ival-pow2: 9.0ms (22.9% of total)ival-sub: 7.0ms (17.8% of total)adjust: 6.0ms (15.3% of total)ival-add: 4.0ms (10.2% of total)ival-mult: 4.0ms (10.2% of total)ival-sqrt: 3.0ms (7.6% of total)ival-div: 2.0ms (5.1% of total)ival-fabs: 2.0ms (5.1% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| Inputs |
|---|
(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))))))) |
(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 (+.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 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
(pow.f64 (-.f64 p r) #s(literal 2 binary64)) |
| Outputs |
|---|
(+ (* 4 (pow q 2)) (pow r 2)) |
(+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow r 2))) |
(+ (* 4 (pow q 2)) (+ (* p (+ p (* -2 r))) (pow r 2))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
(+ (* 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)))))) |
(+ (* 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))))))))) |
(+ (* 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)))))))))) |
(sqrt (+ (* 4 (pow q 2)) (pow r 2))) |
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) |
(+ (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))))))))) |
(+ (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)))))))))) |
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(- (+ (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)))) |
(- (+ (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)))) |
(pow r 2) |
(+ (* -2 (* p r)) (pow r 2)) |
(+ (* p (+ p (* -2 r))) (pow r 2)) |
(pow p 2) |
(* (pow p 2) (+ 1 (* -2 (/ r p)))) |
(* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (+ (* 4 (/ (pow q 2) (pow p 2))) (/ (pow r 2) (pow p 2)))))) |
(* -1/2 p) |
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)) |
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)) |
(* 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)) |
p |
(* p (+ 1 (* -1 (/ r p)))) |
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))) |
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2))))))) |
(* -1 p) |
(* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p))))) |
(* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p))))) |
(* 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))))))) |
(* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (/ (pow r 2) (pow p 2))))) |
(* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow r 2)) p)) (* 2 r)) p)))) |
(* 1/2 p) |
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))) |
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))) |
(* -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))) |
(* -1 (* p (+ 1 (* -1 (/ r p))))) |
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p))))) |
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p))))) |
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))) |
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1))) |
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1))) |
(* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow r 2) p)) (* 2 r)) p)))) |
(+ (* 4 (pow q 2)) (pow p 2)) |
(+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow p 2))) |
(+ (* 4 (pow q 2)) (+ (* r (+ r (* -2 p))) (pow p 2))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
(+ (* 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)))))) |
(+ (* 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))))))))) |
(+ (* 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)))))))))) |
(sqrt (+ (* 4 (pow q 2)) (pow p 2))) |
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) |
(+ (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))))))))) |
(+ (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)))))))))) |
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(- (+ (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)))) |
(- (+ (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)))) |
(+ (* -2 (* p r)) (pow p 2)) |
(+ (* r (+ r (* -2 p))) (pow p 2)) |
(* (pow r 2) (+ 1 (* -2 (/ p r)))) |
(* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (+ (* 4 (/ (pow q 2) (pow r 2))) (/ (pow p 2) (pow r 2)))))) |
(* -1/2 r) |
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)) |
(* 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)) |
r |
(* r (+ 1 (* -1 (/ p r)))) |
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))) |
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2))))))) |
(* -1 r) |
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r))))) |
(* 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))))))) |
(* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (/ (pow p 2) (pow r 2))))) |
(* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r)) (* 2 p)) r)))) |
(* 1/2 r) |
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))) |
(* -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))) |
(* -1 (* r (+ 1 (* -1 (/ p r))))) |
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r))))) |
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r))))) |
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1))) |
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1))) |
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1))) |
(* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow p 2) r)) (* 2 p)) r)))) |
(pow q 2) |
(pow (- p r) 2) |
(+ (* 4 (pow q 2)) (pow (- p r) 2)) |
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))) |
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(+ (* 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))))) |
(- p r) |
(- (+ p (* 2 (/ (pow q 2) (- p r)))) r) |
(- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r) |
(- (+ 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) |
(- (+ r (+ (fabs p) (fabs r))) p) |
(- (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- p r)))))) p) |
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))))) p) |
(- (+ 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) |
(* 4 (pow q 2)) |
(* (pow q 2) (+ 4 (/ (pow (- p r) 2) (pow q 2)))) |
(* -1 q) |
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)) |
(* 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)) |
(* 2 q) |
(* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))) |
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(* 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))))))) |
(* -2 q) |
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)) |
(* 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)))))) |
q |
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* -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))) |
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))) |
(* -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)))))))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- p r) 2) q)))) q)) 2))) |
(* -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 | |
|---|---|---|---|---|
| 14.0ms | p | @ | 0 | ((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 (+ (pow (- p r) 2) (* 4 (pow q 2)))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (* 4 (pow q 2)) (pow (- p r) 2)) |
| 5.0ms | q | @ | inf | ((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 (+ (pow (- p r) 2) (* 4 (pow q 2)))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (* 4 (pow q 2)) (pow (- p r) 2)) |
| 3.0ms | q | @ | 0 | ((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 (+ (pow (- p r) 2) (* 4 (pow q 2)))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (* 4 (pow q 2)) (pow (- p r) 2)) |
| 2.0ms | r | @ | 0 | ((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 (+ (pow (- p r) 2) (* 4 (pow q 2)))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (* 4 (pow q 2)) (pow (- p r) 2)) |
| 2.0ms | p | @ | inf | ((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 (+ (pow (- p r) 2) (* 4 (pow q 2)))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (* 4 (pow q 2)) (pow (- p r) 2)) |
| 1× | egg-herbie |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 620 | 3263 |
| 1 | 1907 | 3082 |
| 2 | 6170 | 3054 |
| 0 | 8467 | 2844 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* 4 (pow q 2)) (pow r 2)) |
(+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow r 2))) |
(+ (* 4 (pow q 2)) (+ (* p (+ p (* -2 r))) (pow r 2))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
(+ (* 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)))))) |
(+ (* 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))))))))) |
(+ (* 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)))))))))) |
(sqrt (+ (* 4 (pow q 2)) (pow r 2))) |
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) |
(+ (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))))))))) |
(+ (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)))))))))) |
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(- (+ (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)))) |
(- (+ (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)))) |
(pow r 2) |
(+ (* -2 (* p r)) (pow r 2)) |
(+ (* p (+ p (* -2 r))) (pow r 2)) |
(pow p 2) |
(* (pow p 2) (+ 1 (* -2 (/ r p)))) |
(* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (+ (* 4 (/ (pow q 2) (pow p 2))) (/ (pow r 2) (pow p 2)))))) |
(* -1/2 p) |
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)) |
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)) |
(* 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)) |
p |
(* p (+ 1 (* -1 (/ r p)))) |
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))) |
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2))))))) |
(* -1 p) |
(* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p))))) |
(* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p))))) |
(* 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))))))) |
(* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (/ (pow r 2) (pow p 2))))) |
(* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow r 2)) p)) (* 2 r)) p)))) |
(* 1/2 p) |
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))) |
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))) |
(* -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))) |
(* -1 (* p (+ 1 (* -1 (/ r p))))) |
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p))))) |
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p))))) |
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))) |
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1))) |
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1))) |
(* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow r 2) p)) (* 2 r)) p)))) |
(+ (* 4 (pow q 2)) (pow p 2)) |
(+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow p 2))) |
(+ (* 4 (pow q 2)) (+ (* r (+ r (* -2 p))) (pow p 2))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
(+ (* 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)))))) |
(+ (* 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))))))))) |
(+ (* 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)))))))))) |
(sqrt (+ (* 4 (pow q 2)) (pow p 2))) |
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) |
(+ (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))))))))) |
(+ (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)))))))))) |
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(- (+ (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)))) |
(- (+ (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)))) |
(+ (* -2 (* p r)) (pow p 2)) |
(+ (* r (+ r (* -2 p))) (pow p 2)) |
(* (pow r 2) (+ 1 (* -2 (/ p r)))) |
(* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (+ (* 4 (/ (pow q 2) (pow r 2))) (/ (pow p 2) (pow r 2)))))) |
(* -1/2 r) |
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)) |
(* 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)) |
r |
(* r (+ 1 (* -1 (/ p r)))) |
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))) |
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2))))))) |
(* -1 r) |
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r))))) |
(* 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))))))) |
(* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (/ (pow p 2) (pow r 2))))) |
(* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r)) (* 2 p)) r)))) |
(* 1/2 r) |
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))) |
(* -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))) |
(* -1 (* r (+ 1 (* -1 (/ p r))))) |
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r))))) |
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r))))) |
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1))) |
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1))) |
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1))) |
(* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow p 2) r)) (* 2 p)) r)))) |
(pow q 2) |
(pow (- p r) 2) |
(+ (* 4 (pow q 2)) (pow (- p r) 2)) |
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))) |
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(+ (* 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))))) |
(- p r) |
(- (+ p (* 2 (/ (pow q 2) (- p r)))) r) |
(- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r) |
(- (+ 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) |
(- (+ r (+ (fabs p) (fabs r))) p) |
(- (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- p r)))))) p) |
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))))) p) |
(- (+ 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) |
(* 4 (pow q 2)) |
(* (pow q 2) (+ 4 (/ (pow (- p r) 2) (pow q 2)))) |
(* -1 q) |
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)) |
(* 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)) |
(* 2 q) |
(* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))) |
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(* 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))))))) |
(* -2 q) |
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)) |
(* 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)))))) |
q |
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* -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))) |
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))) |
(* -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)))))))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- p r) 2) q)))) q)) 2))) |
(* -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 |
|---|
(+ (* 4 (pow q 2)) (pow r 2)) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) |
(+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow r 2))) |
(fma.f64 (fma.f64 #s(literal -2 binary64) p r) r (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(+ (* 4 (pow q 2)) (+ (* p (+ p (* -2 r))) (pow r 2))) |
(fma.f64 (fma.f64 #s(literal -2 binary64) p r) r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)) |
(+ (* 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)))))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64)) |
(+ (* 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))))))))) |
(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) r (*.f64 (*.f64 #s(literal -1/4 binary64) p) (fma.f64 (neg.f64 r) (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal 1 binary64))))) p (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
(+ (* 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)))))))))) |
(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 #s(literal 1/2 binary64) r (*.f64 (*.f64 #s(literal -1/4 binary64) p) (fma.f64 (neg.f64 r) (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal 1 binary64)))) (*.f64 (*.f64 p (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 r p)) (fma.f64 (neg.f64 r) (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal 1 binary64)))) (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)))))) p (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
(sqrt (+ (* 4 (pow q 2)) (pow r 2))) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) |
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) |
(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)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(+ (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))))))))) |
(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/2 binary64) p) (fma.f64 (neg.f64 r) (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal 1 binary64)) (neg.f64 r))) p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(+ (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)))))))))) |
(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/2 binary64) p) (fma.f64 (neg.f64 r) (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal 1 binary64)) (neg.f64 r)) (*.f64 (*.f64 p (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) r) p) (fma.f64 (neg.f64 r) (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal 1 binary64)))) (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)))))) p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(- (+ (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)))) |
(-.f64 (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/2 binary64) p) (fma.f64 (neg.f64 r) (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal 1 binary64)) r)) p (+.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(- (+ (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)))) |
(-.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 r p)) (fma.f64 (neg.f64 r) (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal 1 binary64)) (*.f64 (fma.f64 (neg.f64 r) (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal 1 binary64)) (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 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(pow r 2) |
(*.f64 r r) |
(+ (* -2 (* p r)) (pow r 2)) |
(*.f64 (fma.f64 #s(literal -2 binary64) p r) r) |
(+ (* p (+ p (* -2 r))) (pow r 2)) |
(fma.f64 (fma.f64 #s(literal -2 binary64) p r) r (*.f64 p p)) |
(pow p 2) |
(*.f64 p p) |
(* (pow p 2) (+ 1 (* -2 (/ r p)))) |
(*.f64 (*.f64 (fma.f64 (/.f64 r p) #s(literal -2 binary64) #s(literal 1 binary64)) p) p) |
(* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (+ (* 4 (/ (pow q 2) (pow p 2))) (/ (pow r 2) (pow p 2)))))) |
(*.f64 (+.f64 (fma.f64 (/.f64 #s(literal 4 binary64) p) (/.f64 (*.f64 q q) p) (*.f64 (/.f64 r p) (/.f64 r p))) (fma.f64 (/.f64 r p) #s(literal -2 binary64) #s(literal 1 binary64))) (*.f64 p p)) |
(* -1/2 p) |
(*.f64 #s(literal -1/2 binary64) p) |
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) p) |
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)) |
(*.f64 (fma.f64 (neg.f64 (/.f64 q p)) (/.f64 q p) (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) p) |
(* 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)) |
(*.f64 (fma.f64 (neg.f64 (/.f64 r (pow.f64 p #s(literal 3 binary64)))) (*.f64 q q) (fma.f64 (neg.f64 (/.f64 q p)) (/.f64 q p) (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal -1/2 binary64)))) p) |
p |
(* p (+ 1 (* -1 (/ r p)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 r p)) p) |
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))) |
(*.f64 (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 #s(literal 1 binary64) (/.f64 r p))) p) |
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2))))))) |
(*.f64 (fma.f64 (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (/.f64 r (pow.f64 p #s(literal 3 binary64))) (*.f64 q q))) #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) (/.f64 r p))) p) |
(* -1 p) |
(neg.f64 p) |
(* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p))))) |
(*.f64 (-.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) (-.f64 #s(literal 1 binary64) (/.f64 r p))) p) |
(* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p))))) |
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) (-.f64 #s(literal 1 binary64) (/.f64 r p)))) p) |
(* 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))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (/.f64 r (pow.f64 p #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) (-.f64 #s(literal 1 binary64) (/.f64 r p))))) p) |
(* (pow p 2) (+ 1 (+ (* -2 (/ r p)) (/ (pow r 2) (pow p 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)) |
(* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow r 2)) p)) (* 2 r)) p)))) |
(*.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)) |
(* 1/2 p) |
(*.f64 #s(literal 1/2 binary64) p) |
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))) |
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64))) |
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))) |
(*.f64 (neg.f64 p) (-.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) p))) |
(* -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))) |
(*.f64 (neg.f64 p) (-.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (fma.f64 r (/.f64 (*.f64 q q) p) (*.f64 q q)) p)) p))) |
(* -1 (* p (+ 1 (* -1 (/ r p))))) |
(*.f64 (+.f64 (/.f64 r p) #s(literal -1 binary64)) p) |
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p))))) |
(fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) r) p) p (neg.f64 p)) |
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p))))) |
(fma.f64 (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (fma.f64 r (/.f64 (*.f64 q q) p) (*.f64 q q)) p) r) p) p (neg.f64 p)) |
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))) |
(*.f64 (neg.f64 p) (-.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p))) |
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1))) |
(*.f64 (neg.f64 p) (-.f64 #s(literal -1 binary64) (/.f64 (-.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) r) p))) |
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1))) |
(*.f64 (neg.f64 p) (-.f64 #s(literal -1 binary64) (/.f64 (-.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (fma.f64 r (/.f64 (*.f64 q q) p) (*.f64 q q)) p) (+.f64 (fabs.f64 r) (fabs.f64 p))) r) p))) |
(* (pow p 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow r 2) p)) (* 2 r)) p)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (neg.f64 r) (/.f64 r p) (*.f64 #s(literal 2 binary64) r)) p)) (*.f64 p p)) |
(+ (* 4 (pow q 2)) (pow p 2)) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) |
(+ (* -2 (* p r)) (+ (* 4 (pow q 2)) (pow p 2))) |
(fma.f64 (fma.f64 #s(literal -2 binary64) r p) p (*.f64 (*.f64 q q) #s(literal 4 binary64))) |
(+ (* 4 (pow q 2)) (+ (* r (+ r (* -2 p))) (pow p 2))) |
(fma.f64 (fma.f64 #s(literal -2 binary64) p r) r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)) |
(+ (* 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)))))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal 1/2 binary64)) |
(+ (* 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))))))))) |
(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) p (*.f64 (*.f64 #s(literal -1/4 binary64) r) (fma.f64 (neg.f64 p) (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) #s(literal 1 binary64))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
(+ (* 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)))))))))) |
(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 #s(literal 1/2 binary64) p (*.f64 (*.f64 #s(literal -1/4 binary64) r) (fma.f64 (neg.f64 p) (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) #s(literal 1 binary64)))) (*.f64 (*.f64 r (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 r p)) (fma.f64 (neg.f64 p) (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) #s(literal 1 binary64)))) (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)))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
(sqrt (+ (* 4 (pow q 2)) (pow p 2))) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) |
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) |
(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)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(+ (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))))))))) |
(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/2 binary64) r) (fma.f64 (neg.f64 p) (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) #s(literal 1 binary64)) (neg.f64 p))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(+ (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)))))))))) |
(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/2 binary64) r) (fma.f64 (neg.f64 p) (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) #s(literal 1 binary64)) (neg.f64 p)) (*.f64 (*.f64 r (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) r) p) (fma.f64 (neg.f64 p) (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) #s(literal 1 binary64)))) (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)))))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
(- (+ (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)))) |
(-.f64 (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/2 binary64) r) (fma.f64 (neg.f64 p) (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) #s(literal 1 binary64)) p)) r (+.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(- (+ (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)))) |
(-.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 r p)) (fma.f64 (neg.f64 p) (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) #s(literal 1 binary64)) (*.f64 (fma.f64 (neg.f64 p) (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) #s(literal 1 binary64)) (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 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(+ (* -2 (* p r)) (pow p 2)) |
(*.f64 (fma.f64 #s(literal -2 binary64) r p) p) |
(+ (* r (+ r (* -2 p))) (pow p 2)) |
(fma.f64 (fma.f64 #s(literal -2 binary64) p r) r (*.f64 p p)) |
(* (pow r 2) (+ 1 (* -2 (/ p r)))) |
(*.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -2 binary64) #s(literal 1 binary64)) r) r) |
(* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (+ (* 4 (/ (pow q 2) (pow r 2))) (/ (pow p 2) (pow r 2)))))) |
(*.f64 (+.f64 (fma.f64 (/.f64 #s(literal 4 binary64) r) (/.f64 (*.f64 q q) r) (*.f64 (/.f64 p r) (/.f64 p r))) (fma.f64 (/.f64 p r) #s(literal -2 binary64) #s(literal 1 binary64))) (*.f64 r r)) |
(* -1/2 r) |
(*.f64 #s(literal -1/2 binary64) r) |
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) r) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)) |
(*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r) |
(* 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)) |
(*.f64 (fma.f64 (*.f64 (neg.f64 q) q) (/.f64 p (pow.f64 r #s(literal 3 binary64))) (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)))) r) |
r |
(* r (+ 1 (* -1 (/ p r)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) r) |
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))) |
(*.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 #s(literal 1 binary64) (/.f64 p r))) r) |
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2))))))) |
(*.f64 (fma.f64 (fma.f64 (/.f64 q r) (/.f64 q r) (*.f64 (*.f64 q q) (/.f64 p (pow.f64 r #s(literal 3 binary64))))) #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) (/.f64 p r))) r) |
(* -1 r) |
(neg.f64 r) |
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))) |
(*.f64 (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) r) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r))))) |
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r) |
(* 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))))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 p (pow.f64 r #s(literal 3 binary64)))) #s(literal -2 binary64) (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))))) r) |
(* (pow r 2) (+ 1 (+ (* -2 (/ p r)) (/ (pow p 2) (pow 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)) |
(* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r)) (* 2 p)) r)))) |
(*.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)) |
(* 1/2 r) |
(*.f64 #s(literal 1/2 binary64) r) |
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))) |
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) r) #s(literal -1/2 binary64) #s(literal -1/2 binary64))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))) |
(*.f64 (neg.f64 r) (-.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) r))) |
(* -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))) |
(*.f64 (neg.f64 r) (-.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal 1/2 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) p (*.f64 q q)) r)) r))) |
(* -1 (* r (+ 1 (* -1 (/ p r))))) |
(*.f64 (+.f64 (/.f64 p r) #s(literal -1 binary64)) r) |
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r))))) |
(fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) p) r) r (neg.f64 r)) |
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r))))) |
(fma.f64 (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) p (*.f64 q q)) r) p) r) r (neg.f64 r)) |
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1))) |
(*.f64 (neg.f64 r) (-.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) r))) |
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1))) |
(*.f64 (neg.f64 r) (-.f64 #s(literal -1 binary64) (/.f64 (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) p) r))) |
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1))) |
(*.f64 (neg.f64 r) (-.f64 #s(literal -1 binary64) (/.f64 (-.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) p (*.f64 q q)) r) (+.f64 (fabs.f64 r) (fabs.f64 p))) p) r))) |
(* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow p 2) r)) (* 2 p)) r)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (neg.f64 p) (/.f64 p r) (*.f64 #s(literal 2 binary64) p)) r)) (*.f64 r r)) |
(pow q 2) |
(*.f64 q q) |
(pow (- p r) 2) |
(pow.f64 (-.f64 p r) #s(literal 2 binary64)) |
(+ (* 4 (pow q 2)) (pow (- p r) 2)) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) |
(*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64)) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))) |
(fma.f64 (neg.f64 q) (/.f64 q (-.f64 p r)) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64))) |
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(fma.f64 (fma.f64 q (/.f64 q (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 #s(literal -1 binary64) (-.f64 p r))) (*.f64 q q) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 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))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 q (/.f64 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 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64))) |
(- p r) |
(-.f64 p r) |
(- (+ p (* 2 (/ (pow q 2) (- p r)))) r) |
(fma.f64 (*.f64 (/.f64 #s(literal 2 binary64) (-.f64 p r)) q) q (-.f64 p r)) |
(- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r) |
(fma.f64 (fma.f64 (/.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)) |
(- (+ 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) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 q (/.f64 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 p r)) |
(- (+ r (+ (fabs p) (fabs r))) p) |
(-.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) |
(- (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- p r)))))) p) |
(+.f64 (fma.f64 (*.f64 q (/.f64 q (-.f64 p r))) #s(literal -2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (-.f64 r p)) |
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))))) p) |
(+.f64 (fma.f64 (fma.f64 (*.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) q) q (/.f64 #s(literal -2 binary64) (-.f64 p r))) (*.f64 q q) (+.f64 (fabs.f64 r) (fabs.f64 p))) (-.f64 r p)) |
(- (+ 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) |
(+.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -4 binary64) (*.f64 q (/.f64 q (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 (fabs.f64 r) (fabs.f64 p))) (-.f64 r p)) |
(* 4 (pow q 2)) |
(*.f64 (*.f64 q q) #s(literal 4 binary64)) |
(* (pow q 2) (+ 4 (/ (pow (- p r) 2) (pow q 2)))) |
(*.f64 (+.f64 (/.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) q) #s(literal 4 binary64)) (*.f64 q q)) |
(* -1 q) |
(neg.f64 q) |
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal -1 binary64)) q) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)) |
(*.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 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal -1 binary64))) q) |
(* 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)) |
(*.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal 1/128 binary64) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal -1 binary64)))) q) |
(* 2 q) |
(*.f64 #s(literal 2 binary64) q) |
(* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))) |
(*.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) |
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(*.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) q) |
(* 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))))))) |
(*.f64 (+.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) (/.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) #s(literal 1/512 binary64)) (pow.f64 q #s(literal 6 binary64)))) q) |
(* -2 q) |
(*.f64 #s(literal -2 binary64) q) |
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)) |
(*.f64 (+.f64 (-.f64 (/.f64 (fabs.f64 r) q) #s(literal 2 binary64)) (/.f64 (fabs.f64 p) q)) q) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)) |
(*.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 r) q) #s(literal 2 binary64)) (/.f64 (fabs.f64 p) q))) q) |
(* 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)))))) |
(*.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (+.f64 (-.f64 (/.f64 (fabs.f64 r) q) #s(literal 2 binary64)) (/.f64 (fabs.f64 p) q)))) q) |
q |
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))) |
(*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(*.f64 (-.f64 #s(literal -1 binary64) (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/8 binary64) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) q)) (neg.f64 q)) |
(* -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))) |
(*.f64 (-.f64 #s(literal -1 binary64) (/.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #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))) q)) (neg.f64 q)) |
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(*.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) |
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))) |
(*.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) (neg.f64 q)) |
(* -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)))))))) |
(*.f64 (+.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) (/.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 6 binary64)) #s(literal 1/512 binary64)) (pow.f64 q #s(literal 6 binary64)))) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))) |
(*.f64 (-.f64 #s(literal -2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- p r) 2) q)))) q)) 2))) |
(*.f64 (-.f64 #s(literal -2 binary64) (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) q)) (neg.f64 q)) |
(* -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))) |
(*.f64 (-.f64 #s(literal -2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (fma.f64 (/.f64 #s(literal 1/64 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) q) (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) #s(literal -1/4 binary64))) q)) q)) (neg.f64 q)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 18 | 75 |
| 0 | 31 | 75 |
| 1 | 109 | 75 |
| 2 | 796 | 75 |
| 0 | 8636 | 71 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(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))))))) |
(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 (+.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 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
(pow.f64 (-.f64 p r) #s(literal 2 binary64)) |
| Outputs |
|---|
(*.f64 (*.f64 q (sqrt.f64 q)) (sqrt.f64 q)) |
(*.f64 (sqrt.f64 q) (*.f64 (sqrt.f64 q) q)) |
(*.f64 q q) |
(pow.f64 (exp.f64 #s(literal 2 binary64)) (log.f64 q)) |
(pow.f64 (*.f64 q q) #s(literal 1 binary64)) |
(pow.f64 q #s(literal 2 binary64)) |
(exp.f64 (+.f64 (log.f64 q) (log.f64 q))) |
(exp.f64 (*.f64 (*.f64 (log.f64 q) #s(literal 2 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 q q)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 q) #s(literal 2 binary64))) |
#s(literal 1/2 binary64) |
(*.f64 (*.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal -1 binary64)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)))) #s(literal 1 binary64)) (pow.f64 (pow.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) #s(literal -1 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) #s(literal 1 binary64)) (pow.f64 (pow.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) #s(literal -1 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(*.f64 (-.f64 (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(*.f64 #s(literal -1 binary64) (neg.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(*.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))))) |
(*.f64 (neg.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))))))) |
(*.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)))) (pow.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) #s(literal -1 binary64))) |
(*.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(*.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) (*.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (pow.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) #s(literal -1 binary64)))) |
(*.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))))) |
(*.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (pow.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) #s(literal -1 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(*.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) (pow.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) #s(literal -1 binary64)))) |
(*.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1 binary64)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)))) #s(literal 1 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) |
(/.f64 (*.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) #s(literal 1 binary64)) (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)))))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (sqrt.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64))))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))))) (*.f64 (/.f64 (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) (/.f64 (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))) (-.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 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) (/.f64 (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) (fma.f64 (/.f64 (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) (/.f64 (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))) (-.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 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) (/.f64 (*.f64 #s(literal 16 binary64) (pow.f64 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 (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) (neg.f64 (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)))))) (neg.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64))))) (neg.f64 (neg.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.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 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))))) (*.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))))) |
(/.f64 (-.f64 (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))))) (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (neg.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (neg.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)))) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) |
(/.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(/.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (-.f64 (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))) (pow.f64 (-.f64 p r) #s(literal 4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))) (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(neg.f64 (neg.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 4 binary64) q) (sqrt.f64 q)) (sqrt.f64 q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 (*.f64 p (sqrt.f64 (-.f64 p r))) (sqrt.f64 (-.f64 p r)) (fma.f64 r (-.f64 r p) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) |
(fma.f64 (*.f64 p (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal -1 binary64)) (fma.f64 r (-.f64 r p) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) |
(fma.f64 (*.f64 p (*.f64 (+.f64 r p) (-.f64 p r))) (pow.f64 (+.f64 r p) #s(literal -1 binary64)) (fma.f64 r (-.f64 r p) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) |
(fma.f64 (*.f64 (-.f64 p r) (sqrt.f64 (-.f64 p r))) (sqrt.f64 (-.f64 p r)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) |
(fma.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 p r)) (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal -1 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) |
(fma.f64 (*.f64 (+.f64 r p) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (pow.f64 (+.f64 r p) #s(literal -1 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) |
(fma.f64 (*.f64 (-.f64 p r) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal -1 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) |
(fma.f64 (*.f64 #s(literal 4 binary64) q) q (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 (sqrt.f64 (-.f64 p r)) (*.f64 (sqrt.f64 (-.f64 p r)) p) (fma.f64 (-.f64 p r) (neg.f64 r) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) |
(fma.f64 (sqrt.f64 (-.f64 p r)) (*.f64 (sqrt.f64 (-.f64 p r)) (-.f64 p r)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) |
(fma.f64 (sqrt.f64 q) (*.f64 (sqrt.f64 q) (*.f64 q #s(literal 4 binary64))) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (*.f64 (+.f64 r p) (-.f64 p r)) #s(literal 2 binary64)) (*.f64 (pow.f64 (+.f64 r p) #s(literal -1 binary64)) (pow.f64 (+.f64 r p) #s(literal -1 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 q q))) |
(fma.f64 (pow.f64 (*.f64 (+.f64 r p) (-.f64 p r)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 r p) #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 q q))) |
(fma.f64 (pow.f64 (*.f64 (+.f64 r p) (-.f64 p r)) #s(literal 2 binary64)) (pow.f64 (pow.f64 (+.f64 r p) #s(literal -1 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) |
(fma.f64 (*.f64 (+.f64 r p) (*.f64 (-.f64 p r) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 r p) (fma.f64 r (+.f64 r p) (*.f64 p p)))) (*.f64 #s(literal 4 binary64) (*.f64 q q))) |
(fma.f64 (*.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (+.f64 r p)) (-.f64 p r)) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) (+.f64 r p))) (*.f64 #s(literal 4 binary64) (*.f64 q q))) |
(fma.f64 (pow.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal -1 binary64)) (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal -1 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 q q))) |
(fma.f64 (pow.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 q q))) |
(fma.f64 (pow.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) #s(literal 2 binary64)) (pow.f64 (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal -1 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) |
(fma.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (*.f64 (pow.f64 (+.f64 r p) #s(literal -1 binary64)) (-.f64 p r)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) |
(fma.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (*.f64 (pow.f64 (+.f64 r p) #s(literal -1 binary64)) p) (fma.f64 (-.f64 p r) (neg.f64 r) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) |
(fma.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal -1 binary64)) (-.f64 p r)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) |
(fma.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal -1 binary64)) p) (fma.f64 (-.f64 p r) (neg.f64 r) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) |
(fma.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) #s(literal -1 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))))) |
(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 #s(literal 4 binary64) (*.f64 q q))) |
(fma.f64 (-.f64 p r) p (fma.f64 (-.f64 p r) (neg.f64 r) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) |
(fma.f64 p (-.f64 p r) (fma.f64 r (-.f64 r p) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 q (*.f64 q #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(sqrt.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 2 binary64))) |
(-.f64 (/.f64 (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))) (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (pow.f64 (-.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 #s(literal 4 binary64) (*.f64 q q)))) (/.f64 (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))))) |
(fabs.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(+.f64 (fma.f64 (*.f64 #s(literal 4 binary64) q) q (*.f64 p (-.f64 p r))) (*.f64 r (-.f64 r p))) |
(+.f64 (fma.f64 (*.f64 #s(literal 4 binary64) q) q (*.f64 (-.f64 p r) p)) (*.f64 (-.f64 p r) (neg.f64 r))) |
(+.f64 (*.f64 p (-.f64 p r)) (fma.f64 r (-.f64 r p) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) |
(+.f64 (*.f64 (-.f64 p r) p) (fma.f64 (-.f64 p r) (neg.f64 r) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) |
(+.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) (neg.f64 (/.f64 (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))))) |
(+.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) |
(*.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) #s(literal 1/2 binary64)) (pow.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) (pow.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) (*.f64 (pow.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))) #s(literal -1 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 p p) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)))) (-.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64)))) (fma.f64 p p (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (-.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (fabs.f64 p))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (neg.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) (*.f64 (*.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)))) (-.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fabs.f64 p) #s(literal 1/2 binary64)) (*.f64 (fabs.f64 p) #s(literal 1/2 binary64))) (*.f64 (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)))) (-.f64 (*.f64 (fabs.f64 p) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)) (*.f64 #s(literal 1/2 binary64) (fabs.f64 p))) (*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))) (-.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) (-.f64 (*.f64 (*.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64))) (*.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fabs.f64 p) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (fabs.f64 p) #s(literal 1/2 binary64)) (*.f64 (fabs.f64 p) #s(literal 1/2 binary64)) (-.f64 (*.f64 (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64))) (*.f64 (*.f64 (fabs.f64 p) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)) (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1/2 binary64))) (neg.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) #s(literal 1/2 binary64))) (neg.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (neg.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) #s(literal 1/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) (+.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (-.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))) (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))) (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 r p) (-.f64 p r))) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (pow.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(fma.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64) (*.f64 (fabs.f64 p) #s(literal 1/2 binary64))) |
(fma.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64))) |
(fma.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (*.f64 (pow.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) #s(literal 1/2 binary64)) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64))) |
(fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64))) |
(fma.f64 (fabs.f64 r) #s(literal 1/2 binary64) (*.f64 (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64))) |
(fma.f64 (fabs.f64 p) #s(literal 1/2 binary64) (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 #s(literal 1/2 binary64) (fabs.f64 p))) |
(fma.f64 #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1/2 binary64) (fabs.f64 r) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p 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) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(+.f64 (*.f64 (fabs.f64 r) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #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) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(+.f64 (*.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)) (*.f64 (fabs.f64 p) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 (fabs.f64 p) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (fabs.f64 p))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(*.f64 (sqrt.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (sqrt.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(*.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))))) |
(*.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))))) (sqrt.f64 (pow.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) #s(literal -1 binary64)))) |
(*.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))))) (pow.f64 (pow.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) #s(literal -1 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))))))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (sqrt.f64 (pow.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) #s(literal -1 binary64)))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (pow.f64 (pow.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) #s(literal -1 binary64)) #s(literal 1/2 binary64))) |
(pow.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 2 binary64)) #s(literal 1/4 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/2 binary64)) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)))))) (neg.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64))))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) (sqrt.f64 (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)))))) (sqrt.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64))))) (sqrt.f64 (neg.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))))) |
(/.f64 (sqrt.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))))) |
(/.f64 (sqrt.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))))) (sqrt.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) |
(fabs.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(exp.f64 (log.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(*.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))) |
(*.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 p p (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (-.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (fabs.f64 p)))))) |
(*.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (neg.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))))) |
(*.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))))) |
(*.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64)))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64))) |
(*.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (pow.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))) #s(literal -1 binary64)))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (-.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) (pow.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) #s(literal -1 binary64)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1 binary64)) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) #s(literal 1 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))))) (*.f64 (/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))))) (+.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))))) (*.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))))) (+.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (*.f64 p p)) (-.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (fabs.f64 p))) |
(/.f64 (-.f64 (*.f64 r r) (*.f64 (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) (-.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))) (-.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) (fma.f64 (/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) (*.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) (fma.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) (*.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (+.f64 (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (-.f64 (*.f64 p p) (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (fabs.f64 p))))) |
(/.f64 (fma.f64 #s(literal -1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64))) (+.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (fabs.f64 r) (fabs.f64 p)))))) |
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64))) (fma.f64 r r (-.f64 (*.f64 (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (*.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 p p (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (-.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (fabs.f64 p)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (neg.f64 (neg.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (neg.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) (*.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) (*.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))))) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))))))) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))))) (*.f64 (neg.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))))))) (*.f64 (neg.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) (*.f64 (neg.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (neg.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (neg.f64 p) p (*.f64 r r)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))))) (*.f64 (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))))))) (*.f64 (neg.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) (*.f64 q q)))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (neg.f64 p) p (*.f64 r r)) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) (*.f64 (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))))) (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 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) (*.f64 q q)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))))) (*.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))))))) (*.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) (*.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) (sqrt.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))))) (*.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))))))) (*.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) (*.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) (sqrt.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64))))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (pow.f64 q #s(literal 4 binary64)) (fma.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))))))) |
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64))) (-.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64))) (fma.f64 p p (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (-.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (fabs.f64 p))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (neg.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (-.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) (+.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (-.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (-.f64 (*.f64 p p) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (-.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 p p (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (-.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (fabs.f64 p)))) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(neg.f64 (/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))))) |
(neg.f64 (/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))))) |
(neg.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (neg.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))))) |
(neg.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) (neg.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 #s(literal -1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64)) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(fma.f64 (neg.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64)) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(fma.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64)) (neg.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64))) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(fma.f64 (fma.f64 r r (neg.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (fabs.f64 p)) |
(fma.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(fma.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 r r (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) (fabs.f64 p)) |
(fma.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (fma.f64 (neg.f64 p) p (*.f64 r r)) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (+.f64 r p) (*.f64 (-.f64 p r) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))))) |
(fma.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))) #s(literal -1 binary64)) (neg.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))))) |
(fma.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (pow.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (pow.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 r) (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 p))) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 r) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(-.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(-.f64 (+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 0 binary64)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) (/.f64 (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (-.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))) |
(-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (+.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(-.f64 (fabs.f64 r) (-.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 p))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)) (fabs.f64 p)) |
(+.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 p)) (fabs.f64 r)) |
(+.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) (neg.f64 (/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)))))) |
(+.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) (neg.f64 (/.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))))) |
(+.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (fabs.f64 p)) |
(+.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(+.f64 (fabs.f64 r) (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 p))) |
(+.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(*.f64 (*.f64 (*.f64 #s(literal 4 binary64) q) (sqrt.f64 q)) (sqrt.f64 q)) |
(*.f64 (*.f64 #s(literal 4 binary64) q) q) |
(*.f64 (sqrt.f64 q) (*.f64 (sqrt.f64 q) (*.f64 q #s(literal 4 binary64)))) |
(*.f64 #s(literal 4 binary64) (*.f64 q q)) |
(*.f64 (*.f64 q q) #s(literal 4 binary64)) |
(*.f64 q (*.f64 q #s(literal 4 binary64))) |
(*.f64 (*.f64 (-.f64 p r) (sqrt.f64 (-.f64 p r))) (sqrt.f64 (-.f64 p r))) |
(*.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 p r)) (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal -1 binary64))) |
(*.f64 (*.f64 (+.f64 r p) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (pow.f64 (+.f64 r p) #s(literal -1 binary64))) |
(*.f64 (*.f64 (-.f64 p r) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal -1 binary64))) |
(*.f64 (sqrt.f64 (-.f64 p r)) (*.f64 (sqrt.f64 (-.f64 p r)) (-.f64 p r))) |
(*.f64 (pow.f64 (*.f64 (+.f64 r p) (-.f64 p r)) #s(literal 2 binary64)) (*.f64 (pow.f64 (+.f64 r p) #s(literal -1 binary64)) (pow.f64 (+.f64 r p) #s(literal -1 binary64)))) |
(*.f64 (pow.f64 (*.f64 (+.f64 r p) (-.f64 p r)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (*.f64 (+.f64 r p) (-.f64 p r)) #s(literal 2 binary64)) (pow.f64 (pow.f64 (+.f64 r p) #s(literal -1 binary64)) #s(literal 2 binary64))) |
(*.f64 (*.f64 (+.f64 r p) (*.f64 (-.f64 p r) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 r p) (fma.f64 r (+.f64 r p) (*.f64 p p))))) |
(*.f64 (*.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (+.f64 r p)) (-.f64 p r)) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) (+.f64 r p)))) |
(*.f64 (pow.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) #s(literal 2 binary64)) (*.f64 (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal -1 binary64)) (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal -1 binary64)))) |
(*.f64 (pow.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) #s(literal 2 binary64)) (pow.f64 (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal -1 binary64)) #s(literal 2 binary64))) |
(*.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (*.f64 (pow.f64 (+.f64 r p) #s(literal -1 binary64)) (-.f64 p r))) |
(*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal -1 binary64)) (-.f64 p r))) |
(*.f64 (-.f64 p r) (-.f64 p r)) |
(pow.f64 (exp.f64 #s(literal 2 binary64)) (log.f64 (-.f64 p r))) |
(pow.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (-.f64 p r) #s(literal 2 binary64)) |
(/.f64 (*.f64 (-.f64 p r) (fma.f64 (neg.f64 p) p (*.f64 r r))) (neg.f64 (+.f64 r p))) |
(/.f64 (*.f64 (-.f64 p r) (neg.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (neg.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)))) |
(/.f64 (*.f64 (-.f64 p r) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 p r))) |
(/.f64 (-.f64 (*.f64 (*.f64 p (-.f64 p r)) (*.f64 p (-.f64 p r))) (*.f64 (*.f64 r (-.f64 r p)) (*.f64 r (-.f64 r p)))) (-.f64 (*.f64 p (-.f64 p r)) (*.f64 r (-.f64 r p)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 p r) p) (*.f64 (-.f64 p r) p)) (*.f64 (*.f64 (-.f64 p r) (neg.f64 r)) (*.f64 (-.f64 p r) (neg.f64 r)))) (-.f64 (*.f64 (-.f64 p r) p) (*.f64 (-.f64 p r) (neg.f64 r)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 p (-.f64 p r)) #s(literal 3 binary64)) (pow.f64 (*.f64 r (-.f64 r p)) #s(literal 3 binary64))) (fma.f64 (*.f64 p (-.f64 p r)) (*.f64 p (-.f64 p r)) (-.f64 (*.f64 (*.f64 r (-.f64 r p)) (*.f64 r (-.f64 r p))) (*.f64 (*.f64 p (-.f64 p r)) (*.f64 r (-.f64 r p)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 p r) p) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 p r) (neg.f64 r)) #s(literal 3 binary64))) (fma.f64 (*.f64 (-.f64 p r) p) (*.f64 (-.f64 p r) p) (-.f64 (*.f64 (*.f64 (-.f64 p r) (neg.f64 r)) (*.f64 (-.f64 p r) (neg.f64 r))) (*.f64 (*.f64 (-.f64 p r) p) (*.f64 (-.f64 p r) (neg.f64 r)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 p r))) (neg.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 r p) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (neg.f64 (+.f64 r p))) |
(/.f64 (neg.f64 (*.f64 (-.f64 p r) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (neg.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 r p) (*.f64 (-.f64 p r) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))))) (neg.f64 (*.f64 (+.f64 r p) (fma.f64 r (+.f64 r p) (*.f64 p p))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (+.f64 r p)) (-.f64 p r))) (neg.f64 (*.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) (+.f64 r p)))) |
(/.f64 (neg.f64 (pow.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) #s(literal 2 binary64))) (neg.f64 (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (pow.f64 (*.f64 (+.f64 r p) (-.f64 p r)) #s(literal 2 binary64))) (neg.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 p r)) (fma.f64 r (+.f64 r p) (*.f64 p p))) |
(/.f64 (*.f64 (+.f64 r p) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 r p)) |
(/.f64 (*.f64 (-.f64 p r) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 r (+.f64 r p) (*.f64 p p))) |
(/.f64 (pow.f64 (*.f64 (+.f64 r p) (-.f64 p r)) #s(literal 2 binary64)) (pow.f64 (+.f64 r p) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 r p) (*.f64 (-.f64 p r) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (*.f64 (+.f64 r p) (fma.f64 r (+.f64 r p) (*.f64 p p)))) |
(/.f64 (*.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (+.f64 r p)) (-.f64 p r)) (*.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) (+.f64 r p))) |
(/.f64 (pow.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) #s(literal 2 binary64)) (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal 2 binary64))) |
(/.f64 (-.f64 p r) (/.f64 #s(literal 1 binary64) (-.f64 p r))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 p r)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 r p) (*.f64 (+.f64 r p) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) (*.f64 (-.f64 p r) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (pow.f64 (*.f64 (+.f64 r p) (-.f64 p r)) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 r p) (fma.f64 r (+.f64 r p) (*.f64 p p))) (*.f64 (+.f64 r p) (*.f64 (-.f64 p r) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) (+.f64 r p)) (*.f64 (*.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (+.f64 r p)) (-.f64 p r)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal 2 binary64)) (pow.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (-.f64 p r) #s(literal -1 binary64)) r (*.f64 (-.f64 p r) p)) |
(fma.f64 (*.f64 (neg.f64 r) (sqrt.f64 (-.f64 p r))) (sqrt.f64 (-.f64 p r)) (*.f64 p (-.f64 p r))) |
(fma.f64 (*.f64 p (sqrt.f64 (-.f64 p r))) (sqrt.f64 (-.f64 p r)) (*.f64 r (-.f64 r p))) |
(fma.f64 (*.f64 (neg.f64 r) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal -1 binary64)) (*.f64 p (-.f64 p r))) |
(fma.f64 (*.f64 p (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal -1 binary64)) (*.f64 r (-.f64 r p))) |
(fma.f64 (*.f64 (neg.f64 r) (*.f64 (+.f64 r p) (-.f64 p r))) (pow.f64 (+.f64 r p) #s(literal -1 binary64)) (*.f64 p (-.f64 p r))) |
(fma.f64 (*.f64 p (*.f64 (+.f64 r p) (-.f64 p r))) (pow.f64 (+.f64 r p) #s(literal -1 binary64)) (*.f64 r (-.f64 r p))) |
(fma.f64 (sqrt.f64 (-.f64 p r)) (*.f64 (sqrt.f64 (-.f64 p r)) (neg.f64 r)) (*.f64 (-.f64 p r) p)) |
(fma.f64 (sqrt.f64 (-.f64 p r)) (*.f64 (sqrt.f64 (-.f64 p r)) p) (*.f64 (-.f64 p r) (neg.f64 r))) |
(fma.f64 #s(literal -1 binary64) (*.f64 r (-.f64 p r)) (*.f64 p (-.f64 p r))) |
(fma.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (*.f64 (pow.f64 (+.f64 r p) #s(literal -1 binary64)) (neg.f64 r)) (*.f64 (-.f64 p r) p)) |
(fma.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (*.f64 (pow.f64 (+.f64 r p) #s(literal -1 binary64)) p) (*.f64 (-.f64 p r) (neg.f64 r))) |
(fma.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal -1 binary64)) (neg.f64 r)) (*.f64 (-.f64 p r) p)) |
(fma.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 (pow.f64 (fma.f64 r (+.f64 r p) (*.f64 p p)) #s(literal -1 binary64)) p) (*.f64 (-.f64 p r) (neg.f64 r))) |
(fma.f64 (neg.f64 r) (-.f64 p r) (*.f64 p (-.f64 p r))) |
(fma.f64 (-.f64 p r) (neg.f64 r) (*.f64 (-.f64 p r) p)) |
(fma.f64 (-.f64 p r) p (*.f64 (-.f64 p r) (neg.f64 r))) |
(fma.f64 r (-.f64 r p) (*.f64 p (-.f64 p r))) |
(fma.f64 p (-.f64 p r) (*.f64 r (-.f64 r p))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) |
(+.f64 (*.f64 p (-.f64 p r)) (*.f64 r (-.f64 r p))) |
(+.f64 (*.f64 (-.f64 p r) (neg.f64 r)) (*.f64 (-.f64 p r) p)) |
(+.f64 (*.f64 (-.f64 p r) p) (*.f64 (-.f64 p r) (neg.f64 r))) |
(+.f64 (*.f64 r (-.f64 r p)) (*.f64 p (-.f64 p r))) |
Compiled 21 469 to 2 397 computations (88.8% saved)
29 alts after pruning (29 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 464 | 29 | 493 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 465 | 29 | 494 |
| Status | Accuracy | Program |
|---|---|---|
| 12.1% | (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64)))) (fma.f64 p p (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (-.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (fabs.f64 p))))) | |
| 16.5% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) | |
| 17.4% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64)) (neg.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) | |
| 15.3% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))))))) | |
| ▶ | 11.4% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
| 20.6% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (/.f64 (-.f64 (*.f64 r r) (*.f64 (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) (-.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))) | |
| 12.0% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 p p (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (-.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (fabs.f64 p)))) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64)))))) | |
| 21.2% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) | |
| 25.3% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) q) q (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) | |
| 14.4% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (pow.f64 (*.f64 (+.f64 r p) (-.f64 p r)) #s(literal 2 binary64)))) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))))) | |
| 16.6% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) r)))) | |
| 37.2% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q)))) | |
| 21.9% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (*.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))) | |
| 26.0% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) | |
| 18.2% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) r))) | |
| 17.7% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 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/2 binary64) p (*.f64 (*.f64 #s(literal -1/4 binary64) r) (fma.f64 (neg.f64 p) (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) #s(literal 1 binary64))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))) | |
| 14.2% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) r)) | |
| 37.0% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal -1 binary64)) q)) | |
| ▶ | 17.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64))) |
| 18.2% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) | |
| 19.7% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) | |
| 21.6% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) | |
| ▶ | 14.0% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)))) |
| 13.0% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (fma.f64 r (/.f64 (*.f64 q q) p) (*.f64 q q)) p)) p)))) | |
| 2.7% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) | |
| 5.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) | |
| 5.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) | |
| ▶ | 2.8% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
| ▶ | 38.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
Compiled 2 326 to 1 480 computations (36.4% saved)
| 1× | egg-herbie |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) | |
| cost-diff | 0 | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) | |
| cost-diff | 320 | (fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) | |
| cost-diff | 704 | (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) | |
| cost-diff | 0 | (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) | |
| cost-diff | 0 | (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) | |
| cost-diff | 0 | (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64)) | |
| cost-diff | 0 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64))) | |
| cost-diff | 0 | (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) | |
| cost-diff | 0 | (neg.f64 p) | |
| cost-diff | 0 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)))) | |
| cost-diff | 1024 | (*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64))) | |
| cost-diff | 0 | (*.f64 #s(literal -1/2 binary64) p) | |
| cost-diff | 0 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) | |
| cost-diff | 0 | (neg.f64 q) | |
| cost-diff | 0 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 61 | 513 |
| 0 | 102 | 509 |
| 1 | 190 | 505 |
| 2 | 372 | 505 |
| 3 | 998 | 505 |
| 4 | 2824 | 497 |
| 5 | 5967 | 497 |
| 0 | 8202 | 497 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
(neg.f64 q) |
q |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
(*.f64 #s(literal -1/2 binary64) p) |
#s(literal -1/2 binary64) |
p |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)))) |
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64))) |
(neg.f64 p) |
p |
(fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) |
(/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(fabs.f64 r) |
r |
(fabs.f64 p) |
#s(literal -1/2 binary64) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64)) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (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)))) |
(/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) |
#s(literal 1 binary64) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) |
(*.f64 q q) |
q |
#s(literal 4 binary64) |
(*.f64 r r) |
r |
(*.f64 r p) |
p |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(fabs.f64 r) |
(fabs.f64 p) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) |
#s(literal 1/2 binary64) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
#s(literal 1 binary64) |
#s(literal 2 binary64) |
(fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) |
(pow.f64 r #s(literal 3 binary64)) |
r |
#s(literal 3 binary64) |
(pow.f64 p #s(literal 3 binary64)) |
p |
(/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) |
(-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) |
(fma.f64 r r (*.f64 p p)) |
(*.f64 p p) |
(fabs.f64 (*.f64 r p)) |
(*.f64 r p) |
(neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) |
(fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
#s(literal 4 binary64) |
(*.f64 q q) |
q |
(pow.f64 (-.f64 p r) #s(literal 2 binary64)) |
(-.f64 p r) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
(neg.f64 q) |
q |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
(*.f64 #s(literal -1/2 binary64) p) |
#s(literal -1/2 binary64) |
p |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (-.f64 p r) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 1/2 binary64))) |
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64))) |
(*.f64 (+.f64 (-.f64 p r) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 1/2 binary64)) |
(neg.f64 p) |
p |
(fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) p) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) |
(/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) |
(/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(fabs.f64 r) |
r |
(fabs.f64 p) |
#s(literal -1/2 binary64) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (*.f64 r p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64)) |
(*.f64 (fma.f64 (*.f64 r p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #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 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 (*.f64 r p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (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)))) |
(/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) |
#s(literal 1 binary64) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) |
(*.f64 q q) |
q |
#s(literal 4 binary64) |
(*.f64 r r) |
r |
(*.f64 r p) |
p |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(fabs.f64 r) |
(fabs.f64 p) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) |
#s(literal 1/2 binary64) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(*.f64 (-.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) #s(literal -1/2 binary64)) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
#s(literal 1/2 binary64) |
#s(literal 1 binary64) |
#s(literal 2 binary64) |
(fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) |
(+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) |
(pow.f64 r #s(literal 3 binary64)) |
r |
#s(literal 3 binary64) |
(pow.f64 p #s(literal 3 binary64)) |
p |
(/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) |
(-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) |
(fma.f64 r r (*.f64 p p)) |
(*.f64 p p) |
(fabs.f64 (*.f64 r p)) |
(*.f64 r p) |
(neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) |
(sqrt.f64 (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) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
#s(literal 4 binary64) |
(*.f64 q q) |
q |
(pow.f64 (-.f64 p r) #s(literal 2 binary64)) |
(-.f64 p r) |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 2.097652121660412 | (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) | |
| accuracy | 5.785156250000001 | (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) | |
| accuracy | 30.404813309864018 | (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) | |
| accuracy | 33.7680512611123 | (fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) | |
| accuracy | 13.161849118058074 | (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) | |
| accuracy | 15.997994717861348 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64))) | |
| accuracy | 25.81316813409726 | (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) | |
| accuracy | 26.750329496343586 | (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) | |
| accuracy | 2.3548429314723287 | (*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64))) | |
| accuracy | 11.068915922108564 | (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) | |
| accuracy | 23.334134841913638 | (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) | |
| accuracy | 36.338302835536574 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)))) | |
| accuracy | 0 | (*.f64 #s(literal -1/2 binary64) p) | |
| accuracy | 52.083411935371416 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) | |
| accuracy | 0 | (neg.f64 q) | |
| accuracy | 29.7331434148974 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
| 165.0ms | 154× | 1 | valid |
| 77.0ms | 47× | 2 | valid |
| 46.0ms | 40× | 2 | exit |
| 3.0ms | 10× | 0 | valid |
| 3.0ms | 3× | 3 | valid |
| 1.0ms | 2× | 1 | exit |
Compiled 1 021 to 123 computations (88% saved)
adjust: 64.0ms (25.3% of total)ival-mult: 51.0ms (20.2% of total)ival-pow: 38.0ms (15% of total)ival-div: 33.0ms (13.1% of total)ival-sqrt: 20.0ms (7.9% of total)ival-add: 20.0ms (7.9% of total)ival-sub: 11.0ms (4.4% of total)ival-pow2: 7.0ms (2.8% of total)ival-neg: 4.0ms (1.6% of total)ival-fabs: 3.0ms (1.2% of total)exact: 1.0ms (0.4% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| Inputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
(neg.f64 q) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
(*.f64 #s(literal -1/2 binary64) p) |
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)))) |
(neg.f64 p) |
(fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64)) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (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)))) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
(fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) |
(-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) |
| Outputs |
|---|
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
(+ (* 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)))))) |
(+ (* 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))))))))) |
(+ (* 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)))))))))) |
(* -1/2 p) |
(* 1/2 (- (+ (fabs p) (fabs r)) r)) |
(+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) |
(* -1 p) |
(* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) |
(/ (+ (* -1/2 p) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p) |
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(- (+ (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (/ (pow r 3) (- (pow r 2) (fabs (* p r))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(- (+ (* p (- (* -1 (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ (pow r 3) (pow (- (pow r 2) (fabs (* p r))) 2))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (pow r 3) (- (pow r 2) (fabs (* p r))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(- (+ (* p (- (* p (- (* p (- (/ 1 (- (pow r 2) (fabs (* p r)))) (* 1/2 (* (* 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)))))) (/ (pow r 3) (pow (- (pow r 2) (fabs (* p r))) 2))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (pow r 3) (- (pow r 2) (fabs (* p r))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
(+ (* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/2 (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ (pow r 3) (pow (- (pow r 2) (fabs (* p r))) 2))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) |
(+ (* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ (pow r 3) (pow (- (pow r 2) (fabs (* p r))) 2)))) (* 1/2 (* p (- (/ 1 (- (pow r 2) (fabs (* p r)))) (* 1/2 (* (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))))) |
(pow r 3) |
(+ (pow p 3) (pow r 3)) |
(- (+ (fabs p) (fabs r)) r) |
(sqrt (+ (* 4 (pow q 2)) (pow r 2))) |
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) |
(+ (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))))))))) |
(+ (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)))))))))) |
(- (pow r 2) (fabs (* p r))) |
(- (+ (pow p 2) (pow r 2)) (fabs (* p r))) |
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)) |
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)) |
(* 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)) |
(* 1/2 p) |
(* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))) |
-1/2 |
(- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2) |
(* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) |
(* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))) |
(* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) |
(* p (- (+ (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (+ (/ (fabs p) p) (/ (fabs r) p))) (* (/ 1 p) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
r |
(- (/ (fabs (* p r)) p) (+ (* -1 r) (+ (* 2 (/ (pow q 2) p)) (/ (pow r 2) p)))) |
(- (+ (/ (fabs (* p r)) p) (/ (pow r 3) (pow p 2))) (+ (* -1 r) (+ (* 2 (/ (* (pow q 2) r) (pow p 2))) (+ (* 2 (/ (pow q 2) p)) (/ (pow r 2) p))))) |
(- (+ (* -1 (/ (+ (* -1/2 (+ (* -4 (* (pow q 2) (pow r 2))) (* 4 (pow q 4)))) (* (- (fabs (* p r)) (pow r 2)) (- (pow r 2) (fabs (* p r))))) (pow p 3))) (+ (/ (fabs (* p r)) p) (/ (pow r 3) (pow p 2)))) (+ (* -1 r) (+ (* 2 (/ (* (pow q 2) r) (pow p 2))) (+ (* 2 (/ (pow q 2) p)) (/ (pow r 2) p))))) |
(* 1/2 r) |
(+ (* 1/2 r) (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow r 2))) p))) |
(+ (* 1/2 r) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow r 2))) p)) (* 1/2 (/ (- (pow r 3) (* 2 (* (pow q 2) r))) (pow p 2))))) |
(+ (* -1/2 (/ (+ (* -1/2 (+ (* -4 (* (pow q 2) (pow r 2))) (* 4 (pow q 4)))) (* (- (fabs (* p r)) (pow r 2)) (- (pow r 2) (fabs (* p r))))) (pow p 3))) (+ (* 1/2 r) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow r 2))) p)) (* 1/2 (/ (- (pow r 3) (* 2 (* (pow q 2) r))) (pow p 2)))))) |
(pow p 3) |
(* (pow p 3) (+ 1 (/ (pow r 3) (pow p 3)))) |
p |
(* p (+ 1 (* -1 (/ r p)))) |
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))) |
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2))))))) |
(pow p 2) |
(* (pow p 2) (- (+ 1 (/ (pow r 2) (pow p 2))) (/ (fabs (* p r)) (pow p 2)))) |
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))) |
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))) |
(* -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))) |
(* -1 (* p (+ (* -1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))) |
(* -1 (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))) |
(* 2 p) |
(* -1 (* p (- (/ r p) 2))) |
(* -1 (* p (- (* -1 (/ (- (* -1 (/ (- (pow r 2) (+ (fabs (* p r)) (* 2 (pow q 2)))) p)) r) p)) 2))) |
(* -1 (* p (- (* -1 (/ (- (* -1 (/ (- (+ (* -1 (/ (- (pow r 3) (* -2 (* (pow q 2) r))) p)) (pow r 2)) (+ (fabs (* p r)) (* 2 (pow q 2)))) p)) r) p)) 2))) |
(* -1 (* p (- (* 1/2 (/ r p)) 1))) |
(* -1 (* p (- (* -1 (/ (+ (* -1/2 r) (* -1/2 (/ (- (pow r 2) (+ (fabs (* p r)) (* 2 (pow q 2)))) p))) p)) 1))) |
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (pow r 3) (* -2 (* (pow q 2) r))) p)) (* 1/2 (- (pow r 2) (+ (fabs (* p r)) (* 2 (pow q 2)))))) p)) (* -1/2 r)) p)) 1))) |
(* -1 (* (pow p 3) (- (* -1 (/ (pow r 3) (pow p 3))) 1))) |
(* -1 (* p (+ 1 (* -1 (/ r p))))) |
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p))))) |
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p))))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
(+ (* 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)))))) |
(+ (* 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))))))))) |
(+ (* 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)))))))))) |
(* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) |
(+ (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) (* -1/2 r)) |
(- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2) |
(- (+ (* -1/2 (/ (+ (fabs p) (fabs r)) p)) (* 1/2 (/ r p))) 1/2) |
(* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) |
(+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))) |
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* -1/8 (/ r q)) (* 1/4 (/ p q))))) |
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* 1/4 (/ p q)) (* r (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q))))))) |
(- (+ (fabs p) (fabs r)) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* r (+ (* -1/4 (/ r q)) (* 1/2 (/ p q)))))) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* r (+ (* 1/2 (/ p q)) (* r (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q)) |
(/ 1/2 q) |
(+ (* -1/16 (/ (pow r 2) (pow q 3))) (* 1/2 (/ 1 q))) |
(+ (* (pow r 2) (- (* 3/256 (/ (pow r 2) (pow q 5))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q))) |
(+ (* (pow r 2) (- (* (pow r 2) (+ (* -5/2048 (/ (pow r 2) (pow q 7))) (* 3/256 (/ 1 (pow q 5))))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q))) |
(- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(- (+ (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))) (/ (pow p 3) (- (pow p 2) (fabs (* p r))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(- (+ (* r (- (* -1 (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 3) (pow (- (pow p 2) (fabs (* p r))) 2))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (/ (pow p 3) (- (pow p 2) (fabs (* p r))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(- (+ (* r (- (* r (- (* r (- (/ 1 (- (pow p 2) (fabs (* p r)))) (* 1/2 (* (* p (- 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)))))) (/ (pow p 3) (pow (- (pow p 2) (fabs (* p r))) 2))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (/ (pow p 3) (- (pow p 2) (fabs (* p r))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
(+ (* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/2 (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 3) (pow (- (pow p 2) (fabs (* p r))) 2))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) |
(+ (* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 3) (pow (- (pow p 2) (fabs (* p r))) 2)))) (* 1/2 (* r (- (/ 1 (- (pow p 2) (fabs (* p r)))) (* 1/2 (* (* p (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))))) |
(+ (fabs p) (fabs r)) |
(+ (fabs p) (+ (fabs r) (* -1 r))) |
(* 2 q) |
(+ (* 1/4 (/ (pow r 2) q)) (* 2 q)) |
(+ (* 2 q) (* (pow r 2) (+ (* -1/64 (/ (pow r 2) (pow q 3))) (* 1/4 (/ 1 q))))) |
(+ (* 2 q) (* (pow r 2) (+ (* (pow r 2) (- (* 1/512 (/ (pow r 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q))))) |
(- (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow r 2) q)))) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* (pow r 2) (- (* 1/64 (/ (pow r 2) (pow q 3))) (* 1/4 (/ 1 q)))))) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* (pow r 2) (- (* (pow r 2) (+ (* -1/512 (/ (pow r 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q)))))) (* 2 q)) |
(sqrt (+ (* 4 (pow q 2)) (pow p 2))) |
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) |
(+ (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))))))))) |
(+ (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)))))))))) |
(- (pow p 2) (fabs (* p r))) |
(* -1/2 r) |
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)) |
(* 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)) |
(* r (- (* -1 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)) 1/2)) |
(* 1/2 (/ r p)) |
(* r (- (+ (* -1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p))) (* 1/2 (/ 1 r)))) |
(* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)) |
(* 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)) |
(* -1 r) |
(* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1)) |
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))) |
(/ 1 r) |
(/ (+ 1 (* -2 (/ (pow q 2) (pow r 2)))) r) |
(/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))))) r) |
(/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow r 6)))))) r) |
(- (/ (fabs (* p r)) r) (+ (* -1 p) (+ (* 2 (/ (pow q 2) r)) (/ (pow p 2) r)))) |
(- (+ (/ (fabs (* p r)) r) (/ (pow p 3) (pow r 2))) (+ (* -1 p) (+ (* 2 (/ (* p (pow q 2)) (pow r 2))) (+ (* 2 (/ (pow q 2) r)) (/ (pow p 2) r))))) |
(- (+ (* -1 (/ (+ (* -1/2 (+ (* -4 (* (pow p 2) (pow q 2))) (* 4 (pow q 4)))) (* (- (fabs (* p r)) (pow p 2)) (- (pow p 2) (fabs (* p r))))) (pow r 3))) (+ (/ (fabs (* p r)) r) (/ (pow p 3) (pow r 2)))) (+ (* -1 p) (+ (* 2 (/ (* p (pow q 2)) (pow r 2))) (+ (* 2 (/ (pow q 2) r)) (/ (pow p 2) r))))) |
(+ (* 1/2 p) (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r))) |
(+ (* 1/2 p) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r)) (* 1/2 (/ (- (pow p 3) (* 2 (* p (pow q 2)))) (pow r 2))))) |
(+ (* -1/2 (/ (+ (* -1/2 (+ (* -4 (* (pow p 2) (pow q 2))) (* 4 (pow q 4)))) (* (- (fabs (* p r)) (pow p 2)) (- (pow p 2) (fabs (* p r))))) (pow r 3))) (+ (* 1/2 p) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r)) (* 1/2 (/ (- (pow p 3) (* 2 (* p (pow q 2)))) (pow r 2)))))) |
(* (pow r 3) (+ 1 (/ (pow p 3) (pow r 3)))) |
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1)) |
(* r (+ 1 (* 2 (/ (pow q 2) (pow r 2))))) |
(* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (* 2 (/ (pow q 2) (pow r 2)))))) |
(* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6))))))) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) |
(* r (- (+ (* 2 (/ (pow q 4) (pow r 4))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))) |
(* r (+ 1 (* -1 (/ p r)))) |
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))) |
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2))))))) |
(pow r 2) |
(* (pow r 2) (- (+ 1 (/ (pow p 2) (pow r 2))) (/ (fabs (* p r)) (pow r 2)))) |
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))) |
(* -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))) |
(* -1 (* r (+ 1/2 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)))) |
(* -1 (* r (- (* -1 (/ (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2) r)) (* 1/2 (/ 1 p))))) |
(* -1 (* r (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p)))) (/ (pow q 2) r)) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p))))) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* 2 (/ (pow q 2) r))))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)) 1))) |
(/ -1 r) |
(* -1 (/ (+ 1 (* -2 (/ (pow q 2) (pow r 2)))) r)) |
(* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))))) r)) |
(* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow r 6)))))) r)) |
(* 2 r) |
(* -1 (* r (- (/ p r) 2))) |
(* -1 (* r (- (* -1 (/ (- (* -1 (/ (- (pow p 2) (+ (fabs (* p r)) (* 2 (pow q 2)))) r)) p) r)) 2))) |
(* -1 (* r (- (* -1 (/ (- (* -1 (/ (- (+ (* -1 (/ (- (pow p 3) (* -2 (* p (pow q 2)))) r)) (pow p 2)) (+ (fabs (* p r)) (* 2 (pow q 2)))) r)) p) r)) 2))) |
(* -1 (* r (- (* 1/2 (/ p r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (* -1/2 p) (* -1/2 (/ (- (pow p 2) (+ (fabs (* p r)) (* 2 (pow q 2)))) r))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (pow p 3) (* -2 (* p (pow q 2)))) r)) (* 1/2 (- (pow p 2) (+ (fabs (* p r)) (* 2 (pow q 2)))))) r)) (* -1/2 p)) r)) 1))) |
(* -1 (* (pow r 3) (- (* -1 (/ (pow p 3) (pow r 3))) 1))) |
(* -1 (* r (+ 1 (* -1 (/ (+ (fabs p) (fabs r)) r))))) |
(* -1 (* r (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))) |
(* -1 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (* 2 (/ (pow q 2) (pow r 2))))))) |
(* -1 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6)))))))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (fabs r)) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 2 (/ (pow q 4) (pow r 2))) (* 2 (pow q 2))) r)))) r)) 1))) |
(* -1 (* r (+ 1 (* -1 (/ p r))))) |
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r))))) |
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r))))) |
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))) |
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(+ (* 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))))) |
(* -1 q) |
(* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) |
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))) |
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) |
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5)))))) (* 1/2 (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))))))) |
(- (+ p (+ (fabs p) (fabs r))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 2 (/ 1 r))))))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow r 3))) (+ (* 6 (/ p (pow r 4))) (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5))))))))) (* 2 (/ 1 r))))))) r) |
(+ (* -2 (/ (pow q 2) (pow r 3))) (/ 1 r)) |
(+ (* (pow q 2) (- (* 6 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (/ 1 r)) |
(+ (* (pow q 2) (- (* (pow q 2) (+ (* -20 (/ (pow q 2) (pow r 7))) (* 6 (/ 1 (pow r 5))))) (* 2 (/ 1 (pow r 3))))) (/ 1 r)) |
(- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p) |
(- (+ r (+ (* -2 (/ (pow q 2) (- p r))) (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) p) |
(- (+ r (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r))))) (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) p) |
(- (+ 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))))) (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) p) |
(* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p)) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p))) |
(+ (* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(+ (* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r))))) |
(+ r (* 2 (/ (pow q 2) r))) |
(+ r (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow r 3))) (* 2 (/ 1 r))))) |
(+ r (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (* 2 (/ 1 r))))) |
(- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r) |
(- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow r 3))) (* 2 (/ 1 r)))))) r) |
(- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (* 2 (/ 1 r)))))) r) |
(- p r) |
(- (+ p (* 2 (/ (pow q 2) (- p r)))) r) |
(- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r) |
(- (+ 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) |
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)) |
(* 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)) |
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2)))) 1)) |
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2))))) 1)) |
(* -2 q) |
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)) |
(* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))) |
(* q (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2))))))) |
(/ (+ 1/2 (* -1/16 (/ (pow r 2) (pow q 2)))) q) |
(/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (* -1/16 (/ (pow r 2) (pow q 2))))) q) |
(/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))) (pow q 6))) (* -1/16 (/ (pow r 2) (pow q 2)))))) q) |
(* q (- (+ (/ (pow p 3) (* q (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) (/ (pow r 3) (* q (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) 2)) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (pow p 3) (* q (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) (/ (pow r 3) (* q (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) 2)) |
(* q (- (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (/ (pow p 3) (* q (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) (/ (pow r 3) (* q (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(* q (- (* 1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q))) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)))) 1)) |
(* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))) |
(* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2)))))) |
(* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (+ (* 1/512 (/ (pow r 6) (pow q 6))) (* 1/4 (/ (pow r 2) (pow q 2))))))) |
(* q (- (+ (* -1/4 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)) |
(* q (- (+ (* 1/64 (/ (pow r 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))) |
(* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))) |
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(* 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))))))) |
q |
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* -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))) |
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow r 2)))) (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2)))) q)))) q)) 2))) |
(/ -1/2 q) |
(* -1 (/ (+ 1/2 (* -1/16 (/ (pow r 2) (pow q 2)))) q)) |
(* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (* -1/16 (/ (pow r 2) (pow q 2))))) q)) |
(* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))) (pow q 6))) (* -1/16 (/ (pow r 2) (pow q 2)))))) q)) |
(* -1 (* q (- (* -1 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (* 1/4 (/ (pow (- p r) 2) q)) (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (- (* 1/64 (/ (pow (- p r) 4) (pow q 2))) (* 1/4 (pow (- p r) 2))) q)) (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) q)) 2))) |
(* -1 (* q (- (* -1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) q)) 1))) |
(* -1 (* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))) |
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2))))))) |
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (+ (* 1/512 (/ (pow r 6) (pow q 6))) (* 1/4 (/ (pow r 2) (pow q 2)))))))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow r 2) q)))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2))) q)))) q)) 2))) |
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))) |
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 7.0ms | q | @ | 0 | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 p) (* (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (+ (pow r 3) (pow p 3)) (- (+ (fabs r) (fabs p)) r) (sqrt (+ (* (* q q) 4) (* r r))) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (- (+ (* r r) (* p p)) (fabs (* r p)))) |
| 7.0ms | p | @ | inf | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 p) (* (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (+ (pow r 3) (pow p 3)) (- (+ (fabs r) (fabs p)) r) (sqrt (+ (* (* q q) 4) (* r r))) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (- (+ (* r r) (* p p)) (fabs (* r p)))) |
| 7.0ms | r | @ | -inf | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 p) (* (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (+ (pow r 3) (pow p 3)) (- (+ (fabs r) (fabs p)) r) (sqrt (+ (* (* q q) 4) (* r r))) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (- (+ (* r r) (* p p)) (fabs (* r p)))) |
| 6.0ms | p | @ | 0 | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 p) (* (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (+ (pow r 3) (pow p 3)) (- (+ (fabs r) (fabs p)) r) (sqrt (+ (* (* q q) 4) (* r r))) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (- (+ (* r r) (* p p)) (fabs (* r p)))) |
| 6.0ms | p | @ | -inf | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 p) (* (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (+ (pow r 3) (pow p 3)) (- (+ (fabs r) (fabs p)) r) (sqrt (+ (* (* q q) 4) (* r r))) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r)))) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (- (+ (* r r) (* p p)) (fabs (* r p)))) |
| 1× | egg-herbie |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1316 | 8109 |
| 1 | 4053 | 8025 |
| 0 | 8413 | 7542 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
(+ (* 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)))))) |
(+ (* 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))))))))) |
(+ (* 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)))))))))) |
(* -1/2 p) |
(* 1/2 (- (+ (fabs p) (fabs r)) r)) |
(+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) |
(* -1 p) |
(* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) |
(/ (+ (* -1/2 p) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p) |
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(- (+ (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (/ (pow r 3) (- (pow r 2) (fabs (* p r))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(- (+ (* p (- (* -1 (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ (pow r 3) (pow (- (pow r 2) (fabs (* p r))) 2))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (pow r 3) (- (pow r 2) (fabs (* p r))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(- (+ (* p (- (* p (- (* p (- (/ 1 (- (pow r 2) (fabs (* p r)))) (* 1/2 (* (* 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)))))) (/ (pow r 3) (pow (- (pow r 2) (fabs (* p r))) 2))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (pow r 3) (- (pow r 2) (fabs (* p r))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
(+ (* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/2 (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ (pow r 3) (pow (- (pow r 2) (fabs (* p r))) 2))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) |
(+ (* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ (pow r 3) (pow (- (pow r 2) (fabs (* p r))) 2)))) (* 1/2 (* p (- (/ 1 (- (pow r 2) (fabs (* p r)))) (* 1/2 (* (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))))) |
(pow r 3) |
(+ (pow p 3) (pow r 3)) |
(- (+ (fabs p) (fabs r)) r) |
(sqrt (+ (* 4 (pow q 2)) (pow r 2))) |
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) |
(+ (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))))))))) |
(+ (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)))))))))) |
(- (pow r 2) (fabs (* p r))) |
(- (+ (pow p 2) (pow r 2)) (fabs (* p r))) |
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)) |
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)) |
(* 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)) |
(* 1/2 p) |
(* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))) |
-1/2 |
(- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2) |
(* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) |
(* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))) |
(* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) |
(* p (- (+ (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (+ (/ (fabs p) p) (/ (fabs r) p))) (* (/ 1 p) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
r |
(- (/ (fabs (* p r)) p) (+ (* -1 r) (+ (* 2 (/ (pow q 2) p)) (/ (pow r 2) p)))) |
(- (+ (/ (fabs (* p r)) p) (/ (pow r 3) (pow p 2))) (+ (* -1 r) (+ (* 2 (/ (* (pow q 2) r) (pow p 2))) (+ (* 2 (/ (pow q 2) p)) (/ (pow r 2) p))))) |
(- (+ (* -1 (/ (+ (* -1/2 (+ (* -4 (* (pow q 2) (pow r 2))) (* 4 (pow q 4)))) (* (- (fabs (* p r)) (pow r 2)) (- (pow r 2) (fabs (* p r))))) (pow p 3))) (+ (/ (fabs (* p r)) p) (/ (pow r 3) (pow p 2)))) (+ (* -1 r) (+ (* 2 (/ (* (pow q 2) r) (pow p 2))) (+ (* 2 (/ (pow q 2) p)) (/ (pow r 2) p))))) |
(* 1/2 r) |
(+ (* 1/2 r) (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow r 2))) p))) |
(+ (* 1/2 r) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow r 2))) p)) (* 1/2 (/ (- (pow r 3) (* 2 (* (pow q 2) r))) (pow p 2))))) |
(+ (* -1/2 (/ (+ (* -1/2 (+ (* -4 (* (pow q 2) (pow r 2))) (* 4 (pow q 4)))) (* (- (fabs (* p r)) (pow r 2)) (- (pow r 2) (fabs (* p r))))) (pow p 3))) (+ (* 1/2 r) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow r 2))) p)) (* 1/2 (/ (- (pow r 3) (* 2 (* (pow q 2) r))) (pow p 2)))))) |
(pow p 3) |
(* (pow p 3) (+ 1 (/ (pow r 3) (pow p 3)))) |
p |
(* p (+ 1 (* -1 (/ r p)))) |
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))) |
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2))))))) |
(pow p 2) |
(* (pow p 2) (- (+ 1 (/ (pow r 2) (pow p 2))) (/ (fabs (* p r)) (pow p 2)))) |
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))) |
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))) |
(* -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))) |
(* -1 (* p (+ (* -1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))) |
(* -1 (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))) |
(* 2 p) |
(* -1 (* p (- (/ r p) 2))) |
(* -1 (* p (- (* -1 (/ (- (* -1 (/ (- (pow r 2) (+ (fabs (* p r)) (* 2 (pow q 2)))) p)) r) p)) 2))) |
(* -1 (* p (- (* -1 (/ (- (* -1 (/ (- (+ (* -1 (/ (- (pow r 3) (* -2 (* (pow q 2) r))) p)) (pow r 2)) (+ (fabs (* p r)) (* 2 (pow q 2)))) p)) r) p)) 2))) |
(* -1 (* p (- (* 1/2 (/ r p)) 1))) |
(* -1 (* p (- (* -1 (/ (+ (* -1/2 r) (* -1/2 (/ (- (pow r 2) (+ (fabs (* p r)) (* 2 (pow q 2)))) p))) p)) 1))) |
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (pow r 3) (* -2 (* (pow q 2) r))) p)) (* 1/2 (- (pow r 2) (+ (fabs (* p r)) (* 2 (pow q 2)))))) p)) (* -1/2 r)) p)) 1))) |
(* -1 (* (pow p 3) (- (* -1 (/ (pow r 3) (pow p 3))) 1))) |
(* -1 (* p (+ 1 (* -1 (/ r p))))) |
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p))))) |
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p))))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
(+ (* 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)))))) |
(+ (* 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))))))))) |
(+ (* 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)))))))))) |
(* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) |
(+ (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) (* -1/2 r)) |
(- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2) |
(- (+ (* -1/2 (/ (+ (fabs p) (fabs r)) p)) (* 1/2 (/ r p))) 1/2) |
(* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) |
(+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))) |
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* -1/8 (/ r q)) (* 1/4 (/ p q))))) |
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* 1/4 (/ p q)) (* r (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q))))))) |
(- (+ (fabs p) (fabs r)) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* r (+ (* -1/4 (/ r q)) (* 1/2 (/ p q)))))) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* r (+ (* 1/2 (/ p q)) (* r (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q)) |
(/ 1/2 q) |
(+ (* -1/16 (/ (pow r 2) (pow q 3))) (* 1/2 (/ 1 q))) |
(+ (* (pow r 2) (- (* 3/256 (/ (pow r 2) (pow q 5))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q))) |
(+ (* (pow r 2) (- (* (pow r 2) (+ (* -5/2048 (/ (pow r 2) (pow q 7))) (* 3/256 (/ 1 (pow q 5))))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q))) |
(- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(- (+ (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))) (/ (pow p 3) (- (pow p 2) (fabs (* p r))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(- (+ (* r (- (* -1 (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 3) (pow (- (pow p 2) (fabs (* p r))) 2))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (/ (pow p 3) (- (pow p 2) (fabs (* p r))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(- (+ (* r (- (* r (- (* r (- (/ 1 (- (pow p 2) (fabs (* p r)))) (* 1/2 (* (* p (- 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)))))) (/ (pow p 3) (pow (- (pow p 2) (fabs (* p r))) 2))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (/ (pow p 3) (- (pow p 2) (fabs (* p r))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
(+ (* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/2 (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 3) (pow (- (pow p 2) (fabs (* p r))) 2))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) |
(+ (* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 3) (pow (- (pow p 2) (fabs (* p r))) 2)))) (* 1/2 (* r (- (/ 1 (- (pow p 2) (fabs (* p r)))) (* 1/2 (* (* p (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))))) |
(+ (fabs p) (fabs r)) |
(+ (fabs p) (+ (fabs r) (* -1 r))) |
(* 2 q) |
(+ (* 1/4 (/ (pow r 2) q)) (* 2 q)) |
(+ (* 2 q) (* (pow r 2) (+ (* -1/64 (/ (pow r 2) (pow q 3))) (* 1/4 (/ 1 q))))) |
(+ (* 2 q) (* (pow r 2) (+ (* (pow r 2) (- (* 1/512 (/ (pow r 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q))))) |
(- (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow r 2) q)))) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* (pow r 2) (- (* 1/64 (/ (pow r 2) (pow q 3))) (* 1/4 (/ 1 q)))))) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* (pow r 2) (- (* (pow r 2) (+ (* -1/512 (/ (pow r 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q)))))) (* 2 q)) |
(sqrt (+ (* 4 (pow q 2)) (pow p 2))) |
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) |
(+ (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))))))))) |
(+ (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)))))))))) |
(- (pow p 2) (fabs (* p r))) |
(* -1/2 r) |
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)) |
(* 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)) |
(* r (- (* -1 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)) 1/2)) |
(* 1/2 (/ r p)) |
(* r (- (+ (* -1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p))) (* 1/2 (/ 1 r)))) |
(* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)) |
(* 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)) |
(* -1 r) |
(* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1)) |
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))) |
(/ 1 r) |
(/ (+ 1 (* -2 (/ (pow q 2) (pow r 2)))) r) |
(/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))))) r) |
(/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow r 6)))))) r) |
(- (/ (fabs (* p r)) r) (+ (* -1 p) (+ (* 2 (/ (pow q 2) r)) (/ (pow p 2) r)))) |
(- (+ (/ (fabs (* p r)) r) (/ (pow p 3) (pow r 2))) (+ (* -1 p) (+ (* 2 (/ (* p (pow q 2)) (pow r 2))) (+ (* 2 (/ (pow q 2) r)) (/ (pow p 2) r))))) |
(- (+ (* -1 (/ (+ (* -1/2 (+ (* -4 (* (pow p 2) (pow q 2))) (* 4 (pow q 4)))) (* (- (fabs (* p r)) (pow p 2)) (- (pow p 2) (fabs (* p r))))) (pow r 3))) (+ (/ (fabs (* p r)) r) (/ (pow p 3) (pow r 2)))) (+ (* -1 p) (+ (* 2 (/ (* p (pow q 2)) (pow r 2))) (+ (* 2 (/ (pow q 2) r)) (/ (pow p 2) r))))) |
(+ (* 1/2 p) (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r))) |
(+ (* 1/2 p) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r)) (* 1/2 (/ (- (pow p 3) (* 2 (* p (pow q 2)))) (pow r 2))))) |
(+ (* -1/2 (/ (+ (* -1/2 (+ (* -4 (* (pow p 2) (pow q 2))) (* 4 (pow q 4)))) (* (- (fabs (* p r)) (pow p 2)) (- (pow p 2) (fabs (* p r))))) (pow r 3))) (+ (* 1/2 p) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r)) (* 1/2 (/ (- (pow p 3) (* 2 (* p (pow q 2)))) (pow r 2)))))) |
(* (pow r 3) (+ 1 (/ (pow p 3) (pow r 3)))) |
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1)) |
(* r (+ 1 (* 2 (/ (pow q 2) (pow r 2))))) |
(* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (* 2 (/ (pow q 2) (pow r 2)))))) |
(* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6))))))) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) |
(* r (- (+ (* 2 (/ (pow q 4) (pow r 4))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))) |
(* r (+ 1 (* -1 (/ p r)))) |
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))) |
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2))))))) |
(pow r 2) |
(* (pow r 2) (- (+ 1 (/ (pow p 2) (pow r 2))) (/ (fabs (* p r)) (pow r 2)))) |
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))) |
(* -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))) |
(* -1 (* r (+ 1/2 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)))) |
(* -1 (* r (- (* -1 (/ (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2) r)) (* 1/2 (/ 1 p))))) |
(* -1 (* r (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p)))) (/ (pow q 2) r)) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p))))) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* 2 (/ (pow q 2) r))))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)) 1))) |
(/ -1 r) |
(* -1 (/ (+ 1 (* -2 (/ (pow q 2) (pow r 2)))) r)) |
(* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))))) r)) |
(* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow r 6)))))) r)) |
(* 2 r) |
(* -1 (* r (- (/ p r) 2))) |
(* -1 (* r (- (* -1 (/ (- (* -1 (/ (- (pow p 2) (+ (fabs (* p r)) (* 2 (pow q 2)))) r)) p) r)) 2))) |
(* -1 (* r (- (* -1 (/ (- (* -1 (/ (- (+ (* -1 (/ (- (pow p 3) (* -2 (* p (pow q 2)))) r)) (pow p 2)) (+ (fabs (* p r)) (* 2 (pow q 2)))) r)) p) r)) 2))) |
(* -1 (* r (- (* 1/2 (/ p r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (* -1/2 p) (* -1/2 (/ (- (pow p 2) (+ (fabs (* p r)) (* 2 (pow q 2)))) r))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (pow p 3) (* -2 (* p (pow q 2)))) r)) (* 1/2 (- (pow p 2) (+ (fabs (* p r)) (* 2 (pow q 2)))))) r)) (* -1/2 p)) r)) 1))) |
(* -1 (* (pow r 3) (- (* -1 (/ (pow p 3) (pow r 3))) 1))) |
(* -1 (* r (+ 1 (* -1 (/ (+ (fabs p) (fabs r)) r))))) |
(* -1 (* r (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))) |
(* -1 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (* 2 (/ (pow q 2) (pow r 2))))))) |
(* -1 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6)))))))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (fabs r)) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 2 (/ (pow q 4) (pow r 2))) (* 2 (pow q 2))) r)))) r)) 1))) |
(* -1 (* r (+ 1 (* -1 (/ p r))))) |
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r))))) |
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r))))) |
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))) |
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(+ (* 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))))) |
(* -1 q) |
(* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) |
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))) |
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) |
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5)))))) (* 1/2 (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))))))) |
(- (+ p (+ (fabs p) (fabs r))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 2 (/ 1 r))))))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow r 3))) (+ (* 6 (/ p (pow r 4))) (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5))))))))) (* 2 (/ 1 r))))))) r) |
(+ (* -2 (/ (pow q 2) (pow r 3))) (/ 1 r)) |
(+ (* (pow q 2) (- (* 6 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (/ 1 r)) |
(+ (* (pow q 2) (- (* (pow q 2) (+ (* -20 (/ (pow q 2) (pow r 7))) (* 6 (/ 1 (pow r 5))))) (* 2 (/ 1 (pow r 3))))) (/ 1 r)) |
(- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p) |
(- (+ r (+ (* -2 (/ (pow q 2) (- p r))) (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) p) |
(- (+ r (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r))))) (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) p) |
(- (+ 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))))) (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) p) |
(* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p)) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p))) |
(+ (* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(+ (* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r))))) |
(+ r (* 2 (/ (pow q 2) r))) |
(+ r (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow r 3))) (* 2 (/ 1 r))))) |
(+ r (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (* 2 (/ 1 r))))) |
(- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r) |
(- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow r 3))) (* 2 (/ 1 r)))))) r) |
(- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (* 2 (/ 1 r)))))) r) |
(- p r) |
(- (+ p (* 2 (/ (pow q 2) (- p r)))) r) |
(- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r) |
(- (+ 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) |
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)) |
(* 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)) |
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2)))) 1)) |
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2))))) 1)) |
(* -2 q) |
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)) |
(* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))) |
(* q (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2))))))) |
(/ (+ 1/2 (* -1/16 (/ (pow r 2) (pow q 2)))) q) |
(/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (* -1/16 (/ (pow r 2) (pow q 2))))) q) |
(/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))) (pow q 6))) (* -1/16 (/ (pow r 2) (pow q 2)))))) q) |
(* q (- (+ (/ (pow p 3) (* q (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) (/ (pow r 3) (* q (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) 2)) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (pow p 3) (* q (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) (/ (pow r 3) (* q (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) 2)) |
(* q (- (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (/ (pow p 3) (* q (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) (/ (pow r 3) (* q (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(* q (- (* 1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q))) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)))) 1)) |
(* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))) |
(* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2)))))) |
(* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (+ (* 1/512 (/ (pow r 6) (pow q 6))) (* 1/4 (/ (pow r 2) (pow q 2))))))) |
(* q (- (+ (* -1/4 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)) |
(* q (- (+ (* 1/64 (/ (pow r 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))) |
(* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))) |
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(* 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))))))) |
q |
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* -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))) |
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow r 2)))) (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2)))) q)))) q)) 2))) |
(/ -1/2 q) |
(* -1 (/ (+ 1/2 (* -1/16 (/ (pow r 2) (pow q 2)))) q)) |
(* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (* -1/16 (/ (pow r 2) (pow q 2))))) q)) |
(* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))) (pow q 6))) (* -1/16 (/ (pow r 2) (pow q 2)))))) q)) |
(* -1 (* q (- (* -1 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (* 1/4 (/ (pow (- p r) 2) q)) (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (- (* 1/64 (/ (pow (- p r) 4) (pow q 2))) (* 1/4 (pow (- p r) 2))) q)) (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) q)) 2))) |
(* -1 (* q (- (* -1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) q)) 1))) |
(* -1 (* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))) |
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2))))))) |
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (+ (* 1/512 (/ (pow r 6) (pow q 6))) (* 1/4 (/ (pow r 2) (pow q 2)))))))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow r 2) q)))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2))) q)))) q)) 2))) |
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))) |
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))) |
| Outputs |
|---|
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)) |
(+ (* 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)))))) |
(*.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 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(+ (* 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))))))))) |
(fma.f64 (fma.f64 (*.f64 p (*.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)))))) #s(literal -1/4 binary64) (*.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 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 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)))))))))) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.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)))) (*.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 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (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 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
(* -1/2 p) |
(*.f64 #s(literal -1/2 binary64) p) |
(* 1/2 (- (+ (fabs p) (fabs r)) r)) |
(*.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64)) |
(+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) |
(*.f64 (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64)) |
(* -1 p) |
(neg.f64 p) |
(* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) |
(*.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64)) |
(/ (+ (* -1/2 p) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) p) |
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(-.f64 (+.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (fabs.f64 r)) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(-.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(- (+ (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (/ (pow r 3) (- (pow r 2) (fabs (* p r))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(- (+ (* p (- (* -1 (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ (pow r 3) (pow (- (pow r 2) (fabs (* p r))) 2))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (pow r 3) (- (pow r 2) (fabs (* p r))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p))) #s(literal 2 binary64)))) (neg.f64 p) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r)) p (-.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(- (+ (* p (- (* p (- (* p (- (/ 1 (- (pow r 2) (fabs (* p r)))) (* 1/2 (* (* 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)))))) (/ (pow r 3) (pow (- (pow r 2) (fabs (* p r))) 2))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (pow r 3) (- (pow r 2) (fabs (* p r))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))) (*.f64 (*.f64 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) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))))) #s(literal 1/2 binary64))) p (neg.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p))) #s(literal 2 binary64)))))) p (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r)) p (-.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
(*.f64 (-.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)) |
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 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 r p) (-.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(+ (* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/2 (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ (pow r 3) (pow (- (pow r 2) (fabs (* p r))) 2))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) p) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p))) #s(literal 2 binary64)))) (*.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 (pow.f64 r #s(literal 3 binary64)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
(+ (* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ (pow r 3) (pow (- (pow r 2) (fabs (* p r))) 2)))) (* 1/2 (* p (- (/ 1 (- (pow r 2) (fabs (* p r)))) (* 1/2 (* (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))) (*.f64 (*.f64 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) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))))) #s(literal 1/2 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p))) #s(literal 2 binary64)))) #s(literal -1/2 binary64))) 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 (pow.f64 r #s(literal 3 binary64)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
(pow r 3) |
(pow.f64 r #s(literal 3 binary64)) |
(+ (pow p 3) (pow r 3)) |
(+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) |
(- (+ (fabs p) (fabs r)) r) |
(+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) |
(sqrt (+ (* 4 (pow q 2)) (pow r 2))) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) |
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) |
(fma.f64 (neg.f64 (*.f64 r p)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(+ (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))))))))) |
(fma.f64 (fma.f64 (*.f64 p (*.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)))))) #s(literal 1/2 binary64) (*.f64 (neg.f64 r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) p (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(+ (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)))))))))) |
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.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)))) (*.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 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (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 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(- (pow r 2) (fabs (* p r))) |
(-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p))) |
(- (+ (pow p 2) (pow r 2)) (fabs (* p r))) |
(-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) |
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) p) |
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)) |
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (*.f64 (neg.f64 p) p))) #s(literal 1/2 binary64)) p) |
(* 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)) |
(*.f64 (fma.f64 (*.f64 (neg.f64 q) q) (/.f64 r (pow.f64 p #s(literal 3 binary64))) (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (*.f64 (neg.f64 p) p))) #s(literal 1/2 binary64))) p) |
(* 1/2 p) |
(*.f64 #s(literal 1/2 binary64) p) |
(* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) 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) |
-1/2 |
#s(literal -1/2 binary64) |
(- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2) |
(fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) |
(* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) |
(*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))) |
(*.f64 (*.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)))) r (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p))) p) |
(* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p)) |
(* p (- (+ (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (+ (/ (fabs p) p) (/ (fabs r) p))) (* (/ 1 p) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
(*.f64 (-.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p))) (/.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) p)) p) |
r |
(- (/ (fabs (* p r)) p) (+ (* -1 r) (+ (* 2 (/ (pow q 2) p)) (/ (pow r 2) p)))) |
(-.f64 (/.f64 (fabs.f64 (*.f64 r p)) p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (/.f64 (*.f64 r r) p)) r)) |
(- (+ (/ (fabs (* p r)) p) (/ (pow r 3) (pow p 2))) (+ (* -1 r) (+ (* 2 (/ (* (pow q 2) r) (pow p 2))) (+ (* 2 (/ (pow q 2) p)) (/ (pow r 2) p))))) |
(-.f64 (+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (*.f64 p p)) (/.f64 (fabs.f64 (*.f64 r p)) p)) (-.f64 (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 (*.f64 q q) r) p) (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (/.f64 (*.f64 r r) p))) r)) |
(- (+ (* -1 (/ (+ (* -1/2 (+ (* -4 (* (pow q 2) (pow r 2))) (* 4 (pow q 4)))) (* (- (fabs (* p r)) (pow r 2)) (- (pow r 2) (fabs (* p r))))) (pow p 3))) (+ (/ (fabs (* p r)) p) (/ (pow r 3) (pow p 2)))) (+ (* -1 r) (+ (* 2 (/ (* (pow q 2) r) (pow p 2))) (+ (* 2 (/ (pow q 2) p)) (/ (pow r 2) p))))) |
(-.f64 (-.f64 (+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (*.f64 p p)) (/.f64 (fabs.f64 (*.f64 r p)) p)) (/.f64 (fma.f64 (-.f64 (fabs.f64 (*.f64 r p)) (*.f64 r r)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p))) (*.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (*.f64 r r) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (pow.f64 p #s(literal 3 binary64)))) (-.f64 (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 (*.f64 q q) r) p) (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (/.f64 (*.f64 r r) p))) r)) |
(* 1/2 r) |
(*.f64 #s(literal 1/2 binary64) r) |
(+ (* 1/2 r) (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow r 2))) p))) |
(*.f64 #s(literal 1/2 binary64) (+.f64 r (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 r r))) p))) |
(+ (* 1/2 r) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow r 2))) p)) (* 1/2 (/ (- (pow r 3) (* 2 (* (pow q 2) r))) (pow p 2))))) |
(fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 r r))) p) (/.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) r)) (*.f64 p p))) (*.f64 #s(literal 1/2 binary64) r)) |
(+ (* -1/2 (/ (+ (* -1/2 (+ (* -4 (* (pow q 2) (pow r 2))) (* 4 (pow q 4)))) (* (- (fabs (* p r)) (pow r 2)) (- (pow r 2) (fabs (* p r))))) (pow p 3))) (+ (* 1/2 r) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow r 2))) p)) (* 1/2 (/ (- (pow r 3) (* 2 (* (pow q 2) r))) (pow p 2)))))) |
(fma.f64 (/.f64 (fma.f64 (-.f64 (fabs.f64 (*.f64 r p)) (*.f64 r r)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p))) (*.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (*.f64 r r) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (pow.f64 p #s(literal 3 binary64))) #s(literal -1/2 binary64) (fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 r r))) p) (/.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) r)) (*.f64 p p))) (*.f64 #s(literal 1/2 binary64) r))) |
(pow p 3) |
(pow.f64 p #s(literal 3 binary64)) |
(* (pow p 3) (+ 1 (/ (pow r 3) (pow p 3)))) |
(*.f64 (+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) #s(literal 1 binary64)) (pow.f64 p #s(literal 3 binary64))) |
p |
(* p (+ 1 (* -1 (/ r p)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 r p)) p) |
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))) |
(fma.f64 (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (/.f64 r (neg.f64 p))) p p) |
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2))))))) |
(fma.f64 (fma.f64 #s(literal 2 binary64) (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))) (*.f64 (/.f64 q p) (/.f64 q p))) (/.f64 r (neg.f64 p))) p p) |
(pow p 2) |
(*.f64 p p) |
(* (pow p 2) (- (+ 1 (/ (pow r 2) (pow p 2))) (/ (fabs (* p r)) (pow p 2)))) |
(*.f64 (-.f64 (fma.f64 (/.f64 r p) (/.f64 r p) #s(literal 1 binary64)) (/.f64 (fabs.f64 (*.f64 r p)) (*.f64 p p))) (*.f64 p p)) |
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))) |
(*.f64 (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) (neg.f64 p)) |
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))) |
(*.f64 (-.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)) (neg.f64 p)) |
(* -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))) |
(*.f64 (-.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)) (neg.f64 p)) |
(* -1 (* p (+ (* -1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))) |
(*.f64 (*.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)))) r (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p))) (neg.f64 p)) |
(* -1 (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))) |
(*.f64 (neg.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p))) (neg.f64 p)) |
(* 2 p) |
(*.f64 p #s(literal 2 binary64)) |
(* -1 (* p (- (/ r p) 2))) |
(*.f64 (-.f64 (/.f64 r p) #s(literal 2 binary64)) (neg.f64 p)) |
(* -1 (* p (- (* -1 (/ (- (* -1 (/ (- (pow r 2) (+ (fabs (* p r)) (* 2 (pow q 2)))) p)) r) p)) 2))) |
(*.f64 (-.f64 (/.f64 (-.f64 (/.f64 (-.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (fabs.f64 (*.f64 r p)))) (neg.f64 p)) r) (neg.f64 p)) #s(literal 2 binary64)) (neg.f64 p)) |
(* -1 (* p (- (* -1 (/ (- (* -1 (/ (- (+ (* -1 (/ (- (pow r 3) (* -2 (* (pow q 2) r))) p)) (pow r 2)) (+ (fabs (* p r)) (* 2 (pow q 2)))) p)) r) p)) 2))) |
(*.f64 (-.f64 (/.f64 (-.f64 (/.f64 (-.f64 (fma.f64 r r (/.f64 (fma.f64 #s(literal -1 binary64) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 q q) r))) p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (fabs.f64 (*.f64 r p)))) (neg.f64 p)) r) (neg.f64 p)) #s(literal 2 binary64)) (neg.f64 p)) |
(* -1 (* p (- (* 1/2 (/ r p)) 1))) |
(fma.f64 (*.f64 (/.f64 r p) #s(literal 1/2 binary64)) (neg.f64 p) p) |
(* -1 (* p (- (* -1 (/ (+ (* -1/2 r) (* -1/2 (/ (- (pow r 2) (+ (fabs (* p r)) (* 2 (pow q 2)))) p))) p)) 1))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 r (/.f64 (-.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (fabs.f64 (*.f64 r p)))) p))) (neg.f64 p)) (neg.f64 p) p) |
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (pow r 3) (* -2 (* (pow q 2) r))) p)) (* 1/2 (- (pow r 2) (+ (fabs (* p r)) (* 2 (pow q 2)))))) p)) (* -1/2 r)) p)) 1))) |
(fma.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) r (/.f64 (fma.f64 (-.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (fabs.f64 (*.f64 r p)))) #s(literal 1/2 binary64) (*.f64 (/.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 q q) r))) p) #s(literal -1/2 binary64))) (neg.f64 p))) (neg.f64 p)) (neg.f64 p) p) |
(* -1 (* (pow p 3) (- (* -1 (/ (pow r 3) (pow p 3))) 1))) |
(*.f64 (neg.f64 (pow.f64 p #s(literal 3 binary64))) (fma.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) #s(literal -1 binary64) #s(literal -1 binary64))) |
(* -1 (* p (+ 1 (* -1 (/ r p))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 r p)) (neg.f64 p)) |
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) p) r) p)) (neg.f64 p)) |
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 r (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 q q) (/.f64 r p) (*.f64 q q))) p)) p)) (neg.f64 p)) |
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)) |
(+ (* 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)))))) |
(*.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 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
(+ (* 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))))))))) |
(fma.f64 (fma.f64 (*.f64 r (*.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)))))) #s(literal -1/4 binary64) (*.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 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 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)))))))))) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.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)))) (*.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 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (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 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
(* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) |
(*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) (neg.f64 p)) |
(+ (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) (* -1/2 r)) |
(fma.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) (neg.f64 p) (*.f64 #s(literal -1/2 binary64) r)) |
(- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2) |
(fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) |
(- (+ (* -1/2 (/ (+ (fabs p) (fabs r)) p)) (* 1/2 (/ r p))) 1/2) |
(fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64) (fma.f64 (/.f64 r p) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) #s(literal 1/2 binary64)) |
(+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))) |
(fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 r p) q) #s(literal 1/4 binary64))) |
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* -1/8 (/ r q)) (* 1/4 (/ p q))))) |
(fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) #s(literal 1/2 binary64) (*.f64 (fma.f64 (/.f64 p q) #s(literal 1/4 binary64) (*.f64 (/.f64 r q) #s(literal -1/8 binary64))) r)) |
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* 1/4 (/ p q)) (* r (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 p (/.f64 r (pow.f64 q #s(literal 3 binary64)))) #s(literal -1/32 binary64) (/.f64 #s(literal -1/8 binary64) q)) r (*.f64 (/.f64 p q) #s(literal 1/4 binary64))) r (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) #s(literal 1/2 binary64))) |
(- (+ (fabs p) (fabs r)) (* 2 q)) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) |
(- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q)) |
(-.f64 (+.f64 (fma.f64 (/.f64 (*.f64 r p) q) #s(literal 1/2 binary64) (fabs.f64 r)) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) |
(- (+ (fabs p) (+ (fabs r) (* r (+ (* -1/4 (/ r q)) (* 1/2 (/ p q)))))) (* 2 q)) |
(-.f64 (+.f64 (fma.f64 (fma.f64 (/.f64 p q) #s(literal 1/2 binary64) (*.f64 (/.f64 r q) #s(literal -1/4 binary64))) r (fabs.f64 r)) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) |
(- (+ (fabs p) (+ (fabs r) (* r (+ (* 1/2 (/ p q)) (* r (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q)) |
(-.f64 (+.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -1/16 binary64) (*.f64 p (/.f64 r (pow.f64 q #s(literal 3 binary64)))) (/.f64 #s(literal -1/4 binary64) q)) r (*.f64 (/.f64 p q) #s(literal 1/2 binary64))) r (fabs.f64 r)) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) |
(/ 1/2 q) |
(/.f64 #s(literal 1/2 binary64) q) |
(+ (* -1/16 (/ (pow r 2) (pow q 3))) (* 1/2 (/ 1 q))) |
(fma.f64 (/.f64 (*.f64 r r) (pow.f64 q #s(literal 3 binary64))) #s(literal -1/16 binary64) (/.f64 #s(literal 1/2 binary64) q)) |
(+ (* (pow r 2) (- (* 3/256 (/ (pow r 2) (pow q 5))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q))) |
(fma.f64 (fma.f64 (/.f64 (*.f64 r r) (pow.f64 q #s(literal 5 binary64))) #s(literal 3/256 binary64) (/.f64 #s(literal -1/16 binary64) (pow.f64 q #s(literal 3 binary64)))) (*.f64 r r) (/.f64 #s(literal 1/2 binary64) q)) |
(+ (* (pow r 2) (- (* (pow r 2) (+ (* -5/2048 (/ (pow r 2) (pow q 7))) (* 3/256 (/ 1 (pow q 5))))) (* 1/16 (/ 1 (pow q 3))))) (* 1/2 (/ 1 q))) |
(fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 r r) (pow.f64 q #s(literal 7 binary64))) #s(literal -5/2048 binary64) (/.f64 #s(literal 3/256 binary64) (pow.f64 q #s(literal 5 binary64)))) (*.f64 r r) (/.f64 #s(literal -1/16 binary64) (pow.f64 q #s(literal 3 binary64)))) (*.f64 r r) (/.f64 #s(literal 1/2 binary64) q)) |
(- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(-.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (*.f64 p p) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(- (+ (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))) (/ (pow p 3) (- (pow p 2) (fabs (* p r))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (*.f64 p p) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
(- (+ (* r (- (* -1 (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 3) (pow (- (pow p 2) (fabs (* p r))) 2))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (/ (pow p 3) (- (pow p 2) (fabs (* p r))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(fma.f64 (fma.f64 (neg.f64 r) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (*.f64 p p) (fabs.f64 (*.f64 r p))) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p)) r (-.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (*.f64 p p) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
(- (+ (* r (- (* r (- (* r (- (/ 1 (- (pow p 2) (fabs (* p r)))) (* 1/2 (* (* p (- 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)))))) (/ (pow p 3) (pow (- (pow p 2) (fabs (* p r))) 2))))) (* -1 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (/ (pow p 3) (- (pow p 2) (fabs (* p r))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 p p) (fabs.f64 (*.f64 r p)))) (*.f64 (*.f64 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) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))))) #s(literal 1/2 binary64))) r (neg.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (*.f64 p p) (fabs.f64 (*.f64 r p))) #s(literal 2 binary64)))))) r (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p)) r (-.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (*.f64 p p) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
(* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
(*.f64 (-.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (*.f64 p p) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)) |
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 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 r p) (-.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (*.f64 p p) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
(+ (* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/2 (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 3) (pow (- (pow p 2) (fabs (* p r))) 2))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) r) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (*.f64 p p) (fabs.f64 (*.f64 r p))) #s(literal 2 binary64)))) (*.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 (pow.f64 p #s(literal 3 binary64)) (-.f64 (*.f64 p p) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
(+ (* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 3) (pow (- (pow p 2) (fabs (* p r))) 2)))) (* 1/2 (* r (- (/ 1 (- (pow p 2) (fabs (* p r)))) (* 1/2 (* (* p (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) r) (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 p p) (fabs.f64 (*.f64 r p)))) (*.f64 (*.f64 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) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))))) #s(literal 1/2 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (*.f64 p p) (fabs.f64 (*.f64 r p))) #s(literal 2 binary64)))) #s(literal -1/2 binary64))) 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 (pow.f64 p #s(literal 3 binary64)) (-.f64 (*.f64 p p) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
(+ (fabs p) (fabs r)) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(+ (fabs p) (+ (fabs r) (* -1 r))) |
(+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) |
(* 2 q) |
(*.f64 q #s(literal 2 binary64)) |
(+ (* 1/4 (/ (pow r 2) q)) (* 2 q)) |
(fma.f64 (/.f64 (*.f64 r r) q) #s(literal 1/4 binary64) (*.f64 q #s(literal 2 binary64))) |
(+ (* 2 q) (* (pow r 2) (+ (* -1/64 (/ (pow r 2) (pow q 3))) (* 1/4 (/ 1 q))))) |
(fma.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (*.f64 r r) (pow.f64 q #s(literal 3 binary64))) (/.f64 #s(literal 1/4 binary64) q)) (*.f64 r r) (*.f64 q #s(literal 2 binary64))) |
(+ (* 2 q) (* (pow r 2) (+ (* (pow r 2) (- (* 1/512 (/ (pow r 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q))))) |
(fma.f64 (fma.f64 (fma.f64 #s(literal 1/512 binary64) (/.f64 (*.f64 r r) (pow.f64 q #s(literal 5 binary64))) (/.f64 #s(literal -1/64 binary64) (pow.f64 q #s(literal 3 binary64)))) (*.f64 r r) (/.f64 #s(literal 1/4 binary64) q)) (*.f64 r r) (*.f64 q #s(literal 2 binary64))) |
(- (+ (fabs p) (+ (fabs r) (* -1/4 (/ (pow r 2) q)))) (* 2 q)) |
(-.f64 (+.f64 (fma.f64 (/.f64 (*.f64 r r) q) #s(literal -1/4 binary64) (fabs.f64 r)) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) |
(- (+ (fabs p) (+ (fabs r) (* (pow r 2) (- (* 1/64 (/ (pow r 2) (pow q 3))) (* 1/4 (/ 1 q)))))) (* 2 q)) |
(-.f64 (+.f64 (fma.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (*.f64 r r) (pow.f64 q #s(literal 3 binary64))) (/.f64 #s(literal -1/4 binary64) q)) (*.f64 r r) (fabs.f64 r)) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) |
(- (+ (fabs p) (+ (fabs r) (* (pow r 2) (- (* (pow r 2) (+ (* -1/512 (/ (pow r 2) (pow q 5))) (* 1/64 (/ 1 (pow q 3))))) (* 1/4 (/ 1 q)))))) (* 2 q)) |
(-.f64 (+.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -1/512 binary64) (/.f64 (*.f64 r r) (pow.f64 q #s(literal 5 binary64))) (/.f64 #s(literal 1/64 binary64) (pow.f64 q #s(literal 3 binary64)))) (*.f64 r r) (/.f64 #s(literal -1/4 binary64) q)) (*.f64 r r) (fabs.f64 r)) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) |
(sqrt (+ (* 4 (pow q 2)) (pow p 2))) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) |
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) |
(fma.f64 (neg.f64 (*.f64 r p)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(+ (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))))))))) |
(fma.f64 (fma.f64 (*.f64 r (*.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)))))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (neg.f64 p))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(+ (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)))))))))) |
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.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)))) (*.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 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (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)))) (neg.f64 p))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(- (pow p 2) (fabs (* p r))) |
(-.f64 (*.f64 p p) (fabs.f64 (*.f64 r p))) |
(* -1/2 r) |
(*.f64 #s(literal -1/2 binary64) r) |
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) r) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)) |
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) r) |
(* 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)) |
(*.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64))) r) |
(* r (- (* -1 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)) 1/2)) |
(*.f64 (fma.f64 (neg.f64 p) (/.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) r) #s(literal -1/2 binary64)) r) |
(* 1/2 (/ r p)) |
(*.f64 (/.f64 r p) #s(literal 1/2 binary64)) |
(* r (- (+ (* -1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p))) (* 1/2 (/ 1 r)))) |
(*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) r) #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/2 binary64) p) (/.f64 #s(literal 1/2 binary64) r))) r) |
(* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) r) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)) |
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) r) |
(* 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)) |
(*.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64))) r) |
(* -1 r) |
(neg.f64 r) |
(* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) |
(fma.f64 (+.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (/.f64 p r)) r (neg.f64 r)) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1)) |
(fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (+.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (/.f64 p r))) r (neg.f64 r)) |
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))) |
(*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (+.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (/.f64 p r))) (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64))) r) |
(/ 1 r) |
(/.f64 #s(literal 1 binary64) r) |
(/ (+ 1 (* -2 (/ (pow q 2) (pow r 2)))) r) |
(/.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)) r) |
(/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))))) r) |
(/.f64 (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64))) (pow.f64 r #s(literal 4 binary64)))) #s(literal 1 binary64)) r) |
(/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow r 6)))))) r) |
(/.f64 (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)) (pow.f64 r #s(literal 4 binary64))) (/.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)))) (pow.f64 r #s(literal 6 binary64)))))) #s(literal 1 binary64)) r) |
(- (/ (fabs (* p r)) r) (+ (* -1 p) (+ (* 2 (/ (pow q 2) r)) (/ (pow p 2) r)))) |
(-.f64 (/.f64 (fabs.f64 (*.f64 r p)) r) (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (/.f64 (*.f64 p p) r)) p)) |
(- (+ (/ (fabs (* p r)) r) (/ (pow p 3) (pow r 2))) (+ (* -1 p) (+ (* 2 (/ (* p (pow q 2)) (pow r 2))) (+ (* 2 (/ (pow q 2) r)) (/ (pow p 2) r))))) |
(-.f64 (+.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) (*.f64 r r)) (/.f64 (fabs.f64 (*.f64 r p)) r)) (-.f64 (fma.f64 (/.f64 (*.f64 p #s(literal 2 binary64)) r) (/.f64 (*.f64 q q) r) (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (/.f64 (*.f64 p p) r))) p)) |
(- (+ (* -1 (/ (+ (* -1/2 (+ (* -4 (* (pow p 2) (pow q 2))) (* 4 (pow q 4)))) (* (- (fabs (* p r)) (pow p 2)) (- (pow p 2) (fabs (* p r))))) (pow r 3))) (+ (/ (fabs (* p r)) r) (/ (pow p 3) (pow r 2)))) (+ (* -1 p) (+ (* 2 (/ (* p (pow q 2)) (pow r 2))) (+ (* 2 (/ (pow q 2) r)) (/ (pow p 2) r))))) |
(-.f64 (-.f64 (+.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) (*.f64 r r)) (/.f64 (fabs.f64 (*.f64 r p)) r)) (/.f64 (fma.f64 (-.f64 (fabs.f64 (*.f64 r p)) (*.f64 p p)) (-.f64 (*.f64 p p) (fabs.f64 (*.f64 r p))) (*.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 p p)) (*.f64 q q) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (pow.f64 r #s(literal 3 binary64)))) (-.f64 (fma.f64 (/.f64 (*.f64 p #s(literal 2 binary64)) r) (/.f64 (*.f64 q q) r) (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (/.f64 (*.f64 p p) r))) p)) |
(+ (* 1/2 p) (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r))) |
(*.f64 #s(literal 1/2 binary64) (+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r))) |
(+ (* 1/2 p) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r)) (* 1/2 (/ (- (pow p 3) (* 2 (* p (pow q 2)))) (pow r 2))))) |
(fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) (/.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 q q) p) #s(literal 2 binary64))) (*.f64 r r))) (*.f64 #s(literal 1/2 binary64) p)) |
(+ (* -1/2 (/ (+ (* -1/2 (+ (* -4 (* (pow p 2) (pow q 2))) (* 4 (pow q 4)))) (* (- (fabs (* p r)) (pow p 2)) (- (pow p 2) (fabs (* p r))))) (pow r 3))) (+ (* 1/2 p) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r)) (* 1/2 (/ (- (pow p 3) (* 2 (* p (pow q 2)))) (pow r 2)))))) |
(fma.f64 (/.f64 (fma.f64 (-.f64 (fabs.f64 (*.f64 r p)) (*.f64 p p)) (-.f64 (*.f64 p p) (fabs.f64 (*.f64 r p))) (*.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 p p)) (*.f64 q q) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (pow.f64 r #s(literal 3 binary64))) #s(literal -1/2 binary64) (fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) (/.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 q q) p) #s(literal 2 binary64))) (*.f64 r r))) (*.f64 #s(literal 1/2 binary64) p))) |
(* (pow r 3) (+ 1 (/ (pow p 3) (pow r 3)))) |
(*.f64 (+.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) #s(literal 1 binary64)) (pow.f64 r #s(literal 3 binary64))) |
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1)) |
(fma.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) r (neg.f64 r)) |
(* r (+ 1 (* 2 (/ (pow q 2) (pow r 2))))) |
(*.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)) r) |
(* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (* 2 (/ (pow q 2) (pow r 2)))))) |
(fma.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 #s(literal -2 binary64) (pow.f64 q #s(literal 4 binary64))) (pow.f64 r #s(literal 4 binary64)))) r r) |
(* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6))))))) |
(fma.f64 (fma.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 r #s(literal 4 binary64))) #s(literal -2 binary64) (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64))))) r r) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) |
(fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r))) r (neg.f64 r)) |
(* r (- (+ (* 2 (/ (pow q 4) (pow r 4))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))) |
(*.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 r #s(literal 4 binary64))) #s(literal 2 binary64) (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r))) (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64))) r) |
(* r (+ 1 (* -1 (/ p r)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) r) |
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))) |
(fma.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (neg.f64 p) r)) r r) |
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2))))))) |
(fma.f64 (fma.f64 #s(literal 2 binary64) (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (*.f64 (/.f64 q r) (/.f64 q r))) (/.f64 (neg.f64 p) r)) r r) |
(pow r 2) |
(*.f64 r r) |
(* (pow r 2) (- (+ 1 (/ (pow p 2) (pow r 2))) (/ (fabs (* p r)) (pow r 2)))) |
(*.f64 (-.f64 (fma.f64 (/.f64 p r) (/.f64 p r) #s(literal 1 binary64)) (/.f64 (fabs.f64 (*.f64 r p)) (*.f64 r r))) (*.f64 r r)) |
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))) |
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal -1/2 binary64) #s(literal -1/2 binary64))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))) |
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 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))) |
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 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))) |
(* -1 (* r (+ 1/2 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)))) |
(*.f64 (neg.f64 r) (fma.f64 p (/.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) r) #s(literal 1/2 binary64))) |
(* -1 (* r (- (* -1 (/ (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2) r)) (* 1/2 (/ 1 p))))) |
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) r) #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) p))) |
(* -1 (* r (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1/2))) |
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal -1/2 binary64) #s(literal -1/2 binary64))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p)))) (/ (pow q 2) r)) r)) 1/2))) |
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 binary64))) |
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p))))) r)) 1/2))) |
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 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))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) (neg.f64 r)) r) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* 2 (/ (pow q 2) r))))) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (+.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 r)) r) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (+.f64 (-.f64 (-.f64 (fabs.f64 r) p) (/.f64 (fma.f64 (*.f64 p (/.f64 (*.f64 q q) r)) #s(literal -2 binary64) (*.f64 #s(literal -2 binary64) (*.f64 q q))) r)) (fabs.f64 p)) (neg.f64 r)) r) |
(/ -1 r) |
(/.f64 #s(literal -1 binary64) r) |
(* -1 (/ (+ 1 (* -2 (/ (pow q 2) (pow r 2)))) r)) |
(/.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)) (neg.f64 r)) |
(* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))))) r)) |
(/.f64 (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64))) (pow.f64 r #s(literal 4 binary64)))) #s(literal -1 binary64) #s(literal -1 binary64)) r) |
(* -1 (/ (+ 1 (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (* -1/2 (/ (+ (* -16 (pow q 4)) (* 4 (pow q 4))) (pow r 4))) (* -1/2 (/ (+ (* 2 (* (pow q 2) (+ (* -16 (pow q 4)) (* 4 (pow q 4))))) (* 64 (pow q 6))) (pow r 6)))))) r)) |
(/.f64 (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)) (pow.f64 r #s(literal 4 binary64))) (/.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)))) (pow.f64 r #s(literal 6 binary64)))))) #s(literal 1 binary64)) (neg.f64 r)) |
(* 2 r) |
(*.f64 r #s(literal 2 binary64)) |
(* -1 (* r (- (/ p r) 2))) |
(*.f64 (neg.f64 r) (-.f64 (/.f64 p r) #s(literal 2 binary64))) |
(* -1 (* r (- (* -1 (/ (- (* -1 (/ (- (pow p 2) (+ (fabs (* p r)) (* 2 (pow q 2)))) r)) p) r)) 2))) |
(*.f64 (neg.f64 r) (-.f64 (/.f64 (-.f64 (/.f64 (-.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (fabs.f64 (*.f64 r p)))) (neg.f64 r)) p) (neg.f64 r)) #s(literal 2 binary64))) |
(* -1 (* r (- (* -1 (/ (- (* -1 (/ (- (+ (* -1 (/ (- (pow p 3) (* -2 (* p (pow q 2)))) r)) (pow p 2)) (+ (fabs (* p r)) (* 2 (pow q 2)))) r)) p) r)) 2))) |
(*.f64 (neg.f64 r) (-.f64 (/.f64 (-.f64 (/.f64 (-.f64 (fma.f64 p p (/.f64 (fma.f64 #s(literal -1 binary64) (pow.f64 p #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 q q) p) #s(literal -2 binary64))) r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (fabs.f64 (*.f64 r p)))) (neg.f64 r)) p) (neg.f64 r)) #s(literal 2 binary64))) |
(* -1 (* r (- (* 1/2 (/ p r)) 1))) |
(*.f64 (neg.f64 r) (fma.f64 (/.f64 p r) #s(literal 1/2 binary64) #s(literal -1 binary64))) |
(* -1 (* r (- (* -1 (/ (+ (* -1/2 p) (* -1/2 (/ (- (pow p 2) (+ (fabs (* p r)) (* 2 (pow q 2)))) r))) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 p (/.f64 (-.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (fabs.f64 (*.f64 r p)))) r))) (neg.f64 r)) r) |
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (pow p 3) (* -2 (* p (pow q 2)))) r)) (* 1/2 (- (pow p 2) (+ (fabs (* p r)) (* 2 (pow q 2)))))) r)) (* -1/2 p)) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (fma.f64 #s(literal -1/2 binary64) p (/.f64 (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (fabs.f64 (*.f64 r p)))) #s(literal 1/2 binary64) (*.f64 (/.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 q q) p) #s(literal -2 binary64))) r) #s(literal -1/2 binary64))) (neg.f64 r))) (neg.f64 r)) r) |
(* -1 (* (pow r 3) (- (* -1 (/ (pow p 3) (pow r 3))) 1))) |
(*.f64 (neg.f64 (pow.f64 r #s(literal 3 binary64))) (fma.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) #s(literal -1 binary64) #s(literal -1 binary64))) |
(* -1 (* r (+ 1 (* -1 (/ (+ (fabs p) (fabs r)) r))))) |
(*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r))) |
(* -1 (* r (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))) |
(*.f64 (neg.f64 r) (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64))) |
(* -1 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (* 2 (/ (pow q 2) (pow r 2))))))) |
(neg.f64 (fma.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 #s(literal -2 binary64) (pow.f64 q #s(literal 4 binary64))) (pow.f64 r #s(literal 4 binary64)))) r r)) |
(* -1 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6)))))))) |
(neg.f64 (fma.f64 (fma.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 r #s(literal 4 binary64))) #s(literal -2 binary64) (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 6 binary64))) (pow.f64 r #s(literal 6 binary64))))) r r)) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (fabs r)) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) r) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 r)) r) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 2 (/ (pow q 4) (pow r 2))) (* 2 (pow q 2))) r)))) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (*.f64 r r)) (*.f64 q q))) r)) (neg.f64 r)) r) |
(* -1 (* r (+ 1 (* -1 (/ p r))))) |
(*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 p r))) |
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r))))) |
(*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) p) r))) |
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r))))) |
(*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 p (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q))) r)) r))) |
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) |
(*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64)) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))) |
(fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 p r))) |
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(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 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 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))))) |
(fma.f64 (fma.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 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64))) |
(* -1 q) |
(neg.f64 q) |
(* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) |
(*.f64 (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64)) |
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))) |
(*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 #s(literal -2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))) |
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 #s(literal -2 binary64) r)))) (*.f64 q q) (*.f64 (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64))) |
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5)))))) (* 1/2 (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))))))) |
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 p (pow.f64 r #s(literal 6 binary64))) #s(literal -20 binary64) (/.f64 #s(literal -4 binary64) (pow.f64 r #s(literal 5 binary64)))) (*.f64 q q) (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))))) (*.f64 q q) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 #s(literal -2 binary64) r)) #s(literal 1/2 binary64))) (*.f64 q q) (*.f64 (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64))) |
(- (+ p (+ (fabs p) (fabs r))) r) |
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) r) |
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 #s(literal -2 binary64) r)) (*.f64 q q) (fabs.f64 r))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 2 (/ 1 r))))))) r) |
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (fma.f64 (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal -2 binary64) r))) (*.f64 q q) (fabs.f64 r))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow r 3))) (+ (* 6 (/ p (pow r 4))) (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5))))))))) (* 2 (/ 1 r))))))) r) |
(-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (fma.f64 (+.f64 (fma.f64 (fma.f64 (/.f64 p (pow.f64 r #s(literal 6 binary64))) #s(literal -20 binary64) (/.f64 #s(literal -4 binary64) (pow.f64 r #s(literal 5 binary64)))) (*.f64 q q) (*.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal -2 binary64) r))) (*.f64 q q) (fabs.f64 r))) r) |
(+ (* -2 (/ (pow q 2) (pow r 3))) (/ 1 r)) |
(fma.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) r)) |
(+ (* (pow q 2) (- (* 6 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (/ 1 r)) |
(fma.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 5 binary64))) #s(literal 6 binary64) (/.f64 #s(literal -2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal 1 binary64) r)) |
(+ (* (pow q 2) (- (* (pow q 2) (+ (* -20 (/ (pow q 2) (pow r 7))) (* 6 (/ 1 (pow r 5))))) (* 2 (/ 1 (pow r 3))))) (/ 1 r)) |
(fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 7 binary64))) #s(literal -20 binary64) (/.f64 #s(literal 6 binary64) (pow.f64 r #s(literal 5 binary64)))) (*.f64 q q) (/.f64 #s(literal -2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal 1 binary64) r)) |
(- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p) |
(-.f64 (+.f64 (+.f64 r (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) p) |
(- (+ r (+ (* -2 (/ (pow q 2) (- p r))) (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) p) |
(-.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) (-.f64 p r)) #s(literal -2 binary64) (+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))))) r) p) |
(- (+ r (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r))))) (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) p) |
(-.f64 (+.f64 (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 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))))) r) p) |
(- (+ 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))))) (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) p) |
(-.f64 (+.f64 (fma.f64 (fma.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 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))))) r) p) |
(* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p)) |
(*.f64 (-.f64 (+.f64 (+.f64 r (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) p) #s(literal 1/2 binary64)) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p))) |
(fma.f64 (-.f64 (+.f64 (+.f64 r (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 p r))) |
(+ (* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(fma.f64 (-.f64 (+.f64 (+.f64 r (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) p) #s(literal 1/2 binary64) (*.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))) |
(+ (* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r))))) |
(fma.f64 (-.f64 (+.f64 (+.f64 r (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) p) #s(literal 1/2 binary64) (*.f64 (fma.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))) |
(+ r (* 2 (/ (pow q 2) r))) |
(fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) r) |
(+ r (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow r 3))) (* 2 (/ 1 r))))) |
(fma.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) r) |
(+ r (* (pow q 2) (+ (* (pow q 2) (- (* 4 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (* 2 (/ 1 r))))) |
(fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 5 binary64))) #s(literal 4 binary64) (/.f64 #s(literal -2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal 2 binary64) r)) (*.f64 q q) r) |
(- (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) r)))) r) |
(+.f64 (fabs.f64 p) (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) (fabs.f64 r)) r)) |
(- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow r 3))) (* 2 (/ 1 r)))))) r) |
(-.f64 (+.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) #s(literal 2 binary64) (/.f64 #s(literal -2 binary64) r)) (*.f64 q q) (fabs.f64 r)) (fabs.f64 p)) r) |
(- (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* (pow q 2) (+ (* -4 (/ (pow q 2) (pow r 5))) (* 2 (/ 1 (pow r 3))))) (* 2 (/ 1 r)))))) r) |
(-.f64 (+.f64 (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 5 binary64))) #s(literal -4 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal -2 binary64) r)) (*.f64 q q) (fabs.f64 r)) (fabs.f64 p)) r) |
(- p r) |
(-.f64 p r) |
(- (+ p (* 2 (/ (pow q 2) (- p r)))) r) |
(-.f64 (fma.f64 (/.f64 (*.f64 q q) (-.f64 p r)) #s(literal 2 binary64) p) r) |
(- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r) |
(-.f64 (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) p) r) |
(- (+ 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) |
(-.f64 (fma.f64 (fma.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) p) r) |
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal -1 binary64)) q) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)) |
(*.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 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal -1 binary64))) q) |
(* 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)) |
(fma.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 q q)) #s(literal -1/8 binary64) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64))))) q (neg.f64 q)) |
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2)))) 1)) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) (*.f64 q q))) #s(literal -1 binary64)) q) |
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2))))) 1)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) p) (pow.f64 r #s(literal 3 binary64)) (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal 1/64 binary64))) (pow.f64 q #s(literal 4 binary64))) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) (*.f64 q q))) #s(literal -1 binary64))) q) |
(* -2 q) |
(*.f64 #s(literal -2 binary64) q) |
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)) |
(*.f64 (+.f64 (/.f64 (fabs.f64 p) q) (-.f64 (/.f64 (fabs.f64 r) q) #s(literal 2 binary64))) q) |
(* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))) |
(*.f64 (-.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) q) (/.f64 (*.f64 r p) q) (+.f64 (/.f64 (fabs.f64 r) q) (/.f64 (fabs.f64 p) q))) (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64))) q) |
(* q (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2))))))) |
(*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) p) (pow.f64 q #s(literal 4 binary64))) #s(literal -1/16 binary64) (-.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) q) (/.f64 (*.f64 r p) q) (+.f64 (/.f64 (fabs.f64 r) q) (/.f64 (fabs.f64 p) q))) (+.f64 (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -1/64 binary64)) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)))) q) |
(/ (+ 1/2 (* -1/16 (/ (pow r 2) (pow q 2)))) q) |
(/.f64 (fma.f64 (/.f64 #s(literal -1/16 binary64) q) (/.f64 (*.f64 r r) q) #s(literal 1/2 binary64)) q) |
(/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (* -1/16 (/ (pow r 2) (pow q 2))))) q) |
(/.f64 (+.f64 (fma.f64 (/.f64 #s(literal -1/16 binary64) q) (/.f64 (*.f64 r r) q) (/.f64 (neg.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal 1/2 binary64)) q) |
(/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))) (pow q 6))) (* -1/16 (/ (pow r 2) (pow q 2)))))) q) |
(/.f64 (+.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64)) (pow.f64 q #s(literal 4 binary64)))) (fma.f64 (*.f64 (/.f64 r q) (/.f64 r q)) #s(literal -1/16 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 r r)) (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64)) (*.f64 #s(literal 1/256 binary64) (pow.f64 r #s(literal 6 binary64)))) (neg.f64 (pow.f64 q #s(literal 6 binary64)))))) q) |
(* q (- (+ (/ (pow p 3) (* q (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) (/ (pow r 3) (* q (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) 2)) |
(*.f64 (-.f64 (+.f64 (/.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) q) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (/.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) q) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) #s(literal 2 binary64)) q) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (pow p 3) (* q (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) (/ (pow r 3) (* q (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) 2)) |
(*.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 q q)) #s(literal -1/4 binary64) (+.f64 (/.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) q) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (/.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) q) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))))) #s(literal 2 binary64)) q) |
(* q (- (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (/ (pow p 3) (* q (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) (/ (pow r 3) (* q (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(*.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal 1/64 binary64) (+.f64 (/.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) q) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (/.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) q) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))))) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64))) q) |
(* q (- (* 1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)) 1)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) q) #s(literal 1/2 binary64) #s(literal -1 binary64)) q) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q))) 1)) |
(*.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 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) q) #s(literal 1/2 binary64) #s(literal -1 binary64))) q) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)))) 1)) |
(fma.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 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) q) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64))))) q (neg.f64 q)) |
(* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))) |
(*.f64 (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64)) q) |
(* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2)))))) |
(*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -1/64 binary64)) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)) q) |
(* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (+ (* 1/512 (/ (pow r 6) (pow q 6))) (* 1/4 (/ (pow r 2) (pow q 2))))))) |
(*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal -1/64 binary64) (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 r #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64))))) #s(literal 2 binary64)) q) |
(* q (- (+ (* -1/4 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)) |
(*.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (*.f64 r r) q) (+.f64 (/.f64 (fabs.f64 p) q) (-.f64 (/.f64 (fabs.f64 r) q) #s(literal 2 binary64)))) q) |
(* q (- (+ (* 1/64 (/ (pow r 4) (pow q 4))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))) |
(*.f64 (fma.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal 1/64 binary64) (-.f64 (+.f64 (/.f64 (fabs.f64 r) q) (/.f64 (fabs.f64 p) q)) (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64)))) q) |
(* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))) |
(*.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64)) q) |
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)) q) |
(* 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))))))) |
(*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal -1/64 binary64) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64))))) #s(literal 2 binary64)) q) |
q |
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))) |
(*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(neg.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) (neg.f64 q)) q (neg.f64 q))) |
(* -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))) |
(*.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.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))) q) #s(literal -1 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(neg.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) q) #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) (neg.f64 q)) q (neg.f64 q))) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow r 2)))) (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(*.f64 (fma.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) (/.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) p) (pow.f64 r #s(literal 3 binary64)) (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal 1/64 binary64))) (*.f64 q q)))) q)) q) #s(literal -1 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))) |
(*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)))) q)) 2))) |
(*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) q)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2)))) q)))) q)) 2))) |
(*.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) p) q) (/.f64 (pow.f64 r #s(literal 3 binary64)) q) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) r) (fma.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) q) (/.f64 #s(literal -1/64 binary64) q) (*.f64 #s(literal 1/4 binary64) (*.f64 r r))))) q)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)) |
(/ -1/2 q) |
(/.f64 #s(literal -1/2 binary64) q) |
(* -1 (/ (+ 1/2 (* -1/16 (/ (pow r 2) (pow q 2)))) q)) |
(/.f64 (fma.f64 (/.f64 #s(literal -1/16 binary64) q) (/.f64 (*.f64 r r) q) #s(literal 1/2 binary64)) (neg.f64 q)) |
(* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (* -1/16 (/ (pow r 2) (pow q 2))))) q)) |
(/.f64 (fma.f64 (fma.f64 (/.f64 #s(literal -1/16 binary64) q) (/.f64 (*.f64 r r) q) (/.f64 (neg.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal -1 binary64) #s(literal -1/2 binary64)) q) |
(* -1 (/ (+ 1/2 (+ (* -1 (/ (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4))) (pow q 4))) (+ (* -1 (/ (+ (* 1/256 (pow r 6)) (* 1/8 (* (pow r 2) (+ (* -1/64 (pow r 4)) (* 1/256 (pow r 4)))))) (pow q 6))) (* -1/16 (/ (pow r 2) (pow q 2)))))) q)) |
(/.f64 (fma.f64 (-.f64 (fma.f64 (*.f64 (/.f64 r q) (/.f64 r q)) #s(literal -1/16 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 r r)) (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64)) (*.f64 #s(literal 1/256 binary64) (pow.f64 r #s(literal 6 binary64)))) (neg.f64 (pow.f64 q #s(literal 6 binary64))))) (/.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -3/256 binary64)) (pow.f64 q #s(literal 4 binary64)))) #s(literal -1 binary64) #s(literal -1/2 binary64)) q) |
(* -1 (* q (- (* -1 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)) 2))) |
(*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (* 1/4 (/ (pow (- p r) 2) q)) (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) q)) 2))) |
(*.f64 (fma.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (- (* 1/64 (/ (pow (- p r) 4) (pow q 2))) (* 1/4 (pow (- p r) 2))) q)) (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) q)) 2))) |
(*.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) (/.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)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)) 1))) |
(*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) q) #s(literal -1/2 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) q)) 1))) |
(*.f64 (fma.f64 (/.f64 (fma.f64 (+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) #s(literal 1/2 binary64) (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) q) #s(literal -1 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) q)) 1))) |
(*.f64 (fma.f64 (/.f64 (fma.f64 (+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) #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))) q) #s(literal -1 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))) |
(*.f64 (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64)) (neg.f64 q)) |
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2))))))) |
(*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) #s(literal -1/64 binary64)) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)) (neg.f64 q)) |
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (+ (* 1/512 (/ (pow r 6) (pow q 6))) (* 1/4 (/ (pow r 2) (pow q 2)))))))) |
(*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal -1/64 binary64) (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 r #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64))))) #s(literal 2 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow r 2) q)))) q)) 2))) |
(*.f64 (-.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 r r) q) #s(literal 1/4 binary64) (fabs.f64 r)) (fabs.f64 p)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2))) q)))) q)) 2))) |
(*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (fma.f64 (/.f64 #s(literal 1/64 binary64) q) (/.f64 (pow.f64 r #s(literal 4 binary64)) q) (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) q)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q)) |
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(*.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64)) (neg.f64 q)) |
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))) |
(*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)) (neg.f64 q)) |
(* -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)))))))) |
(*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal -1/64 binary64) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) (pow.f64 q #s(literal 6 binary64))))) #s(literal 2 binary64)) (neg.f64 q)) |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 61 | 372 |
| 0 | 102 | 364 |
| 1 | 431 | 360 |
| 2 | 3317 | 332 |
| 0 | 9046 | 332 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
(neg.f64 q) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
(*.f64 #s(literal -1/2 binary64) p) |
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)))) |
(neg.f64 p) |
(fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64)) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (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)))) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
(fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) |
(-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
(*.f64 #s(literal -1 binary64) q) |
(*.f64 q #s(literal -1 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q))) (neg.f64 (+.f64 #s(literal 0 binary64) q))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 q #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 0 binary64) (fma.f64 q q (*.f64 #s(literal 0 binary64) q))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (+.f64 #s(literal 0 binary64) q)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 q #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 q q (*.f64 #s(literal 0 binary64) q)))) |
(neg.f64 q) |
(-.f64 #s(literal 0 binary64) q) |
(+.f64 #s(literal 0 binary64) (neg.f64 q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
(*.f64 #s(literal -1/2 binary64) p) |
(*.f64 p #s(literal -1/2 binary64)) |
(*.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64)) p) |
(*.f64 (*.f64 (neg.f64 p) (+.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal 1 binary64))) #s(literal -1/2 binary64)) |
(*.f64 (+.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) p)) |
(*.f64 #s(literal -1 binary64) (*.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) p)) |
(*.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) (neg.f64 p)) |
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64))) |
(*.f64 p (neg.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal -1/4 binary64)) (neg.f64 p))) (neg.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -3 binary64)) #s(literal -1/8 binary64) #s(literal -1/8 binary64)) (neg.f64 p))) (neg.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal 1/4 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (neg.f64 p) (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal -1/4 binary64)))) (neg.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (neg.f64 p) (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -3 binary64)) #s(literal -1/8 binary64) #s(literal -1/8 binary64)))) (neg.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal 1/4 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p)) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 1/2 binary64) p) #s(literal 2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p)) (*.f64 #s(literal 1/2 binary64) p)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p)) #s(literal 3 binary64)) (*.f64 #s(literal 1/8 binary64) (pow.f64 p #s(literal 3 binary64))))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) p) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p)) (*.f64 #s(literal 1/2 binary64) p)))))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal -1/4 binary64)) (neg.f64 p)) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -3 binary64)) #s(literal -1/8 binary64) #s(literal -1/8 binary64)) (neg.f64 p)) (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal 1/4 binary64))))) |
(/.f64 (*.f64 (neg.f64 p) (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal -1/4 binary64))) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (neg.f64 p) (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -3 binary64)) #s(literal -1/8 binary64) #s(literal -1/8 binary64))) (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal 1/4 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p)) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 1/2 binary64) p) #s(literal 2 binary64))) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p)) (*.f64 #s(literal 1/2 binary64) p))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p)) #s(literal 3 binary64)) (*.f64 #s(literal 1/8 binary64) (pow.f64 p #s(literal 3 binary64)))) (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) p) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p)) (*.f64 #s(literal 1/2 binary64) p))))) |
(neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) p)) |
(fma.f64 (*.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64)) #s(literal -1 binary64)) p (*.f64 #s(literal 1/2 binary64) p)) |
(fma.f64 (*.f64 (neg.f64 p) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p)) #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) p)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) p) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) (*.f64 #s(literal 1/2 binary64) p)) |
(fma.f64 #s(literal -1 binary64) (*.f64 p (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64))) (*.f64 #s(literal 1/2 binary64) p)) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) p) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p))) |
(fma.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64)) (neg.f64 p) (*.f64 #s(literal 1/2 binary64) p)) |
(fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) (*.f64 #s(literal 1/2 binary64) p) (*.f64 #s(literal 1/2 binary64) p)) |
(fma.f64 (neg.f64 p) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/2 binary64) p)) |
(fma.f64 (neg.f64 p) #s(literal -1/2 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) (neg.f64 p)) (*.f64 #s(literal 1/2 binary64) p)) |
(fma.f64 #s(literal -1/2 binary64) (neg.f64 p) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p))) |
(fma.f64 #s(literal 1/2 binary64) p (*.f64 (*.f64 #s(literal 1/2 binary64) p) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p))) |
(-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) p)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p))) |
(+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p)) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) (neg.f64 p))) |
(*.f64 #s(literal -1 binary64) p) |
(*.f64 p #s(literal -1 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p))) (neg.f64 (+.f64 #s(literal 0 binary64) p))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 p #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 0 binary64) (fma.f64 p p (*.f64 #s(literal 0 binary64) p))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p)) (+.f64 #s(literal 0 binary64) p)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 p #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 p p (*.f64 #s(literal 0 binary64) p)))) |
(neg.f64 p) |
(-.f64 #s(literal 0 binary64) p) |
(+.f64 #s(literal 0 binary64) (neg.f64 p)) |
(*.f64 (+.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal 1 binary64)) #s(literal -1/2 binary64)) |
(*.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal -1/4 binary64)) (pow.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -3 binary64)) #s(literal -1/8 binary64) #s(literal -1/8 binary64)) (pow.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal 1/4 binary64)))) #s(literal -1 binary64))) |
(*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal 1 binary64))) |
(pow.f64 (/.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal -1/4 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal 1/4 binary64)))) (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -3 binary64)) #s(literal -1/8 binary64) #s(literal -1/8 binary64))) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64)) #s(literal 2 binary64)))) (neg.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal -1/4 binary64)))) (neg.f64 (neg.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -3 binary64)) #s(literal -1/8 binary64) #s(literal -1/8 binary64)))) (neg.f64 (neg.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal 1/4 binary64))))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal -1/4 binary64))) (neg.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -3 binary64)) #s(literal -1/8 binary64) #s(literal -1/8 binary64))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal 1/4 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -3 binary64)) #s(literal -1/8 binary64) #s(literal -1/8 binary64))) (neg.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal 1/4 binary64)))))) |
(/.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal -1/4 binary64)) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal 1/2 binary64))) |
(/.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -3 binary64)) #s(literal -1/8 binary64) #s(literal -1/8 binary64)) (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal 1/4 binary64))))) |
(/.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -3 binary64)) #s(literal -1/8 binary64) #s(literal -1/8 binary64)) (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal 1/4 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal -1/4 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal 1/4 binary64)))) (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -3 binary64)) #s(literal -1/8 binary64) #s(literal -1/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal -1/4 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -2 binary64)) #s(literal 1/4 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal 1/4 binary64)))) (fma.f64 (pow.f64 (/.f64 p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) #s(literal -3 binary64)) #s(literal -1/8 binary64) #s(literal -1/8 binary64)))) |
(fma.f64 (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (pow.f64 p #s(literal -1 binary64)) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) |
(fma.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (/.f64 #s(literal -1/2 binary64) p) #s(literal -1/2 binary64)) |
(fma.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (*.f64 (pow.f64 p #s(literal -1 binary64)) #s(literal -1/2 binary64)) #s(literal -1/2 binary64)) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64)) |
(-.f64 (/.f64 (pow.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64)) #s(literal -1/2 binary64)) |
(+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64))) |
(*.f64 (fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64))) #s(literal 1/2 binary64))) (neg.f64 (-.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64))) #s(literal 1/2 binary64))) (neg.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64))))) (neg.f64 (-.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64))))) (neg.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64))) #s(literal 1/2 binary64)) (-.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64))) #s(literal 1/2 binary64)) (fma.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)))) (-.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64)))) (fma.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
(fma.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(+.f64 (*.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)) (*.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(*.f64 (-.f64 (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64))) (pow.f64 (-.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal -1 binary64))) |
(*.f64 (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64))) (pow.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64))) #s(literal -1 binary64))) |
(pow.f64 (/.f64 (-.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (-.f64 (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64))) (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (neg.f64 (+.f64 (fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r (+.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 (pow.f64 (fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64)) (+.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) (*.f64 (fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r (+.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64))))) (neg.f64 (neg.f64 (-.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r (+.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64))) (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64))) (+.f64 (pow.f64 (fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64)) (+.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) (*.f64 (fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r (+.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64))) (fma.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (-.f64 (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64))) (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (-.f64 (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64))) (fma.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -3/2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64))))) |
(fma.f64 (/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)) (pow.f64 (*.f64 r p) #s(literal 2 binary64)))) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(fma.f64 (/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 3 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64)))) (fma.f64 (fabs.f64 (*.f64 r p)) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64))) (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(fma.f64 (*.f64 (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) (fma.f64 r r (*.f64 p (-.f64 p r)))) (+.f64 r p) (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) r) p (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal -1 binary64)) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(fma.f64 (*.f64 (+.f64 r p) (-.f64 r p)) (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)) (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(fma.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64))) (pow.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal -1 binary64)) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 (fma.f64 r r (*.f64 p (-.f64 p r))) (/.f64 (+.f64 r p) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(fma.f64 (fma.f64 r r (*.f64 p (-.f64 p r))) (*.f64 (+.f64 r p) (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64))) (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(fma.f64 (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(fma.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(fma.f64 (*.f64 r p) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 r (*.f64 p (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 p (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) r) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)) (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 r) (+.f64 (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) (/.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) |
(-.f64 (fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r (+.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (-.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(+.f64 (fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) r) p (fabs.f64 r)) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(+.f64 (fma.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) p) r (+.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(+.f64 (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(+.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(+.f64 (fabs.f64 r) (+.f64 (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(*.f64 (sqrt.f64 (pow.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 r #s(literal 4 binary64))) #s(literal -1 binary64))) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 (neg.f64 r) r)))) |
(*.f64 (sqrt.f64 (pow.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64))) #s(literal -1 binary64))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))) |
(*.f64 (sqrt.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) (sqrt.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 r #s(literal 4 binary64))) #s(literal -1 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 (neg.f64 r) r)))) |
(*.f64 (pow.f64 (pow.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64))) #s(literal -1 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))) |
(*.f64 (pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 r #s(literal 4 binary64))) #s(literal -1/2 binary64)) (pow.f64 (pow.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 (neg.f64 r) r)) #s(literal -1 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64))) #s(literal -1/2 binary64)) (pow.f64 (pow.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))) #s(literal -1 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal -1/2 binary64)) (pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal -1/2 binary64))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal -1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal -1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/4 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/4 binary64))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) (pow.f64 #s(literal 1 binary64) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) |
(pow.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 2 binary64)) #s(literal -1/4 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64)) |
(/.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(sqrt.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1 binary64))) |
(fabs.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) |
(exp.f64 (neg.f64 (log.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (neg.f64 (log.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
#s(literal 1/2 binary64) |
(*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) (pow.f64 (-.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) (pow.f64 (+.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal -1 binary64))) |
(pow.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (fabs.f64 p) (fabs.f64 r)))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 p p (-.f64 (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (neg.f64 (neg.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (neg.f64 (+.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (neg.f64 (-.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (fabs.f64 p) (fabs.f64 r))))))) |
(/.f64 (neg.f64 (-.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))) (neg.f64 (-.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (fabs.f64 p) (fabs.f64 r))))) |
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64))) (-.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))) (-.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (fabs.f64 p) (fabs.f64 r)))) |
(/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (neg.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (fabs.f64 p) (fabs.f64 r))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) (neg.f64 (-.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (fabs.f64 p) (fabs.f64 r)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (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)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) (+.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (fabs.f64 p) (fabs.f64 r)))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) (+.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (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 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) (-.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (fabs.f64 p) (fabs.f64 r))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (fabs.f64 p) (fabs.f64 r)))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (fabs.f64 p) (fabs.f64 r)))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))))) |
(fma.f64 (/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)) (pow.f64 (*.f64 r p) #s(literal 2 binary64)))) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 3 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64)))) (fma.f64 (fabs.f64 (*.f64 r p)) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) (fma.f64 r r (*.f64 p (-.f64 p r)))) (+.f64 r p) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (+.f64 r p) (-.f64 r p)) (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (fma.f64 r r (*.f64 p (-.f64 p r))) (/.f64 (+.f64 r p) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (fma.f64 r r (*.f64 p (-.f64 p r))) (*.f64 (+.f64 r p) (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
(fma.f64 (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (fabs.f64 p) #s(literal 1 binary64) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal -1 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
(fma.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 r) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 r) (+.f64 (fabs.f64 p) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(-.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (+.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 p) (fabs.f64 r)))) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(+.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (fabs.f64 p)) |
(+.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
(+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(+.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(+.f64 (fabs.f64 r) (+.f64 (fabs.f64 p) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (*.f64 #s(literal 1/8 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (+.f64 (pow.f64 (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1/2 binary64))) (neg.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) #s(literal 1/2 binary64))) (neg.f64 (-.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (fabs.f64 p) (fabs.f64 r)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) #s(literal 1/2 binary64))) (neg.f64 (+.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (neg.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (-.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (fabs.f64 p) (fabs.f64 r)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (+.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) #s(literal 1/2 binary64)) (+.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64))) #s(literal 1/2 binary64)) (-.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (fabs.f64 p) (fabs.f64 r))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) (+.f64 (fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (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 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) (-.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (+.f64 (fabs.f64 p) (fabs.f64 r))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64))) (-.f64 (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(/.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (*.f64 #s(literal 1/8 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) (+.f64 (pow.f64 (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64))) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64))) |
(fma.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64) (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64))) |
(fma.f64 (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) (*.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fma.f64 (fabs.f64 p) #s(literal 1/2 binary64) (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64))) |
(fma.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p 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) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(+.f64 (*.f64 (fabs.f64 p) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(*.f64 (fma.f64 p p (-.f64 (*.f64 r r) (*.f64 r p))) (+.f64 r p)) |
(*.f64 (+.f64 r p) (fma.f64 r r (*.f64 p (-.f64 p r)))) |
(*.f64 (-.f64 (pow.f64 r #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64))) (pow.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) #s(literal -1 binary64))) |
(*.f64 (+.f64 (pow.f64 p #s(literal 9 binary64)) (pow.f64 r #s(literal 9 binary64))) (pow.f64 (+.f64 (pow.f64 r #s(literal 6 binary64)) (-.f64 (pow.f64 p #s(literal 6 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64)))) #s(literal -1 binary64))) |
(*.f64 (fma.f64 r r (*.f64 p (-.f64 p r))) (*.f64 (+.f64 r p) #s(literal 1 binary64))) |
(*.f64 (fma.f64 r r (*.f64 p (-.f64 p r))) (+.f64 r p)) |
(*.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
(*.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) |
(pow.f64 (/.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (-.f64 (pow.f64 r #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (pow.f64 r #s(literal 6 binary64)) (-.f64 (pow.f64 p #s(literal 6 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64)))) (+.f64 (pow.f64 p #s(literal 9 binary64)) (pow.f64 r #s(literal 9 binary64)))) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 r #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64))))) (neg.f64 (neg.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 p #s(literal 9 binary64)) (pow.f64 r #s(literal 9 binary64))))) (neg.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 6 binary64)) (-.f64 (pow.f64 p #s(literal 6 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 p #s(literal 6 binary64)) (pow.f64 r #s(literal 6 binary64)))) (neg.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 r #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64))) #s(literal 1 binary64))) (neg.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (pow.f64 p #s(literal 9 binary64)) (pow.f64 r #s(literal 9 binary64))) #s(literal 1 binary64))) (neg.f64 (+.f64 (pow.f64 r #s(literal 6 binary64)) (-.f64 (pow.f64 p #s(literal 6 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (pow.f64 p #s(literal 6 binary64)) (pow.f64 r #s(literal 6 binary64))) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 r #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64)))) (neg.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 p #s(literal 9 binary64)) (pow.f64 r #s(literal 9 binary64)))) (neg.f64 (+.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (pow.f64 r #s(literal 6 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 p #s(literal 9 binary64)) (pow.f64 r #s(literal 9 binary64)))) (neg.f64 (+.f64 (pow.f64 r #s(literal 6 binary64)) (-.f64 (pow.f64 p #s(literal 6 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 r #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64))) #s(literal 1 binary64)) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) |
(/.f64 (*.f64 (+.f64 (pow.f64 p #s(literal 9 binary64)) (pow.f64 r #s(literal 9 binary64))) #s(literal 1 binary64)) (+.f64 (pow.f64 r #s(literal 6 binary64)) (-.f64 (pow.f64 p #s(literal 6 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 r #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64))) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) |
(/.f64 (+.f64 (pow.f64 p #s(literal 9 binary64)) (pow.f64 r #s(literal 9 binary64))) (+.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (pow.f64 r #s(literal 6 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64))))) |
(/.f64 (+.f64 (pow.f64 p #s(literal 9 binary64)) (pow.f64 r #s(literal 9 binary64))) (+.f64 (pow.f64 r #s(literal 6 binary64)) (-.f64 (pow.f64 p #s(literal 6 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (-.f64 (pow.f64 r #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (pow.f64 r #s(literal 6 binary64)) (-.f64 (pow.f64 p #s(literal 6 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64)))) (+.f64 (pow.f64 p #s(literal 9 binary64)) (pow.f64 r #s(literal 9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (-.f64 (pow.f64 r #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 r #s(literal 6 binary64)) (-.f64 (pow.f64 p #s(literal 6 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64)))) (+.f64 (pow.f64 p #s(literal 9 binary64)) (pow.f64 r #s(literal 9 binary64))))) |
(fma.f64 (pow.f64 (neg.f64 r) #s(literal 3/2 binary64)) (pow.f64 (neg.f64 r) #s(literal 3/2 binary64)) (pow.f64 p #s(literal 3 binary64))) |
(fma.f64 (pow.f64 (neg.f64 p) #s(literal 3/2 binary64)) (pow.f64 (neg.f64 p) #s(literal 3/2 binary64)) (pow.f64 r #s(literal 3 binary64))) |
(fma.f64 (pow.f64 (fabs.f64 p) #s(literal 3/2 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3/2 binary64)) (pow.f64 r #s(literal 3 binary64))) |
(fma.f64 (pow.f64 (fabs.f64 r) #s(literal 3/2 binary64)) (pow.f64 (fabs.f64 r) #s(literal 3/2 binary64)) (pow.f64 p #s(literal 3 binary64))) |
(fma.f64 (pow.f64 r #s(literal 3/2 binary64)) (pow.f64 r #s(literal 3/2 binary64)) (pow.f64 p #s(literal 3 binary64))) |
(fma.f64 (pow.f64 p #s(literal 3/2 binary64)) (pow.f64 p #s(literal 3/2 binary64)) (pow.f64 r #s(literal 3 binary64))) |
(fma.f64 (fma.f64 r r (*.f64 p (-.f64 p r))) r (*.f64 (fma.f64 r r (*.f64 p (-.f64 p r))) p)) |
(fma.f64 (*.f64 p p) (fabs.f64 p) (pow.f64 r #s(literal 3 binary64))) |
(fma.f64 (*.f64 p p) p (pow.f64 r #s(literal 3 binary64))) |
(fma.f64 (*.f64 r r) (fabs.f64 r) (pow.f64 p #s(literal 3 binary64))) |
(fma.f64 (*.f64 r r) r (pow.f64 p #s(literal 3 binary64))) |
(fma.f64 (fabs.f64 p) (*.f64 p p) (pow.f64 r #s(literal 3 binary64))) |
(fma.f64 (fabs.f64 r) (*.f64 r r) (pow.f64 p #s(literal 3 binary64))) |
(fma.f64 r (fma.f64 r r (*.f64 p (-.f64 p r))) (*.f64 p (fma.f64 r r (*.f64 p (-.f64 p r))))) |
(fma.f64 r (*.f64 r r) (pow.f64 p #s(literal 3 binary64))) |
(fma.f64 p (*.f64 p p) (pow.f64 r #s(literal 3 binary64))) |
(fma.f64 #s(literal 1 binary64) (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) |
(-.f64 (/.f64 (pow.f64 r #s(literal 6 binary64)) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (/.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))))) |
(+.f64 (*.f64 r (fma.f64 r r (*.f64 p (-.f64 p r)))) (*.f64 p (fma.f64 r r (*.f64 p (-.f64 p r))))) |
(+.f64 (*.f64 (fma.f64 r r (*.f64 p (-.f64 p r))) r) (*.f64 (fma.f64 r r (*.f64 p (-.f64 p r))) p)) |
(+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) |
(+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (*.f64 r r)) (pow.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) #s(literal -1 binary64))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (pow.f64 (fma.f64 r (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal -1 binary64))) |
(pow.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (*.f64 r r))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 r (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (-.f64 (*.f64 r r) (pow.f64 (-.f64 (fabs.f64 p) r) #s(literal 2 binary64)))) (neg.f64 (-.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) r)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 p) r) #s(literal 3 binary64)))) (neg.f64 (fma.f64 r r (-.f64 (pow.f64 (-.f64 (fabs.f64 p) r) #s(literal 2 binary64)) (*.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) r)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (*.f64 r r)))) (neg.f64 (neg.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 r (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 r r) (pow.f64 (-.f64 (fabs.f64 p) r) #s(literal 2 binary64))) (-.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) r))) |
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 p) r) #s(literal 3 binary64))) (fma.f64 r r (-.f64 (pow.f64 (-.f64 (fabs.f64 p) r) #s(literal 2 binary64)) (*.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) r))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (*.f64 r r))) (neg.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 r)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (*.f64 r r))) (neg.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (-.f64 (*.f64 r r) (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 r)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (neg.f64 (fma.f64 r (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) 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)) (*.f64 r r)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 r))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (*.f64 r r)) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (+.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (-.f64 (*.f64 r r) (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 r))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (fma.f64 r (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (*.f64 r r))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 r (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (*.f64 r r)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 r (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) |
(fma.f64 (/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)) (pow.f64 (*.f64 r p) #s(literal 2 binary64)))) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (neg.f64 r)) |
(fma.f64 (/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 3 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64)))) (fma.f64 (fabs.f64 (*.f64 r p)) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64))) (neg.f64 r)) |
(fma.f64 (*.f64 (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) (fma.f64 r r (*.f64 p (-.f64 p r)))) (+.f64 r p) (neg.f64 r)) |
(fma.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (neg.f64 r)) |
(fma.f64 (*.f64 (+.f64 r p) (-.f64 r p)) (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)) (neg.f64 r)) |
(fma.f64 (fma.f64 r r (*.f64 p (-.f64 p r))) (/.f64 (+.f64 r p) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (neg.f64 r)) |
(fma.f64 (fma.f64 r r (*.f64 p (-.f64 p r))) (*.f64 (+.f64 r p) (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64))) (neg.f64 r)) |
(fma.f64 #s(literal -1 binary64) r (+.f64 (fabs.f64 p) (fabs.f64 r))) |
(fma.f64 (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (neg.f64 r)) |
(fma.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) (neg.f64 r)) |
(fma.f64 (fabs.f64 p) #s(literal 1 binary64) (-.f64 (fabs.f64 r) r)) |
(fma.f64 (fabs.f64 p) #s(literal 1 binary64) (+.f64 (fabs.f64 r) (neg.f64 r))) |
(fma.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 r)) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 p) (-.f64 (fabs.f64 r) r)) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 p) (+.f64 (fabs.f64 r) (neg.f64 r))) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 r) (-.f64 (fabs.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)) r)) (/.f64 (*.f64 r r) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 r (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (fma.f64 r (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))))) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) |
(+.f64 (-.f64 (fabs.f64 p) r) (fabs.f64 r)) |
(+.f64 (neg.f64 r) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
(+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 r)) |
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) |
(+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (neg.f64 r))) |
(+.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) r)) |
(*.f64 (sqrt.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 r #s(literal 4 binary64)))) (sqrt.f64 (pow.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 (neg.f64 r) r)) #s(literal -1 binary64)))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 r #s(literal 4 binary64)))) (pow.f64 (pow.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 (neg.f64 r) r)) #s(literal -1 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64)))) (sqrt.f64 (pow.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))) #s(literal -1 binary64)))) |
(*.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64)))) (pow.f64 (pow.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))) #s(literal -1 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/2 binary64)) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 r #s(literal 4 binary64))))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 (neg.f64 r) r))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64))))) (neg.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64)))))))) |
(/.f64 (sqrt.f64 (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))) (sqrt.f64 (-.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 r #s(literal 4 binary64))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 (neg.f64 r) r))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64))))) (sqrt.f64 (neg.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64)))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 r #s(literal 4 binary64)))) (sqrt.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 (neg.f64 r) r))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 r #s(literal 4 binary64)))) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 (neg.f64 r) r)))) |
(/.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64)))) (sqrt.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64)))))))) |
(/.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64)))) (sqrt.f64 (+.f64 (pow.f64 r #s(literal 4 binary64)) (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))) |
(/.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 #s(literal -1 binary64))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal -1 binary64)) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 (neg.f64 r) r)) (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 r #s(literal 4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 q r) #s(literal 2 binary64))))) (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 r #s(literal 6 binary64)))))) |
(/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal -1/2 binary64))) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) |
(fabs.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(exp.f64 (log.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64))) (pow.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal -1 binary64))) |
(pow.f64 (/.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64)))) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (-.f64 (*.f64 r r) (pow.f64 (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 r r (-.f64 (pow.f64 (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (*.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (neg.f64 (neg.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64))))) (neg.f64 (neg.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 r r) (pow.f64 (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64))) (-.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 3 binary64))) (fma.f64 r r (-.f64 (pow.f64 (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 2 binary64)) (*.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (neg.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (neg.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (-.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r 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)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64))) (+.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (-.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64))) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64))))) |
(fma.f64 (/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)) (pow.f64 (*.f64 r p) #s(literal 2 binary64)))) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 (/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 3 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64)))) (fma.f64 (fabs.f64 (*.f64 r p)) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 (*.f64 (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) (fma.f64 r r (*.f64 p (-.f64 p r)))) (+.f64 r p) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 (*.f64 (+.f64 r p) (-.f64 r p)) (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 (fma.f64 r r (*.f64 p (-.f64 p r))) (/.f64 (+.f64 r p) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 (fma.f64 r r (*.f64 p (-.f64 p r))) (*.f64 (+.f64 r p) (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
(fma.f64 (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 (fabs.f64 p) #s(literal 1 binary64) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 (fabs.f64 p) #s(literal 1 binary64) (+.f64 (fabs.f64 r) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(fma.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 p) (+.f64 (fabs.f64 r) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 r) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64)) (+.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (+.f64 (fabs.f64 p) (fabs.f64 r)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))))) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(+.f64 (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (fabs.f64 r)) |
(+.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
(+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(+.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(*.f64 (sqrt.f64 (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal -1 binary64))) (sqrt.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(*.f64 (sqrt.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (sqrt.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(*.f64 (sqrt.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (sqrt.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(*.f64 (pow.f64 (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal -1 binary64)) #s(literal 1/2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))) (sqrt.f64 (pow.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1 binary64)))) |
(*.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))) (pow.f64 (pow.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal -1 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) (sqrt.f64 (pow.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal -1 binary64)))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) (pow.f64 (pow.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal -1 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (sqrt.f64 (pow.f64 (-.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))) #s(literal -1 binary64)))) |
(*.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (sqrt.f64 (pow.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))) #s(literal -1 binary64)))) |
(*.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (pow.f64 (pow.f64 (-.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))) #s(literal -1 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (pow.f64 (pow.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))) #s(literal -1 binary64)) #s(literal 1/2 binary64))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 2 binary64)) #s(literal 1/4 binary64)) |
(pow.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64))))) (neg.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64))))) (neg.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))))) (neg.f64 (sqrt.f64 (-.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))))) (neg.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64))))) (sqrt.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64))))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))))) (sqrt.f64 (neg.f64 (-.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))))) (sqrt.f64 (neg.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 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 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (sqrt.f64 (-.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(/.f64 (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))) (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))) (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) |
(fabs.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(fabs.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
(exp.f64 (log.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(*.f64 (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)) (pow.f64 (*.f64 r p) #s(literal 2 binary64))) (pow.f64 (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 3 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64))) (pow.f64 (fma.f64 (fabs.f64 (*.f64 r p)) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)) (pow.f64 (*.f64 r p) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (fabs.f64 (*.f64 r p)) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64))) (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 3 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (-.f64 (pow.f64 p #s(literal 4 binary64)) (pow.f64 (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (*.f64 p p) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (*.f64 r r) (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r)))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 p #s(literal 6 binary64)) (pow.f64 (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p))) #s(literal 2 binary64)) (*.f64 (*.f64 p p) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 6 binary64)) (pow.f64 (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 r #s(literal 4 binary64)) (-.f64 (pow.f64 (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64)) (*.f64 (*.f64 r r) (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)) (pow.f64 (*.f64 r p) #s(literal 2 binary64))))) (neg.f64 (neg.f64 (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 3 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (fabs.f64 (*.f64 r p)) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (pow.f64 p #s(literal 4 binary64)) (pow.f64 (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p))) #s(literal 2 binary64))) (-.f64 (*.f64 p p) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p))))) |
(/.f64 (-.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64))) (-.f64 (*.f64 r r) (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(/.f64 (+.f64 (pow.f64 p #s(literal 6 binary64)) (pow.f64 (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p))) #s(literal 3 binary64))) (+.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p))) #s(literal 2 binary64)) (*.f64 (*.f64 p p) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p))))))) |
(/.f64 (+.f64 (pow.f64 r #s(literal 6 binary64)) (pow.f64 (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 3 binary64))) (+.f64 (pow.f64 r #s(literal 4 binary64)) (-.f64 (pow.f64 (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64)) (*.f64 (*.f64 r r) (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))))) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)) (pow.f64 (*.f64 r p) #s(literal 2 binary64)))) (neg.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (neg.f64 (fabs.f64 (*.f64 r p)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)) (pow.f64 (*.f64 r p) #s(literal 2 binary64)))) (neg.f64 (*.f64 #s(literal 1 binary64) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)) (pow.f64 (*.f64 r p) #s(literal 2 binary64)))) (neg.f64 (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 3 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (*.f64 (fma.f64 r r (*.f64 p p)) (neg.f64 (fabs.f64 (*.f64 r p)))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 3 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64)))) (neg.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (fabs.f64 (*.f64 r p)) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 3 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fabs.f64 (*.f64 r p)) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)) (pow.f64 (*.f64 r p) #s(literal 2 binary64))) (*.f64 #s(literal 1 binary64) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)) (pow.f64 (*.f64 r p) #s(literal 2 binary64))) (-.f64 (fma.f64 r r (*.f64 p p)) (neg.f64 (fabs.f64 (*.f64 r p))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)) (pow.f64 (*.f64 r p) #s(literal 2 binary64))) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 3 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64))) (*.f64 #s(literal 1 binary64) (fma.f64 (fabs.f64 (*.f64 r p)) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 3 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64))) (+.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (*.f64 (fma.f64 r r (*.f64 p p)) (neg.f64 (fabs.f64 (*.f64 r p))))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 3 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64))) (fma.f64 (fabs.f64 (*.f64 r p)) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)) (pow.f64 (*.f64 r p) #s(literal 2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (fabs.f64 (*.f64 r p)) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64))) (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 3 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)))) |
(/.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)) (pow.f64 (*.f64 r p) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fabs.f64 (*.f64 r p)) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64))) (-.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 3 binary64)) (pow.f64 (*.f64 r p) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64))) |
(fma.f64 (fabs.f64 (fabs.f64 p)) (fabs.f64 (fabs.f64 p)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))) |
(fma.f64 (fabs.f64 (fabs.f64 r)) (fabs.f64 (fabs.f64 r)) (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(fma.f64 (neg.f64 (fabs.f64 r)) (fabs.f64 p) (fma.f64 r r (*.f64 p p))) |
(fma.f64 (-.f64 p #s(literal 0 binary64)) (-.f64 p #s(literal 0 binary64)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))) |
(fma.f64 (neg.f64 (neg.f64 p)) (neg.f64 (neg.f64 p)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))) |
(fma.f64 (neg.f64 (neg.f64 r)) (neg.f64 (neg.f64 r)) (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(fma.f64 (-.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 p #s(literal 4 binary64))) (pow.f64 (*.f64 (+.f64 r p) (-.f64 r p)) #s(literal -1 binary64)) (neg.f64 (fabs.f64 (*.f64 r p)))) |
(fma.f64 (+.f64 (pow.f64 p #s(literal 6 binary64)) (pow.f64 r #s(literal 6 binary64))) (pow.f64 (+.f64 (-.f64 (pow.f64 p #s(literal 4 binary64)) (pow.f64 (*.f64 r p) #s(literal 2 binary64))) (pow.f64 r #s(literal 4 binary64))) #s(literal -1 binary64)) (neg.f64 (fabs.f64 (*.f64 r p)))) |
(fma.f64 (neg.f64 r) (neg.f64 r) (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(fma.f64 #s(literal -1 binary64) (fabs.f64 (*.f64 r p)) (fma.f64 r r (*.f64 p p))) |
(fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 r r)) |
(fma.f64 (fabs.f64 p) (fabs.f64 p) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))) |
(fma.f64 (fabs.f64 r) (neg.f64 (fabs.f64 p)) (fma.f64 r r (*.f64 p p))) |
(fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 p p)) |
(fma.f64 (fabs.f64 r) (fabs.f64 r) (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(fma.f64 (neg.f64 p) (neg.f64 p) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))) |
(fma.f64 r r (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(fma.f64 p p (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 p p) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))) |
(-.f64 (/.f64 (fma.f64 r r (*.f64 p p)) #s(literal 1 binary64)) (/.f64 (fabs.f64 (*.f64 r p)) #s(literal 1 binary64))) |
(-.f64 (/.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p))))) (/.f64 (pow.f64 (*.f64 r p) #s(literal 2 binary64)) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))))) |
(-.f64 (/.f64 (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 3 binary64)) (fma.f64 (fabs.f64 (*.f64 r p)) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 r p) #s(literal 3 binary64)) (fma.f64 (fabs.f64 (*.f64 r p)) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (pow.f64 (fma.f64 r r (*.f64 p p)) #s(literal 2 binary64))))) |
(-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) #s(literal -1 binary64)))) |
(+.f64 (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 r r)) |
(+.f64 (neg.f64 (fabs.f64 (*.f64 r p))) (fma.f64 r r (*.f64 p p))) |
(+.f64 (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p))) (*.f64 p p)) |
(+.f64 (fma.f64 r r (*.f64 p p)) (neg.f64 (fabs.f64 (*.f64 r p)))) |
(+.f64 (*.f64 p p) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p)))) |
(+.f64 (*.f64 r r) (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
Compiled 50 746 to 4 235 computations (91.7% saved)
27 alts after pruning (25 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 816 | 14 | 830 |
| Fresh | 13 | 11 | 24 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 0 | 0 |
| Total | 832 | 27 | 859 |
| Status | Accuracy | Program |
|---|---|---|
| 16.5% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) | |
| 15.3% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))))))) | |
| 21.2% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) | |
| 25.3% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) q) q (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) | |
| ▶ | 26.0% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) |
| 2.7% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (*.f64 r #s(literal 2 binary64)))) | |
| 15.0% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (*.f64 p #s(literal 2 binary64)))) | |
| ▶ | 29.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (+.f64 #s(literal 0 binary64) q))) |
| 18.2% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) | |
| 12.0% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p)) (+.f64 #s(literal 0 binary64) p)) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)))) | |
| 19.7% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) | |
| 21.6% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) | |
| 6.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (fma.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (/.f64 #s(literal -1/2 binary64) p) #s(literal -1/2 binary64)))) | |
| 7.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))))) | |
| 11.8% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) r) #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) p)))))) | |
| 29.7% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64))) | |
| ▶ | 37.2% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))) |
| 7.2% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))) #s(literal 1/2 binary64))) | |
| 2.7% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) | |
| 5.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) | |
| ▶ | 5.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
| ✓ | 2.8% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
| ✓ | 38.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
| 30.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 #s(literal -2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))))) | |
| 5.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2)) (fma.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) (neg.f64 p) (*.f64 #s(literal -1/2 binary64) r)))) | |
| 4.9% | #s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fma.f64 (/.f64 (fma.f64 (-.f64 (fabs.f64 (*.f64 r p)) (*.f64 r r)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p))) (*.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (*.f64 r r) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (pow.f64 p #s(literal 3 binary64))) #s(literal -1/2 binary64) (fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 r r))) p) (/.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) r)) (*.f64 p p))) (*.f64 #s(literal 1/2 binary64) r)))) | |
| ▶ | 22.0% | #s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)))) |
Compiled 2 523 to 1 645 computations (34.8% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r)) | |
| cost-diff | 0 | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) | |
| cost-diff | 704 | (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r) | |
| cost-diff | 704 | (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) | |
| cost-diff | 0 | (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) | |
| cost-diff | 0 | (+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)) | |
| cost-diff | 0 | (*.f64 #s(literal 1/2 binary64) (+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r))) | |
| cost-diff | 0 | #s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)))) | |
| cost-diff | 0 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (+.f64 #s(literal 0 binary64) q))) | |
| cost-diff | 64 | (-.f64 #s(literal 0 binary64) (*.f64 q q)) | |
| cost-diff | 192 | (+.f64 #s(literal 0 binary64) q) | |
| cost-diff | 1024 | (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (+.f64 #s(literal 0 binary64) q)) | |
| cost-diff | 0 | (*.f64 #s(literal -1/2 binary64) r) | |
| cost-diff | 0 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) | |
| cost-diff | 0 | #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) | |
| cost-diff | 0 | (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64)) | |
| cost-diff | 0 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))) | |
| cost-diff | 128 | (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 87 | 613 |
| 0 | 122 | 603 |
| 1 | 244 | 601 |
| 2 | 528 | 593 |
| 3 | 1357 | 593 |
| 4 | 3490 | 590 |
| 0 | 8219 | 567 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(fabs.f64 r) |
r |
(fabs.f64 p) |
p |
(*.f64 q #s(literal 2 binary64)) |
q |
#s(literal 2 binary64) |
#s(literal 1/2 binary64) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(literal -1/2 binary64) r) |
#s(literal -1/2 binary64) |
r |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (+.f64 #s(literal 0 binary64) q))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (+.f64 #s(literal 0 binary64) q)) |
(-.f64 #s(literal 0 binary64) (*.f64 q q)) |
#s(literal 0 binary64) |
(*.f64 q q) |
q |
(+.f64 #s(literal 0 binary64) q) |
#s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)))) |
(*.f64 #s(literal 1/2 binary64) (+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r))) |
#s(literal 1/2 binary64) |
(+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)) |
p |
(/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) |
(-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) |
(fabs.f64 (*.f64 r p)) |
(*.f64 r p) |
r |
(fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) |
(*.f64 q q) |
q |
#s(literal 2 binary64) |
(*.f64 p p) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
#s(literal 1 binary64) |
#s(literal 2 binary64) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r)) |
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r) |
(fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) |
(/.f64 #s(literal -2 binary64) r) |
#s(literal -2 binary64) |
r |
(/.f64 (*.f64 q q) r) |
(*.f64 q q) |
q |
(-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) |
(+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) |
(/.f64 (fabs.f64 r) r) |
(fabs.f64 r) |
(/.f64 (fabs.f64 p) r) |
(fabs.f64 p) |
p |
(-.f64 #s(literal 1 binary64) (/.f64 p r)) |
(/.f64 p r) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 #s(literal -2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64))) |
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 #s(literal -2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 #s(literal -2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r)))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) |
(fma.f64 #s(literal -2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r))) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(fabs.f64 r) |
r |
(fabs.f64 p) |
p |
(*.f64 q #s(literal 2 binary64)) |
q |
#s(literal 2 binary64) |
#s(literal 1/2 binary64) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(literal -1/2 binary64) r) |
#s(literal -1/2 binary64) |
r |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (+.f64 #s(literal 0 binary64) q))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (+.f64 #s(literal 0 binary64) q)) |
(neg.f64 q) |
(-.f64 #s(literal 0 binary64) (*.f64 q q)) |
(*.f64 (neg.f64 q) q) |
#s(literal 0 binary64) |
(*.f64 q q) |
q |
(+.f64 #s(literal 0 binary64) q) |
q |
#s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)))) |
#s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) p) #s(literal 1/2 binary64))) |
(*.f64 #s(literal 1/2 binary64) (+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r))) |
(*.f64 (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) p) #s(literal 1/2 binary64)) |
#s(literal 1/2 binary64) |
(+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)) |
(+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) p) |
p |
(/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) |
(-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) |
(fabs.f64 (*.f64 r p)) |
(*.f64 r p) |
r |
(fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) |
(*.f64 q q) |
q |
#s(literal 2 binary64) |
(*.f64 p p) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) |
(*.f64 #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (fma.f64 (-.f64 (+.f64 (/.f64 (fabs.f64 p) r) (/.f64 (fabs.f64 r) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) r (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
#s(literal 1/2 binary64) |
#s(literal 1 binary64) |
#s(literal 2 binary64) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r)) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (fma.f64 (-.f64 (+.f64 (/.f64 (fabs.f64 p) r) (/.f64 (fabs.f64 r) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) r (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)))) |
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r) |
(fma.f64 (-.f64 (+.f64 (/.f64 (fabs.f64 p) r) (/.f64 (fabs.f64 r) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) r (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64))) |
(fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) |
(fma.f64 (/.f64 (/.f64 q r) r) (*.f64 #s(literal -2 binary64) q) (-.f64 (+.f64 (/.f64 (fabs.f64 p) r) (/.f64 (fabs.f64 r) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) |
(/.f64 #s(literal -2 binary64) r) |
#s(literal -2 binary64) |
r |
(/.f64 (*.f64 q q) r) |
(*.f64 q q) |
q |
(-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) |
(-.f64 (+.f64 (/.f64 (fabs.f64 p) r) (/.f64 (fabs.f64 r) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) |
(+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) |
(+.f64 (/.f64 (fabs.f64 p) r) (/.f64 (fabs.f64 r) r)) |
(/.f64 (fabs.f64 r) r) |
(fabs.f64 r) |
(/.f64 (fabs.f64 p) r) |
(fabs.f64 p) |
p |
(-.f64 #s(literal 1 binary64) (/.f64 p r)) |
(/.f64 p r) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 5.599596602167277 | (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r) | |
| accuracy | 7.8297287828934 | (/.f64 (*.f64 q q) r) | |
| accuracy | 29.758317147331717 | (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) | |
| accuracy | 34.04881220945854 | #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r)) | |
| accuracy | 5.8589218323373 | (+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)) | |
| accuracy | 6.601521216604117 | (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) | |
| accuracy | 10.697823824023674 | (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) | |
| accuracy | 46.44457748555645 | #s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)))) | |
| accuracy | 0 | (+.f64 #s(literal 0 binary64) q) | |
| accuracy | 0 | (*.f64 q q) | |
| accuracy | 30.194791659551544 | (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (+.f64 #s(literal 0 binary64) q)) | |
| accuracy | 39.63982535829682 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (+.f64 #s(literal 0 binary64) q))) | |
| accuracy | 0 | (*.f64 #s(literal -1/2 binary64) r) | |
| accuracy | 60.457966833412065 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) | |
| accuracy | 0 | (fabs.f64 r) | |
| accuracy | 0 | (fabs.f64 p) | |
| accuracy | 18.141531589550286 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))) | |
| accuracy | 29.834181039642143 | #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) |
| 215.0ms | 133× | 2 | valid |
| 111.0ms | 116× | 1 | valid |
| 3.0ms | 7× | 0 | valid |
Compiled 1 105 to 165 computations (85.1% saved)
adjust: 68.0ms (29.4% of total)ival-mult: 44.0ms (19% of total)ival-add: 32.0ms (13.8% of total)ival-div: 28.0ms (12.1% of total)ival-sub: 21.0ms (9.1% of total)ival-sqrt: 14.0ms (6.1% of total)ival-pow: 12.0ms (5.2% of total)ival-pow2: 7.0ms (3% of total)ival-fabs: 3.0ms (1.3% of total)ival-neg: 2.0ms (0.9% of total)exact: 1.0ms (0.4% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| Inputs |
|---|
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(literal -1/2 binary64) r) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (+.f64 #s(literal 0 binary64) q)) |
(+.f64 #s(literal 0 binary64) q) |
(-.f64 #s(literal 0 binary64) (*.f64 q q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (+.f64 #s(literal 0 binary64) q))) |
#s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)))) |
(*.f64 #s(literal 1/2 binary64) (+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r))) |
(+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)) |
(/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r)) |
(fabs.f64 p) |
(fabs.f64 r) |
(*.f64 q q) |
(-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) |
(-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) |
(/.f64 (*.f64 q q) r) |
| Outputs |
|---|
(- (+ (fabs p) (fabs r)) (* 2 q)) |
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
(+ (* 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)))))) |
(+ (* 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))))))))) |
(+ (* 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)))))))))) |
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
(+ (* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/2 (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ (pow r 3) (pow (- (pow r 2) (fabs (* p r))) 2))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) |
(+ (* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ (pow r 3) (pow (- (pow r 2) (fabs (* p r))) 2)))) (* 1/2 (* p (- (/ 1 (- (pow r 2) (fabs (* p r)))) (* 1/2 (* (* 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 (- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r)))) |
(+ (* 1/2 p) (* 1/2 (- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r))))) |
(+ (* 1/2 (- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r)))) (* p (+ 1/2 (* -1/2 (/ p r))))) |
(- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r))) |
(- (+ p (/ (fabs (* p r)) r)) (* 2 (/ (pow q 2) r))) |
(- (+ (* p (+ 1 (* -1 (/ p r)))) (/ (fabs (* p r)) r)) (* 2 (/ (pow q 2) r))) |
(/ (- (fabs (* p r)) (* 2 (pow q 2))) r) |
(- (+ (* -1 (/ (pow p 2) r)) (/ (fabs (* p r)) r)) (* 2 (/ (pow q 2) r))) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) |
(+ p (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))) |
(- (+ (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)))) |
(- (+ (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)))) |
(fabs p) |
(- (fabs (* p r)) (* 2 (pow q 2))) |
(- (+ (fabs (* p r)) (* -1 (pow p 2))) (* 2 (pow q 2))) |
(- (+ (/ (fabs p) r) (/ (fabs r) r)) 1) |
(- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1) |
(* -1/2 p) |
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)) |
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)) |
(* 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)) |
(* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) |
(* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))) |
(* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) |
(* p (- (+ (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (+ (/ (fabs p) p) (/ (fabs r) p))) (* (/ 1 p) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
(* 1/2 r) |
(+ (* 1/2 r) (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow r 2))) p))) |
(+ (* 1/2 r) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow r 2))) p)) (* 1/2 (/ (- (pow r 3) (* 2 (* (pow q 2) r))) (pow p 2))))) |
(+ (* -1/2 (/ (+ (* -1/2 (+ (* -4 (* (pow q 2) (pow r 2))) (* 4 (pow q 4)))) (* (- (fabs (* p r)) (pow r 2)) (- (pow r 2) (fabs (* p r))))) (pow p 3))) (+ (* 1/2 r) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow r 2))) p)) (* 1/2 (/ (- (pow r 3) (* 2 (* (pow q 2) r))) (pow p 2)))))) |
(* -1/2 (/ (pow p 2) r)) |
(* (pow p 2) (- (* 1/2 (/ 1 p)) (* 1/2 (/ 1 r)))) |
(* (pow p 2) (- (+ (* 1/2 (/ (- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r))) (pow p 2))) (* 1/2 (/ 1 p))) (* 1/2 (/ 1 r)))) |
(* -1 (/ (pow p 2) r)) |
(* (pow p 2) (- (/ 1 p) (/ 1 r))) |
(* (pow p 2) (- (+ (/ 1 p) (/ (fabs (* p r)) (* (pow p 2) r))) (+ (* 2 (/ (pow q 2) (* (pow p 2) r))) (/ 1 r)))) |
(* (pow p 2) (- (/ (fabs (* p r)) (* (pow p 2) r)) (+ (* 2 (/ (pow q 2) (* (pow p 2) r))) (/ 1 r)))) |
p |
(* p (+ 1 (/ (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) p))) |
(* -1 p) |
(* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p))))) |
(* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p))))) |
(* 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))))))) |
(* -1 (pow p 2)) |
(* (pow p 2) (- (/ (fabs (* p r)) (pow p 2)) (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))) |
(/ p r) |
(* p (- (+ (/ 1 r) (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r)))) (/ 1 p))) |
(* 1/2 p) |
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))) |
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))) |
(* -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))) |
(* -1 (* p (+ (* -1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))) |
(* -1 (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))) |
(* -1 (* p (- (* 1/2 (/ r p)) 1))) |
(* -1 (* p (- (* -1 (/ (+ (* -1/2 r) (* -1/2 (/ (- (pow r 2) (+ (fabs (* p r)) (* 2 (pow q 2)))) p))) p)) 1))) |
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (pow r 3) (* -2 (* (pow q 2) r))) p)) (* 1/2 (- (pow r 2) (+ (fabs (* p r)) (* 2 (pow q 2)))))) p)) (* -1/2 r)) p)) 1))) |
(* (pow p 2) (- (* -1 (/ (- (* -1/2 (/ (- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r))) p)) 1/2) p)) (* 1/2 (/ 1 r)))) |
(* (pow p 2) (- (* -1 (/ (- (* -1 (/ (- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r))) p)) 1) p)) (/ 1 r))) |
(* -1 (* p (- (* -1 (/ (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) p)) 1))) |
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))) |
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1))) |
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1))) |
(* -1 (* p (- (* -1 (/ (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1) p)) (/ 1 r)))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
(+ (* 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)))))) |
(+ (* 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))))))))) |
(+ (* 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)))))))))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) |
(+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))) |
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* -1/8 (/ r q)) (* 1/4 (/ p q))))) |
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* 1/4 (/ p q)) (* r (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q))))))) |
(- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* r (+ (* -1/4 (/ r q)) (* 1/2 (/ p q)))))) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* r (+ (* 1/2 (/ p q)) (* r (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q)) |
(* -1/2 r) |
(* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
(+ (* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/2 (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 3) (pow (- (pow p 2) (fabs (* p r))) 2))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) |
(+ (* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 3) (pow (- (pow p 2) (fabs (* p r))) 2)))) (* 1/2 (* r (- (/ 1 (- (pow p 2) (fabs (* p r)))) (* 1/2 (* (* p (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))))) |
(* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r)) |
(/ (+ (* 1/2 (* p r)) (* 1/2 (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))))) r) |
(/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r) |
(/ (- (+ (fabs (* p r)) (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r) |
(* -2 (/ (pow q 2) r)) |
(/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (fabs r))))) r) |
(/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))) r) |
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(- (+ (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)))) |
(- (+ (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)))) |
(fabs r) |
(- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) |
(/ (+ p (+ (fabs p) (fabs r))) r) |
(/ (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))) r) |
(/ (pow q 2) r) |
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)) |
(* 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)) |
(* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)) |
(* 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)) |
(* -1 r) |
(* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1)) |
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))) |
(+ (* 1/2 p) (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r))) |
(+ (* 1/2 p) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r)) (* 1/2 (/ (- (pow p 3) (* 2 (* p (pow q 2)))) (pow r 2))))) |
(+ (* -1/2 (/ (+ (* -1/2 (+ (* -4 (* (pow p 2) (pow q 2))) (* 4 (pow q 4)))) (* (- (fabs (* p r)) (pow p 2)) (- (pow p 2) (fabs (* p r))))) (pow r 3))) (+ (* 1/2 p) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r)) (* 1/2 (/ (- (pow p 3) (* 2 (* p (pow q 2)))) (pow r 2)))))) |
(- (+ p (/ (fabs (* p r)) r)) (+ (* 2 (/ (pow q 2) r)) (/ (pow p 2) r))) |
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r))))) |
(* 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))))))) |
-1 |
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))) |
(* -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))) |
(* -1 (* r (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p)))) (/ (pow q 2) r)) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p))))) r)) 1/2))) |
r |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* 2 (/ (pow q 2) r))))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)) 1))) |
(* -1 (* r (- (* 1/2 (/ p r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (* -1/2 p) (* -1/2 (/ (- (pow p 2) (+ (fabs (* p r)) (* 2 (pow q 2)))) r))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (pow p 3) (* -2 (* p (pow q 2)))) r)) (* 1/2 (- (pow p 2) (+ (fabs (* p r)) (* 2 (pow q 2)))))) r)) (* -1/2 p)) r)) 1))) |
(* -1 (* r (+ 1 (+ (* -1 (/ p r)) (+ (* -1 (/ (fabs p) r)) (* -1 (/ (fabs r) r))))))) |
(* -1 (* r (+ 1 (* -1 (/ (+ (* -2 (/ (pow q 2) r)) (* -1 (+ (* -1 p) (+ (* -1 (fabs p)) (* -1 (fabs r)))))) r))))) |
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1))) |
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1))) |
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1))) |
(- (* -1 (/ (+ (* -1 p) (+ (* -1 (fabs p)) (* -1 (fabs r)))) r)) 1) |
(+ (fabs p) (fabs r)) |
(+ (fabs p) (+ (fabs r) (* -2 q))) |
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))) |
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(+ (* 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))))) |
(* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) |
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))) |
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) |
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5)))))) (* 1/2 (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))))))) |
(- (+ p (+ (fabs p) (fabs r))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 2 (/ 1 r))))))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow r 3))) (+ (* 6 (/ p (pow r 4))) (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5))))))))) (* 2 (/ 1 r))))))) r) |
(* -1 q) |
q |
(* -1 (pow q 2)) |
(* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p)) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p))) |
(+ (* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(+ (* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r))))) |
(* 1/2 (- (+ p (/ (fabs (* p r)) r)) (/ (pow p 2) r))) |
(+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ p (/ (fabs (* p r)) r)) (/ (pow p 2) r)))) |
(- (+ p (/ (fabs (* p r)) r)) (/ (pow p 2) r)) |
(- (+ p (+ (* -2 (/ (pow q 2) r)) (/ (fabs (* p r)) r))) (/ (pow p 2) r)) |
(/ (- (fabs (* p r)) (pow p 2)) r) |
(- (+ (* -2 (/ (pow q 2) r)) (/ (fabs (* p r)) r)) (/ (pow p 2) r)) |
(+ (* -2 (/ (pow q 2) r)) (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))) |
(- (+ r (+ (fabs p) (fabs r))) p) |
(- (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- p r)))))) p) |
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))))) p) |
(- (+ 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) |
(pow q 2) |
(- (fabs (* p r)) (pow p 2)) |
(- (+ (fabs (* p r)) (* -2 (pow q 2))) (pow p 2)) |
(* -2 q) |
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)) |
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)) |
(* 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)) |
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2)))) 1)) |
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2))))) 1)) |
(* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))) |
(* q (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2))))))) |
(* q (- (* 1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q))) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)))) 1)) |
(* -1 (/ (pow q 2) r)) |
(* (pow q 2) (- (* 1/2 (/ (- (+ p (/ (fabs (* p r)) r)) (/ (pow p 2) r)) (pow q 2))) (/ 1 r))) |
(* (pow q 2) (- (+ (/ p (pow q 2)) (/ (fabs (* p r)) (* (pow q 2) r))) (+ (* 2 (/ 1 r)) (/ (pow p 2) (* (pow q 2) r))))) |
(* (pow q 2) (- (/ (fabs (* p r)) (* (pow q 2) r)) (+ (* 2 (/ 1 r)) (/ (pow p 2) (* (pow q 2) r))))) |
(* (pow q 2) (- (/ (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) (pow q 2)) (* 2 (/ 1 r)))) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)) |
(* 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)))))) |
(* -2 (pow q 2)) |
(* (pow q 2) (- (/ (fabs (* p r)) (pow q 2)) (+ 2 (/ (pow p 2) (pow q 2))))) |
(* -1 (* q (+ 2 (* -1 (/ (+ (fabs p) (fabs r)) q))))) |
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* -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))) |
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow r 2)))) (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* 2 q) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2)))) q)))) q)) 2))) |
(* -1 (* q (- (* -1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- p r) 2) q)))) q)) 2))) |
(* -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 | |
|---|---|---|---|---|
| 13.0ms | r | @ | -inf | ((- (+ (fabs r) (fabs p)) (* q 2)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) (/ (- 0 (* q q)) (+ 0 q)) (+ 0 q) (- 0 (* q q)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (* 1/2 (+ p (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r))) (+ p (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r)) (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r) (/ 1 2) (* (+ (* (/ -2 r) (/ (* q q) r)) (- (+ (/ (fabs r) r) (/ (fabs p) r)) (- 1 (/ p r)))) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (fabs p) (fabs r) (* q q) (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) (- (+ (/ (fabs r) r) (/ (fabs p) r)) (- 1 (/ p r))) (/ (* q q) r)) |
| 4.0ms | p | @ | 0 | ((- (+ (fabs r) (fabs p)) (* q 2)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) (/ (- 0 (* q q)) (+ 0 q)) (+ 0 q) (- 0 (* q q)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (* 1/2 (+ p (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r))) (+ p (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r)) (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r) (/ 1 2) (* (+ (* (/ -2 r) (/ (* q q) r)) (- (+ (/ (fabs r) r) (/ (fabs p) r)) (- 1 (/ p r)))) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (fabs p) (fabs r) (* q q) (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) (- (+ (/ (fabs r) r) (/ (fabs p) r)) (- 1 (/ p r))) (/ (* q q) r)) |
| 4.0ms | q | @ | inf | ((- (+ (fabs r) (fabs p)) (* q 2)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) (/ (- 0 (* q q)) (+ 0 q)) (+ 0 q) (- 0 (* q q)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (* 1/2 (+ p (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r))) (+ p (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r)) (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r) (/ 1 2) (* (+ (* (/ -2 r) (/ (* q q) r)) (- (+ (/ (fabs r) r) (/ (fabs p) r)) (- 1 (/ p r)))) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (fabs p) (fabs r) (* q q) (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) (- (+ (/ (fabs r) r) (/ (fabs p) r)) (- 1 (/ p r))) (/ (* q q) r)) |
| 4.0ms | q | @ | 0 | ((- (+ (fabs r) (fabs p)) (* q 2)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) (/ (- 0 (* q q)) (+ 0 q)) (+ 0 q) (- 0 (* q q)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (* 1/2 (+ p (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r))) (+ p (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r)) (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r) (/ 1 2) (* (+ (* (/ -2 r) (/ (* q q) r)) (- (+ (/ (fabs r) r) (/ (fabs p) r)) (- 1 (/ p r)))) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (fabs p) (fabs r) (* q q) (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) (- (+ (/ (fabs r) r) (/ (fabs p) r)) (- 1 (/ p r))) (/ (* q q) r)) |
| 4.0ms | r | @ | 0 | ((- (+ (fabs r) (fabs p)) (* q 2)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) (/ (- 0 (* q q)) (+ 0 q)) (+ 0 q) (- 0 (* q q)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (* 1/2 (+ p (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r))) (+ p (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r)) (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r) (/ 1 2) (* (+ (* (/ -2 r) (/ (* q q) r)) (- (+ (/ (fabs r) r) (/ (fabs p) r)) (- 1 (/ p r)))) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (fabs p) (fabs r) (* q q) (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) (- (+ (/ (fabs r) r) (/ (fabs p) r)) (- 1 (/ p r))) (/ (* q q) r)) |
| 1× | egg-herbie |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1054 | 6053 |
| 1 | 3209 | 5901 |
| 0 | 8046 | 5540 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (+ (fabs p) (fabs r)) (* 2 q)) |
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
(+ (* 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)))))) |
(+ (* 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))))))))) |
(+ (* 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)))))))))) |
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
(+ (* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/2 (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ (pow r 3) (pow (- (pow r 2) (fabs (* p r))) 2))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) |
(+ (* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ (pow r 3) (pow (- (pow r 2) (fabs (* p r))) 2)))) (* 1/2 (* p (- (/ 1 (- (pow r 2) (fabs (* p r)))) (* 1/2 (* (* 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 (- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r)))) |
(+ (* 1/2 p) (* 1/2 (- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r))))) |
(+ (* 1/2 (- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r)))) (* p (+ 1/2 (* -1/2 (/ p r))))) |
(- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r))) |
(- (+ p (/ (fabs (* p r)) r)) (* 2 (/ (pow q 2) r))) |
(- (+ (* p (+ 1 (* -1 (/ p r)))) (/ (fabs (* p r)) r)) (* 2 (/ (pow q 2) r))) |
(/ (- (fabs (* p r)) (* 2 (pow q 2))) r) |
(- (+ (* -1 (/ (pow p 2) r)) (/ (fabs (* p r)) r)) (* 2 (/ (pow q 2) r))) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) |
(+ p (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))) |
(- (+ (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)))) |
(- (+ (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)))) |
(fabs p) |
(- (fabs (* p r)) (* 2 (pow q 2))) |
(- (+ (fabs (* p r)) (* -1 (pow p 2))) (* 2 (pow q 2))) |
(- (+ (/ (fabs p) r) (/ (fabs r) r)) 1) |
(- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1) |
(* -1/2 p) |
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)) |
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)) |
(* 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)) |
(* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) |
(* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))) |
(* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) |
(* p (- (+ (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (+ (/ (fabs p) p) (/ (fabs r) p))) (* (/ 1 p) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
(* 1/2 r) |
(+ (* 1/2 r) (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow r 2))) p))) |
(+ (* 1/2 r) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow r 2))) p)) (* 1/2 (/ (- (pow r 3) (* 2 (* (pow q 2) r))) (pow p 2))))) |
(+ (* -1/2 (/ (+ (* -1/2 (+ (* -4 (* (pow q 2) (pow r 2))) (* 4 (pow q 4)))) (* (- (fabs (* p r)) (pow r 2)) (- (pow r 2) (fabs (* p r))))) (pow p 3))) (+ (* 1/2 r) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow r 2))) p)) (* 1/2 (/ (- (pow r 3) (* 2 (* (pow q 2) r))) (pow p 2)))))) |
(* -1/2 (/ (pow p 2) r)) |
(* (pow p 2) (- (* 1/2 (/ 1 p)) (* 1/2 (/ 1 r)))) |
(* (pow p 2) (- (+ (* 1/2 (/ (- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r))) (pow p 2))) (* 1/2 (/ 1 p))) (* 1/2 (/ 1 r)))) |
(* -1 (/ (pow p 2) r)) |
(* (pow p 2) (- (/ 1 p) (/ 1 r))) |
(* (pow p 2) (- (+ (/ 1 p) (/ (fabs (* p r)) (* (pow p 2) r))) (+ (* 2 (/ (pow q 2) (* (pow p 2) r))) (/ 1 r)))) |
(* (pow p 2) (- (/ (fabs (* p r)) (* (pow p 2) r)) (+ (* 2 (/ (pow q 2) (* (pow p 2) r))) (/ 1 r)))) |
p |
(* p (+ 1 (/ (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) p))) |
(* -1 p) |
(* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p))))) |
(* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p))))) |
(* 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))))))) |
(* -1 (pow p 2)) |
(* (pow p 2) (- (/ (fabs (* p r)) (pow p 2)) (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))) |
(/ p r) |
(* p (- (+ (/ 1 r) (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r)))) (/ 1 p))) |
(* 1/2 p) |
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))) |
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))) |
(* -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))) |
(* -1 (* p (+ (* -1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))) |
(* -1 (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))) |
(* -1 (* p (- (* 1/2 (/ r p)) 1))) |
(* -1 (* p (- (* -1 (/ (+ (* -1/2 r) (* -1/2 (/ (- (pow r 2) (+ (fabs (* p r)) (* 2 (pow q 2)))) p))) p)) 1))) |
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (pow r 3) (* -2 (* (pow q 2) r))) p)) (* 1/2 (- (pow r 2) (+ (fabs (* p r)) (* 2 (pow q 2)))))) p)) (* -1/2 r)) p)) 1))) |
(* (pow p 2) (- (* -1 (/ (- (* -1/2 (/ (- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r))) p)) 1/2) p)) (* 1/2 (/ 1 r)))) |
(* (pow p 2) (- (* -1 (/ (- (* -1 (/ (- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r))) p)) 1) p)) (/ 1 r))) |
(* -1 (* p (- (* -1 (/ (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) p)) 1))) |
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))) |
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1))) |
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1))) |
(* -1 (* p (- (* -1 (/ (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1) p)) (/ 1 r)))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
(+ (* 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)))))) |
(+ (* 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))))))))) |
(+ (* 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)))))))))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) |
(+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))) |
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* -1/8 (/ r q)) (* 1/4 (/ p q))))) |
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* 1/4 (/ p q)) (* r (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q))))))) |
(- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* r (+ (* -1/4 (/ r q)) (* 1/2 (/ p q)))))) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* r (+ (* 1/2 (/ p q)) (* r (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q)) |
(* -1/2 r) |
(* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) |
(+ (* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/2 (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 3) (pow (- (pow p 2) (fabs (* p r))) 2))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) |
(+ (* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 3) (pow (- (pow p 2) (fabs (* p r))) 2)))) (* 1/2 (* r (- (/ 1 (- (pow p 2) (fabs (* p r)))) (* 1/2 (* (* p (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))))) |
(* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r)) |
(/ (+ (* 1/2 (* p r)) (* 1/2 (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))))) r) |
(/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r) |
(/ (- (+ (fabs (* p r)) (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r) |
(* -2 (/ (pow q 2) r)) |
(/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (fabs r))))) r) |
(/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))) r) |
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(- (+ (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)))) |
(- (+ (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)))) |
(fabs r) |
(- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) |
(/ (+ p (+ (fabs p) (fabs r))) r) |
(/ (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))) r) |
(/ (pow q 2) r) |
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)) |
(* 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)) |
(* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)) |
(* 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)) |
(* -1 r) |
(* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1)) |
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))) |
(+ (* 1/2 p) (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r))) |
(+ (* 1/2 p) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r)) (* 1/2 (/ (- (pow p 3) (* 2 (* p (pow q 2)))) (pow r 2))))) |
(+ (* -1/2 (/ (+ (* -1/2 (+ (* -4 (* (pow p 2) (pow q 2))) (* 4 (pow q 4)))) (* (- (fabs (* p r)) (pow p 2)) (- (pow p 2) (fabs (* p r))))) (pow r 3))) (+ (* 1/2 p) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r)) (* 1/2 (/ (- (pow p 3) (* 2 (* p (pow q 2)))) (pow r 2)))))) |
(- (+ p (/ (fabs (* p r)) r)) (+ (* 2 (/ (pow q 2) r)) (/ (pow p 2) r))) |
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r))))) |
(* 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))))))) |
-1 |
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))) |
(* -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))) |
(* -1 (* r (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p)))) (/ (pow q 2) r)) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p))))) r)) 1/2))) |
r |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* 2 (/ (pow q 2) r))))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)) 1))) |
(* -1 (* r (- (* 1/2 (/ p r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (* -1/2 p) (* -1/2 (/ (- (pow p 2) (+ (fabs (* p r)) (* 2 (pow q 2)))) r))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (pow p 3) (* -2 (* p (pow q 2)))) r)) (* 1/2 (- (pow p 2) (+ (fabs (* p r)) (* 2 (pow q 2)))))) r)) (* -1/2 p)) r)) 1))) |
(* -1 (* r (+ 1 (+ (* -1 (/ p r)) (+ (* -1 (/ (fabs p) r)) (* -1 (/ (fabs r) r))))))) |
(* -1 (* r (+ 1 (* -1 (/ (+ (* -2 (/ (pow q 2) r)) (* -1 (+ (* -1 p) (+ (* -1 (fabs p)) (* -1 (fabs r)))))) r))))) |
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1))) |
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1))) |
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1))) |
(- (* -1 (/ (+ (* -1 p) (+ (* -1 (fabs p)) (* -1 (fabs r)))) r)) 1) |
(+ (fabs p) (fabs r)) |
(+ (fabs p) (+ (fabs r) (* -2 q))) |
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))) |
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(+ (* 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))))) |
(* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) |
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))) |
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) |
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5)))))) (* 1/2 (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))))))) |
(- (+ p (+ (fabs p) (fabs r))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 2 (/ 1 r))))))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow r 3))) (+ (* 6 (/ p (pow r 4))) (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5))))))))) (* 2 (/ 1 r))))))) r) |
(* -1 q) |
q |
(* -1 (pow q 2)) |
(* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p)) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p))) |
(+ (* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(+ (* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r))))) |
(* 1/2 (- (+ p (/ (fabs (* p r)) r)) (/ (pow p 2) r))) |
(+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ p (/ (fabs (* p r)) r)) (/ (pow p 2) r)))) |
(- (+ p (/ (fabs (* p r)) r)) (/ (pow p 2) r)) |
(- (+ p (+ (* -2 (/ (pow q 2) r)) (/ (fabs (* p r)) r))) (/ (pow p 2) r)) |
(/ (- (fabs (* p r)) (pow p 2)) r) |
(- (+ (* -2 (/ (pow q 2) r)) (/ (fabs (* p r)) r)) (/ (pow p 2) r)) |
(+ (* -2 (/ (pow q 2) r)) (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))) |
(- (+ r (+ (fabs p) (fabs r))) p) |
(- (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- p r)))))) p) |
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))))) p) |
(- (+ 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) |
(pow q 2) |
(- (fabs (* p r)) (pow p 2)) |
(- (+ (fabs (* p r)) (* -2 (pow q 2))) (pow p 2)) |
(* -2 q) |
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)) |
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)) |
(* 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)) |
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2)))) 1)) |
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2))))) 1)) |
(* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))) |
(* q (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2))))))) |
(* q (- (* 1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q))) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)))) 1)) |
(* -1 (/ (pow q 2) r)) |
(* (pow q 2) (- (* 1/2 (/ (- (+ p (/ (fabs (* p r)) r)) (/ (pow p 2) r)) (pow q 2))) (/ 1 r))) |
(* (pow q 2) (- (+ (/ p (pow q 2)) (/ (fabs (* p r)) (* (pow q 2) r))) (+ (* 2 (/ 1 r)) (/ (pow p 2) (* (pow q 2) r))))) |
(* (pow q 2) (- (/ (fabs (* p r)) (* (pow q 2) r)) (+ (* 2 (/ 1 r)) (/ (pow p 2) (* (pow q 2) r))))) |
(* (pow q 2) (- (/ (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) (pow q 2)) (* 2 (/ 1 r)))) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)) |
(* 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)))))) |
(* -2 (pow q 2)) |
(* (pow q 2) (- (/ (fabs (* p r)) (pow q 2)) (+ 2 (/ (pow p 2) (pow q 2))))) |
(* -1 (* q (+ 2 (* -1 (/ (+ (fabs p) (fabs r)) q))))) |
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* -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))) |
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow r 2)))) (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* 2 q) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2)))) q)))) q)) 2))) |
(* -1 (* q (- (* -1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- p r) 2) q)))) q)) 2))) |
(* -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 |
|---|
(- (+ (fabs p) (fabs r)) (* 2 q)) |
(+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p)) |
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)) |
(+ (* 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)))))) |
(*.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 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(+ (* 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))))))))) |
(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 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 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)))))))))) |
(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 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(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 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
(*.f64 (-.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 p r)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)) |
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 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 (pow.f64 r #s(literal 3 binary64)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 p r)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(+ (* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* -1/2 (* p (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ (pow r 3) (pow (- (pow r 2) (fabs (* p r))) 2))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) p) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (-.f64 (*.f64 r r) (fabs.f64 (*.f64 p r))) #s(literal 2 binary64)))) (*.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 (pow.f64 r #s(literal 3 binary64)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 p r)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
(+ (* 1/2 (- (/ (pow r 3) (- (pow r 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -1/2 (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ (pow r 3) (pow (- (pow r 2) (fabs (* p r))) 2)))) (* 1/2 (* p (- (/ 1 (- (pow r 2) (fabs (* p r)))) (* 1/2 (* (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))))))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 p r)))) (*.f64 (*.f64 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) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3 binary64)))))) #s(literal 1/2 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (-.f64 (*.f64 r r) (fabs.f64 (*.f64 p r))) #s(literal 2 binary64)))) #s(literal -1/2 binary64))) 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 (pow.f64 r #s(literal 3 binary64)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 p r)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
(* 1/2 (- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r)))) |
(*.f64 (/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 q q) (fabs.f64 (*.f64 p r))) r) #s(literal 1/2 binary64)) |
(+ (* 1/2 p) (* 1/2 (- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r))))) |
(*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 q q) (fabs.f64 (*.f64 p r))) r) p)) |
(+ (* 1/2 (- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r)))) (* p (+ 1/2 (* -1/2 (/ p r))))) |
(fma.f64 (/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 q q) (fabs.f64 (*.f64 p r))) r) #s(literal 1/2 binary64) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1/2 binary64) #s(literal 1/2 binary64)) p)) |
(- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r))) |
(/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 q q) (fabs.f64 (*.f64 p r))) r) |
(- (+ p (/ (fabs (* p r)) r)) (* 2 (/ (pow q 2) r))) |
(+.f64 (/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 q q) (fabs.f64 (*.f64 p r))) r) p) |
(- (+ (* p (+ 1 (* -1 (/ p r)))) (/ (fabs (* p r)) r)) (* 2 (/ (pow q 2) r))) |
(fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) p (/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 q q) (fabs.f64 (*.f64 p r))) r)) |
(/ (- (fabs (* p r)) (* 2 (pow q 2))) r) |
(/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 q q) (fabs.f64 (*.f64 p r))) r) |
(- (+ (* -1 (/ (pow p 2) r)) (/ (fabs (* p r)) r)) (* 2 (/ (pow q 2) r))) |
(/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) |
(fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r))) r (neg.f64 r)) |
(+ p (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))) |
(fma.f64 (+.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal -1 binary64))) r p) |
(- (+ (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)))) |
(-.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 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(- (+ (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)))) |
(-.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 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(fabs p) |
(fabs.f64 p) |
(- (fabs (* p r)) (* 2 (pow q 2))) |
(fma.f64 #s(literal -2 binary64) (*.f64 q q) (fabs.f64 (*.f64 p r))) |
(- (+ (fabs (* p r)) (* -1 (pow p 2))) (* 2 (pow q 2))) |
(-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) |
(- (+ (/ (fabs p) r) (/ (fabs r) r)) 1) |
(+.f64 (/.f64 (fabs.f64 r) r) (-.f64 (/.f64 (fabs.f64 p) r) #s(literal 1 binary64))) |
(- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1) |
(+.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 (/.f64 p r) #s(literal 1 binary64))) |
(* -1/2 p) |
(*.f64 #s(literal -1/2 binary64) p) |
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) p) |
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)) |
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (*.f64 (neg.f64 p) p))) #s(literal 1/2 binary64)) p) |
(* 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)) |
(*.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))) (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) p) |
(* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) |
(*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))) |
(*.f64 (*.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)))) r (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p))) p) |
(* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 p r)) |
(* p (- (+ (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (+ (/ (fabs p) p) (/ (fabs r) p))) (* (/ 1 p) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
(*.f64 (-.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p))) (/.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) p)) p) |
(* 1/2 r) |
(*.f64 #s(literal 1/2 binary64) r) |
(+ (* 1/2 r) (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow r 2))) p))) |
(*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 r r))) p) r)) |
(+ (* 1/2 r) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow r 2))) p)) (* 1/2 (/ (- (pow r 3) (* 2 (* (pow q 2) r))) (pow p 2))))) |
(*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 r r))) p) (/.f64 (*.f64 r (fma.f64 r r (*.f64 #s(literal -2 binary64) (*.f64 q q)))) (*.f64 p p))) r)) |
(+ (* -1/2 (/ (+ (* -1/2 (+ (* -4 (* (pow q 2) (pow r 2))) (* 4 (pow q 4)))) (* (- (fabs (* p r)) (pow r 2)) (- (pow r 2) (fabs (* p r))))) (pow p 3))) (+ (* 1/2 r) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow r 2))) p)) (* 1/2 (/ (- (pow r 3) (* 2 (* (pow q 2) r))) (pow p 2)))))) |
(fma.f64 (/.f64 (fma.f64 (-.f64 (fabs.f64 (*.f64 p r)) (*.f64 r r)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 p r))) (*.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (*.f64 r r) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (pow.f64 p #s(literal 3 binary64))) #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 r r))) p) (/.f64 (*.f64 r (fma.f64 r r (*.f64 #s(literal -2 binary64) (*.f64 q q)))) (*.f64 p p))) r))) |
(* -1/2 (/ (pow p 2) r)) |
(*.f64 (/.f64 (*.f64 p p) r) #s(literal -1/2 binary64)) |
(* (pow p 2) (- (* 1/2 (/ 1 p)) (* 1/2 (/ 1 r)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) p) (/.f64 #s(literal 1/2 binary64) r)) (*.f64 p p)) |
(* (pow p 2) (- (+ (* 1/2 (/ (- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r))) (pow p 2))) (* 1/2 (/ 1 p))) (* 1/2 (/ 1 r)))) |
(*.f64 (fma.f64 (/.f64 (/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 q q) (fabs.f64 (*.f64 p r))) r) p) (/.f64 #s(literal 1/2 binary64) p) (-.f64 (/.f64 #s(literal 1/2 binary64) p) (/.f64 #s(literal 1/2 binary64) r))) (*.f64 p p)) |
(* -1 (/ (pow p 2) r)) |
(/.f64 (*.f64 (neg.f64 p) p) r) |
(* (pow p 2) (- (/ 1 p) (/ 1 r))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) p) (/.f64 #s(literal 1 binary64) r)) (*.f64 p p)) |
(* (pow p 2) (- (+ (/ 1 p) (/ (fabs (* p r)) (* (pow p 2) r))) (+ (* 2 (/ (pow q 2) (* (pow p 2) r))) (/ 1 r)))) |
(*.f64 (fma.f64 (/.f64 (fabs.f64 p) (*.f64 p p)) (/.f64 (fabs.f64 r) r) (-.f64 (/.f64 #s(literal 1 binary64) p) (fma.f64 (/.f64 #s(literal 2 binary64) (*.f64 p p)) (/.f64 (*.f64 q q) r) (/.f64 #s(literal 1 binary64) r)))) (*.f64 p p)) |
(* (pow p 2) (- (/ (fabs (* p r)) (* (pow p 2) r)) (+ (* 2 (/ (pow q 2) (* (pow p 2) r))) (/ 1 r)))) |
(*.f64 (-.f64 (/.f64 (fabs.f64 (*.f64 p r)) (*.f64 (*.f64 p p) r)) (fma.f64 (/.f64 #s(literal 2 binary64) (*.f64 p p)) (/.f64 (*.f64 q q) r) (/.f64 #s(literal 1 binary64) r))) (*.f64 p p)) |
p |
(* p (+ 1 (/ (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) p))) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r))) r (neg.f64 r)) p) p p) |
(* -1 p) |
(neg.f64 p) |
(* p (- (+ (/ (fabs p) p) (/ (fabs r) p)) (+ 1 (* -1 (/ r p))))) |
(*.f64 (-.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) (-.f64 #s(literal 1 binary64) (/.f64 r p))) p) |
(* p (- (+ (* -2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -1 (/ r p))))) |
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) (-.f64 #s(literal 1 binary64) (/.f64 r p)))) p) |
(* 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))))))) |
(*.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 r) p) (/.f64 (fabs.f64 p) p))) (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 #s(literal 1 binary64) (/.f64 r p)))) p) |
(* -1 (pow p 2)) |
(*.f64 (neg.f64 p) p) |
(* (pow p 2) (- (/ (fabs (* p r)) (pow p 2)) (+ 1 (* 2 (/ (pow q 2) (pow p 2)))))) |
(*.f64 (-.f64 (/.f64 (fabs.f64 (*.f64 p r)) (*.f64 p p)) (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) #s(literal 1 binary64))) (*.f64 p p)) |
(/ p r) |
(/.f64 p r) |
(* p (- (+ (/ 1 r) (+ (/ (fabs p) (* p r)) (/ (fabs r) (* p r)))) (/ 1 p))) |
(*.f64 (-.f64 (+.f64 (+.f64 (/.f64 (/.f64 (fabs.f64 r) p) r) (/.f64 (/.f64 (fabs.f64 p) p) r)) (/.f64 #s(literal 1 binary64) r)) (/.f64 #s(literal 1 binary64) p)) p) |
(* 1/2 p) |
(*.f64 #s(literal 1/2 binary64) p) |
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))) |
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64))) |
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) 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))) |
(* -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))) |
(*.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))) |
(* -1 (* p (+ (* -1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))) |
(*.f64 (neg.f64 p) (*.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)))) r (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p)))) |
(* -1 (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))) |
(*.f64 (neg.f64 p) (neg.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p)))) |
(* -1 (* p (- (* 1/2 (/ r p)) 1))) |
(*.f64 (neg.f64 p) (fma.f64 (/.f64 r p) #s(literal 1/2 binary64) #s(literal -1 binary64))) |
(* -1 (* p (- (* -1 (/ (+ (* -1/2 r) (* -1/2 (/ (- (pow r 2) (+ (fabs (* p r)) (* 2 (pow q 2)))) p))) p)) 1))) |
(fma.f64 (neg.f64 p) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (fabs.f64 (*.f64 p r)))) p) r)) (neg.f64 p)) p) |
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (pow r 3) (* -2 (* (pow q 2) r))) p)) (* 1/2 (- (pow r 2) (+ (fabs (* p r)) (* 2 (pow q 2)))))) p)) (* -1/2 r)) p)) 1))) |
(fma.f64 (neg.f64 p) (/.f64 (fma.f64 #s(literal -1/2 binary64) r (/.f64 (fma.f64 (-.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (fabs.f64 (*.f64 p r)))) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 r (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 r r))) p) #s(literal -1/2 binary64))) (neg.f64 p))) (neg.f64 p)) p) |
(* (pow p 2) (- (* -1 (/ (- (* -1/2 (/ (- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r))) p)) 1/2) p)) (* 1/2 (/ 1 r)))) |
(*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 q q) (fabs.f64 (*.f64 p r))) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) p) #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) r)) (*.f64 p p)) |
(* (pow p 2) (- (* -1 (/ (- (* -1 (/ (- (/ (fabs (* p r)) r) (* 2 (/ (pow q 2) r))) p)) 1) p)) (/ 1 r))) |
(*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 q q) (fabs.f64 (*.f64 p r))) r) p) #s(literal -1 binary64) #s(literal -1 binary64)) p) #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) r)) (*.f64 p p)) |
(* -1 (* p (- (* -1 (/ (* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) p)) 1))) |
(fma.f64 (neg.f64 p) (/.f64 (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r))) r (neg.f64 r)) (neg.f64 p)) p) |
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (fabs r)) r) p)) 1))) |
(fma.f64 (neg.f64 p) (/.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) (neg.f64 p)) p) |
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) p)))) r) p)) 1))) |
(fma.f64 (neg.f64 p) (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (fabs.f64 r)) (-.f64 (fabs.f64 p) r)) (neg.f64 p)) p) |
(* -1 (* p (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p)))) r) p)) 1))) |
(fma.f64 (neg.f64 p) (/.f64 (-.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 q q) (/.f64 r p) (*.f64 q q))) p)) r) (neg.f64 p)) p) |
(* -1 (* p (- (* -1 (/ (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1) p)) (/ 1 r)))) |
(*.f64 (neg.f64 p) (-.f64 (/.f64 (+.f64 (/.f64 (fabs.f64 r) r) (-.f64 (/.f64 (fabs.f64 p) r) #s(literal 1 binary64))) (neg.f64 p)) (/.f64 #s(literal 1 binary64) r))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)) |
(+ (* 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)))))) |
(*.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 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
(+ (* 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))))))))) |
(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 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 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)))))))))) |
(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 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) |
(*.f64 #s(literal 1/2 binary64) (+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p))) |
(+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))) |
(fma.f64 #s(literal 1/2 binary64) (+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p)) (*.f64 (/.f64 (*.f64 p r) q) #s(literal 1/4 binary64))) |
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* -1/8 (/ r q)) (* 1/4 (/ p q))))) |
(fma.f64 #s(literal 1/2 binary64) (+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p)) (*.f64 (fma.f64 (/.f64 p q) #s(literal 1/4 binary64) (*.f64 (/.f64 r q) #s(literal -1/8 binary64))) r)) |
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* 1/4 (/ p q)) (* r (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 p (/.f64 r (pow.f64 q #s(literal 3 binary64)))) #s(literal -1/32 binary64) (/.f64 #s(literal -1/8 binary64) q)) r (*.f64 (/.f64 p q) #s(literal 1/4 binary64))) r (*.f64 #s(literal 1/2 binary64) (+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p)))) |
(- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q)) |
(+.f64 (fabs.f64 p) (fma.f64 (/.f64 (*.f64 p r) q) #s(literal 1/2 binary64) (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)))) |
(- (+ (fabs p) (+ (fabs r) (* r (+ (* -1/4 (/ r q)) (* 1/2 (/ p q)))))) (* 2 q)) |
(+.f64 (fabs.f64 p) (fma.f64 (fma.f64 (/.f64 p q) #s(literal 1/2 binary64) (*.f64 (/.f64 r q) #s(literal -1/4 binary64))) r (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)))) |
(- (+ (fabs p) (+ (fabs r) (* r (+ (* 1/2 (/ p q)) (* r (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q)) |
(+.f64 (fabs.f64 p) (fma.f64 (fma.f64 (fma.f64 #s(literal -1/16 binary64) (*.f64 p (/.f64 r (pow.f64 q #s(literal 3 binary64)))) (/.f64 #s(literal -1/4 binary64) q)) r (*.f64 (/.f64 p q) #s(literal 1/2 binary64))) r (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)))) |
(* -1/2 r) |
(*.f64 #s(literal -1/2 binary64) r) |
(* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
(*.f64 (-.f64 (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (*.f64 p p) (fabs.f64 (*.f64 p r)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)) |
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 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 (pow.f64 p #s(literal 3 binary64)) (-.f64 (*.f64 p p) (fabs.f64 (*.f64 p r)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
(+ (* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* -1/2 (* r (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 3) (pow (- (pow p 2) (fabs (* p r))) 2))))) (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) r) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (*.f64 p p) (fabs.f64 (*.f64 p r))) #s(literal 2 binary64)))) (*.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 (pow.f64 p #s(literal 3 binary64)) (-.f64 (*.f64 p p) (fabs.f64 (*.f64 p r)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
(+ (* 1/2 (- (/ (pow p 3) (- (pow p 2) (fabs (* p r)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -1/2 (+ (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 3) (pow (- (pow p 2) (fabs (* p r))) 2)))) (* 1/2 (* r (- (/ 1 (- (pow p 2) (fabs (* p r)))) (* 1/2 (* (* p (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) r) (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 p p) (fabs.f64 (*.f64 p r)))) (*.f64 (*.f64 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) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 3 binary64)))))) #s(literal 1/2 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (*.f64 p p) (fabs.f64 (*.f64 p r))) #s(literal 2 binary64)))) #s(literal -1/2 binary64))) 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 (pow.f64 p #s(literal 3 binary64)) (-.f64 (*.f64 p p) (fabs.f64 (*.f64 p r)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
(* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r)) |
(*.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 1/2 binary64)) |
(/ (+ (* 1/2 (* p r)) (* 1/2 (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))))) r) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 p r (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))))) r) |
(/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r) |
(/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) |
(/ (- (+ (fabs (* p r)) (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r) |
(/.f64 (fma.f64 p r (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))) r) |
(* -2 (/ (pow q 2) r)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) r)) |
(/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (fabs r))))) r) |
(/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r (*.f64 #s(literal -2 binary64) (*.f64 q q))) r) |
(/ (+ (* -2 (pow q 2)) (* r (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))))) r) |
(/.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (-.f64 r p)) r (*.f64 #s(literal -2 binary64) (*.f64 q q))) r) |
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) |
(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 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
(- (+ (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)))) |
(-.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 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(- (+ (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)))) |
(-.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 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(fabs r) |
(fabs.f64 r) |
(- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) |
(-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) |
(/ (+ p (+ (fabs p) (fabs r))) r) |
(/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) |
(/ (+ p (+ (fabs p) (+ (fabs r) (* -1 r)))) r) |
(/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (-.f64 r p)) r) |
(/ (pow q 2) r) |
(/.f64 (*.f64 q q) r) |
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) r) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)) |
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) r) |
(* 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)) |
(*.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))) (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r) |
(* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) r) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)) |
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) r) |
(* 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)) |
(*.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))) (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r) |
(* -1 r) |
(neg.f64 r) |
(* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) |
(fma.f64 (+.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (/.f64 p r)) r (neg.f64 r)) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1)) |
(fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (+.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (/.f64 p r))) r (neg.f64 r)) |
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))) |
(*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (+.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (/.f64 p r))) (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64))) r) |
(+ (* 1/2 p) (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r))) |
(*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) p)) |
(+ (* 1/2 p) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r)) (* 1/2 (/ (- (pow p 3) (* 2 (* p (pow q 2)))) (pow r 2))))) |
(*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) (/.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 q q) p) #s(literal 2 binary64))) (*.f64 r r))) p)) |
(+ (* -1/2 (/ (+ (* -1/2 (+ (* -4 (* (pow p 2) (pow q 2))) (* 4 (pow q 4)))) (* (- (fabs (* p r)) (pow p 2)) (- (pow p 2) (fabs (* p r))))) (pow r 3))) (+ (* 1/2 p) (+ (* 1/2 (/ (- (fabs (* p r)) (+ (* 2 (pow q 2)) (pow p 2))) r)) (* 1/2 (/ (- (pow p 3) (* 2 (* p (pow q 2)))) (pow r 2)))))) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 (neg.f64 p) p (fabs.f64 (*.f64 p r))) (-.f64 (*.f64 p p) (fabs.f64 (*.f64 p r))) (*.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 p p)) (*.f64 q q) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (pow.f64 r #s(literal 3 binary64))) #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) (/.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 q q) p) #s(literal 2 binary64))) (*.f64 r r))) p))) |
(- (+ p (/ (fabs (* p r)) r)) (+ (* 2 (/ (pow q 2) r)) (/ (pow p 2) r))) |
(+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)) |
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) (+ 1 (* -1 (/ p r))))) |
(*.f64 (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) r) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ (fabs p) r) (/ (fabs r) r))) (+ 1 (* -1 (/ p r))))) |
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r) |
(* 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))))))) |
(*.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 r) r) (/.f64 (fabs.f64 p) r))) (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r) |
-1 |
#s(literal -1 binary64) |
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))) |
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal -1/2 binary64) #s(literal -1/2 binary64))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))) |
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 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))) |
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 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))) |
(* -1 (* r (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1/2))) |
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal -1/2 binary64) #s(literal -1/2 binary64))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p)))) (/ (pow q 2) r)) r)) 1/2))) |
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 binary64))) |
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p))))) r)) 1/2))) |
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 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))) |
r |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) (neg.f64 r)) r) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* 2 (/ (pow q 2) r))))) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (fabs.f64 r)) (-.f64 (fabs.f64 p) p)) (neg.f64 r)) r) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (+.f64 (-.f64 (-.f64 (fabs.f64 r) p) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q))) r)) (fabs.f64 p)) (neg.f64 r)) r) |
(* -1 (* r (- (* 1/2 (/ p r)) 1))) |
(*.f64 (neg.f64 r) (fma.f64 (/.f64 p r) #s(literal 1/2 binary64) #s(literal -1 binary64))) |
(* -1 (* r (- (* -1 (/ (+ (* -1/2 p) (* -1/2 (/ (- (pow p 2) (+ (fabs (* p r)) (* 2 (pow q 2)))) r))) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (fabs.f64 (*.f64 p r)))) r) p)) (neg.f64 r)) r) |
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (pow p 3) (* -2 (* p (pow q 2)))) r)) (* 1/2 (- (pow p 2) (+ (fabs (* p r)) (* 2 (pow q 2)))))) r)) (* -1/2 p)) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (fma.f64 #s(literal -1/2 binary64) p (/.f64 (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (fabs.f64 (*.f64 p r)))) #s(literal 1/2 binary64) (*.f64 (/.f64 (-.f64 (pow.f64 p #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 q q) p) #s(literal -2 binary64))) r) #s(literal -1/2 binary64))) (neg.f64 r))) (neg.f64 r)) r) |
(* -1 (* r (+ 1 (+ (* -1 (/ p r)) (+ (* -1 (/ (fabs p) r)) (* -1 (/ (fabs r) r))))))) |
(neg.f64 (fma.f64 (-.f64 (-.f64 (/.f64 (fabs.f64 r) (neg.f64 r)) (/.f64 (fabs.f64 p) r)) (/.f64 p r)) r r)) |
(* -1 (* r (+ 1 (* -1 (/ (+ (* -2 (/ (pow q 2) r)) (* -1 (+ (* -1 p) (+ (* -1 (fabs p)) (* -1 (fabs r)))))) r))))) |
(*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) r) (neg.f64 (-.f64 (-.f64 (neg.f64 (fabs.f64 r)) (fabs.f64 p)) p))) r))) |
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (fabs r)) p) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) (neg.f64 r)) r) |
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* 2 (/ (pow q 2) r)))) p) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (fabs.f64 r)) (-.f64 (fabs.f64 p) p)) (neg.f64 r)) r) |
(* -1 (* r (- (* -1 (/ (- (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r)))) p) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (+.f64 (-.f64 (-.f64 (fabs.f64 r) p) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 q q))) r)) (fabs.f64 p)) (neg.f64 r)) r) |
(- (* -1 (/ (+ (* -1 p) (+ (* -1 (fabs p)) (* -1 (fabs r)))) r)) 1) |
(fma.f64 (/.f64 (-.f64 (-.f64 (neg.f64 (fabs.f64 r)) (fabs.f64 p)) p) r) #s(literal -1 binary64) #s(literal -1 binary64)) |
(+ (fabs p) (fabs r)) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(+ (fabs p) (+ (fabs r) (* -2 q))) |
(+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p)) |
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) |
(*.f64 (+.f64 (+.f64 r (-.f64 (fabs.f64 r) p)) (fabs.f64 p)) #s(literal 1/2 binary64)) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))) |
(fma.f64 (+.f64 (+.f64 r (-.f64 (fabs.f64 r) p)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 p r))) |
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(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 (-.f64 (fabs.f64 r) p)) (fabs.f64 p)) #s(literal 1/2 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))))) |
(fma.f64 (fma.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 (-.f64 (fabs.f64 r) p)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) |
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (-.f64 r p)) #s(literal 1/2 binary64)) |
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))) |
(*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 #s(literal -2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (-.f64 r p)))) |
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 #s(literal -2 binary64) r)))) (*.f64 q q) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (-.f64 r p)) #s(literal 1/2 binary64))) |
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5)))))) (* 1/2 (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))))))) |
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 p (pow.f64 r #s(literal 6 binary64))) #s(literal -20 binary64) (/.f64 #s(literal -4 binary64) (pow.f64 r #s(literal 5 binary64)))) (*.f64 q q) (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))))) (*.f64 q q) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 #s(literal -2 binary64) r)) #s(literal 1/2 binary64))) (*.f64 q q) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (-.f64 r p)) #s(literal 1/2 binary64))) |
(- (+ p (+ (fabs p) (fabs r))) r) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (-.f64 r p)) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) r) |
(+.f64 (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 #s(literal -2 binary64) r)) (*.f64 q q) (+.f64 (fabs.f64 r) (fabs.f64 p))) (-.f64 p r)) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 2 (/ 1 r))))))) r) |
(+.f64 (fma.f64 (fma.f64 (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 #s(literal -2 binary64) r))) (*.f64 q q) (+.f64 (fabs.f64 r) (fabs.f64 p))) (-.f64 p r)) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow r 3))) (+ (* 6 (/ p (pow r 4))) (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5))))))))) (* 2 (/ 1 r))))))) r) |
(+.f64 (fma.f64 (fma.f64 (fma.f64 (fma.f64 (/.f64 p (pow.f64 r #s(literal 6 binary64))) #s(literal -20 binary64) (/.f64 #s(literal -4 binary64) (pow.f64 r #s(literal 5 binary64)))) (*.f64 q q) (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64))))) (*.f64 q q) (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 #s(literal -2 binary64) r))) (*.f64 q q) (+.f64 (fabs.f64 r) (fabs.f64 p))) (-.f64 p r)) |
(* -1 q) |
(neg.f64 q) |
q |
(* -1 (pow q 2)) |
(*.f64 (neg.f64 q) q) |
(* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p)) |
(*.f64 (-.f64 (+.f64 (+.f64 r (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p r))))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p r))))) p) #s(literal 1/2 binary64)) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p))) |
(fma.f64 (-.f64 (+.f64 (+.f64 r (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p r))))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p r))))) p) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 p r))) |
(+ (* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(fma.f64 (-.f64 (+.f64 (+.f64 r (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p r))))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p r))))) p) #s(literal 1/2 binary64) (*.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))) |
(+ (* 1/2 (- (+ r (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r))))) |
(fma.f64 (-.f64 (+.f64 (+.f64 r (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p r))))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p r))))) p) #s(literal 1/2 binary64) (*.f64 (fma.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))) |
(* 1/2 (- (+ p (/ (fabs (* p r)) r)) (/ (pow p 2) r))) |
(*.f64 (+.f64 p (/.f64 (fma.f64 (neg.f64 p) p (fabs.f64 (*.f64 p r))) r)) #s(literal 1/2 binary64)) |
(+ (* -1 (/ (pow q 2) r)) (* 1/2 (- (+ p (/ (fabs (* p r)) r)) (/ (pow p 2) r)))) |
(fma.f64 (+.f64 p (/.f64 (fma.f64 (neg.f64 p) p (fabs.f64 (*.f64 p r))) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) |
(- (+ p (/ (fabs (* p r)) r)) (/ (pow p 2) r)) |
(+.f64 p (/.f64 (fma.f64 (neg.f64 p) p (fabs.f64 (*.f64 p r))) r)) |
(- (+ p (+ (* -2 (/ (pow q 2) r)) (/ (fabs (* p r)) r))) (/ (pow p 2) r)) |
(+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)) |
(/ (- (fabs (* p r)) (pow p 2)) r) |
(/.f64 (fma.f64 (neg.f64 p) p (fabs.f64 (*.f64 p r))) r) |
(- (+ (* -2 (/ (pow q 2) r)) (/ (fabs (* p r)) r)) (/ (pow p 2) r)) |
(/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) |
(+ (* -2 (/ (pow q 2) r)) (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1))) |
(fma.f64 (+.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 (/.f64 p r) #s(literal 1 binary64))) r (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) r))) |
(- (+ r (+ (fabs p) (fabs r))) p) |
(+.f64 (+.f64 r (-.f64 (fabs.f64 r) p)) (fabs.f64 p)) |
(- (+ r (+ (fabs p) (+ (fabs r) (* -2 (/ (pow q 2) (- 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)) |
(- (+ r (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))))) p) |
(+.f64 (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 (fabs.f64 r) (fabs.f64 p))) (-.f64 r p)) |
(- (+ 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) |
(+.f64 (fma.f64 (fma.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 r) (fabs.f64 p))) (-.f64 r p)) |
(pow q 2) |
(*.f64 q q) |
(- (fabs (* p r)) (pow p 2)) |
(fma.f64 (neg.f64 p) p (fabs.f64 (*.f64 p r))) |
(- (+ (fabs (* p r)) (* -2 (pow q 2))) (pow p 2)) |
(-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) |
(* -2 q) |
(*.f64 #s(literal -2 binary64) q) |
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)) |
(*.f64 (+.f64 (/.f64 (fabs.f64 r) q) (-.f64 (/.f64 (fabs.f64 p) q) #s(literal 2 binary64))) q) |
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal -1 binary64)) q) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal -1 binary64))) q) |
(* 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)) |
(*.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal 1/128 binary64) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal -1 binary64)))) q) |
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2)))) 1)) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) (*.f64 q q)) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) #s(literal -1 binary64)) q) |
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2))))) 1)) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) p) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/64 binary64) (pow.f64 r #s(literal 4 binary64)))) (pow.f64 q #s(literal 4 binary64))) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) (*.f64 q q))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) #s(literal -1 binary64)) q) |
(* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))) |
(*.f64 (-.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) q) (/.f64 (*.f64 p r) q) (+.f64 (/.f64 (fabs.f64 r) q) (/.f64 (fabs.f64 p) q))) (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64))) q) |
(* q (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2))))))) |
(*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) p) (pow.f64 q #s(literal 4 binary64))) #s(literal -1/16 binary64) (-.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) q) (/.f64 (*.f64 p r) q) (+.f64 (/.f64 (fabs.f64 r) q) (/.f64 (fabs.f64 p) q))) (fma.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal -1/64 binary64) (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64))))) q) |
(* q (- (* 1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)) 1)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p r)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p r))))) q) #s(literal 1/2 binary64) #s(literal -1 binary64)) q) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q))) 1)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p r)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p r))))) q) #s(literal 1/2 binary64) (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal -1 binary64))) q) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)))) 1)) |
(*.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal 1/128 binary64) (fma.f64 (/.f64 (+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p r)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p r))))) q) #s(literal 1/2 binary64) #s(literal -1 binary64)))) q) |
(* -1 (/ (pow q 2) r)) |
(/.f64 (*.f64 (neg.f64 q) q) r) |
(* (pow q 2) (- (* 1/2 (/ (- (+ p (/ (fabs (* p r)) r)) (/ (pow p 2) r)) (pow q 2))) (/ 1 r))) |
(*.f64 (fma.f64 (/.f64 (+.f64 p (/.f64 (fma.f64 (neg.f64 p) p (fabs.f64 (*.f64 p r))) r)) q) (/.f64 #s(literal 1/2 binary64) q) (/.f64 #s(literal -1 binary64) r)) (*.f64 q q)) |
(* (pow q 2) (- (+ (/ p (pow q 2)) (/ (fabs (* p r)) (* (pow q 2) r))) (+ (* 2 (/ 1 r)) (/ (pow p 2) (* (pow q 2) r))))) |
(*.f64 (fma.f64 (/.f64 (fabs.f64 p) (*.f64 q q)) (/.f64 (fabs.f64 r) r) (-.f64 (/.f64 p (*.f64 q q)) (fma.f64 (/.f64 p (*.f64 q q)) (/.f64 p r) (/.f64 #s(literal 2 binary64) r)))) (*.f64 q q)) |
(* (pow q 2) (- (/ (fabs (* p r)) (* (pow q 2) r)) (+ (* 2 (/ 1 r)) (/ (pow p 2) (* (pow q 2) r))))) |
(*.f64 (-.f64 (/.f64 (fabs.f64 (*.f64 p r)) (*.f64 (*.f64 q q) r)) (fma.f64 (/.f64 p (*.f64 q q)) (/.f64 p r) (/.f64 #s(literal 2 binary64) r))) (*.f64 q q)) |
(* (pow q 2) (- (/ (* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) (pow q 2)) (* 2 (/ 1 r)))) |
(*.f64 (fma.f64 r (/.f64 (+.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 (/.f64 p r) #s(literal 1 binary64))) (*.f64 q q)) (/.f64 #s(literal -2 binary64) r)) (*.f64 q q)) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) 2)) |
(*.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (+.f64 (/.f64 (fabs.f64 r) q) (-.f64 (/.f64 (fabs.f64 p) q) #s(literal 2 binary64)))) q) |
(* 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)))))) |
(*.f64 (-.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (+.f64 (/.f64 (fabs.f64 r) q) (/.f64 (fabs.f64 p) q))) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64))) q) |
(* -2 (pow q 2)) |
(*.f64 #s(literal -2 binary64) (*.f64 q q)) |
(* (pow q 2) (- (/ (fabs (* p r)) (pow q 2)) (+ 2 (/ (pow p 2) (pow q 2))))) |
(*.f64 (-.f64 (/.f64 (fabs.f64 (*.f64 p r)) (*.f64 q q)) (fma.f64 (/.f64 p q) (/.f64 p q) #s(literal 2 binary64))) (*.f64 q q)) |
(* -1 (* q (+ 2 (* -1 (/ (+ (fabs p) (fabs r)) q))))) |
(*.f64 (-.f64 #s(literal 2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) (neg.f64 q)) |
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))) |
(*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(neg.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) (neg.f64 q)) q (neg.f64 q))) |
(* -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))) |
(*.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.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))) q) #s(literal -1 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) q) #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) q) #s(literal -1 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow r 2)))) (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(*.f64 (fma.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (fma.f64 #s(literal -1/4 binary64) (*.f64 r r) (/.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) p) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/64 binary64) (pow.f64 r #s(literal 4 binary64)))) (*.f64 q q))))) q)) q) #s(literal -1 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* 2 q) |
(*.f64 #s(literal 2 binary64) q) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))) |
(*.f64 (-.f64 (/.f64 (-.f64 (neg.f64 (fabs.f64 r)) (fabs.f64 p)) q) #s(literal 2 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)))) q)) 2))) |
(*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) q)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2)))) q)))) q)) 2))) |
(*.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (/.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) p) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/64 binary64) (pow.f64 r #s(literal 4 binary64)))) (*.f64 q q))) (*.f64 #s(literal 1/4 binary64) (*.f64 r r))) q)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1/2 (/ (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))) q)) 1))) |
(*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p r)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p r))))) q) #s(literal -1/2 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) q)) 1))) |
(*.f64 (fma.f64 (/.f64 (fma.f64 (+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p r)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p r))))) #s(literal 1/2 binary64) (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) q) #s(literal -1 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (/ (pow p 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r)))) (/ (pow r 3) (- (+ (pow p 2) (pow r 2)) (fabs (* p r))))))) q)) 1))) |
(*.f64 (fma.f64 (/.f64 (fma.f64 (+.f64 (/.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p r)))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 p 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))) q) #s(literal -1 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* 1/4 (/ (pow (- p r) 2) q)))) q)) 2))) |
(*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q)) |
(* -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))) |
(*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.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: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 87 | 505 |
| 0 | 122 | 493 |
| 1 | 611 | 479 |
| 2 | 5734 | 464 |
| 0 | 9316 | 396 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(literal -1/2 binary64) r) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (+.f64 #s(literal 0 binary64) q)) |
(+.f64 #s(literal 0 binary64) q) |
(-.f64 #s(literal 0 binary64) (*.f64 q q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (+.f64 #s(literal 0 binary64) q))) |
#s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)))) |
(*.f64 #s(literal 1/2 binary64) (+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r))) |
(+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)) |
(/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r)) |
(fabs.f64 p) |
(fabs.f64 r) |
(*.f64 q q) |
(-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) |
(-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) |
(/.f64 (*.f64 q q) r) |
| Outputs |
|---|
(*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) (pow.f64 (fma.f64 #s(literal 2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (*.f64 #s(literal 8 binary64) (pow.f64 q #s(literal 3 binary64)))) (pow.f64 (fma.f64 (*.f64 #s(literal 2 binary64) q) (fma.f64 #s(literal 2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal -1 binary64))) |
(pow.f64 (/.f64 (fma.f64 #s(literal 2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) q) (fma.f64 #s(literal 2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (*.f64 #s(literal 8 binary64) (pow.f64 q #s(literal 3 binary64))))) #s(literal -1 binary64)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal -2 binary64) q) (*.f64 #s(literal -2 binary64) q))) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal -2 binary64) q))) |
(/.f64 (-.f64 (*.f64 r r) (*.f64 (-.f64 (fabs.f64 p) (*.f64 #s(literal 2 binary64) q)) (-.f64 (fabs.f64 p) (*.f64 #s(literal 2 binary64) q)))) (-.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (*.f64 #s(literal 2 binary64) q)))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (*.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 3 binary64)))) (+.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) q) (*.f64 #s(literal -2 binary64) q)) (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal -2 binary64) q))))) |
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 p) (*.f64 #s(literal 2 binary64) q)) #s(literal 3 binary64))) (fma.f64 r r (-.f64 (*.f64 (-.f64 (fabs.f64 p) (*.f64 #s(literal 2 binary64) q)) (-.f64 (fabs.f64 p) (*.f64 #s(literal 2 binary64) q))) (*.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (*.f64 #s(literal 2 binary64) q)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) (neg.f64 (fma.f64 #s(literal 2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (*.f64 #s(literal 8 binary64) (pow.f64 q #s(literal 3 binary64))))) (neg.f64 (fma.f64 (*.f64 #s(literal 2 binary64) q) (fma.f64 #s(literal 2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 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)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) (fma.f64 #s(literal 2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (*.f64 #s(literal 8 binary64) (pow.f64 q #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) q) (fma.f64 #s(literal 2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) q) (fma.f64 #s(literal 2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (*.f64 #s(literal 8 binary64) (pow.f64 q #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 (pow.f64 (fma.f64 p p (*.f64 r r)) #s(literal 2 binary64)) (pow.f64 (*.f64 p r) #s(literal 2 binary64)))) (fma.f64 p p (fma.f64 r r (fabs.f64 (*.f64 p r)))) (*.f64 #s(literal -2 binary64) q)) |
(fma.f64 (/.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (-.f64 (pow.f64 (fma.f64 p p (*.f64 r r)) #s(literal 3 binary64)) (pow.f64 (*.f64 p r) #s(literal 3 binary64)))) (fma.f64 (fabs.f64 (*.f64 p r)) (fma.f64 p p (fma.f64 r r (fabs.f64 (*.f64 p r)))) (pow.f64 (fma.f64 p p (*.f64 r r)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) q)) |
(fma.f64 (*.f64 (pow.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 r r)) #s(literal -1 binary64)) (fma.f64 p (-.f64 p r) (*.f64 r r))) (+.f64 p r) (*.f64 #s(literal -2 binary64) q)) |
(fma.f64 (*.f64 (+.f64 p r) (-.f64 p r)) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (*.f64 #s(literal -2 binary64) q)) |
(fma.f64 (*.f64 (+.f64 p r) (-.f64 r p)) (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)) (*.f64 #s(literal -2 binary64) q)) |
(fma.f64 (neg.f64 q) #s(literal 2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
(fma.f64 (fma.f64 p (-.f64 p r) (*.f64 r r)) (/.f64 (+.f64 p r) (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 r r))) (*.f64 #s(literal -2 binary64) q)) |
(fma.f64 (fma.f64 p (-.f64 p r) (*.f64 r r)) (*.f64 (+.f64 p r) (pow.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 r r)) #s(literal -1 binary64))) (*.f64 #s(literal -2 binary64) q)) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) q) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
(fma.f64 #s(literal -2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r))) |
(fma.f64 (pow.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 r r)) #s(literal -1 binary64)) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 #s(literal -2 binary64) q)) |
(fma.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (pow.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 r r)) #s(literal -1 binary64)) (*.f64 #s(literal -2 binary64) q)) |
(fma.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal -2 binary64) q)) |
(fma.f64 #s(literal 2 binary64) (neg.f64 q) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
(fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (fma.f64 #s(literal 2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (fma.f64 #s(literal 2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 #s(literal 2 binary64) q) (fma.f64 #s(literal 2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 8 binary64) (pow.f64 q #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 2 binary64) q) (fma.f64 #s(literal 2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))))) |
(-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) q)) |
(+.f64 (-.f64 (fabs.f64 p) (*.f64 #s(literal 2 binary64) q)) (fabs.f64 r)) |
(+.f64 (*.f64 #s(literal -2 binary64) q) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
(+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 #s(literal -2 binary64) q)) |
(+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (*.f64 #s(literal 2 binary64) q))) |
(+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -2 binary64) q))) |
(+.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (*.f64 #s(literal 2 binary64) q))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 #s(literal -2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64))) |
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 #s(literal -2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 #s(literal -2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r))))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 #s(literal -2 binary64) q (+.f64 (fabs.f64 p) (fabs.f64 r)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
(*.f64 #s(literal -1/2 binary64) r) |
(*.f64 r #s(literal -1/2 binary64)) |
(pow.f64 (/.f64 #s(literal -2 binary64) r) #s(literal -1 binary64)) |
(/.f64 (neg.f64 r) #s(literal 2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) r)) |
(/.f64 r #s(literal -2 binary64)) |
(*.f64 (pow.f64 (/.f64 q (neg.f64 (pow.f64 q #s(literal 4 binary64)))) #s(literal -1 binary64)) (pow.f64 (*.f64 q q) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 q (neg.f64 (pow.f64 q #s(literal 6 binary64)))) #s(literal -1 binary64)) (pow.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 (neg.f64 q) q) (pow.f64 q #s(literal 3 binary64))) (*.f64 q q)) |
(*.f64 (/.f64 (*.f64 (neg.f64 q) q) (*.f64 (neg.f64 q) q)) (neg.f64 q)) |
(*.f64 (pow.f64 q #s(literal -1 binary64)) (pow.f64 (pow.f64 (*.f64 (neg.f64 q) q) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 q #s(literal -1 binary64)) (*.f64 (neg.f64 q) q)) |
(*.f64 #s(literal -1 binary64) q) |
(*.f64 (*.f64 (neg.f64 q) q) (pow.f64 q #s(literal -1 binary64))) |
(*.f64 (*.f64 q q) (pow.f64 (neg.f64 q) #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (neg.f64 q)) |
(pow.f64 (/.f64 (pow.f64 (neg.f64 q) #s(literal -1 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (neg.f64 q) #s(literal -1 binary64)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (neg.f64 (pow.f64 q #s(literal 4 binary64))) (pow.f64 q #s(literal -1 binary64))) (*.f64 q q)) |
(/.f64 (*.f64 (neg.f64 (pow.f64 q #s(literal 6 binary64))) (pow.f64 q #s(literal -1 binary64))) (pow.f64 q #s(literal 4 binary64))) |
(/.f64 (neg.f64 (pow.f64 q #s(literal 3 binary64))) (*.f64 q q)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 q #s(literal 3 binary64))) (*.f64 q q)) |
(/.f64 (*.f64 (neg.f64 (pow.f64 q #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 q #s(literal 3 binary64))) |
(/.f64 (*.f64 (neg.f64 (pow.f64 q #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) q)) |
(/.f64 (*.f64 (*.f64 (neg.f64 q) q) #s(literal 1 binary64)) q) |
(/.f64 (neg.f64 (pow.f64 q #s(literal 4 binary64))) (pow.f64 q #s(literal 3 binary64))) |
(/.f64 (neg.f64 (pow.f64 q #s(literal 6 binary64))) (*.f64 q (pow.f64 q #s(literal 4 binary64)))) |
(/.f64 (pow.f64 q #s(literal 3 binary64)) (*.f64 (neg.f64 q) q)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (neg.f64 q) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (neg.f64 q) q) q) |
(/.f64 (*.f64 q q) (neg.f64 q)) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (neg.f64 q) #s(literal -1 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (pow.f64 (neg.f64 q) #s(literal -1 binary64))) |
(neg.f64 q) |
(fma.f64 (pow.f64 (/.f64 q (neg.f64 (pow.f64 q #s(literal 4 binary64)))) #s(literal -1 binary64)) (pow.f64 (*.f64 q q) #s(literal -1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (/.f64 q (neg.f64 (pow.f64 q #s(literal 6 binary64)))) #s(literal -1 binary64)) (pow.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (neg.f64 q) q) (pow.f64 q #s(literal 3 binary64))) (*.f64 q q) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (neg.f64 q) q) (*.f64 (neg.f64 q) q)) (neg.f64 q) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 q #s(literal -1 binary64)) (pow.f64 (pow.f64 (*.f64 (neg.f64 q) q) #s(literal -1 binary64)) #s(literal -1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 q #s(literal -1 binary64)) (*.f64 (neg.f64 q) q) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) q #s(literal 0 binary64)) |
(fma.f64 (*.f64 (neg.f64 q) q) (pow.f64 q #s(literal -1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 q q) (pow.f64 (neg.f64 q) #s(literal -1 binary64)) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (neg.f64 q) #s(literal 0 binary64)) |
(-.f64 (neg.f64 q) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) q) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (neg.f64 q) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(+.f64 (neg.f64 q) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (neg.f64 q)) |
(*.f64 (pow.f64 (/.f64 (*.f64 q q) (pow.f64 q #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 q q)) |
(*.f64 (pow.f64 (/.f64 (*.f64 q q) (*.f64 (neg.f64 q) q)) #s(literal 1 binary64)) (pow.f64 (neg.f64 q) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 q #s(literal 1/2 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 q #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 q #s(literal 3 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (*.f64 q q) #s(literal -1 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (*.f64 (neg.f64 q) q) #s(literal 1 binary64)) (pow.f64 (pow.f64 (neg.f64 q) #s(literal -1 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 q q) (pow.f64 q #s(literal 3 binary64))) (*.f64 q q)) |
(*.f64 (/.f64 (*.f64 q q) (*.f64 (neg.f64 q) q)) (neg.f64 q)) |
(*.f64 (pow.f64 q #s(literal 1/2 binary64)) (pow.f64 q #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 q #s(literal 3 binary64)) (pow.f64 (*.f64 q q) #s(literal -1 binary64))) |
(*.f64 (*.f64 (neg.f64 q) q) (pow.f64 (neg.f64 q) #s(literal -1 binary64))) |
(*.f64 (*.f64 q q) (pow.f64 (pow.f64 q #s(literal -1 binary64)) #s(literal 1 binary64))) |
(*.f64 (*.f64 q q) (pow.f64 q #s(literal -1 binary64))) |
(*.f64 q (pow.f64 (/.f64 q q) #s(literal 1 binary64))) |
(*.f64 q (/.f64 q q)) |
(pow.f64 (/.f64 (*.f64 q q) (pow.f64 q #s(literal 3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 q (*.f64 q q)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (neg.f64 q) (*.f64 (neg.f64 q) q)) #s(literal -1 binary64)) |
(pow.f64 q #s(literal 1 binary64)) |
(/.f64 (neg.f64 (pow.f64 q #s(literal 3 binary64))) (*.f64 (neg.f64 q) q)) |
(/.f64 (neg.f64 (pow.f64 q #s(literal 4 binary64))) (*.f64 (neg.f64 q) (*.f64 q q))) |
(/.f64 (neg.f64 (pow.f64 q #s(literal 6 binary64))) (*.f64 (neg.f64 q) (pow.f64 q #s(literal 4 binary64)))) |
(/.f64 (pow.f64 q #s(literal 3 binary64)) (*.f64 q q)) |
(/.f64 (*.f64 (neg.f64 q) q) (neg.f64 q)) |
(/.f64 (*.f64 q q) (-.f64 q #s(literal 0 binary64))) |
(/.f64 (*.f64 q q) q) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 q q) (pow.f64 q #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 q (*.f64 q q))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 q) (*.f64 (neg.f64 q) q))) |
(neg.f64 (neg.f64 q)) |
(fma.f64 (pow.f64 (/.f64 (*.f64 q q) (pow.f64 q #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 q q) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (/.f64 (*.f64 q q) (*.f64 (neg.f64 q) q)) #s(literal 1 binary64)) (pow.f64 (neg.f64 q) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (pow.f64 q #s(literal 1/2 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 q #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (pow.f64 q #s(literal 3 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (*.f64 q q) #s(literal -1 binary64)) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (*.f64 (neg.f64 q) q) #s(literal 1 binary64)) (pow.f64 (pow.f64 (neg.f64 q) #s(literal -1 binary64)) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 q q) (pow.f64 q #s(literal 3 binary64))) (*.f64 q q) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 q q) (*.f64 (neg.f64 q) q)) (neg.f64 q) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 q #s(literal 1/2 binary64)) (pow.f64 q #s(literal 1/2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 q #s(literal 3 binary64)) (pow.f64 (*.f64 q q) #s(literal -1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (neg.f64 q) q) (pow.f64 (neg.f64 q) #s(literal -1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 q q) (pow.f64 (pow.f64 q #s(literal -1 binary64)) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 q q) (pow.f64 q #s(literal -1 binary64)) #s(literal 0 binary64)) |
(fma.f64 q (pow.f64 (/.f64 q q) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 q (/.f64 q q) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) (neg.f64 q)) |
(exp.f64 (*.f64 (log.f64 q) #s(literal 1 binary64))) |
(+.f64 #s(literal 0 binary64) q) |
(+.f64 q #s(literal 0 binary64)) |
q |
(*.f64 (neg.f64 (pow.f64 q #s(literal 4 binary64))) (pow.f64 (*.f64 q q) #s(literal -1 binary64))) |
(*.f64 (neg.f64 q) q) |
(*.f64 (neg.f64 (pow.f64 q #s(literal 6 binary64))) (pow.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 q q)) |
(*.f64 q (neg.f64 q)) |
(pow.f64 (/.f64 (*.f64 q q) (neg.f64 (pow.f64 q #s(literal 4 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) (neg.f64 (pow.f64 q #s(literal 6 binary64)))) #s(literal -1 binary64)) |
(/.f64 (*.f64 (neg.f64 q) (pow.f64 q #s(literal 3 binary64))) (*.f64 q q)) |
(/.f64 (*.f64 (neg.f64 q) (*.f64 (neg.f64 q) q)) (neg.f64 q)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (neg.f64 q) q) (*.f64 (neg.f64 q) q))) (*.f64 q q)) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -1 binary64) (pow.f64 q #s(literal 6 binary64)))) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 (*.f64 (neg.f64 q) q) (*.f64 (neg.f64 q) q)) (*.f64 #s(literal 0 binary64) (*.f64 (neg.f64 q) q))))) |
(/.f64 (neg.f64 (neg.f64 (pow.f64 q #s(literal 4 binary64)))) (*.f64 (neg.f64 q) q)) |
(/.f64 (neg.f64 (neg.f64 (pow.f64 q #s(literal 6 binary64)))) (neg.f64 (pow.f64 q #s(literal 4 binary64)))) |
(/.f64 (neg.f64 (pow.f64 q #s(literal 4 binary64))) (*.f64 q q)) |
(/.f64 (neg.f64 (pow.f64 q #s(literal 6 binary64))) (pow.f64 q #s(literal 4 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 q q) (neg.f64 (pow.f64 q #s(literal 4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (neg.f64 (pow.f64 q #s(literal 6 binary64))))) |
(neg.f64 (*.f64 q q)) |
(fma.f64 (neg.f64 (pow.f64 q #s(literal 4 binary64))) (pow.f64 (*.f64 q q) #s(literal -1 binary64)) (*.f64 #s(literal 0 binary64) (neg.f64 q))) |
(fma.f64 (neg.f64 (pow.f64 q #s(literal 4 binary64))) (pow.f64 (*.f64 q q) #s(literal -1 binary64)) (*.f64 (neg.f64 q) #s(literal 0 binary64))) |
(fma.f64 (neg.f64 (pow.f64 q #s(literal 4 binary64))) (pow.f64 (*.f64 q q) #s(literal -1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (neg.f64 q) #s(literal 0 binary64) (*.f64 (neg.f64 q) q)) |
(fma.f64 (neg.f64 q) q (*.f64 #s(literal 0 binary64) (neg.f64 q))) |
(fma.f64 (neg.f64 q) q (*.f64 (neg.f64 q) #s(literal 0 binary64))) |
(fma.f64 (neg.f64 q) q #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (pow.f64 q #s(literal 6 binary64))) (pow.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -1 binary64)) (*.f64 #s(literal 0 binary64) (neg.f64 q))) |
(fma.f64 (neg.f64 (pow.f64 q #s(literal 6 binary64))) (pow.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -1 binary64)) (*.f64 (neg.f64 q) #s(literal 0 binary64))) |
(fma.f64 (neg.f64 (pow.f64 q #s(literal 6 binary64))) (pow.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -1 binary64)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (*.f64 q q) (*.f64 #s(literal 0 binary64) (neg.f64 q))) |
(fma.f64 #s(literal -1 binary64) (*.f64 q q) (*.f64 (neg.f64 q) #s(literal 0 binary64))) |
(fma.f64 #s(literal -1 binary64) (*.f64 q q) #s(literal 0 binary64)) |
(fma.f64 #s(literal 0 binary64) (neg.f64 q) (*.f64 (neg.f64 q) q)) |
(fma.f64 q (neg.f64 q) (*.f64 #s(literal 0 binary64) (neg.f64 q))) |
(fma.f64 q (neg.f64 q) (*.f64 (neg.f64 q) #s(literal 0 binary64))) |
(fma.f64 q (neg.f64 q) #s(literal 0 binary64)) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 q q)) (*.f64 q q)) |
(-.f64 (/.f64 #s(literal 0 binary64) (pow.f64 q #s(literal 4 binary64))) (*.f64 q q)) |
(-.f64 #s(literal 0 binary64) (*.f64 q q)) |
(+.f64 (*.f64 #s(literal 0 binary64) (neg.f64 q)) (*.f64 (neg.f64 q) q)) |
(+.f64 (*.f64 (neg.f64 q) #s(literal 0 binary64)) (*.f64 (neg.f64 q) q)) |
(+.f64 (*.f64 (neg.f64 q) q) (*.f64 #s(literal 0 binary64) (neg.f64 q))) |
(+.f64 (*.f64 (neg.f64 q) q) (*.f64 (neg.f64 q) #s(literal 0 binary64))) |
(+.f64 (*.f64 (neg.f64 q) q) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (*.f64 (neg.f64 q) q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) p) #s(literal 1/2 binary64))) |
(*.f64 (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) p) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) p)) |
(/.f64 (*.f64 (-.f64 (*.f64 p p) (pow.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 2 binary64))) #s(literal 1/2 binary64)) (-.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) #s(literal 1/2 binary64)) (fma.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) (-.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) p) (*.f64 p p))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 p p) (pow.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 2 binary64)))) (-.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (pow.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (fma.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) (-.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) p) (*.f64 p p))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 #s(literal 1/2 binary64) p)) (*.f64 (*.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 1/2 binary64)) (*.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 1/2 binary64)))) (-.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 1/2 binary64)))) |
(/.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 p #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 #s(literal 1/2 binary64) p) (-.f64 (*.f64 (*.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 1/2 binary64)) (*.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 1/2 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 1/2 binary64)))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))) (pow.f64 r #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) p)) |
(fma.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) p)) |
(fma.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (*.f64 (pow.f64 r #s(literal -1 binary64)) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) p)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) (*.f64 #s(literal 1/2 binary64) p)) |
(fma.f64 #s(literal 1/2 binary64) p (*.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 1/2 binary64))) |
(fma.f64 p #s(literal 1/2 binary64) (*.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) p)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 (*.f64 p p) (pow.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 2 binary64))) (pow.f64 (-.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)) #s(literal -1 binary64))) |
(*.f64 (+.f64 (pow.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (pow.f64 (fma.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) (-.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) p) (*.f64 p p)) #s(literal -1 binary64))) |
(pow.f64 (/.f64 (-.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)) (-.f64 (*.f64 p p) (pow.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) (-.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) p) (*.f64 p p)) (+.f64 (pow.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(/.f64 (-.f64 (pow.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 2 binary64)) (*.f64 p p)) (-.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) p)) |
(/.f64 (neg.f64 (-.f64 (*.f64 p p) (pow.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 2 binary64)))) (neg.f64 (-.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (neg.f64 (fma.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) (-.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) p) (*.f64 p p)))) |
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 2 binary64))) (-.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 2 binary64)) (-.f64 (*.f64 p p) (*.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) p)))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) (-.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) p) (*.f64 p p))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)) (-.f64 (*.f64 p p) (pow.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) (-.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) p) (*.f64 p p)) (+.f64 (pow.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))))) |
(fma.f64 (pow.f64 (/.f64 r (-.f64 (pow.f64 (*.f64 p r) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 2 binary64)))) #s(literal -1 binary64)) (pow.f64 (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) #s(literal -1 binary64)) p) |
(fma.f64 (pow.f64 (/.f64 r (-.f64 (pow.f64 (*.f64 p r) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 3 binary64)))) #s(literal -1 binary64)) (pow.f64 (fma.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (pow.f64 (*.f64 p r) #s(literal 2 binary64))) #s(literal -1 binary64)) p) |
(fma.f64 (pow.f64 r #s(literal -1 binary64)) (pow.f64 (pow.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) #s(literal -1 binary64)) #s(literal -1 binary64)) p) |
(fma.f64 (pow.f64 r #s(literal -1 binary64)) (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) p) |
(fma.f64 (neg.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))) (pow.f64 (neg.f64 r) #s(literal -1 binary64)) p) |
(fma.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (pow.f64 r #s(literal -1 binary64)) p) |
(fma.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) p) |
(-.f64 (+.f64 p (/.f64 (fabs.f64 (*.f64 p r)) r)) (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) r)) |
(-.f64 (/.f64 (*.f64 p p) (-.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r))) (/.f64 (pow.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) #s(literal 2 binary64)) (-.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)))) |
(-.f64 (/.f64 (fabs.f64 (*.f64 p r)) r) (-.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) r) p)) |
(+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) p) |
(+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)) |
(*.f64 (pow.f64 (/.f64 r (-.f64 (pow.f64 (*.f64 p r) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 2 binary64)))) #s(literal -1 binary64)) (pow.f64 (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 r (-.f64 (pow.f64 (*.f64 p r) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 3 binary64)))) #s(literal -1 binary64)) (pow.f64 (fma.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (pow.f64 (*.f64 p r) #s(literal 2 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 r #s(literal -1 binary64)) (pow.f64 (pow.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 r #s(literal -1 binary64)) (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))) |
(*.f64 (neg.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))) (pow.f64 (neg.f64 r) #s(literal -1 binary64))) |
(*.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (pow.f64 r #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)) |
(pow.f64 (/.f64 (/.f64 r (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 r (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))) #s(literal -1 binary64)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 p r) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 2 binary64))) (pow.f64 r #s(literal -1 binary64))) (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 p r) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 3 binary64))) (pow.f64 r #s(literal -1 binary64))) (fma.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (pow.f64 (*.f64 p r) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (fabs.f64 (*.f64 p r)) r) (/.f64 (fabs.f64 (*.f64 p r)) r)) (*.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) r) (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) r))) (fma.f64 (fabs.f64 r) (/.f64 (fabs.f64 p) r) (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) r))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (fabs.f64 (*.f64 p r)) r) #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) r) #s(literal 3 binary64))) (fma.f64 (/.f64 (fabs.f64 (*.f64 p r)) r) (/.f64 (fabs.f64 (*.f64 p r)) r) (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) r) (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) r) (*.f64 (/.f64 (fabs.f64 (*.f64 p r)) r) (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) r))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))))) (neg.f64 (neg.f64 r))) |
(/.f64 (*.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) #s(literal 1 binary64)) r) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 p r) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 2 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 p r) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (pow.f64 (*.f64 p r) #s(literal 2 binary64))) r)) |
(/.f64 (-.f64 (*.f64 (fabs.f64 (*.f64 p r)) r) (*.f64 r (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))) (*.f64 r r)) |
(/.f64 (-.f64 (pow.f64 (*.f64 p r) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 2 binary64))) (*.f64 r (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 p r) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 3 binary64))) (*.f64 r (fma.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (pow.f64 (*.f64 p r) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))) (neg.f64 r)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 r (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))))) |
(/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 r (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 r (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))))) |
(neg.f64 (/.f64 (neg.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))) r)) |
(neg.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (neg.f64 r))) |
(fma.f64 (fabs.f64 (*.f64 p r)) (pow.f64 r #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) r))) |
(fma.f64 (fabs.f64 r) (/.f64 (fabs.f64 p) r) (neg.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) r))) |
(-.f64 (/.f64 (fma.f64 (fabs.f64 p) (fabs.f64 r) (*.f64 #s(literal -2 binary64) (*.f64 q q))) r) (/.f64 (*.f64 p p) r)) |
(-.f64 (/.f64 (fabs.f64 (*.f64 p r)) r) (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) r)) |
(exp.f64 (*.f64 (log.f64 (/.f64 r (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))))) #s(literal -1 binary64))) |
(+.f64 (/.f64 (fabs.f64 (*.f64 p r)) r) (neg.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) r))) |
#s(literal 1/2 binary64) |
(*.f64 (fma.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r)))) r) |
(*.f64 r (fma.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))) (pow.f64 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))) #s(literal 2 binary64))) r) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))) #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 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))) (-.f64 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))) (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 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 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))) #s(literal 2 binary64)))) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))))) |
(/.f64 (*.f64 r (+.f64 (pow.f64 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))) #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 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))) (-.f64 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))) (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r))) (*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 q q) r) r) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)) r (*.f64 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))) r)) |
(fma.f64 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))) 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 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))))) |
(fma.f64 r (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))) (*.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 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))) r)) |
(+.f64 (*.f64 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))) 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 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))))) |
(+.f64 (*.f64 r (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r)))) (*.f64 r (*.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r)))) |
(*.f64 #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r)))) r)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r)))) r))) |
#s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal -2 binary64) r) q) (/.f64 q r) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r)))) r)) |
(fabs.f64 (neg.f64 (neg.f64 p))) |
(fabs.f64 (neg.f64 p)) |
(fabs.f64 p) |
(fabs.f64 (neg.f64 (neg.f64 r))) |
(fabs.f64 (neg.f64 r)) |
(fabs.f64 r) |
(*.f64 (pow.f64 (exp.f64 (log.f64 q)) #s(literal 1 binary64)) (pow.f64 (exp.f64 (log.f64 q)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 q q) (pow.f64 q #s(literal 3 binary64))) #s(literal 2 binary64)) (pow.f64 q #s(literal 4 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 q q) (*.f64 (neg.f64 q) q)) #s(literal 2 binary64)) (pow.f64 (neg.f64 q) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (pow.f64 q #s(literal 1/2 binary64)) #s(literal 2 binary64)) (pow.f64 (pow.f64 q #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (pow.f64 q #s(literal 3 binary64)) #s(literal 2 binary64)) (pow.f64 (pow.f64 (*.f64 q q) #s(literal -1 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (*.f64 (neg.f64 q) q) #s(literal 2 binary64)) (pow.f64 (pow.f64 (neg.f64 q) #s(literal -1 binary64)) #s(literal 2 binary64))) |
(*.f64 (exp.f64 (log.f64 q)) (exp.f64 (log.f64 q))) |
(*.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (pow.f64 q #s(literal -1 binary64)) #s(literal 2 binary64))) |
(*.f64 #s(literal -1 binary64) (pow.f64 (*.f64 (neg.f64 q) q) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 q) q)) |
(*.f64 (*.f64 q q) (pow.f64 (/.f64 q q) #s(literal 2 binary64))) |
(*.f64 q (pow.f64 (-.f64 q #s(literal 0 binary64)) #s(literal 1 binary64))) |
(*.f64 q (-.f64 q #s(literal 0 binary64))) |
(*.f64 q q) |
(pow.f64 (exp.f64 (log.f64 q)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 q q) #s(literal 1 binary64)) |
(pow.f64 q #s(literal 2 binary64)) |
(/.f64 (*.f64 q (*.f64 (neg.f64 q) q)) (neg.f64 q)) |
(/.f64 (-.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 0 binary64)) (*.f64 q q)) |
(/.f64 (-.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 0 binary64)) (pow.f64 q #s(literal 4 binary64))) |
(/.f64 (+.f64 #s(literal 0 binary64) (pow.f64 q #s(literal 6 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (pow.f64 q #s(literal 4 binary64)))) (*.f64 q q)) |
(/.f64 (neg.f64 (neg.f64 (pow.f64 q #s(literal 6 binary64)))) (pow.f64 q #s(literal 4 binary64))) |
(/.f64 (*.f64 (*.f64 (neg.f64 q) q) q) (neg.f64 q)) |
(/.f64 (*.f64 (pow.f64 q #s(literal 3 binary64)) (*.f64 (neg.f64 q) q)) (*.f64 (*.f64 q q) (neg.f64 q))) |
(/.f64 (*.f64 (*.f64 (neg.f64 q) q) (pow.f64 q #s(literal 3 binary64))) (*.f64 (neg.f64 q) (*.f64 q q))) |
(/.f64 (*.f64 (*.f64 (neg.f64 q) q) (*.f64 (neg.f64 q) q)) (*.f64 (neg.f64 q) (neg.f64 q))) |
(/.f64 (neg.f64 (pow.f64 q #s(literal 4 binary64))) (*.f64 (neg.f64 q) q)) |
(/.f64 (pow.f64 q #s(literal 4 binary64)) (*.f64 q q)) |
(/.f64 (neg.f64 (pow.f64 q #s(literal 6 binary64))) (neg.f64 (pow.f64 q #s(literal 4 binary64)))) |
(/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 q #s(literal 4 binary64))) |
(neg.f64 (*.f64 (neg.f64 q) q)) |
(fma.f64 (pow.f64 (exp.f64 (log.f64 q)) #s(literal 1 binary64)) (pow.f64 (exp.f64 (log.f64 q)) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (/.f64 (*.f64 q q) (pow.f64 q #s(literal 3 binary64))) #s(literal 2 binary64)) (pow.f64 q #s(literal 4 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (/.f64 (*.f64 q q) (*.f64 (neg.f64 q) q)) #s(literal 2 binary64)) (pow.f64 (neg.f64 q) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (pow.f64 q #s(literal 1/2 binary64)) #s(literal 2 binary64)) (pow.f64 (pow.f64 q #s(literal 1/2 binary64)) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (pow.f64 q #s(literal 3 binary64)) #s(literal 2 binary64)) (pow.f64 (pow.f64 (*.f64 q q) #s(literal -1 binary64)) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (*.f64 (neg.f64 q) q) #s(literal 2 binary64)) (pow.f64 (pow.f64 (neg.f64 q) #s(literal -1 binary64)) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (exp.f64 (log.f64 q)) (exp.f64 (log.f64 q)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (pow.f64 q #s(literal -1 binary64)) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (pow.f64 (*.f64 (neg.f64 q) q) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (*.f64 (neg.f64 q) q) #s(literal 0 binary64)) |
(fma.f64 (*.f64 q q) (pow.f64 (/.f64 q q) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 q (pow.f64 (-.f64 q #s(literal 0 binary64)) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 q (-.f64 q #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 q q #s(literal 0 binary64)) |
(-.f64 (*.f64 q q) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) (*.f64 (neg.f64 q) q)) |
(exp.f64 (*.f64 (log.f64 (exp.f64 (log.f64 q))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 q) #s(literal 2 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 q) #s(literal 2 binary64))) |
(+.f64 (*.f64 q q) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (*.f64 q q)) |
(*.f64 (-.f64 (pow.f64 (*.f64 p r) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 2 binary64))) (pow.f64 (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (pow.f64 (*.f64 p r) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 3 binary64))) (pow.f64 (fma.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (pow.f64 (*.f64 p r) #s(literal 2 binary64))) #s(literal -1 binary64))) |
(pow.f64 (/.f64 (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (-.f64 (pow.f64 (*.f64 p r) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (pow.f64 (*.f64 p r) #s(literal 2 binary64))) (-.f64 (pow.f64 (*.f64 p r) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(/.f64 (-.f64 (*.f64 (fma.f64 (fabs.f64 p) (fabs.f64 r) (*.f64 #s(literal -2 binary64) (*.f64 q q))) (fma.f64 (fabs.f64 p) (fabs.f64 r) (*.f64 #s(literal -2 binary64) (*.f64 q q)))) (pow.f64 p #s(literal 4 binary64))) (+.f64 (fma.f64 (fabs.f64 p) (fabs.f64 r) (*.f64 #s(literal -2 binary64) (*.f64 q q))) (*.f64 p p))) |
(/.f64 (-.f64 (pow.f64 (*.f64 p r) #s(literal 2 binary64)) (*.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (neg.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))))) (-.f64 (fabs.f64 (*.f64 p r)) (neg.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 (fabs.f64 p) (fabs.f64 r) (*.f64 #s(literal -2 binary64) (*.f64 q q))) #s(literal 3 binary64)) (pow.f64 p #s(literal 6 binary64))) (fma.f64 (fma.f64 (fabs.f64 p) (fabs.f64 r) (*.f64 #s(literal -2 binary64) (*.f64 q q))) (fma.f64 (fabs.f64 p) (fabs.f64 r) (*.f64 #s(literal -2 binary64) (*.f64 q q))) (+.f64 (pow.f64 p #s(literal 4 binary64)) (*.f64 (fma.f64 (fabs.f64 p) (fabs.f64 r) (*.f64 #s(literal -2 binary64) (*.f64 q q))) (*.f64 p p))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 p r) #s(literal 3 binary64)) (pow.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 p r) #s(literal 2 binary64)) (-.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (neg.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))) (*.f64 (fabs.f64 (*.f64 p r)) (neg.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 p r) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 2 binary64)))) (neg.f64 (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 p r) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (pow.f64 (*.f64 p r) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 p r) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 2 binary64))) (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 p r) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 3 binary64))) (fma.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (pow.f64 (*.f64 p r) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (-.f64 (pow.f64 (*.f64 p r) #s(literal 2 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (pow.f64 (*.f64 p r) #s(literal 2 binary64))) (-.f64 (pow.f64 (*.f64 p r) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 3 binary64))))) |
(fma.f64 #s(literal -1 binary64) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) (fabs.f64 (*.f64 p r))) |
(fma.f64 (fabs.f64 p) (fabs.f64 r) (neg.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))) |
(fma.f64 (fabs.f64 r) (fabs.f64 p) (neg.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))) |
(-.f64 (-.f64 (fabs.f64 (*.f64 p r)) (*.f64 p p)) (*.f64 (*.f64 q q) #s(literal 2 binary64))) |
(-.f64 (/.f64 (pow.f64 (*.f64 p r) #s(literal 2 binary64)) (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))) (/.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 2 binary64)) (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 p r) #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (pow.f64 (*.f64 p r) #s(literal 2 binary64)))) (/.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)) (fma.f64 (fabs.f64 p) (fabs.f64 r) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (pow.f64 (*.f64 p r) #s(literal 2 binary64))))) |
(-.f64 (fma.f64 (fabs.f64 p) (fabs.f64 r) (*.f64 #s(literal -2 binary64) (*.f64 q q))) (*.f64 p p)) |
(-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) |
(+.f64 (fma.f64 (fabs.f64 p) (fabs.f64 r) (*.f64 #s(literal -2 binary64) (*.f64 q q))) (neg.f64 (*.f64 p p))) |
(+.f64 (fma.f64 (fabs.f64 p) (fabs.f64 r) (*.f64 #s(literal -2 binary64) (*.f64 q q))) (*.f64 (neg.f64 p) p)) |
(+.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) (fabs.f64 (*.f64 p r))) |
(+.f64 (fabs.f64 (*.f64 p r)) (neg.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))) |
(*.f64 (-.f64 (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) #s(literal 2 binary64))) (pow.f64 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) #s(literal 3 binary64))) (pow.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64))) #s(literal -1 binary64))) |
(pow.f64 (/.f64 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) (-.f64 (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64))) (-.f64 (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(/.f64 (-.f64 (*.f64 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64))) (pow.f64 (/.f64 p r) #s(literal 2 binary64))) (-.f64 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (/.f64 p r))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64)) (*.f64 (+.f64 #s(literal -1 binary64) (/.f64 p r)) (+.f64 #s(literal -1 binary64) (/.f64 p r)))) (-.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) (+.f64 #s(literal -1 binary64) (/.f64 p r)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (fabs.f64 p) r) (-.f64 #s(literal 1 binary64) (/.f64 p r))) (-.f64 (/.f64 (fabs.f64 p) r) (-.f64 #s(literal 1 binary64) (/.f64 p r))))) (-.f64 (/.f64 (fabs.f64 r) r) (-.f64 (/.f64 (fabs.f64 p) r) (-.f64 #s(literal 1 binary64) (/.f64 p r))))) |
(/.f64 (+.f64 (pow.f64 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) #s(literal 3 binary64)) (pow.f64 (/.f64 p r) #s(literal 3 binary64))) (fma.f64 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (-.f64 (pow.f64 (/.f64 p r) #s(literal 2 binary64)) (*.f64 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (/.f64 p r))))) |
(/.f64 (fma.f64 (pow.f64 r #s(literal -3 binary64)) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 3 binary64)) (pow.f64 (+.f64 #s(literal -1 binary64) (/.f64 p r)) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64)) (-.f64 (*.f64 (+.f64 #s(literal -1 binary64) (/.f64 p r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))) (*.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) (+.f64 #s(literal -1 binary64) (/.f64 p r)))))) |
(/.f64 (fma.f64 (pow.f64 r #s(literal -3 binary64)) (pow.f64 r #s(literal 3 binary64)) (pow.f64 (-.f64 (/.f64 (fabs.f64 p) r) (-.f64 #s(literal 1 binary64) (/.f64 p r))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (-.f64 (*.f64 (-.f64 (/.f64 (fabs.f64 p) r) (-.f64 #s(literal 1 binary64) (/.f64 p r))) (-.f64 (/.f64 (fabs.f64 p) r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) (*.f64 (/.f64 (fabs.f64 r) r) (-.f64 (/.f64 (fabs.f64 p) r) (-.f64 #s(literal 1 binary64) (/.f64 p r))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) #s(literal 2 binary64)))) (neg.f64 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (pow.f64 (/.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (pow.f64 (/.f64 p r) #s(literal 2 binary64))) (+.f64 (/.f64 p r) #s(literal 1 binary64))) (*.f64 (/.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) r) (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 p r) #s(literal 2 binary64))))) (*.f64 (/.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) r) (+.f64 (/.f64 p r) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 (pow.f64 (/.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (pow.f64 (/.f64 p r) #s(literal 2 binary64))) (fma.f64 (/.f64 p r) (+.f64 (/.f64 p r) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) r) (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 p r) #s(literal 3 binary64))))) (*.f64 (/.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) r) (fma.f64 (/.f64 p r) (+.f64 (/.f64 p r) #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (pow.f64 r #s(literal -3 binary64)) (pow.f64 r #s(literal 3 binary64)) (pow.f64 (/.f64 p r) #s(literal 3 binary64))) (+.f64 (/.f64 p r) #s(literal 1 binary64))) (*.f64 (fma.f64 (/.f64 (fabs.f64 p) r) (-.f64 (/.f64 (fabs.f64 p) r) (/.f64 (fabs.f64 r) r)) (pow.f64 (/.f64 (fabs.f64 r) r) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 p r) #s(literal 2 binary64))))) (*.f64 (fma.f64 (/.f64 (fabs.f64 p) r) (-.f64 (/.f64 (fabs.f64 p) r) (/.f64 (fabs.f64 r) r)) (pow.f64 (/.f64 (fabs.f64 r) r) #s(literal 2 binary64))) (+.f64 (/.f64 p r) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (pow.f64 r #s(literal -3 binary64)) (pow.f64 r #s(literal 3 binary64)) (pow.f64 (/.f64 p r) #s(literal 3 binary64))) (fma.f64 (/.f64 p r) (+.f64 (/.f64 p r) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 (/.f64 (fabs.f64 p) r) (-.f64 (/.f64 (fabs.f64 p) r) (/.f64 (fabs.f64 r) r)) (pow.f64 (/.f64 (fabs.f64 r) r) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 p r) #s(literal 3 binary64))))) (*.f64 (fma.f64 (/.f64 (fabs.f64 p) r) (-.f64 (/.f64 (fabs.f64 p) r) (/.f64 (fabs.f64 r) r)) (pow.f64 (/.f64 (fabs.f64 r) r) #s(literal 2 binary64))) (fma.f64 (/.f64 p r) (+.f64 (/.f64 p r) #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (fabs.f64 p) r (*.f64 (fabs.f64 r) r)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) (*.f64 (*.f64 r r) (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 p r) #s(literal 2 binary64))))) (*.f64 (*.f64 r r) (+.f64 (/.f64 p r) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (fabs.f64 p) r (*.f64 (fabs.f64 r) r)) (fma.f64 (/.f64 p r) (+.f64 (/.f64 p r) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 r r) (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 p r) #s(literal 3 binary64))))) (*.f64 (*.f64 r r) (fma.f64 (/.f64 p r) (+.f64 (/.f64 p r) #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) #s(literal 2 binary64))) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) (-.f64 (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64))) (-.f64 (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) #s(literal 3 binary64))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) p) (pow.f64 r #s(literal -1 binary64)) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64))) |
(fma.f64 (-.f64 (pow.f64 (/.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (pow.f64 (/.f64 p r) #s(literal 2 binary64))) (pow.f64 (/.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal -1 binary64)) (+.f64 #s(literal -1 binary64) (/.f64 p r))) |
(fma.f64 (pow.f64 r #s(literal -1 binary64)) (pow.f64 (pow.f64 (fabs.f64 p) #s(literal -1 binary64)) #s(literal -1 binary64)) (-.f64 (/.f64 (fabs.f64 r) r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) |
(fma.f64 (pow.f64 r #s(literal -1 binary64)) (pow.f64 (pow.f64 (fabs.f64 p) #s(literal -1 binary64)) #s(literal -1 binary64)) (+.f64 (/.f64 (fabs.f64 r) r) (+.f64 #s(literal -1 binary64) (/.f64 p r)))) |
(fma.f64 (pow.f64 r #s(literal -1 binary64)) (pow.f64 (pow.f64 (fabs.f64 r) #s(literal -1 binary64)) #s(literal -1 binary64)) (-.f64 (/.f64 (fabs.f64 p) r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) |
(fma.f64 (pow.f64 r #s(literal -1 binary64)) (pow.f64 (pow.f64 p #s(literal -1 binary64)) #s(literal -1 binary64)) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64))) |
(fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (+.f64 #s(literal -1 binary64) (/.f64 p r))) |
(fma.f64 (pow.f64 r #s(literal -1 binary64)) (fabs.f64 p) (-.f64 (/.f64 (fabs.f64 r) r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) |
(fma.f64 (pow.f64 r #s(literal -1 binary64)) (fabs.f64 p) (+.f64 (/.f64 (fabs.f64 r) r) (+.f64 #s(literal -1 binary64) (/.f64 p r)))) |
(fma.f64 (pow.f64 r #s(literal -1 binary64)) p (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64))) |
(fma.f64 (pow.f64 r #s(literal -1 binary64)) (fabs.f64 r) (-.f64 (/.f64 (fabs.f64 p) r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) |
(fma.f64 (fma.f64 (pow.f64 r #s(literal -3 binary64)) (pow.f64 r #s(literal 3 binary64)) (pow.f64 (/.f64 p r) #s(literal 3 binary64))) (pow.f64 (fma.f64 (/.f64 (fabs.f64 p) r) (-.f64 (/.f64 (fabs.f64 p) r) (/.f64 (fabs.f64 r) r)) (pow.f64 (/.f64 (fabs.f64 r) r) #s(literal 2 binary64))) #s(literal -1 binary64)) (+.f64 #s(literal -1 binary64) (/.f64 p r))) |
(fma.f64 (neg.f64 (fabs.f64 p)) (pow.f64 (neg.f64 r) #s(literal -1 binary64)) (-.f64 (/.f64 (fabs.f64 r) r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) |
(fma.f64 (neg.f64 (fabs.f64 p)) (pow.f64 (neg.f64 r) #s(literal -1 binary64)) (+.f64 (/.f64 (fabs.f64 r) r) (+.f64 #s(literal -1 binary64) (/.f64 p r)))) |
(fma.f64 (neg.f64 (fabs.f64 r)) (pow.f64 (neg.f64 r) #s(literal -1 binary64)) (-.f64 (/.f64 (fabs.f64 p) r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) |
(fma.f64 (fma.f64 (fabs.f64 p) r (*.f64 (fabs.f64 r) r)) (pow.f64 (*.f64 r r) #s(literal -1 binary64)) (+.f64 #s(literal -1 binary64) (/.f64 p r))) |
(fma.f64 (neg.f64 p) (pow.f64 (neg.f64 r) #s(literal -1 binary64)) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 p r)) (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)))) |
(fma.f64 (/.f64 p r) #s(literal 1 binary64) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 p r) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (fabs.f64 p) r) (-.f64 (/.f64 (fabs.f64 r) r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (fabs.f64 p) r) (+.f64 (/.f64 (fabs.f64 r) r) (+.f64 #s(literal -1 binary64) (/.f64 p r)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (fabs.f64 r) r) (-.f64 (/.f64 (fabs.f64 p) r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) |
(fma.f64 (fabs.f64 p) (pow.f64 r #s(literal -1 binary64)) (-.f64 (/.f64 (fabs.f64 r) r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) |
(fma.f64 (fabs.f64 p) (pow.f64 r #s(literal -1 binary64)) (+.f64 (/.f64 (fabs.f64 r) r) (+.f64 #s(literal -1 binary64) (/.f64 p r)))) |
(fma.f64 p (pow.f64 r #s(literal -1 binary64)) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64))) |
(fma.f64 (fabs.f64 r) (pow.f64 r #s(literal -1 binary64)) (-.f64 (/.f64 (fabs.f64 p) r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64)) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) (/.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) #s(literal 2 binary64)) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 3 binary64)) (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64)))) (/.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) #s(literal 3 binary64)) (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) (pow.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64))))) |
(-.f64 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (/.f64 (neg.f64 p) r)) |
(-.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 #s(literal 1 binary64) (/.f64 p r))) |
(+.f64 (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (/.f64 p r)) |
(+.f64 (-.f64 (/.f64 (fabs.f64 p) r) (-.f64 #s(literal 1 binary64) (/.f64 p r))) (/.f64 (fabs.f64 r) r)) |
(+.f64 (+.f64 #s(literal -1 binary64) (/.f64 p r)) (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)))) |
(+.f64 (/.f64 p r) (fma.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64))) |
(+.f64 (*.f64 (pow.f64 r #s(literal -1 binary64)) (+.f64 (fabs.f64 p) (fabs.f64 r))) (+.f64 #s(literal -1 binary64) (/.f64 p r))) |
(+.f64 (/.f64 (fabs.f64 p) r) (-.f64 (/.f64 (fabs.f64 r) r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) |
(+.f64 (/.f64 (fabs.f64 p) r) (+.f64 (/.f64 (fabs.f64 r) r) (+.f64 #s(literal -1 binary64) (/.f64 p r)))) |
(+.f64 (/.f64 (fabs.f64 r) r) (-.f64 (/.f64 (fabs.f64 p) r) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) |
(*.f64 (/.f64 q r) q) |
(*.f64 (pow.f64 r #s(literal -1 binary64)) (pow.f64 (pow.f64 (*.f64 q q) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 r #s(literal -1 binary64)) (*.f64 q q)) |
(*.f64 (*.f64 (neg.f64 q) q) (pow.f64 (neg.f64 r) #s(literal -1 binary64))) |
(*.f64 (*.f64 q q) (pow.f64 r #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 q q) r)) |
(*.f64 q (/.f64 q r)) |
(pow.f64 (/.f64 (/.f64 r (*.f64 q q)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 r (*.f64 q q)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (pow.f64 q #s(literal 3 binary64)) (/.f64 q r)) (*.f64 q q)) |
(/.f64 (*.f64 (*.f64 (neg.f64 q) q) (/.f64 q r)) (neg.f64 q)) |
(/.f64 (*.f64 (*.f64 (neg.f64 q) q) q) (*.f64 (neg.f64 q) r)) |
(/.f64 (*.f64 (*.f64 q q) #s(literal 1 binary64)) r) |
(/.f64 (neg.f64 (pow.f64 q #s(literal 4 binary64))) (*.f64 (neg.f64 r) (*.f64 q q))) |
(/.f64 (pow.f64 q #s(literal 4 binary64)) (*.f64 (*.f64 q q) r)) |
(/.f64 (neg.f64 (pow.f64 q #s(literal 6 binary64))) (*.f64 (neg.f64 r) (pow.f64 q #s(literal 4 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 r (*.f64 q q)))) |
(/.f64 (*.f64 (neg.f64 q) q) (neg.f64 r)) |
(/.f64 (*.f64 q q) (neg.f64 (neg.f64 r))) |
(/.f64 (*.f64 q q) r) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 r (*.f64 q q)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 r (*.f64 q q))) |
(neg.f64 (/.f64 (*.f64 (neg.f64 q) q) r)) |
(neg.f64 (/.f64 (*.f64 q q) (neg.f64 r))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 r)) (/.f64 (*.f64 q q) (neg.f64 r))) |
(exp.f64 (*.f64 (log.f64 (/.f64 r (*.f64 q q))) #s(literal -1 binary64))) |
Compiled 46 456 to 3 929 computations (91.5% saved)
32 alts after pruning (29 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 757 | 13 | 770 |
| Fresh | 4 | 16 | 20 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 2 | 2 |
| Total | 765 | 32 | 797 |
| Status | Accuracy | Program |
|---|---|---|
| 16.5% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) | |
| 15.3% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))))))) | |
| ▶ | 21.2% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
| 25.3% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) q) q (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) | |
| 19.6% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 (*.f64 (neg.f64 q) q) q) (*.f64 (neg.f64 q) r)) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) | |
| 11.1% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(approx (- (+ (/ (fabs r) r) (/ (fabs p) r)) (- 1 (/ p r))) (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r))) r))) | |
| 25.4% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (exp.f64 (*.f64 (log.f64 q) #s(literal 2 binary64))) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) | |
| 27.3% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (*.f64 (/.f64 q r) q) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) | |
| 24.6% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (exp.f64 (*.f64 (log.f64 (/.f64 r (*.f64 q q))) #s(literal -1 binary64))) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) | |
| 2.7% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (*.f64 r #s(literal 2 binary64)))) | |
| 15.0% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (*.f64 p #s(literal 2 binary64)))) | |
| 14.6% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (/.f64 q (*.f64 q q))))) | |
| 28.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (exp.f64 (*.f64 (log.f64 q) #s(literal 1 binary64))))) | |
| 27.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.f64 #s(literal 0 binary64) (exp.f64 (*.f64 (log.f64 q) #s(literal 2 binary64)))) (+.f64 #s(literal 0 binary64) q))) | |
| 29.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (*.f64 (neg.f64 q) q) q)) | |
| ▶ | 18.2% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) |
| 19.7% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) | |
| 21.6% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) | |
| 6.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (fma.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (/.f64 #s(literal -1/2 binary64) p) #s(literal -1/2 binary64)))) | |
| ▶ | 7.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))))) |
| 11.8% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) r) #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) p)))))) | |
| ▶ | 37.2% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64))) |
| 29.7% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64))) | |
| 7.2% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))) #s(literal 1/2 binary64))) | |
| 2.7% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) | |
| ▶ | 5.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
| ✓ | 5.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
| ✓ | 2.8% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
| ✓ | 38.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
| 4.9% | #s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fma.f64 (/.f64 (fma.f64 (-.f64 (fabs.f64 (*.f64 p r)) (*.f64 r r)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 p r))) (*.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (*.f64 r r) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (pow.f64 p #s(literal 3 binary64))) #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 r r))) p) (/.f64 (*.f64 r (fma.f64 r r (*.f64 #s(literal -2 binary64) (*.f64 q q)))) (*.f64 p p))) r)))) | |
| 20.8% | #s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (/.f64 #s(literal 1 binary64) (/.f64 r (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))))))) | |
| 29.3% | #s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) #s(approx (* 1/2 (+ p (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r))) (/.f64 (*.f64 (neg.f64 q) q) r))) |
Compiled 2 899 to 1 930 computations (33.4% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 128 | (-.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) | |
| cost-diff | 192 | (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) | |
| cost-diff | 704 | (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) | |
| cost-diff | 832 | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) | |
| cost-diff | 0 | (/.f64 q (*.f64 r r)) | |
| cost-diff | 0 | (neg.f64 q) | |
| cost-diff | 0 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) | |
| cost-diff | 1408 | (*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r) | |
| cost-diff | 0 | #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))) | |
| cost-diff | 0 | (neg.f64 p) | |
| cost-diff | 0 | (*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64)))) | |
| cost-diff | 0 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))))) | |
| cost-diff | 0 | (*.f64 #s(literal 1/2 binary64) p) | |
| cost-diff | 0 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) | |
| cost-diff | 0 | (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) | |
| cost-diff | 0 | #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) | |
| cost-diff | 0 | (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64)) | |
| cost-diff | 0 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 76 | 596 |
| 0 | 114 | 592 |
| 1 | 211 | 589 |
| 2 | 398 | 589 |
| 3 | 877 | 589 |
| 4 | 1824 | 587 |
| 5 | 4721 | 579 |
| 0 | 8350 | 563 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64))) |
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) |
(fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
q |
#s(literal -2 binary64) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(fabs.f64 p) |
p |
(fabs.f64 r) |
r |
#s(literal 1/2 binary64) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
(*.f64 #s(literal 1/2 binary64) p) |
#s(literal 1/2 binary64) |
p |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))))) |
(*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64)))) |
(neg.f64 p) |
p |
#s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 r p) #s(literal 1/2 binary64)) |
(/.f64 r p) |
r |
#s(literal 1/2 binary64) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) |
(*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r) |
(fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) |
(neg.f64 q) |
q |
(/.f64 q (*.f64 r r)) |
(*.f64 r r) |
r |
(fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 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) |
(fabs.f64 r) |
p |
(fabs.f64 p) |
#s(literal 1/2 binary64) |
#s(literal -1/2 binary64) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
#s(literal 1 binary64) |
#s(literal 2 binary64) |
(-.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
#s(literal -1 binary64) |
(sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) |
(fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
#s(literal 4 binary64) |
(*.f64 q q) |
q |
(pow.f64 (-.f64 p r) #s(literal 2 binary64)) |
(-.f64 p r) |
p |
r |
(/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
(*.f64 p p) |
(-.f64 (fabs.f64 p) (fabs.f64 r)) |
(fabs.f64 p) |
(fabs.f64 r) |
(/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
(*.f64 r r) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p))) #s(literal 1/2 binary64))) |
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64)) |
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p))) #s(literal 1/2 binary64)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p))) |
(fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
(+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p)) |
q |
#s(literal -2 binary64) |
(+.f64 (fabs.f64 p) (fabs.f64 r)) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(fabs.f64 p) |
p |
(fabs.f64 r) |
r |
#s(literal 1/2 binary64) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64))) |
(*.f64 #s(literal 1/2 binary64) p) |
(*.f64 p #s(literal 1/2 binary64)) |
#s(literal 1/2 binary64) |
p |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))) (neg.f64 p))) |
(*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64)))) |
(*.f64 #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))) (neg.f64 p)) |
(neg.f64 p) |
p |
#s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 r p) #s(literal 1/2 binary64)) |
(/.f64 r p) |
r |
#s(literal 1/2 binary64) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (fma.f64 (/.f64 (neg.f64 q) r) q (*.f64 #s(literal -1/2 binary64) r)))) |
(*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r) |
(fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64) (fma.f64 (/.f64 (neg.f64 q) r) q (*.f64 #s(literal -1/2 binary64) r))) |
(fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) r) (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) (fma.f64 (/.f64 (/.f64 (neg.f64 q) r) r) q #s(literal -1/2 binary64))) |
(neg.f64 q) |
q |
(/.f64 q (*.f64 r r)) |
(*.f64 r r) |
r |
(fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) r) (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal -1/2 binary64)) |
(/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) |
(/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) |
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) |
(+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) |
(+.f64 (fabs.f64 r) p) |
(fabs.f64 r) |
p |
(fabs.f64 p) |
#s(literal 1/2 binary64) |
#s(literal -1/2 binary64) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (-.f64 (*.f64 p p) (*.f64 r r)))) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
#s(literal 1/2 binary64) |
#s(literal 1 binary64) |
#s(literal 2 binary64) |
(-.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(neg.f64 (fma.f64 (/.f64 p (-.f64 (fabs.f64 r) (fabs.f64 p))) p (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) |
#s(literal -1 binary64) |
(sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) |
(sqrt.f64 (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) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) |
#s(literal 4 binary64) |
(*.f64 q q) |
q |
(pow.f64 (-.f64 p r) #s(literal 2 binary64)) |
(-.f64 p r) |
p |
r |
(/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
(*.f64 p p) |
(-.f64 (fabs.f64 p) (fabs.f64 r)) |
(fabs.f64 p) |
(fabs.f64 r) |
(/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
(*.f64 r r) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 12.229390424044317 | (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) | |
| accuracy | 13.626199674652005 | (-.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) | |
| accuracy | 14.733489149357885 | (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))) | |
| accuracy | 24.852703671734908 | (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) | |
| accuracy | 6.566437748909326 | (/.f64 q (*.f64 r r)) | |
| accuracy | 12.227770090187324 | (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) | |
| accuracy | 20.290767810404716 | (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) | |
| accuracy | 26.039426499789734 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) | |
| accuracy | 0 | (neg.f64 p) | |
| accuracy | 2.3548429314723287 | (*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64)))) | |
| accuracy | 30.785383998178165 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))))) | |
| accuracy | 40.58260279058392 | #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))) | |
| accuracy | 0 | (*.f64 #s(literal 1/2 binary64) p) | |
| accuracy | 43.156887267095165 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) | |
| accuracy | 0 | (fabs.f64 r) | |
| accuracy | 0 | (fabs.f64 p) | |
| accuracy | 11.156800227219033 | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64))) | |
| accuracy | 18.607587960624844 | #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) |
| 152.0ms | 136× | 1 | valid |
| 66.0ms | 70× | 2 | exit |
| 36.0ms | 36× | 2 | valid |
| 4.0ms | 10× | 0 | valid |
| 2.0ms | 2× | 3 | valid |
| 1.0ms | 2× | 1 | exit |
Compiled 1 107 to 149 computations (86.5% saved)
ival-mult: 62.0ms (28.6% of total)ival-add: 49.0ms (22.6% of total)adjust: 42.0ms (19.4% of total)ival-div: 20.0ms (9.2% of total)ival-sub: 16.0ms (7.4% of total)ival-sqrt: 15.0ms (6.9% of total)ival-pow2: 7.0ms (3.2% of total)ival-fabs: 2.0ms (0.9% of total)ival-neg: 2.0ms (0.9% of total)exact: 1.0ms (0.5% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| Inputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64))) |
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) |
(fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
(*.f64 #s(literal 1/2 binary64) p) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))))) |
(*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64)))) |
(neg.f64 p) |
#s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))) |
(*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) |
(neg.f64 q) |
(/.f64 q (*.f64 r r)) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
(fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(-.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(fabs.f64 p) |
(fabs.f64 r) |
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) |
(fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) |
(sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) |
(/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
(/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
| Outputs |
|---|
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
(+ (* 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)))))) |
(+ (* 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))))))))) |
(+ (* 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)))))))))) |
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(+ (fabs p) (+ (fabs r) (* -2 q))) |
(* 1/2 p) |
(* 1/2 (- (+ (fabs p) (fabs r)) r)) |
(+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) |
(* -1 p) |
(* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) |
(/ (+ (* -1/2 p) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)) |
(+ (* 1/2 p) (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2))) |
(* 1/2 (- (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (/ (pow r 2) (- (fabs p) (fabs r))))) |
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (/ (pow r 2) (- (fabs p) (fabs r)))))) |
(+ (* 1/2 (- (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (/ (pow r 2) (- (fabs p) (fabs r))))) (* p (+ (* 1/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 (- (fabs p) (fabs r)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) |
(+ (* 1/2 (- (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (/ (pow r 2) (- (fabs p) (fabs r))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -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))))) (* 1/2 (+ (* -1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ 1 (- (fabs p) (fabs r)))))))))) |
(* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (* p (+ (* p (+ (* -1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ 1 (- (fabs p) (fabs r))))) (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (* p (+ (* 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))))) (/ 1 (- (fabs p) (fabs r)))))) (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) |
(- (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(- (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(- (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (* p (+ (* p (+ (* -1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ 1 (- (fabs p) (fabs r))))) (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(- (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (* p (+ (* 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))))) (/ 1 (- (fabs p) (fabs r)))))) (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(fabs p) |
(+ (fabs p) (fabs r)) |
(+ p (+ (fabs p) (fabs r))) |
(- (* 1/2 (/ (+ (fabs p) (fabs r)) r)) 1/2) |
(- (+ (* 1/2 (/ p r)) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2) |
(sqrt (+ (* 4 (pow q 2)) (pow r 2))) |
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) |
(+ (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))))))))) |
(+ (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)))))))))) |
(/ (pow r 2) (- (fabs p) (fabs r))) |
(/ (pow p 2) (- (fabs p) (fabs r))) |
(* -1/2 p) |
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)) |
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)) |
(* 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)) |
(* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) |
(* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))) |
(* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) |
(* p (- (+ (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (+ (/ (fabs p) p) (/ (fabs r) p))) (* (/ 1 p) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
(* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))) |
-1/2 |
(- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2) |
(* p (+ 1/2 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p))) |
(* 1/2 (/ (pow p 2) (- (fabs p) (fabs r)))) |
(* (pow p 2) (- (* 1/2 (/ 1 (- (fabs p) (fabs r)))) (* 1/2 (/ 1 p)))) |
(* (pow p 2) (- (+ (* 1/2 (/ (- r (/ (pow r 2) (- (fabs p) (fabs r)))) (pow p 2))) (* 1/2 (/ 1 (- (fabs p) (fabs r))))) (* 1/2 (/ 1 p)))) |
(* (pow p 2) (- (+ (* -1 (/ (pow q 2) (pow p 3))) (+ (* 1/2 (/ (- r (/ (pow r 2) (- (fabs p) (fabs r)))) (pow p 2))) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) (* 1/2 (/ 1 p)))) |
(* (pow p 2) (- (/ 1 (- (fabs p) (fabs r))) (/ 1 p))) |
(* (pow p 2) (- (+ (/ 1 (- (fabs p) (fabs r))) (/ r (pow p 2))) (/ 1 p))) |
(* (pow p 2) (- (+ (* -2 (/ (pow q 2) (pow p 3))) (+ (/ 1 (- (fabs p) (fabs r))) (/ r (pow p 2)))) (/ 1 p))) |
(* (pow p 2) (- (+ (/ 1 (- (fabs p) (fabs r))) (/ r (pow p 2))) (+ (/ 1 p) (/ (pow r 2) (* (pow p 2) (- (fabs p) (fabs r))))))) |
(* (pow p 2) (- (+ (* -2 (/ (pow q 2) (pow p 3))) (+ (/ 1 (- (fabs p) (fabs r))) (/ r (pow p 2)))) (+ (/ 1 p) (/ (pow r 2) (* (pow p 2) (- (fabs p) (fabs r))))))) |
p |
(* p (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p)))) |
(* 1/2 (/ p r)) |
(* p (- (+ (* 1/2 (/ (+ (/ (fabs p) r) (/ (fabs r) r)) p)) (* 1/2 (/ 1 r))) (* 1/2 (/ 1 p)))) |
(* p (+ 1 (* -1 (/ r p)))) |
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))) |
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2))))))) |
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))) |
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))) |
(* -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))) |
(* -1 (* p (+ (* -1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))) |
(* -1 (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))) |
(* -1 (* p (- (* -1 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)) 1/2))) |
(* (pow p 2) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) |
(* (pow p 2) (+ (* -1 (/ (- (* -1/2 (/ (- (* -1 r) (/ (pow r 2) (- (fabs p) (fabs r)))) p)) 1/2) p)) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) |
(* (pow p 2) (+ (* -1 (/ (- (* -1 (/ (+ (* 1/2 (- (* -1 r) (/ (pow r 2) (- (fabs p) (fabs r))))) (/ (pow q 2) p)) p)) 1/2) p)) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) |
(* (pow p 2) (+ (/ 1 p) (/ 1 (- (fabs p) (fabs r))))) |
(* (pow p 2) (+ (* -1 (/ (- (/ r p) 1) p)) (/ 1 (- (fabs p) (fabs r))))) |
(* (pow p 2) (+ (* -1 (/ (- (* -1 (/ (+ (* -1 r) (* 2 (/ (pow q 2) p))) p)) 1) p)) (/ 1 (- (fabs p) (fabs r))))) |
(* (pow p 2) (+ (* -1 (/ (- (* -1 (/ (- (* -1 r) (/ (pow r 2) (- (fabs p) (fabs r)))) p)) 1) p)) (/ 1 (- (fabs p) (fabs r))))) |
(* (pow p 2) (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 r) (* 2 (/ (pow q 2) p))) (/ (pow r 2) (- (fabs p) (fabs r)))) p)) 1) p)) (/ 1 (- (fabs p) (fabs r))))) |
(* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1))) |
(* -1 (* p (- (* -1 (/ (- (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r))) 1/2) p)) (* 1/2 (/ 1 r))))) |
(* -1 (* p (+ 1 (* -1 (/ r p))))) |
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p))))) |
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p))))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
(+ (* 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)))))) |
(+ (* 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))))))))) |
(+ (* 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)))))))))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) |
(+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))) |
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* -1/8 (/ r q)) (* 1/4 (/ p q))))) |
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* 1/4 (/ p q)) (* r (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q))))))) |
(- (+ (fabs p) (fabs r)) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* r (+ (* -1/4 (/ r q)) (* 1/2 (/ p q)))))) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* r (+ (* 1/2 (/ p q)) (* r (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q)) |
(* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) |
(+ (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) (* -1/2 r)) |
(- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2) |
(- (+ (* -1/2 (/ (+ (fabs p) (fabs r)) p)) (* 1/2 (/ r p))) 1/2) |
(* -1 (/ (pow q 2) r)) |
(/ (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))) r) |
(/ (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))) r) |
(/ q (pow r 2)) |
(* 1/2 (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (/ (pow p 2) (- (fabs p) (fabs r)))))) |
(+ (* 1/2 (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (/ (pow p 2) (- (fabs p) (fabs r))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/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 (- (fabs p) (fabs r))))))))) |
(+ (* 1/2 (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (/ (pow p 2) (- (fabs p) (fabs r))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -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))))) (* 1/2 (- (* -1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (/ 1 (- (fabs p) (fabs r)))))))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (/ (pow p 2) (- (fabs p) (fabs r)))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (+ (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (+ (* r (+ (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (+ (* r (+ (* 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))))))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (+ (* r (+ (* 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 (- (fabs p) (fabs r))))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (+ (* r (+ (* 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)))))) (/ 1 (- (fabs p) (fabs r))))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(fabs r) |
(* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) |
(/ (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r) |
(sqrt (+ (* 4 (pow q 2)) (pow p 2))) |
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) |
(+ (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))))))))) |
(+ (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)))))))))) |
(* -1/2 r) |
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)) |
(* 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)) |
(* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)) |
(* 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)) |
(* -1 r) |
(* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1)) |
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))) |
(* r (- (* -1 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)) 1/2)) |
(* 1/2 (/ r p)) |
(* r (- (+ (* -1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p))) (* 1/2 (/ 1 r)))) |
(* -1/2 (/ (pow r 2) (- (fabs p) (fabs r)))) |
(* -1 (* (pow r 2) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ 1 (- (fabs p) (fabs r))))))) |
(* (pow r 2) (- (* 1/2 (/ (+ p (/ (pow p 2) (- (fabs p) (fabs r)))) (pow r 2))) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ 1 (- (fabs p) (fabs r))))))) |
(* (pow r 2) (- (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ (+ p (/ (pow p 2) (- (fabs p) (fabs r)))) (pow r 2)))) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ 1 (- (fabs p) (fabs r))))))) |
(* r (- (+ (/ p r) (/ (pow p 2) (* r (- (fabs p) (fabs r))))) 1)) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (/ (pow p 2) (* r (- (fabs p) (fabs r)))))) 1)) |
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (/ (pow p 2) (* r (- (fabs p) (fabs r))))))) 1)) |
(* -1 (/ (pow r 2) (- (fabs p) (fabs r)))) |
(* -1 (* (pow r 2) (+ (/ 1 r) (/ 1 (- (fabs p) (fabs r)))))) |
(* (pow r 2) (- (+ (/ p (pow r 2)) (/ (pow p 2) (* (pow r 2) (- (fabs p) (fabs r))))) (+ (/ 1 r) (/ 1 (- (fabs p) (fabs r)))))) |
(* (pow r 2) (- (+ (* -2 (/ (pow q 2) (pow r 3))) (+ (/ p (pow r 2)) (/ (pow p 2) (* (pow r 2) (- (fabs p) (fabs r)))))) (+ (/ 1 r) (/ 1 (- (fabs p) (fabs r)))))) |
(- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2) |
r |
(* r (+ 1 (* -1 (/ p r)))) |
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))) |
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2))))))) |
(* 1/2 r) |
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))) |
(* -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))) |
(* -1 (* r (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p)))) (/ (pow q 2) r)) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p))))) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* 2 (/ (pow q 2) r))))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)) 1))) |
(* -1 (* r (+ 1/2 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)))) |
(* -1 (* r (- (* -1 (/ (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2) r)) (* 1/2 (/ 1 p))))) |
(* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))) |
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))) |
(* (pow r 2) (- (* 1/2 (/ 1 r)) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) |
(* (pow r 2) (- (* -1 (/ (- (* -1/2 (/ (+ (* -1 p) (/ (pow p 2) (- (fabs p) (fabs r)))) r)) 1/2) r)) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) |
(* (pow r 2) (- (* -1 (/ (- (* -1 (/ (+ (* 1/2 (+ (* -1 p) (/ (pow p 2) (- (fabs p) (fabs r))))) (/ (pow q 2) r)) r)) 1/2) r)) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) |
(* -1 (* r (- (* -1 (/ (+ (* -1 p) (/ (pow p 2) (- (fabs p) (fabs r)))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (* -1 p) (+ (* 2 (/ (pow q 2) r)) (/ (pow p 2) (- (fabs p) (fabs r))))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (* -1 p) (+ (* -1 (/ (+ (* -2 (/ (* p (pow q 2)) r)) (* -2 (pow q 2))) r)) (/ (pow p 2) (- (fabs p) (fabs r))))) r)) 1))) |
(* (pow r 2) (- (/ 1 r) (/ 1 (- (fabs p) (fabs r))))) |
(* (pow r 2) (- (* -1 (/ (- (* -1 (/ (+ (* -1 p) (/ (pow p 2) (- (fabs p) (fabs r)))) r)) 1) r)) (/ 1 (- (fabs p) (fabs r))))) |
(* (pow r 2) (- (* -1 (/ (- (* -1 (/ (+ (* -1 p) (+ (* 2 (/ (pow q 2) r)) (/ (pow p 2) (- (fabs p) (fabs r))))) r)) 1) r)) (/ 1 (- (fabs p) (fabs r))))) |
(* -1 (* r (+ 1 (* -1 (/ p r))))) |
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r))))) |
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r))))) |
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))) |
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(+ (* 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))))) |
(* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) |
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))) |
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) |
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5)))))) (* 1/2 (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))))))) |
(- (+ p (+ (fabs p) (fabs r))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 2 (/ 1 r))))))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow r 3))) (+ (* 6 (/ p (pow r 4))) (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5))))))))) (* 2 (/ 1 r))))))) r) |
(+ (* -1 (/ (pow q 2) r)) (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))) |
(* -1 q) |
(* 1/2 (- (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r))))) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r)))))) |
(+ (* 1/2 (- (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r))))) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(+ (* 1/2 (- (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r))))) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r))))) |
(+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r)))) |
(+ (* -2 (/ (pow q 2) (- p r))) (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(+ (* -1 (- p r)) (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(+ (* -1 (- p 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))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(- (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(- (+ (* -2 (/ (pow q 2) (- p r))) (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r))))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(- (+ (* -1 (- p r)) (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r))))) (/ (pow p 2) (- (fabs p) (fabs r))))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(- (+ (* -1 (- p 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))))) (/ (pow p 2) (- (fabs p) (fabs r))))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(- p r) |
(- (+ p (* 2 (/ (pow q 2) (- p r)))) r) |
(- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r) |
(- (+ 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) |
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)) |
(* 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)) |
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2)))) 1)) |
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2))))) 1)) |
(* -2 q) |
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)) |
(* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))) |
(* q (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2))))))) |
(* (pow q 2) (- (/ (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) (pow q 2)) (/ 1 r))) |
(* q (- (* 1/2 (/ (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))) q)) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))) q))) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))) q)))) 1)) |
(* q (- (/ (pow p 2) (* q (- (fabs p) (fabs r)))) 2)) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (/ (pow p 2) (* q (- (fabs p) (fabs r))))) 2)) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (/ (pow p 2) (* q (- (fabs p) (fabs r)))))) 2)) |
(* q (- (/ (pow p 2) (* q (- (fabs p) (fabs r)))) (+ 2 (/ (pow r 2) (* q (- (fabs p) (fabs r))))))) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (/ (pow p 2) (* q (- (fabs p) (fabs r))))) (+ 2 (/ (pow r 2) (* q (- (fabs p) (fabs r))))))) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (/ (pow p 2) (* q (- (fabs p) (fabs r)))))) (+ 2 (/ (pow r 2) (* q (- (fabs p) (fabs r))))))) |
(* 2 q) |
(* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))) |
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(* 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))))))) |
q |
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* -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))) |
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow r 2)))) (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2)))) q)))) q)) 2))) |
(* -1 (* q (+ 2 (* -1 (/ (+ (fabs p) (fabs r)) q))))) |
(* -1 (* q (- (* -1/2 (/ (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (pow p 2) (* q (- (fabs p) (fabs r))))) 2))) |
(* -1 (* q (- (* -1 (/ (+ (* 1/4 (/ (pow (- p r) 2) q)) (/ (pow p 2) (- (fabs p) (fabs r)))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/4 (pow (- p r) 2)) (* 1/64 (/ (pow (- p r) 4) (pow q 2)))) q)) (/ (pow p 2) (- (fabs p) (fabs r)))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (- (+ (* 1/4 (/ (pow (- p r) 2) q)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r)))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (- (+ (* -1 (/ (+ (* -1/4 (pow (- p r) 2)) (* 1/64 (/ (pow (- p r) 4) (pow q 2)))) q)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r)))) q)) 2))) |
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))) |
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 18.0ms | r | @ | inf | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+ (* q -2) (+ (fabs p) (fabs r))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2)) (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (* (+ (* (neg q) (/ q (* r r))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) (/ q (* r r)) (* (/ 1 2) (- (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (/ (* r r) (- (fabs p) (fabs r))))) (/ 1 2) (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (- (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (/ (* r r) (- (fabs p) (fabs r)))) (fabs p) (fabs r) (+ (+ (fabs r) p) (fabs p)) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ (* r r) (- (fabs p) (fabs r))) (/ (* p p) (- (fabs p) (fabs r)))) |
| 10.0ms | p | @ | -inf | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+ (* q -2) (+ (fabs p) (fabs r))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2)) (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (* (+ (* (neg q) (/ q (* r r))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) (/ q (* r r)) (* (/ 1 2) (- (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (/ (* r r) (- (fabs p) (fabs r))))) (/ 1 2) (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (- (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (/ (* r r) (- (fabs p) (fabs r)))) (fabs p) (fabs r) (+ (+ (fabs r) p) (fabs p)) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ (* r r) (- (fabs p) (fabs r))) (/ (* p p) (- (fabs p) (fabs r)))) |
| 6.0ms | p | @ | 0 | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+ (* q -2) (+ (fabs p) (fabs r))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2)) (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (* (+ (* (neg q) (/ q (* r r))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) (/ q (* r r)) (* (/ 1 2) (- (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (/ (* r r) (- (fabs p) (fabs r))))) (/ 1 2) (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (- (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (/ (* r r) (- (fabs p) (fabs r)))) (fabs p) (fabs r) (+ (+ (fabs r) p) (fabs p)) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ (* r r) (- (fabs p) (fabs r))) (/ (* p p) (- (fabs p) (fabs r)))) |
| 5.0ms | p | @ | inf | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+ (* q -2) (+ (fabs p) (fabs r))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2)) (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (* (+ (* (neg q) (/ q (* r r))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) (/ q (* r r)) (* (/ 1 2) (- (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (/ (* r r) (- (fabs p) (fabs r))))) (/ 1 2) (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (- (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (/ (* r r) (- (fabs p) (fabs r)))) (fabs p) (fabs r) (+ (+ (fabs r) p) (fabs p)) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ (* r r) (- (fabs p) (fabs r))) (/ (* p p) (- (fabs p) (fabs r)))) |
| 5.0ms | r | @ | 0 | ((* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+ (* q -2) (+ (fabs p) (fabs r))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* 1/2 p) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2)) (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (* (+ (* (neg q) (/ q (* r r))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg q) (/ q (* r r)) (* (/ 1 2) (- (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (/ (* r r) (- (fabs p) (fabs r))))) (/ 1 2) (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (- (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (/ (* r r) (- (fabs p) (fabs r)))) (fabs p) (fabs r) (+ (+ (fabs r) p) (fabs p)) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ (* r r) (- (fabs p) (fabs r))) (/ (* p p) (- (fabs p) (fabs r)))) |
| 1× | egg-herbie |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1131 | 7464 |
| 1 | 3516 | 7270 |
| 0 | 8244 | 6856 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
(+ (* 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)))))) |
(+ (* 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))))))))) |
(+ (* 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)))))))))) |
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(+ (fabs p) (+ (fabs r) (* -2 q))) |
(* 1/2 p) |
(* 1/2 (- (+ (fabs p) (fabs r)) r)) |
(+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) |
(* -1 p) |
(* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) |
(/ (+ (* -1/2 p) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)) |
(+ (* 1/2 p) (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2))) |
(* 1/2 (- (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (/ (pow r 2) (- (fabs p) (fabs r))))) |
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (/ (pow r 2) (- (fabs p) (fabs r)))))) |
(+ (* 1/2 (- (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (/ (pow r 2) (- (fabs p) (fabs r))))) (* p (+ (* 1/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 (- (fabs p) (fabs r)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) |
(+ (* 1/2 (- (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (/ (pow r 2) (- (fabs p) (fabs r))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -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))))) (* 1/2 (+ (* -1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ 1 (- (fabs p) (fabs r)))))))))) |
(* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (* p (+ (* p (+ (* -1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ 1 (- (fabs p) (fabs r))))) (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (* p (+ (* 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))))) (/ 1 (- (fabs p) (fabs r)))))) (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) |
(- (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(- (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(- (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (* p (+ (* p (+ (* -1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ 1 (- (fabs p) (fabs r))))) (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(- (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (* p (+ (* 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))))) (/ 1 (- (fabs p) (fabs r)))))) (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(fabs p) |
(+ (fabs p) (fabs r)) |
(+ p (+ (fabs p) (fabs r))) |
(- (* 1/2 (/ (+ (fabs p) (fabs r)) r)) 1/2) |
(- (+ (* 1/2 (/ p r)) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2) |
(sqrt (+ (* 4 (pow q 2)) (pow r 2))) |
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) |
(+ (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))))))))) |
(+ (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)))))))))) |
(/ (pow r 2) (- (fabs p) (fabs r))) |
(/ (pow p 2) (- (fabs p) (fabs r))) |
(* -1/2 p) |
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)) |
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)) |
(* 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)) |
(* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) |
(* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))) |
(* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) |
(* p (- (+ (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (+ (/ (fabs p) p) (/ (fabs r) p))) (* (/ 1 p) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
(* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) r) p)))) |
-1/2 |
(- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2) |
(* p (+ 1/2 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p))) |
(* 1/2 (/ (pow p 2) (- (fabs p) (fabs r)))) |
(* (pow p 2) (- (* 1/2 (/ 1 (- (fabs p) (fabs r)))) (* 1/2 (/ 1 p)))) |
(* (pow p 2) (- (+ (* 1/2 (/ (- r (/ (pow r 2) (- (fabs p) (fabs r)))) (pow p 2))) (* 1/2 (/ 1 (- (fabs p) (fabs r))))) (* 1/2 (/ 1 p)))) |
(* (pow p 2) (- (+ (* -1 (/ (pow q 2) (pow p 3))) (+ (* 1/2 (/ (- r (/ (pow r 2) (- (fabs p) (fabs r)))) (pow p 2))) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) (* 1/2 (/ 1 p)))) |
(* (pow p 2) (- (/ 1 (- (fabs p) (fabs r))) (/ 1 p))) |
(* (pow p 2) (- (+ (/ 1 (- (fabs p) (fabs r))) (/ r (pow p 2))) (/ 1 p))) |
(* (pow p 2) (- (+ (* -2 (/ (pow q 2) (pow p 3))) (+ (/ 1 (- (fabs p) (fabs r))) (/ r (pow p 2)))) (/ 1 p))) |
(* (pow p 2) (- (+ (/ 1 (- (fabs p) (fabs r))) (/ r (pow p 2))) (+ (/ 1 p) (/ (pow r 2) (* (pow p 2) (- (fabs p) (fabs r))))))) |
(* (pow p 2) (- (+ (* -2 (/ (pow q 2) (pow p 3))) (+ (/ 1 (- (fabs p) (fabs r))) (/ r (pow p 2)))) (+ (/ 1 p) (/ (pow r 2) (* (pow p 2) (- (fabs p) (fabs r))))))) |
p |
(* p (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p)))) |
(* 1/2 (/ p r)) |
(* p (- (+ (* 1/2 (/ (+ (/ (fabs p) r) (/ (fabs r) r)) p)) (* 1/2 (/ 1 r))) (* 1/2 (/ 1 p)))) |
(* p (+ 1 (* -1 (/ r p)))) |
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))) |
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2))))))) |
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))) |
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))) |
(* -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))) |
(* -1 (* p (+ (* -1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))) |
(* -1 (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))) |
(* -1 (* p (- (* -1 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)) 1/2))) |
(* (pow p 2) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) |
(* (pow p 2) (+ (* -1 (/ (- (* -1/2 (/ (- (* -1 r) (/ (pow r 2) (- (fabs p) (fabs r)))) p)) 1/2) p)) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) |
(* (pow p 2) (+ (* -1 (/ (- (* -1 (/ (+ (* 1/2 (- (* -1 r) (/ (pow r 2) (- (fabs p) (fabs r))))) (/ (pow q 2) p)) p)) 1/2) p)) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) |
(* (pow p 2) (+ (/ 1 p) (/ 1 (- (fabs p) (fabs r))))) |
(* (pow p 2) (+ (* -1 (/ (- (/ r p) 1) p)) (/ 1 (- (fabs p) (fabs r))))) |
(* (pow p 2) (+ (* -1 (/ (- (* -1 (/ (+ (* -1 r) (* 2 (/ (pow q 2) p))) p)) 1) p)) (/ 1 (- (fabs p) (fabs r))))) |
(* (pow p 2) (+ (* -1 (/ (- (* -1 (/ (- (* -1 r) (/ (pow r 2) (- (fabs p) (fabs r)))) p)) 1) p)) (/ 1 (- (fabs p) (fabs r))))) |
(* (pow p 2) (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 r) (* 2 (/ (pow q 2) p))) (/ (pow r 2) (- (fabs p) (fabs r)))) p)) 1) p)) (/ 1 (- (fabs p) (fabs r))))) |
(* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1))) |
(* -1 (* p (- (* -1 (/ (- (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r))) 1/2) p)) (* 1/2 (/ 1 r))))) |
(* -1 (* p (+ 1 (* -1 (/ r p))))) |
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p))))) |
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p))))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
(+ (* 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)))))) |
(+ (* 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))))))))) |
(+ (* 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)))))))))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) |
(+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))) |
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* -1/8 (/ r q)) (* 1/4 (/ p q))))) |
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* 1/4 (/ p q)) (* r (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q))))))) |
(- (+ (fabs p) (fabs r)) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* r (+ (* -1/4 (/ r q)) (* 1/2 (/ p q)))))) (* 2 q)) |
(- (+ (fabs p) (+ (fabs r) (* r (+ (* 1/2 (/ p q)) (* r (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q)) |
(* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) |
(+ (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) (* -1/2 r)) |
(- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2) |
(- (+ (* -1/2 (/ (+ (fabs p) (fabs r)) p)) (* 1/2 (/ r p))) 1/2) |
(* -1 (/ (pow q 2) r)) |
(/ (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))) r) |
(/ (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))) r) |
(/ q (pow r 2)) |
(* 1/2 (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (/ (pow p 2) (- (fabs p) (fabs r)))))) |
(+ (* 1/2 (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (/ (pow p 2) (- (fabs p) (fabs r))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/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 (- (fabs p) (fabs r))))))))) |
(+ (* 1/2 (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (/ (pow p 2) (- (fabs p) (fabs r))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -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))))) (* 1/2 (- (* -1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (/ 1 (- (fabs p) (fabs r)))))))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (/ (pow p 2) (- (fabs p) (fabs r)))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (+ (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (+ (* r (+ (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (+ (* r (+ (* 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))))))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (+ (* r (+ (* 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 (- (fabs p) (fabs r))))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (+ (* r (+ (* 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)))))) (/ 1 (- (fabs p) (fabs r))))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(fabs r) |
(* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) |
(/ (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r) |
(sqrt (+ (* 4 (pow q 2)) (pow p 2))) |
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) |
(+ (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))))))))) |
(+ (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)))))))))) |
(* -1/2 r) |
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)) |
(* 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)) |
(* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)) |
(* 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)) |
(* -1 r) |
(* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1)) |
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))) |
(* r (- (* -1 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)) 1/2)) |
(* 1/2 (/ r p)) |
(* r (- (+ (* -1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p))) (* 1/2 (/ 1 r)))) |
(* -1/2 (/ (pow r 2) (- (fabs p) (fabs r)))) |
(* -1 (* (pow r 2) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ 1 (- (fabs p) (fabs r))))))) |
(* (pow r 2) (- (* 1/2 (/ (+ p (/ (pow p 2) (- (fabs p) (fabs r)))) (pow r 2))) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ 1 (- (fabs p) (fabs r))))))) |
(* (pow r 2) (- (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ (+ p (/ (pow p 2) (- (fabs p) (fabs r)))) (pow r 2)))) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ 1 (- (fabs p) (fabs r))))))) |
(* r (- (+ (/ p r) (/ (pow p 2) (* r (- (fabs p) (fabs r))))) 1)) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (/ (pow p 2) (* r (- (fabs p) (fabs r)))))) 1)) |
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (/ (pow p 2) (* r (- (fabs p) (fabs r))))))) 1)) |
(* -1 (/ (pow r 2) (- (fabs p) (fabs r)))) |
(* -1 (* (pow r 2) (+ (/ 1 r) (/ 1 (- (fabs p) (fabs r)))))) |
(* (pow r 2) (- (+ (/ p (pow r 2)) (/ (pow p 2) (* (pow r 2) (- (fabs p) (fabs r))))) (+ (/ 1 r) (/ 1 (- (fabs p) (fabs r)))))) |
(* (pow r 2) (- (+ (* -2 (/ (pow q 2) (pow r 3))) (+ (/ p (pow r 2)) (/ (pow p 2) (* (pow r 2) (- (fabs p) (fabs r)))))) (+ (/ 1 r) (/ 1 (- (fabs p) (fabs r)))))) |
(- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2) |
r |
(* r (+ 1 (* -1 (/ p r)))) |
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))) |
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2))))))) |
(* 1/2 r) |
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))) |
(* -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))) |
(* -1 (* r (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p)))) (/ (pow q 2) r)) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p))))) r)) 1/2))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* 2 (/ (pow q 2) r))))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)) 1))) |
(* -1 (* r (+ 1/2 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)))) |
(* -1 (* r (- (* -1 (/ (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2) r)) (* 1/2 (/ 1 p))))) |
(* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))) |
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))) |
(* (pow r 2) (- (* 1/2 (/ 1 r)) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) |
(* (pow r 2) (- (* -1 (/ (- (* -1/2 (/ (+ (* -1 p) (/ (pow p 2) (- (fabs p) (fabs r)))) r)) 1/2) r)) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) |
(* (pow r 2) (- (* -1 (/ (- (* -1 (/ (+ (* 1/2 (+ (* -1 p) (/ (pow p 2) (- (fabs p) (fabs r))))) (/ (pow q 2) r)) r)) 1/2) r)) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) |
(* -1 (* r (- (* -1 (/ (+ (* -1 p) (/ (pow p 2) (- (fabs p) (fabs r)))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (* -1 p) (+ (* 2 (/ (pow q 2) r)) (/ (pow p 2) (- (fabs p) (fabs r))))) r)) 1))) |
(* -1 (* r (- (* -1 (/ (+ (* -1 p) (+ (* -1 (/ (+ (* -2 (/ (* p (pow q 2)) r)) (* -2 (pow q 2))) r)) (/ (pow p 2) (- (fabs p) (fabs r))))) r)) 1))) |
(* (pow r 2) (- (/ 1 r) (/ 1 (- (fabs p) (fabs r))))) |
(* (pow r 2) (- (* -1 (/ (- (* -1 (/ (+ (* -1 p) (/ (pow p 2) (- (fabs p) (fabs r)))) r)) 1) r)) (/ 1 (- (fabs p) (fabs r))))) |
(* (pow r 2) (- (* -1 (/ (- (* -1 (/ (+ (* -1 p) (+ (* 2 (/ (pow q 2) r)) (/ (pow p 2) (- (fabs p) (fabs r))))) r)) 1) r)) (/ 1 (- (fabs p) (fabs r))))) |
(* -1 (* r (+ 1 (* -1 (/ p r))))) |
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r))))) |
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r))))) |
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))) |
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(+ (* 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))))) |
(* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) |
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))) |
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) |
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5)))))) (* 1/2 (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))))))) |
(- (+ p (+ (fabs p) (fabs r))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 2 (/ 1 r))))))) r) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow r 3))) (+ (* 6 (/ p (pow r 4))) (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5))))))))) (* 2 (/ 1 r))))))) r) |
(+ (* -1 (/ (pow q 2) r)) (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))) |
(* -1 q) |
(* 1/2 (- (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r))))) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r)))))) |
(+ (* 1/2 (- (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r))))) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(+ (* 1/2 (- (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r))))) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r))))) |
(+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r)))) |
(+ (* -2 (/ (pow q 2) (- p r))) (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(+ (* -1 (- p r)) (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(+ (* -1 (- p 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))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(- (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(- (+ (* -2 (/ (pow q 2) (- p r))) (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r))))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(- (+ (* -1 (- p r)) (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r))))) (/ (pow p 2) (- (fabs p) (fabs r))))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(- (+ (* -1 (- p 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))))) (/ (pow p 2) (- (fabs p) (fabs r))))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(- p r) |
(- (+ p (* 2 (/ (pow q 2) (- p r)))) r) |
(- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r) |
(- (+ 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) |
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)) |
(* 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)) |
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2)))) 1)) |
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2))))) 1)) |
(* -2 q) |
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)) |
(* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))) |
(* q (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2))))))) |
(* (pow q 2) (- (/ (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) (pow q 2)) (/ 1 r))) |
(* q (- (* 1/2 (/ (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))) q)) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))) q))) 1)) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))) q)))) 1)) |
(* q (- (/ (pow p 2) (* q (- (fabs p) (fabs r)))) 2)) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (/ (pow p 2) (* q (- (fabs p) (fabs r))))) 2)) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (/ (pow p 2) (* q (- (fabs p) (fabs r)))))) 2)) |
(* q (- (/ (pow p 2) (* q (- (fabs p) (fabs r)))) (+ 2 (/ (pow r 2) (* q (- (fabs p) (fabs r))))))) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (/ (pow p 2) (* q (- (fabs p) (fabs r))))) (+ 2 (/ (pow r 2) (* q (- (fabs p) (fabs r))))))) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (/ (pow p 2) (* q (- (fabs p) (fabs r)))))) (+ 2 (/ (pow r 2) (* q (- (fabs p) (fabs r))))))) |
(* 2 q) |
(* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))) |
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(* 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))))))) |
q |
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* -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))) |
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow r 2)))) (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2)))) q)))) q)) 2))) |
(* -1 (* q (+ 2 (* -1 (/ (+ (fabs p) (fabs r)) q))))) |
(* -1 (* q (- (* -1/2 (/ (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))))) q)) 1))) |
(* -1 (* q (- (* -1 (/ (pow p 2) (* q (- (fabs p) (fabs r))))) 2))) |
(* -1 (* q (- (* -1 (/ (+ (* 1/4 (/ (pow (- p r) 2) q)) (/ (pow p 2) (- (fabs p) (fabs r)))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/4 (pow (- p r) 2)) (* 1/64 (/ (pow (- p r) 4) (pow q 2)))) q)) (/ (pow p 2) (- (fabs p) (fabs r)))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (- (+ (* 1/4 (/ (pow (- p r) 2) q)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r)))) q)) 2))) |
(* -1 (* q (- (* -1 (/ (- (+ (* -1 (/ (+ (* -1/4 (pow (- p r) 2)) (* 1/64 (/ (pow (- p r) 4) (pow q 2)))) q)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r)))) q)) 2))) |
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))) |
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (+ (* 1/512 (/ (pow (- p r) 6) (pow q 6))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))) |
| Outputs |
|---|
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64)) |
(+ (* 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)))))) |
(*.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 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) |
(+ (* 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))))))))) |
(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 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 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)))))))))) |
(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 r p) (-.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 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
(- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(- (+ (fabs p) (+ (fabs r) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(+ (fabs p) (+ (fabs r) (* -2 q))) |
(+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p)) |
(* 1/2 p) |
(*.f64 #s(literal 1/2 binary64) p) |
(* 1/2 (- (+ (fabs p) (fabs r)) r)) |
(*.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64)) |
(+ (* 1/2 p) (* 1/2 (- (+ (fabs p) (fabs r)) r))) |
(*.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64)) |
(* -1 p) |
(neg.f64 p) |
(* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) |
(*.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64)) |
(/ (+ (* -1/2 p) (* -1/2 (- (+ (fabs p) (fabs r)) r))) p) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) p) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (fma.f64 (/.f64 #s(literal -1 binary64) r) (/.f64 (*.f64 q q) r) #s(literal -1/2 binary64))) r) |
(+ (* 1/2 p) (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2))) |
(fma.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (fma.f64 (/.f64 #s(literal -1 binary64) r) (/.f64 (*.f64 q q) r) #s(literal -1/2 binary64))) r (*.f64 #s(literal 1/2 binary64) p)) |
(* 1/2 (- (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (/ (pow r 2) (- (fabs p) (fabs r))))) |
(*.f64 (-.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64)) |
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (/ (pow r 2) (- (fabs p) (fabs r)))))) |
(*.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 r p) (-.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))))) |
(+ (* 1/2 (- (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (/ (pow r 2) (- (fabs p) (fabs r))))) (* p (+ (* 1/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 (- (fabs p) (fabs r)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r 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 binary64) (-.f64 (fabs.f64 p) (fabs.f64 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 (-.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64))) |
(+ (* 1/2 (- (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (/ (pow r 2) (- (fabs p) (fabs r))))) (* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (+ (* -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))))) (* 1/2 (+ (* -1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ 1 (- (fabs p) (fabs r)))))))))) |
(fma.f64 (fma.f64 (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 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) #s(literal -1/4 binary64) (fma.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 p) (fabs.f64 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 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64))) |
(* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) |
(neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (* p (+ (* p (+ (* -1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ 1 (- (fabs p) (fabs r))))) (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r 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 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r)))) p (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r)) p (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (* p (+ (* 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))))) (/ 1 (- (fabs p) (fabs r)))))) (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) |
(fma.f64 (fma.f64 (fma.f64 #s(literal -1/2 binary64) (fma.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)))) (*.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 r 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 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r)))) p (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r)) p (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(- (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(-.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(- (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(- (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (* p (+ (* p (+ (* -1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (/ 1 (- (fabs p) (fabs r))))) (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r 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 binary64) (-.f64 (fabs.f64 p) (fabs.f64 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 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(- (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) (* p (+ (* 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))))) (/ 1 (- (fabs p) (fabs r)))))) (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(fma.f64 (fma.f64 (fma.f64 #s(literal -1/2 binary64) (fma.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)))) (*.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 r 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 binary64) (-.f64 (fabs.f64 p) (fabs.f64 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 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fabs p) |
(fabs.f64 p) |
(+ (fabs p) (fabs r)) |
(+.f64 (fabs.f64 r) (fabs.f64 p)) |
(+ p (+ (fabs p) (fabs r))) |
(+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) |
(- (* 1/2 (/ (+ (fabs p) (fabs r)) r)) 1/2) |
(fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) |
(- (+ (* 1/2 (/ p r)) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2) |
(fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (/.f64 p r)) #s(literal -1/2 binary64)) |
(sqrt (+ (* 4 (pow q 2)) (pow r 2))) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) |
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) |
(fma.f64 (neg.f64 (*.f64 r p)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(+ (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))))))))) |
(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 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(+ (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)))))))))) |
(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 r p) (-.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 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) |
(/ (pow r 2) (- (fabs p) (fabs r))) |
(/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
(/ (pow p 2) (- (fabs p) (fabs r))) |
(/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
(* -1/2 p) |
(*.f64 #s(literal -1/2 binary64) p) |
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) p) |
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) (fma.f64 (/.f64 #s(literal -1 binary64) p) (/.f64 (*.f64 q q) p) #s(literal -1/2 binary64))) p) |
(* 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)) |
(*.f64 (+.f64 (neg.f64 (fma.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))) (*.f64 (/.f64 q p) (/.f64 q p)))) (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) p) |
(* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) |
(*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) |
(* p (+ (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p)))) |
(*.f64 (*.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)))) r (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p))) p) |
(* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p)) |
(* p (- (+ (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (+ (/ (fabs p) p) (/ (fabs r) p))) (* (/ 1 p) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) |
(*.f64 (-.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p))) (/.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) p)) p) |
(* p (+ 1/2 (* 1/2 (/ (- (+ (fabs p) (fabs r)) 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) |
-1/2 |
#s(literal -1/2 binary64) |
(- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2) |
(fma.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) |
(* p (+ 1/2 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p))) |
(*.f64 (fma.f64 r (/.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) #s(literal 1/2 binary64) (fma.f64 (/.f64 #s(literal -1 binary64) r) (/.f64 (*.f64 q q) r) #s(literal -1/2 binary64))) p) #s(literal 1/2 binary64)) p) |
(* 1/2 (/ (pow p 2) (- (fabs p) (fabs r)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 p p)) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
(* (pow p 2) (- (* 1/2 (/ 1 (- (fabs p) (fabs r)))) (* 1/2 (/ 1 p)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 #s(literal 1/2 binary64) p)) (*.f64 p p)) |
(* (pow p 2) (- (+ (* 1/2 (/ (- r (/ (pow r 2) (- (fabs p) (fabs r)))) (pow p 2))) (* 1/2 (/ 1 (- (fabs p) (fabs r))))) (* 1/2 (/ 1 p)))) |
(*.f64 (fma.f64 (/.f64 (-.f64 r (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (*.f64 p p)) #s(literal 1/2 binary64) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 #s(literal 1/2 binary64) p))) (*.f64 p p)) |
(* (pow p 2) (- (+ (* -1 (/ (pow q 2) (pow p 3))) (+ (* 1/2 (/ (- r (/ (pow r 2) (- (fabs p) (fabs r)))) (pow p 2))) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) (* 1/2 (/ 1 p)))) |
(*.f64 (-.f64 (-.f64 (fma.f64 (/.f64 (-.f64 r (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (*.f64 p p)) #s(literal 1/2 binary64) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64)))) (/.f64 #s(literal 1/2 binary64) p)) (*.f64 p p)) |
(* (pow p 2) (- (/ 1 (- (fabs p) (fabs r))) (/ 1 p))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 #s(literal 1 binary64) p)) (*.f64 p p)) |
(* (pow p 2) (- (+ (/ 1 (- (fabs p) (fabs r))) (/ r (pow p 2))) (/ 1 p))) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (/.f64 r (*.f64 p p)) (/.f64 #s(literal 1 binary64) p))) (*.f64 p p)) |
(* (pow p 2) (- (+ (* -2 (/ (pow q 2) (pow p 3))) (+ (/ 1 (- (fabs p) (fabs r))) (/ r (pow p 2)))) (/ 1 p))) |
(*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64))) #s(literal -2 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (/.f64 r (*.f64 p p)) (/.f64 #s(literal 1 binary64) p)))) (*.f64 p p)) |
(* (pow p 2) (- (+ (/ 1 (- (fabs p) (fabs r))) (/ r (pow p 2))) (+ (/ 1 p) (/ (pow r 2) (* (pow p 2) (- (fabs p) (fabs r))))))) |
(*.f64 (-.f64 (+.f64 (/.f64 r (*.f64 p p)) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 r (*.f64 p p)) (/.f64 #s(literal 1 binary64) p))) (*.f64 p p)) |
(* (pow p 2) (- (+ (* -2 (/ (pow q 2) (pow p 3))) (+ (/ 1 (- (fabs p) (fabs r))) (/ r (pow p 2)))) (+ (/ 1 p) (/ (pow r 2) (* (pow p 2) (- (fabs p) (fabs r))))))) |
(*.f64 (-.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 r (*.f64 p p))) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 r (*.f64 p p)) (/.f64 #s(literal 1 binary64) p))) (*.f64 p p)) |
p |
(* p (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p)))) |
(fma.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) p p) |
(* 1/2 (/ p r)) |
(*.f64 (/.f64 p r) #s(literal 1/2 binary64)) |
(* p (- (+ (* 1/2 (/ (+ (/ (fabs p) r) (/ (fabs r) r)) p)) (* 1/2 (/ 1 r))) (* 1/2 (/ 1 p)))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) p)) p) |
(* p (+ 1 (* -1 (/ r p)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 r p)) p) |
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2)))))) |
(*.f64 (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (-.f64 #s(literal 1 binary64) (/.f64 r p))) p) |
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2))))))) |
(*.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) |
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2))) |
(*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) (neg.f64 p)) |
(* -1 (* p (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) r)) (/ (pow q 2) p)) p)) 1/2))) |
(*.f64 (-.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)) (neg.f64 p)) |
(* -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))) |
(*.f64 (-.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)) (neg.f64 p)) |
(* -1 (* p (+ (* -1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1/2 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))) |
(*.f64 (*.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)))) r (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p))) (neg.f64 p)) |
(* -1 (* p (+ (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (/ (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) p))))) |
(*.f64 (neg.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) p))) (neg.f64 p)) |
(* -1 (* p (- (* -1 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)) 1/2))) |
(*.f64 (fma.f64 (neg.f64 r) (/.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) #s(literal 1/2 binary64) (fma.f64 (/.f64 #s(literal -1 binary64) r) (/.f64 (*.f64 q q) r) #s(literal -1/2 binary64))) p) #s(literal -1/2 binary64)) (neg.f64 p)) |
(* (pow p 2) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) p) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (*.f64 p p)) |
(* (pow p 2) (+ (* -1 (/ (- (* -1/2 (/ (- (* -1 r) (/ (pow r 2) (- (fabs p) (fabs r)))) p)) 1/2) p)) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 (fma.f64 (/.f64 (-.f64 (neg.f64 r) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) p)) (*.f64 p p)) |
(* (pow p 2) (+ (* -1 (/ (- (* -1 (/ (+ (* 1/2 (- (* -1 r) (/ (pow r 2) (- (fabs p) (fabs r))))) (/ (pow q 2) p)) p)) 1/2) p)) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 (-.f64 (/.f64 (fma.f64 (-.f64 (neg.f64 r) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) (neg.f64 p)) #s(literal 1/2 binary64)) p)) (*.f64 p p)) |
(* (pow p 2) (+ (/ 1 p) (/ 1 (- (fabs p) (fabs r))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) p) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (*.f64 p p)) |
(* (pow p 2) (+ (* -1 (/ (- (/ r p) 1) p)) (/ 1 (- (fabs p) (fabs r))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 (-.f64 (/.f64 r p) #s(literal 1 binary64)) p)) (*.f64 p p)) |
(* (pow p 2) (+ (* -1 (/ (- (* -1 (/ (+ (* -1 r) (* 2 (/ (pow q 2) p))) p)) 1) p)) (/ 1 (- (fabs p) (fabs r))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 (fma.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64)) r) p) #s(literal -1 binary64) #s(literal -1 binary64)) p)) (*.f64 p p)) |
(* (pow p 2) (+ (* -1 (/ (- (* -1 (/ (- (* -1 r) (/ (pow r 2) (- (fabs p) (fabs r)))) p)) 1) p)) (/ 1 (- (fabs p) (fabs r))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 (-.f64 (/.f64 (-.f64 (neg.f64 r) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (neg.f64 p)) #s(literal 1 binary64)) p)) (*.f64 p p)) |
(* (pow p 2) (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 r) (* 2 (/ (pow q 2) p))) (/ (pow r 2) (- (fabs p) (fabs r)))) p)) 1) p)) (/ 1 (- (fabs p) (fabs r))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (-.f64 (neg.f64 r) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) (neg.f64 p)) #s(literal 1 binary64)) p)) (*.f64 p p)) |
(* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1))) |
(fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) (neg.f64 p) p) |
(* -1 (* p (- (* -1 (/ (- (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r))) 1/2) p)) (* 1/2 (/ 1 r))))) |
(*.f64 (-.f64 (/.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) (neg.f64 p)) (/.f64 #s(literal 1/2 binary64) r)) (neg.f64 p)) |
(* -1 (* p (+ 1 (* -1 (/ r p))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 r p)) (neg.f64 p)) |
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) r) p)) (neg.f64 p)) |
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p))))) |
(*.f64 (-.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)) (neg.f64 p)) |
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)) |
(+ (* 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)))))) |
(*.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 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
(+ (* 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))))))))) |
(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 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 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)))))))))) |
(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 r p) (-.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 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
(* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) |
(*.f64 (+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64)) |
(+ (* 1/4 (/ (* p r) q)) (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q)))) |
(fma.f64 (+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 r p) q) #s(literal 1/4 binary64))) |
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* -1/8 (/ r q)) (* 1/4 (/ p q))))) |
(fma.f64 (+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (fma.f64 (/.f64 p q) #s(literal 1/4 binary64) (*.f64 (/.f64 r q) #s(literal -1/8 binary64))) r)) |
(+ (* 1/2 (- (+ (fabs p) (fabs r)) (* 2 q))) (* r (+ (* 1/4 (/ p q)) (* r (- (* -1/32 (/ (* p r) (pow q 3))) (* 1/8 (/ 1 q))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 p (/.f64 r (pow.f64 q #s(literal 3 binary64)))) #s(literal -1/32 binary64) (/.f64 #s(literal -1/8 binary64) q)) r (*.f64 (/.f64 p q) #s(literal 1/4 binary64))) r (*.f64 (+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(- (+ (fabs p) (fabs r)) (* 2 q)) |
(+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p)) |
(- (+ (fabs p) (+ (fabs r) (* 1/2 (/ (* p r) q)))) (* 2 q)) |
(-.f64 (fma.f64 (/.f64 (*.f64 r p) q) #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 q #s(literal 2 binary64))) |
(- (+ (fabs p) (+ (fabs r) (* r (+ (* -1/4 (/ r q)) (* 1/2 (/ p q)))))) (* 2 q)) |
(-.f64 (fma.f64 (fma.f64 (/.f64 p q) #s(literal 1/2 binary64) (*.f64 (/.f64 r q) #s(literal -1/4 binary64))) r (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 q #s(literal 2 binary64))) |
(- (+ (fabs p) (+ (fabs r) (* r (+ (* 1/2 (/ p q)) (* r (- (* -1/16 (/ (* p r) (pow q 3))) (* 1/4 (/ 1 q)))))))) (* 2 q)) |
(-.f64 (+.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -1/16 binary64) (*.f64 p (/.f64 r (pow.f64 q #s(literal 3 binary64)))) (/.f64 #s(literal -1/4 binary64) q)) r (*.f64 (/.f64 p q) #s(literal 1/2 binary64))) r (fabs.f64 r)) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64))) |
(* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) |
(*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) (neg.f64 p)) |
(+ (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) (* -1/2 r)) |
(fma.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) (neg.f64 p) (*.f64 #s(literal -1/2 binary64) r)) |
(- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2) |
(fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) |
(- (+ (* -1/2 (/ (+ (fabs p) (fabs r)) p)) (* 1/2 (/ r p))) 1/2) |
(fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64) (fma.f64 (/.f64 r p) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) |
(* -1 (/ (pow q 2) r)) |
(/.f64 (*.f64 (neg.f64 q) q) r) |
(/ (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))) r) |
(/.f64 (fma.f64 (neg.f64 q) q (*.f64 (*.f64 #s(literal 1/2 binary64) r) (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)))) r) |
(/ (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))) r) |
(/.f64 (fma.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) r)) r (*.f64 (neg.f64 q) q)) r) |
(/ q (pow r 2)) |
(/.f64 q (*.f64 r r)) |
(* 1/2 (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(*.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)) |
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (/ (pow p 2) (- (fabs p) (fabs r)))))) |
(*.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 r p) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) |
(+ (* 1/2 (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (/ (pow p 2) (- (fabs p) (fabs r))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/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 (- (fabs p) (fabs r))))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (-.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 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r)))) r (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p))) r (*.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
(+ (* 1/2 (+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (/ (pow p 2) (- (fabs p) (fabs r))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (+ (* -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))))) (* 1/2 (- (* -1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (/ 1 (- (fabs p) (fabs r)))))))))) |
(fma.f64 (fma.f64 (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 (*.f64 r p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) #s(literal -1/4 binary64) (fma.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal 1/2 binary64) (/.f64 #s(literal -1/2 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))))) 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 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (/ (pow p 2) (- (fabs p) (fabs r)))) |
(-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (+ (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 r p) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (+ (* r (+ (* -1/2 (* (* r (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(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) p)) r (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (+ (* r (+ (* 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))))))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(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 r p) (-.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 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (+ (* r (+ (* 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 (- (fabs p) (fabs r))))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (-.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 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r)))) r (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p)) r (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
(+ (* -1 (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) (+ (* r (+ (* 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)))))) (/ 1 (- (fabs p) (fabs r))))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(fma.f64 (fma.f64 (fma.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 r p) (-.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)))))) (/.f64 #s(literal -1 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r)))) r (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p)) r (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) |
(fabs r) |
(fabs.f64 r) |
(* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) |
(/.f64 (*.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64)) r) |
(/ (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r) |
(/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) r)) r) |
(sqrt (+ (* 4 (pow q 2)) (pow p 2))) |
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) |
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) |
(fma.f64 (neg.f64 (*.f64 r p)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(+ (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))))))))) |
(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 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(+ (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)))))))))) |
(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 r p) (-.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)))) (neg.f64 p))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) |
(* -1/2 r) |
(*.f64 #s(literal -1/2 binary64) r) |
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) r) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (fma.f64 (/.f64 #s(literal -1 binary64) r) (/.f64 (*.f64 q q) r) #s(literal -1/2 binary64))) r) |
(* 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)) |
(*.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))) (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r) |
(* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) r) |
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) (fma.f64 (/.f64 #s(literal -1 binary64) r) (/.f64 (*.f64 q q) r) #s(literal -1/2 binary64))) r) |
(* 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)) |
(*.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))) (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r) |
(* -1 r) |
(neg.f64 r) |
(* r (- (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r))) 1)) |
(fma.f64 (+.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (/.f64 p r)) r (neg.f64 r)) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) 1)) |
(fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (+.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (/.f64 p r))) r (neg.f64 r)) |
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (/ p r) (+ (/ (fabs p) r) (/ (fabs r) r)))) (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))) |
(*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (+.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (/.f64 p r))) (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64))) r) |
(* r (- (* -1 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)) 1/2)) |
(*.f64 (fma.f64 (neg.f64 p) (/.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) r) #s(literal -1/2 binary64)) r) |
(* 1/2 (/ r p)) |
(*.f64 (/.f64 r p) #s(literal 1/2 binary64)) |
(* r (- (+ (* -1/2 (/ (+ (/ (fabs p) p) (/ (fabs r) p)) r)) (* 1/2 (/ 1 p))) (* 1/2 (/ 1 r)))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) p) (/.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) r)) r) |
(* -1/2 (/ (pow r 2) (- (fabs p) (fabs r)))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 r r)) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
(* -1 (* (pow r 2) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ 1 (- (fabs p) (fabs r))))))) |
(*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 #s(literal -1/2 binary64) r)) (*.f64 r r)) |
(* (pow r 2) (- (* 1/2 (/ (+ p (/ (pow p 2) (- (fabs p) (fabs r)))) (pow r 2))) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ 1 (- (fabs p) (fabs r))))))) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (+.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) p) (*.f64 r r)) (/.f64 #s(literal 1 binary64) r)) (/.f64 #s(literal -1/2 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (*.f64 r r)) |
(* (pow r 2) (- (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ (+ p (/ (pow p 2) (- (fabs p) (fabs r)))) (pow r 2)))) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ 1 (- (fabs p) (fabs r))))))) |
(*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (+.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) p) (*.f64 r r)) (/.f64 #s(literal 1 binary64) r)) (/.f64 #s(literal -1/2 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))))) (*.f64 r r)) |
(* r (- (+ (/ p r) (/ (pow p 2) (* r (- (fabs p) (fabs r))))) 1)) |
(*.f64 (fma.f64 (/.f64 p (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 p r) (+.f64 (/.f64 p r) #s(literal -1 binary64))) r) |
(* r (- (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (/ (pow p 2) (* r (- (fabs p) (fabs r)))))) 1)) |
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (fma.f64 (/.f64 p (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 p r) (+.f64 (/.f64 p r) #s(literal -1 binary64)))) r) |
(* r (- (+ (* -2 (/ (* p (pow q 2)) (pow r 3))) (+ (* -2 (/ (pow q 2) (pow r 2))) (+ (/ p r) (/ (pow p 2) (* r (- (fabs p) (fabs r))))))) 1)) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 p (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (*.f64 (/.f64 q r) (/.f64 q r))) (fma.f64 (/.f64 p (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 p r) (+.f64 (/.f64 p r) #s(literal -1 binary64)))) r) |
(* -1 (/ (pow r 2) (- (fabs p) (fabs r)))) |
(/.f64 (neg.f64 (*.f64 r r)) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
(* -1 (* (pow r 2) (+ (/ 1 r) (/ 1 (- (fabs p) (fabs r)))))) |
(*.f64 (+.f64 (/.f64 #s(literal -1 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 #s(literal -1 binary64) r)) (*.f64 r r)) |
(* (pow r 2) (- (+ (/ p (pow r 2)) (/ (pow p 2) (* (pow r 2) (- (fabs p) (fabs r))))) (+ (/ 1 r) (/ 1 (- (fabs p) (fabs r)))))) |
(*.f64 (-.f64 (fma.f64 (/.f64 p (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 p (*.f64 r r)) (/.f64 p (*.f64 r r))) (+.f64 (/.f64 #s(literal 1 binary64) r) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))))) (*.f64 r r)) |
(* (pow r 2) (- (+ (* -2 (/ (pow q 2) (pow r 3))) (+ (/ p (pow r 2)) (/ (pow p 2) (* (pow r 2) (- (fabs p) (fabs r)))))) (+ (/ 1 r) (/ 1 (- (fabs p) (fabs r)))))) |
(*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (fma.f64 (/.f64 p (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 p (*.f64 r r)) (/.f64 p (*.f64 r r)))) (+.f64 (/.f64 #s(literal 1 binary64) r) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))))) (*.f64 r r)) |
(- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2) |
(fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) |
r |
(* r (+ 1 (* -1 (/ p r)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) r) |
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2)))))) |
(*.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 #s(literal 1 binary64) (/.f64 p r))) r) |
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2))))))) |
(*.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) |
(* 1/2 r) |
(*.f64 #s(literal 1/2 binary64) r) |
(* -1 (* r (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) p) r)) 1/2))) |
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal -1/2 binary64) #s(literal -1/2 binary64))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (- (+ (fabs p) (fabs r)) p)) (/ (pow q 2) r)) r)) 1/2))) |
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 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))) |
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 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))) |
(* -1 (* r (- (* -1/2 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1/2))) |
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal -1/2 binary64) #s(literal -1/2 binary64))) |
(* -1 (* r (- (* -1 (/ (+ (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p)))) (/ (pow q 2) r)) r)) 1/2))) |
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 binary64))) |
(* -1 (* r (- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* 1/2 (+ (fabs p) (+ (fabs r) (* -1 p))))) r)) 1/2))) |
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 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))) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 p))) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (+.f64 (-.f64 (fabs.f64 r) p) (fabs.f64 p)) (neg.f64 r)) r) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* 2 (/ (pow q 2) r))))) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (-.f64 (fabs.f64 r) p)) (fabs.f64 p)) (neg.f64 r)) r) |
(* -1 (* r (- (* -1 (/ (+ (fabs p) (+ (fabs r) (+ (* -1 p) (* -1 (/ (- (* -2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))))) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (+.f64 (-.f64 (-.f64 (fabs.f64 r) p) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) r)) (fabs.f64 p)) (neg.f64 r)) r) |
(* -1 (* r (+ 1/2 (/ (* p (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2)) r)))) |
(*.f64 (neg.f64 r) (fma.f64 p (/.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) r) #s(literal 1/2 binary64))) |
(* -1 (* r (- (* -1 (/ (- (* -1/2 (+ (/ (fabs p) p) (/ (fabs r) p))) 1/2) r)) (* 1/2 (/ 1 p))))) |
(*.f64 (neg.f64 r) (-.f64 (/.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) (neg.f64 r)) (/.f64 #s(literal 1/2 binary64) p))) |
(* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r))))) |
(*.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))) |
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r))))) |
(*.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))) |
(* (pow r 2) (- (* 1/2 (/ 1 r)) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (*.f64 r r)) |
(* (pow r 2) (- (* -1 (/ (- (* -1/2 (/ (+ (* -1 p) (/ (pow p 2) (- (fabs p) (fabs r)))) r)) 1/2) r)) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) |
(*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) p) r) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) r) #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (*.f64 r r)) |
(* (pow r 2) (- (* -1 (/ (- (* -1 (/ (+ (* 1/2 (+ (* -1 p) (/ (pow p 2) (- (fabs p) (fabs r))))) (/ (pow q 2) r)) r)) 1/2) r)) (* 1/2 (/ 1 (- (fabs p) (fabs r)))))) |
(*.f64 (fma.f64 (/.f64 (-.f64 (/.f64 (fma.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) p) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) (neg.f64 r)) #s(literal 1/2 binary64)) r) #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (*.f64 r r)) |
(* -1 (* r (- (* -1 (/ (+ (* -1 p) (/ (pow p 2) (- (fabs p) (fabs r)))) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) p) (neg.f64 r)) r) |
(* -1 (* r (- (* -1 (/ (+ (* -1 p) (+ (* 2 (/ (pow q 2) r)) (/ (pow p 2) (- (fabs p) (fabs r))))) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) p)) (neg.f64 r)) r) |
(* -1 (* r (- (* -1 (/ (+ (* -1 p) (+ (* -1 (/ (+ (* -2 (/ (* p (pow q 2)) r)) (* -2 (pow q 2))) r)) (/ (pow p 2) (- (fabs p) (fabs r))))) r)) 1))) |
(fma.f64 (neg.f64 r) (/.f64 (-.f64 (-.f64 (/.f64 (*.f64 p p) (-.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)) r) |
(* (pow r 2) (- (/ 1 r) (/ 1 (- (fabs p) (fabs r))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) r) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (*.f64 r r)) |
(* (pow r 2) (- (* -1 (/ (- (* -1 (/ (+ (* -1 p) (/ (pow p 2) (- (fabs p) (fabs r)))) r)) 1) r)) (/ 1 (- (fabs p) (fabs r))))) |
(*.f64 (fma.f64 (/.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) p) (neg.f64 r)) #s(literal 1 binary64)) r) #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (*.f64 r r)) |
(* (pow r 2) (- (* -1 (/ (- (* -1 (/ (+ (* -1 p) (+ (* 2 (/ (pow q 2) r)) (/ (pow p 2) (- (fabs p) (fabs r))))) r)) 1) r)) (/ 1 (- (fabs p) (fabs r))))) |
(*.f64 (fma.f64 (/.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) p)) (neg.f64 r)) #s(literal 1 binary64)) r) #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (*.f64 r r)) |
(* -1 (* r (+ 1 (* -1 (/ p r))))) |
(*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 p r))) |
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r))))) |
(*.f64 (neg.f64 r) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) p) r))) |
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r))))) |
(*.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))) |
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) |
(*.f64 (+.f64 (+.f64 r (-.f64 (fabs.f64 r) p)) (fabs.f64 p)) #s(literal 1/2 binary64)) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))) |
(fma.f64 (+.f64 (+.f64 r (-.f64 (fabs.f64 r) p)) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 p r))) |
(+ (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(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 (-.f64 (fabs.f64 r) p)) (fabs.f64 p)) #s(literal 1/2 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))))) |
(fma.f64 (fma.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 (-.f64 (fabs.f64 r) p)) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) |
(*.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64)) |
(+ (* 1/2 (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))) (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r))) |
(*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 #s(literal -2 binary64) r)) (*.f64 q q) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)))) |
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 #s(literal -2 binary64) r)))) (*.f64 q q) (*.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) |
(+ (* 1/2 (- (+ p (+ (fabs p) (fabs r))) r)) (* (pow q 2) (+ (* 1/2 (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5)))))) (* 1/2 (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))))))) |
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 p (pow.f64 r #s(literal 6 binary64))) #s(literal -20 binary64) (/.f64 #s(literal -4 binary64) (pow.f64 r #s(literal 5 binary64)))) (*.f64 q q) (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))))) (*.f64 q q) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 #s(literal -2 binary64) r)) #s(literal 1/2 binary64))) (*.f64 q q) (*.f64 (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64))) |
(- (+ p (+ (fabs p) (fabs r))) r) |
(+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r)) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (* -2 (/ p (pow r 2))) (* 2 (/ 1 r))))))) r) |
(+.f64 (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 #s(literal -2 binary64) r)) (*.f64 q q) (+.f64 (fabs.f64 r) (fabs.f64 p))) (-.f64 p r)) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 6 (/ p (pow r 4))) (* 2 (/ 1 (pow r 3)))))) (* 2 (/ 1 r))))))) r) |
(+.f64 (fma.f64 (fma.f64 (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (*.f64 q q) (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 #s(literal -2 binary64) r))) (*.f64 q q) (+.f64 (fabs.f64 r) (fabs.f64 p))) (-.f64 p r)) |
(- (+ p (+ (fabs p) (+ (fabs r) (* (pow q 2) (- (+ (* -2 (/ p (pow r 2))) (* (pow q 2) (+ (* 2 (/ 1 (pow r 3))) (+ (* 6 (/ p (pow r 4))) (* (pow q 2) (- (* -20 (/ p (pow r 6))) (* 4 (/ 1 (pow r 5))))))))) (* 2 (/ 1 r))))))) r) |
(+.f64 (fma.f64 (fma.f64 (fma.f64 (fma.f64 (/.f64 p (pow.f64 r #s(literal 6 binary64))) #s(literal -20 binary64) (/.f64 #s(literal -4 binary64) (pow.f64 r #s(literal 5 binary64)))) (*.f64 q q) (fma.f64 (/.f64 p (pow.f64 r #s(literal 4 binary64))) #s(literal 6 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64))))) (*.f64 q q) (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 #s(literal -2 binary64) r))) (*.f64 q q) (+.f64 (fabs.f64 r) (fabs.f64 p))) (-.f64 p r)) |
(+ (* -1 (/ (pow q 2) r)) (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))) |
(fma.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) r (/.f64 (*.f64 (neg.f64 q) q) r)) |
(* -1 q) |
(neg.f64 q) |
(* 1/2 (- (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r))))) |
(*.f64 (-.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r)) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64)) |
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r)))))) |
(fma.f64 (-.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r)) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (-.f64 p r))) |
(+ (* 1/2 (- (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r))))) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r))))) |
(fma.f64 (-.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r)) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64) (*.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))) |
(+ (* 1/2 (- (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r))))) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r))))) |
(fma.f64 (-.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r)) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64) (*.f64 (fma.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))) |
(+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r)))) |
(-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r)) |
(+ (* -2 (/ (pow q 2) (- p r))) (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(fma.f64 (/.f64 (*.f64 q q) (-.f64 p r)) #s(literal -2 binary64) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r))) |
(+ (* -1 (- p r)) (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(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 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r))) |
(+ (* -1 (- p 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))))) (/ (pow p 2) (- (fabs p) (fabs r))))) |
(fma.f64 (fma.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (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 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r))) |
(- (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(-.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r)) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(- (+ (* -2 (/ (pow q 2) (- p r))) (+ (* -1 (- p r)) (/ (pow p 2) (- (fabs p) (fabs r))))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(fma.f64 (/.f64 (*.f64 q q) (-.f64 p r)) #s(literal -2 binary64) (-.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r)) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(- (+ (* -1 (- p r)) (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r))))) (/ (pow p 2) (- (fabs p) (fabs r))))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(-.f64 (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 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(- (+ (* -1 (- p 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))))) (/ (pow p 2) (- (fabs p) (fabs r))))) (/ (pow r 2) (- (fabs p) (fabs r)))) |
(-.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (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 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 p r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(- p r) |
(-.f64 p r) |
(- (+ p (* 2 (/ (pow q 2) (- p r)))) r) |
(fma.f64 (/.f64 (*.f64 q q) (-.f64 p r)) #s(literal 2 binary64) (-.f64 p r)) |
(- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r) |
(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)) |
(- (+ 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) |
(fma.f64 (fma.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 p r)) |
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal -1 binary64)) q) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1)) |
(*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal -1 binary64))) q) |
(* 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)) |
(fma.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal 1/128 binary64) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q)))) q (neg.f64 q)) |
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2)))) 1)) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) (*.f64 q q)) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) #s(literal -1 binary64)) q) |
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 4))) (* 1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) (pow q 2))))) 1)) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) p) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/64 binary64) (pow.f64 r #s(literal 4 binary64)))) (pow.f64 q #s(literal 4 binary64))) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) (*.f64 q q))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) #s(literal -1 binary64)) q) |
(* -2 q) |
(*.f64 #s(literal -2 binary64) q) |
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2)) |
(*.f64 (+.f64 (/.f64 (fabs.f64 r) q) (+.f64 (/.f64 (fabs.f64 p) q) #s(literal -2 binary64))) q) |
(* q (- (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))) (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))) |
(*.f64 (-.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) q) (/.f64 (*.f64 r p) q) (+.f64 (/.f64 (fabs.f64 r) q) (/.f64 (fabs.f64 p) q))) (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64))) q) |
(* q (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 4))) (+ (* 1/2 (/ (* p r) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))) (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2))))))) |
(*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) p) (pow.f64 q #s(literal 4 binary64))) #s(literal -1/16 binary64) (-.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) q) (/.f64 (*.f64 r p) q) (+.f64 (/.f64 (fabs.f64 r) q) (/.f64 (fabs.f64 p) q))) (fma.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal -1/64 binary64) (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/4 binary64) q) #s(literal 2 binary64))))) q) |
(* (pow q 2) (- (/ (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) (pow q 2)) (/ 1 r))) |
(*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) q) (/.f64 r q) (/.f64 #s(literal -1 binary64) r)) (*.f64 q q)) |
(* q (- (* 1/2 (/ (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))) q)) 1)) |
(*.f64 (fma.f64 (/.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) q) #s(literal 1/2 binary64) #s(literal -1 binary64)) q) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))) q))) 1)) |
(*.f64 (fma.f64 (/.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) q) #s(literal 1/2 binary64) (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal -1 binary64))) q) |
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))) q)))) 1)) |
(fma.f64 (fma.f64 (/.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) q) #s(literal 1/2 binary64) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal 1/128 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q)))) q (neg.f64 q)) |
(* q (- (/ (pow p 2) (* q (- (fabs p) (fabs r)))) 2)) |
(*.f64 (fma.f64 (/.f64 p (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 p q) #s(literal -2 binary64)) q) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (/ (pow p 2) (* q (- (fabs p) (fabs r))))) 2)) |
(*.f64 (fma.f64 (/.f64 p (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 p 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) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (/ (pow p 2) (* q (- (fabs p) (fabs r)))))) 2)) |
(*.f64 (-.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 (/.f64 (*.f64 p p) q) (-.f64 (fabs.f64 p) (fabs.f64 r))))) #s(literal 2 binary64)) q) |
(* q (- (/ (pow p 2) (* q (- (fabs p) (fabs r)))) (+ 2 (/ (pow r 2) (* q (- (fabs p) (fabs r))))))) |
(*.f64 (-.f64 (fma.f64 (/.f64 p (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 p q) #s(literal -2 binary64)) (/.f64 (/.f64 (*.f64 r r) q) (-.f64 (fabs.f64 p) (fabs.f64 r)))) q) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (/ (pow p 2) (* q (- (fabs p) (fabs r))))) (+ 2 (/ (pow r 2) (* q (- (fabs p) (fabs r))))))) |
(*.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (-.f64 (fma.f64 (/.f64 p (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 p q) #s(literal -2 binary64)) (/.f64 (/.f64 (*.f64 r r) q) (-.f64 (fabs.f64 p) (fabs.f64 r))))) q) |
(* q (- (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (/ (pow p 2) (* q (- (fabs p) (fabs r)))))) (+ 2 (/ (pow r 2) (* q (- (fabs p) (fabs r))))))) |
(*.f64 (-.f64 (fma.f64 #s(literal 1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 (/.f64 (*.f64 p p) q) (-.f64 (fabs.f64 p) (fabs.f64 r))))) (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 r q) #s(literal 2 binary64))) q) |
(* 2 q) |
(*.f64 q #s(literal 2 binary64)) |
(* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))) |
(*.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) |
(* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(*.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) q) |
(* 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))))))) |
(*.f64 (+.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #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) |
q |
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1))) |
(*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(neg.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/8 binary64))) (neg.f64 q)) q (neg.f64 q))) |
(* -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))) |
(*.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.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))) q) #s(literal -1 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) q) #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) q) #s(literal -1 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (- (* 1/2 (* p r)) (* 1/4 (pow r 2)))) (* 1/2 (/ (- (* -1/16 (* p (pow r 3))) (* -1/64 (pow r 4))) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1))) |
(*.f64 (fma.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (fma.f64 #s(literal -1/4 binary64) (*.f64 r r) (/.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) p) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/64 binary64) (pow.f64 r #s(literal 4 binary64)))) (*.f64 q q))))) q)) q) #s(literal -1 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2))) |
(*.f64 (-.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (* 1/2 (* p r)) (* 1/4 (pow r 2))) q)))) q)) 2))) |
(*.f64 (-.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) r (*.f64 #s(literal -1/4 binary64) (*.f64 r r))) q)) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/16 (/ (* p (pow r 3)) (pow q 2))) (* 1/2 (* p r))) (+ (* -1/64 (/ (pow r 4) (pow q 2))) (* 1/4 (pow r 2)))) q)))) q)) 2))) |
(*.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) p) q) (/.f64 (pow.f64 r #s(literal 3 binary64)) q) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) r) (fma.f64 (/.f64 #s(literal -1/64 binary64) q) (/.f64 (pow.f64 r #s(literal 4 binary64)) q) (*.f64 #s(literal 1/4 binary64) (*.f64 r r))))) q)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)) |
(* -1 (* q (+ 2 (* -1 (/ (+ (fabs p) (fabs r)) q))))) |
(*.f64 (-.f64 #s(literal 2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) (neg.f64 q)) |
(* -1 (* q (- (* -1/2 (/ (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))) q)) 1))) |
(*.f64 (fma.f64 (/.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) q) #s(literal -1/2 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))))) q)) 1))) |
(*.f64 (fma.f64 (/.f64 (fma.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 (*.f64 r r) (-.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))) q) #s(literal -1 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))))) q)) 1))) |
(*.f64 (fma.f64 (/.f64 (fma.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 (*.f64 r r) (-.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))) q) #s(literal -1 binary64) #s(literal -1 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (pow p 2) (* q (- (fabs p) (fabs r))))) 2))) |
(*.f64 (fma.f64 (/.f64 #s(literal -1 binary64) q) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal -2 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (* 1/4 (/ (pow (- p r) 2) q)) (/ (pow p 2) (- (fabs p) (fabs r)))) q)) 2))) |
(*.f64 (-.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (neg.f64 q)) #s(literal 2 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/4 (pow (- p r) 2)) (* 1/64 (/ (pow (- p r) 4) (pow q 2)))) q)) (/ (pow p 2) (- (fabs p) (fabs r)))) q)) 2))) |
(*.f64 (fma.f64 (/.f64 (-.f64 (/.f64 (*.f64 p p) (-.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)) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (- (/ (pow p 2) (- (fabs p) (fabs r))) (/ (pow r 2) (- (fabs p) (fabs r)))) q)) 2))) |
(*.f64 (fma.f64 (/.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (- (+ (* 1/4 (/ (pow (- p r) 2) q)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r)))) q)) 2))) |
(*.f64 (fma.f64 (/.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/4 binary64) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)) |
(* -1 (* q (- (* -1 (/ (- (+ (* -1 (/ (+ (* -1/4 (pow (- p r) 2)) (* 1/64 (/ (pow (- p r) 4) (pow q 2)))) q)) (/ (pow p 2) (- (fabs p) (fabs r)))) (/ (pow r 2) (- (fabs p) (fabs r)))) q)) 2))) |
(*.f64 (fma.f64 (/.f64 (-.f64 (-.f64 (/.f64 (*.f64 p p) (-.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)) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) q) #s(literal -1 binary64) #s(literal -2 binary64)) (neg.f64 q)) |
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))) |
(*.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)) |
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))) |
(*.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) (neg.f64 q)) |
(* -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)))))))) |
(*.f64 (+.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #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)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 76 | 485 |
| 0 | 114 | 481 |
| 1 | 495 | 444 |
| 2 | 4159 | 444 |
| 0 | 8676 | 379 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64))) |
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64)) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) |
(fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
(*.f64 #s(literal 1/2 binary64) p) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))))) |
(*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64)))) |
(neg.f64 p) |
#s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))) |
(*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) |
(neg.f64 q) |
(/.f64 q (*.f64 r r)) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) |
(fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(-.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(fabs.f64 p) |
(fabs.f64 r) |
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) |
(fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) |
(sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) |
(/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
(/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p))) #s(literal 1/2 binary64))) |
(*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p)))) |
#s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p))) |
(*.f64 (-.f64 (*.f64 (*.f64 q #s(literal 4 binary64)) q) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))) (pow.f64 (-.f64 (*.f64 #s(literal -2 binary64) q) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64))) |
(*.f64 (fma.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64))) (pow.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 #s(literal -2 binary64) q)) (*.f64 (*.f64 q #s(literal 4 binary64)) q)) #s(literal -1 binary64))) |
(pow.f64 (/.f64 (-.f64 (*.f64 #s(literal -2 binary64) q) (+.f64 (fabs.f64 r) (fabs.f64 p))) (-.f64 (*.f64 (*.f64 q #s(literal 4 binary64)) q) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 #s(literal -2 binary64) q)) (*.f64 (*.f64 q #s(literal 4 binary64)) q)) (fma.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(/.f64 (-.f64 (pow.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 p)) #s(literal 2 binary64)) (*.f64 r r)) (-.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 p)) (fabs.f64 r))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (*.f64 (*.f64 q #s(literal 4 binary64)) q)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 #s(literal -2 binary64) q))) |
(/.f64 (+.f64 (pow.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (+.f64 (pow.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 p)) #s(literal 2 binary64)) (-.f64 (*.f64 r r) (*.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 p)) (fabs.f64 r))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 q #s(literal 4 binary64)) q) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) (neg.f64 (-.f64 (*.f64 #s(literal -2 binary64) q) (+.f64 (fabs.f64 r) (fabs.f64 p))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 #s(literal -2 binary64) q)) (*.f64 (*.f64 q #s(literal 4 binary64)) q)))) |
(/.f64 (-.f64 (*.f64 (*.f64 q #s(literal 4 binary64)) q) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))) (-.f64 (*.f64 #s(literal -2 binary64) q) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(/.f64 (fma.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64))) (+.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 q #s(literal 4 binary64)) q) (*.f64 (*.f64 #s(literal -2 binary64) q) (+.f64 (fabs.f64 r) (fabs.f64 p)))))) |
(/.f64 (fma.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64))) (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 #s(literal -2 binary64) q)) (*.f64 (*.f64 q #s(literal 4 binary64)) q))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -2 binary64) q) (+.f64 (fabs.f64 r) (fabs.f64 p))) (-.f64 (*.f64 (*.f64 q #s(literal 4 binary64)) q) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 #s(literal -2 binary64) q)) (*.f64 (*.f64 q #s(literal 4 binary64)) q)) (fma.f64 #s(literal -8 binary64) (pow.f64 q #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64))))) |
(fma.f64 (/.f64 (fma.f64 p p (*.f64 (neg.f64 r) r)) (fma.f64 p p (*.f64 (neg.f64 r) r))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 #s(literal -2 binary64) q)) |
(fma.f64 (/.f64 (fma.f64 p p (*.f64 (neg.f64 r) r)) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 p p (fma.f64 r r (fabs.f64 (*.f64 r p)))) (*.f64 #s(literal -2 binary64) q)) |
(fma.f64 (fma.f64 p p (*.f64 (neg.f64 r) r)) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (*.f64 #s(literal -2 binary64) q)) |
(fma.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)) (*.f64 #s(literal -2 binary64) q)) |
(fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (fma.f64 p p (*.f64 (neg.f64 r) r)) (*.f64 #s(literal -2 binary64) q)) |
(fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (pow.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) (*.f64 #s(literal -2 binary64) q)) |
(fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (pow.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 r r)) #s(literal -1 binary64)) (*.f64 #s(literal -2 binary64) q)) |
(fma.f64 #s(literal -2 binary64) q (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -2 binary64) q))) |
(-.f64 (/.f64 (*.f64 (*.f64 q #s(literal 4 binary64)) q) (-.f64 (*.f64 #s(literal -2 binary64) q) (+.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal -2 binary64) q) (+.f64 (fabs.f64 r) (fabs.f64 p))))) |
(+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 r)) (fabs.f64 p)) |
(+.f64 (fma.f64 #s(literal -2 binary64) q (fabs.f64 p)) (fabs.f64 r)) |
(+.f64 (*.f64 #s(literal -2 binary64) q) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(+.f64 (fabs.f64 r) (fma.f64 #s(literal -2 binary64) q (fabs.f64 p))) |
(+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) (*.f64 #s(literal -2 binary64) q))) |
(+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 #s(literal -2 binary64) q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 p #s(literal 1/2 binary64))) |
(*.f64 p #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) p) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))) (neg.f64 p))) |
(*.f64 (*.f64 #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))) #s(literal -1 binary64)) p) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))) p)) |
(*.f64 #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))) (neg.f64 p)) |
(*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64)))) |
(*.f64 p (neg.f64 #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))))) |
(neg.f64 (*.f64 #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))) p)) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))) p)) |
(*.f64 #s(literal -1 binary64) p) |
(*.f64 p #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 p #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 p p (*.f64 #s(literal 0 binary64) p)))) |
(/.f64 (*.f64 (neg.f64 p) p) (+.f64 #s(literal 0 binary64) p)) |
(neg.f64 p) |
(-.f64 #s(literal 0 binary64) p) |
(+.f64 #s(literal 0 binary64) (neg.f64 p)) |
#s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))) |
(*.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r) |
(*.f64 r (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (/.f64 q (*.f64 r r)) q) #s(literal 2 binary64)) (pow.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) #s(literal 2 binary64))) r) (-.f64 (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 r #s(literal 6 binary64))) (pow.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) #s(literal 3 binary64))) r) (fma.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r))) (pow.f64 (*.f64 (/.f64 q (*.f64 r r)) q) #s(literal 2 binary64)))) |
(/.f64 (*.f64 r (-.f64 (pow.f64 (*.f64 (/.f64 q (*.f64 r r)) q) #s(literal 2 binary64)) (pow.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) #s(literal 2 binary64)))) (-.f64 (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 r (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 r #s(literal 6 binary64))) (pow.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) #s(literal 3 binary64)))) (fma.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r))) (pow.f64 (*.f64 (/.f64 q (*.f64 r r)) q) #s(literal 2 binary64)))) |
(fma.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))) r (*.f64 #s(literal -1/2 binary64) r)) |
(fma.f64 (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r)) r (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) r)) |
(fma.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) r (*.f64 (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r)) r)) |
(fma.f64 r (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))) (*.f64 r #s(literal -1/2 binary64))) |
(fma.f64 r (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r)) (*.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)))) |
(fma.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)) (*.f64 r (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r)))) |
(+.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))) r) (*.f64 #s(literal -1/2 binary64) r)) |
(+.f64 (*.f64 (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r)) r) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) r)) |
(+.f64 (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) r) (*.f64 (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r)) r)) |
(+.f64 (*.f64 r (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)))) (*.f64 r #s(literal -1/2 binary64))) |
(+.f64 (*.f64 r (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r))) (*.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)))) |
(+.f64 (*.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))) (*.f64 r (*.f64 (/.f64 (neg.f64 q) r) (/.f64 q r)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) |
(*.f64 #s(literal -1 binary64) q) |
(*.f64 q #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (+.f64 #s(literal 0 binary64) q)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 q #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 q q (*.f64 #s(literal 0 binary64) q)))) |
(neg.f64 q) |
(-.f64 #s(literal 0 binary64) q) |
(+.f64 #s(literal 0 binary64) (neg.f64 q)) |
(*.f64 (/.f64 q r) (pow.f64 r #s(literal -1 binary64))) |
(*.f64 (pow.f64 r #s(literal -1 binary64)) (/.f64 q r)) |
(*.f64 (pow.f64 r #s(literal -2 binary64)) (pow.f64 (pow.f64 q #s(literal -1 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 r #s(literal -2 binary64)) q) |
(*.f64 #s(literal -1 binary64) (/.f64 q (*.f64 (neg.f64 r) r))) |
(*.f64 (neg.f64 q) (pow.f64 (*.f64 (neg.f64 r) r) #s(literal -1 binary64))) |
(*.f64 q (pow.f64 r #s(literal -2 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 q (*.f64 r r))) |
(pow.f64 (/.f64 r (/.f64 q r)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 r r) q) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 r r) q) #s(literal -1 binary64)) |
(/.f64 (*.f64 q #s(literal 1 binary64)) (*.f64 r r)) |
(/.f64 (neg.f64 (/.f64 q r)) (neg.f64 r)) |
(/.f64 (neg.f64 (neg.f64 q)) (neg.f64 (*.f64 (neg.f64 r) r))) |
(/.f64 (/.f64 q r) r) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 r r) q))) |
(/.f64 (neg.f64 q) (*.f64 (neg.f64 r) r)) |
(/.f64 q (*.f64 r r)) |
(/.f64 #s(literal 1 binary64) (/.f64 r (/.f64 q r))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 r r) q) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) q)) |
(neg.f64 (/.f64 (neg.f64 q) (*.f64 r r))) |
(neg.f64 (/.f64 q (*.f64 (neg.f64 r) r))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (neg.f64 r) r)) (/.f64 q (*.f64 (neg.f64 r) r))) |
(exp.f64 (-.f64 (log.f64 q) (*.f64 (log.f64 r) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 r r) q)) #s(literal -1 binary64))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (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 r) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #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 (fabs.f64 r) (+.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #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 (fabs.f64 r) (+.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -2 binary64)) (pow.f64 r #s(literal 4 binary64)))) #s(literal 1/2 binary64)) (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 3 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -3 binary64)) (pow.f64 r #s(literal 6 binary64)))) #s(literal 1/2 binary64)) (fma.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))) (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (+.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #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 (fabs.f64 r) (+.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -2 binary64)) (pow.f64 r #s(literal 4 binary64))))) (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r (-.f64 (/.f64 (*.f64 p p) (-.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 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 3 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -3 binary64)) (pow.f64 r #s(literal 6 binary64))))) (fma.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))) (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64)))) |
(fma.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(fma.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 1/2 binary64))) |
(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 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(fma.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(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) (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 #s(literal 1/2 binary64) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))))) |
(+.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 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) (*.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64)) (*.f64 (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)) (*.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 #s(literal 1/2 binary64) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
#s(literal 1/2 binary64) |
(*.f64 (-.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -2 binary64)) (pow.f64 p #s(literal 4 binary64)))) (pow.f64 (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal -1 binary64))) |
(*.f64 (fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -3 binary64)) (pow.f64 p #s(literal 6 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 3 binary64))) (pow.f64 (fma.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) #s(literal -1 binary64))) |
(pow.f64 (/.f64 (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (-.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -2 binary64)) (pow.f64 p #s(literal 4 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) (fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -3 binary64)) (pow.f64 p #s(literal 6 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(/.f64 (-.f64 (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -2 binary64)) (pow.f64 p #s(literal 4 binary64))) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -2 binary64)) (pow.f64 p #s(literal 4 binary64))))) (neg.f64 (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -3 binary64)) (pow.f64 p #s(literal 6 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -2 binary64)) (pow.f64 p #s(literal 4 binary64)))) (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(/.f64 (fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -3 binary64)) (pow.f64 p #s(literal 6 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 3 binary64))) (fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -2 binary64)) (pow.f64 p #s(literal 4 binary64)) (-.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (*.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))))))) |
(/.f64 (fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -3 binary64)) (pow.f64 p #s(literal 6 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (-.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -2 binary64)) (pow.f64 p #s(literal 4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) (fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -3 binary64)) (pow.f64 p #s(literal 6 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 3 binary64))))) |
(fma.f64 (/.f64 (*.f64 p p) (fma.f64 p p (*.f64 (neg.f64 r) r))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 (/.f64 (*.f64 p p) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 p p (fma.f64 r r (fabs.f64 (*.f64 r p)))) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 (/.f64 p (-.f64 (fabs.f64 p) (fabs.f64 r))) p (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (pow.f64 (pow.f64 p #s(literal -2 binary64)) #s(literal -1 binary64)) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (*.f64 p p) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 (*.f64 (neg.f64 p) p) (pow.f64 (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal -1 binary64)) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 (*.f64 p p) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 #s(literal -1 binary64) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(fma.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal -1 binary64) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(fma.f64 p (/.f64 p (-.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(-.f64 (/.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))))) (/.f64 (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -2 binary64)) (pow.f64 p #s(literal 4 binary64))) (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))))) |
(-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) |
(+.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(+.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) (pow.f64 (+.f64 (fabs.f64 r) (+.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -2 binary64)) (pow.f64 r #s(literal 4 binary64)))) (pow.f64 (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 3 binary64))) (pow.f64 (fma.f64 (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)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 3 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -3 binary64)) (pow.f64 r #s(literal 6 binary64)))) (pow.f64 (fma.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))) (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64))) #s(literal -1 binary64))) |
(pow.f64 (/.f64 (+.f64 (fabs.f64 r) (+.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (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)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (-.f64 (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -2 binary64)) (pow.f64 r #s(literal 4 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))) (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64))) (-.f64 (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 3 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -3 binary64)) (pow.f64 r #s(literal 6 binary64))))) #s(literal -1 binary64)) |
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64))) (-.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))))) |
(/.f64 (-.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))) (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
(/.f64 (-.f64 (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64)) (pow.f64 (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64))) (-.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(/.f64 (+.f64 (pow.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 (pow.f64 (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64)) (*.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))))))) |
(/.f64 (+.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64))) (+.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (*.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (+.f64 (fabs.f64 r) (fabs.f64 p)))))) |
(/.f64 (+.f64 (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 3 binary64)) (/.f64 (pow.f64 r #s(literal 6 binary64)) (pow.f64 (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 3 binary64)))) (+.f64 (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)))) (neg.f64 (+.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 r) (fabs.f64 p)) #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 (fabs.f64 r) (+.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -2 binary64)) (pow.f64 r #s(literal 4 binary64))))) (neg.f64 (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r (-.f64 (/.f64 (*.f64 p p) (-.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 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 3 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -3 binary64)) (pow.f64 r #s(literal 6 binary64))))) (neg.f64 (fma.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))) (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -2 binary64)) (pow.f64 p #s(literal 4 binary64)))) (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)))) (*.f64 (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (*.f64 (neg.f64 r) r))) (*.f64 (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -2 binary64)) (pow.f64 p #s(literal 4 binary64)))) (-.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (*.f64 r r))) (*.f64 (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(/.f64 (-.f64 (*.f64 (-.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -2 binary64)) (pow.f64 p #s(literal 4 binary64)))) (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (pow.f64 r #s(literal -2 binary64)))) (*.f64 (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1 binary64))) (*.f64 (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (pow.f64 r #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -3 binary64)) (pow.f64 p #s(literal 6 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 3 binary64))) (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)))) (*.f64 (fma.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) (*.f64 (neg.f64 r) r))) (*.f64 (fma.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -3 binary64)) (pow.f64 p #s(literal 6 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 3 binary64))) (-.f64 (fabs.f64 p) (fabs.f64 r))) (*.f64 (fma.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) (*.f64 r r))) (*.f64 (fma.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -3 binary64)) (pow.f64 p #s(literal 6 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 3 binary64))) (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (pow.f64 r #s(literal -2 binary64)))) (*.f64 (fma.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) #s(literal 1 binary64))) (*.f64 (fma.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (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)) (pow.f64 r #s(literal -2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #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 r) (fabs.f64 p)) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) (+.f64 (fabs.f64 r) (+.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -2 binary64)) (pow.f64 r #s(literal 4 binary64)))) (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r (-.f64 (/.f64 (*.f64 p p) (-.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 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 3 binary64))) (+.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (-.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (*.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #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 (fabs.f64 r) (+.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 3 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -3 binary64)) (pow.f64 r #s(literal 6 binary64)))) (fma.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))) (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (fabs.f64 r) (+.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (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)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (-.f64 (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -2 binary64)) (pow.f64 r #s(literal 4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))) (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64))) (-.f64 (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 3 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -3 binary64)) (pow.f64 r #s(literal 6 binary64)))))) |
(fma.f64 (/.f64 (fma.f64 p p (*.f64 (neg.f64 r) r)) (fma.f64 p p (*.f64 (neg.f64 r) r))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 (/.f64 (fma.f64 p p (*.f64 (neg.f64 r) r)) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 p p (fma.f64 r r (fabs.f64 (*.f64 r p)))) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 (/.f64 (*.f64 p p) (fma.f64 p p (*.f64 (neg.f64 r) r))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fma.f64 (/.f64 (*.f64 p p) (fma.f64 p p (*.f64 (neg.f64 r) r))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal -1 binary64) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fma.f64 (/.f64 (*.f64 p p) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 p p (fma.f64 r r (fabs.f64 (*.f64 r p)))) (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fma.f64 (/.f64 (*.f64 p p) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 p p (fma.f64 r r (fabs.f64 (*.f64 r p)))) (fma.f64 #s(literal -1 binary64) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fma.f64 (/.f64 p (-.f64 (fabs.f64 p) (fabs.f64 r))) p (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fma.f64 (/.f64 p (-.f64 (fabs.f64 p) (fabs.f64 r))) p (fma.f64 #s(literal -1 binary64) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fma.f64 (-.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64)) (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -2 binary64)) (pow.f64 p #s(literal 4 binary64)))) (pow.f64 (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal -1 binary64)) (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(fma.f64 (fma.f64 p p (*.f64 (neg.f64 r) r)) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (pow.f64 (pow.f64 p #s(literal -2 binary64)) #s(literal -1 binary64)) (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (pow.f64 (pow.f64 p #s(literal -2 binary64)) #s(literal -1 binary64)) (fma.f64 #s(literal -1 binary64) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (fma.f64 p p (*.f64 (neg.f64 r) r)) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (*.f64 p p) (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (*.f64 p p) (fma.f64 #s(literal -1 binary64) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fma.f64 (fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -3 binary64)) (pow.f64 p #s(literal 6 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 3 binary64))) (pow.f64 (fma.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) #s(literal -1 binary64)) (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (pow.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (pow.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 r r)) #s(literal -1 binary64)) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 (*.f64 (neg.f64 p) p) (pow.f64 (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal -1 binary64)) (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fma.f64 (*.f64 (neg.f64 p) p) (pow.f64 (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal -1 binary64)) (fma.f64 #s(literal -1 binary64) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fma.f64 (*.f64 (neg.f64 r) r) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 (neg.f64 r) (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 (*.f64 p p) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fma.f64 (*.f64 p p) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (fma.f64 #s(literal -1 binary64) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 #s(literal -1 binary64) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(fma.f64 (*.f64 r r) (neg.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64))) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal -1 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(fma.f64 r (neg.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r)))) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(fma.f64 p (/.f64 p (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fma.f64 p (/.f64 p (-.f64 (fabs.f64 p) (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 p) (-.f64 (fabs.f64 r) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (+.f64 (fabs.f64 r) (+.f64 (fabs.f64 p) (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 (fabs.f64 r) (+.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 3 binary64)) (fma.f64 (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)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #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 (fabs.f64 r) (+.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))))) |
(-.f64 (/.f64 (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64)) (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r (-.f64 (/.f64 (*.f64 p p) (-.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 -2 binary64)) (pow.f64 r #s(literal 4 binary64))) (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))))) |
(-.f64 (/.f64 (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 3 binary64)) (fma.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))) (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64)))) (/.f64 (*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -3 binary64)) (pow.f64 r #s(literal 6 binary64))) (fma.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))) (fma.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) (pow.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 2 binary64))))) |
(-.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (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 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(+.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(+.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(+.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (-.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(+.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(+.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(+.f64 (fabs.f64 r) (+.f64 (fabs.f64 p) (neg.f64 (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 (fabs.f64 r) (fabs.f64 p)) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(*.f64 #s(literal 1 binary64) (fabs.f64 p)) |
(fabs.f64 (-.f64 p #s(literal 0 binary64))) |
(fabs.f64 (neg.f64 (neg.f64 p))) |
(fabs.f64 (neg.f64 p)) |
(fabs.f64 p) |
(fabs.f64 (neg.f64 (neg.f64 r))) |
(fabs.f64 (neg.f64 r)) |
(fabs.f64 r) |
(*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)) (*.f64 p p)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) #s(literal -1 binary64))) |
(*.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (pow.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) p)) (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64))) #s(literal -1 binary64))) |
(pow.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)) (*.f64 p p))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) p)) (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64))) (+.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(/.f64 (-.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 p) p) #s(literal 2 binary64))) (-.f64 (fabs.f64 r) (+.f64 (fabs.f64 p) p))) |
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64))) (-.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) p))) |
(/.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 p) p) #s(literal 3 binary64))) (fma.f64 r r (-.f64 (pow.f64 (+.f64 (fabs.f64 p) p) #s(literal 2 binary64)) (*.f64 (fabs.f64 r) (+.f64 (fabs.f64 p) p))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)) (*.f64 p p))) (neg.f64 (-.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) p)) (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)) (*.f64 p p)) (-.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 p p (-.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)) (*.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) p)) (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) (-.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)) (*.f64 p p)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) p)) (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64))) (+.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))))) |
(fma.f64 (/.f64 (fma.f64 p p (*.f64 (neg.f64 r) r)) (fma.f64 p p (*.f64 (neg.f64 r) r))) (+.f64 (fabs.f64 r) (fabs.f64 p)) p) |
(fma.f64 (/.f64 (fma.f64 p p (*.f64 (neg.f64 r) r)) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 p p (fma.f64 r r (fabs.f64 (*.f64 r p)))) p) |
(fma.f64 (fma.f64 p p (*.f64 (neg.f64 r) r)) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) p) |
(fma.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)) p) |
(fma.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal -1 binary64)) (fabs.f64 p)) |
(fma.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (fma.f64 p p (*.f64 (neg.f64 r) r)) p) |
(fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (pow.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) #s(literal -1 binary64)) p) |
(fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (pow.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 r r)) #s(literal -1 binary64)) p) |
(fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (pow.f64 (fma.f64 p (-.f64 p (fabs.f64 r)) (*.f64 r r)) #s(literal -1 binary64)) (fabs.f64 p)) |
(fma.f64 #s(literal 1 binary64) (fabs.f64 p) (+.f64 (fabs.f64 r) p)) |
(-.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))) (/.f64 (*.f64 p p) (-.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)))) |
(+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) |
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) |
(+.f64 (fabs.f64 r) (+.f64 (fabs.f64 p) p)) |
(+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) p)) |
(+.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) |
(+.f64 p (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(*.f64 (fma.f64 (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal -1/4 binary64)) (pow.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (fma.f64 (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal 1/8 binary64) #s(literal -1/8 binary64)) (pow.f64 (fma.f64 (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -2 binary64)) #s(literal 1/4 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) #s(literal -1 binary64))) |
(pow.f64 (/.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal -1/4 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -2 binary64)) #s(literal 1/4 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (fma.f64 (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal 1/8 binary64) #s(literal -1/8 binary64))) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal -1/4 binary64))) (neg.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal 1/8 binary64) #s(literal -1/8 binary64))) (neg.f64 (fma.f64 (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -2 binary64)) #s(literal 1/4 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))))) |
(/.f64 (fma.f64 (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal -1/4 binary64)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) |
(/.f64 (fma.f64 (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal 1/8 binary64) #s(literal -1/8 binary64)) (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) |
(/.f64 (fma.f64 (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal 1/8 binary64) #s(literal -1/8 binary64)) (fma.f64 (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -2 binary64)) #s(literal 1/4 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) (fma.f64 (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -2 binary64)) #s(literal 1/4 binary64) #s(literal -1/4 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -2 binary64)) #s(literal 1/4 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (fma.f64 (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal 1/8 binary64) #s(literal -1/8 binary64)))) |
(fma.f64 (*.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64)) (pow.f64 r #s(literal -1 binary64)) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) |
(fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) (/.f64 #s(literal 1/2 binary64) r) #s(literal -1/2 binary64)) |
(fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) (*.f64 (pow.f64 r #s(literal -1 binary64)) #s(literal 1/2 binary64)) #s(literal -1/2 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) |
(-.f64 (/.f64 (pow.f64 (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) #s(literal -1/2 binary64)) |
(+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal -1 binary64)) #s(literal 1/2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -1 binary64))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (*.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)))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 1/2 binary64)) (pow.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 1/2 binary64)) (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 1/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)))) (pow.f64 (pow.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q #s(literal 4 binary64)) q)) #s(literal -1 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)))) (pow.f64 (pow.f64 (-.f64 (*.f64 (*.f64 q #s(literal 4 binary64)) q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal -1 binary64)) #s(literal 1/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))) (pow.f64 (pow.f64 (-.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 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64))) #s(literal -1 binary64)) #s(literal 1/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))) (pow.f64 (pow.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))) #s(literal -1 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) |
(pow.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 4 binary64)) #s(literal 1/4 binary64)) |
(pow.f64 (neg.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 1 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)) |
(pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 1 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 #s(literal 4 binary64)) q)))) |
(/.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 #s(literal 4 binary64)) q) (pow.f64 (-.f64 p r) #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))) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #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 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 (*.f64 (-.f64 p r) q) #s(literal 2 binary64)) #s(literal 4 binary64)))))) |
(sqrt.f64 (pow.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) #s(literal 2 binary64))) |
(hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)) |
(hypot.f64 (-.f64 p r) (*.f64 #s(literal -2 binary64) q)) |
(exp.f64 (log.f64 (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r)))) |
(*.f64 (/.f64 (*.f64 r r) (fma.f64 p p (*.f64 (neg.f64 r) r))) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(*.f64 (/.f64 (*.f64 r r) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 p p (fma.f64 r r (fabs.f64 (*.f64 r p))))) |
(*.f64 (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r))) r) |
(*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (pow.f64 (pow.f64 r #s(literal -2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (*.f64 r r)) |
(*.f64 (*.f64 (neg.f64 r) r) (pow.f64 (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal -1 binary64))) |
(*.f64 (*.f64 r r) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64))) |
(*.f64 r (/.f64 r (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(pow.f64 (/.f64 (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (pow.f64 r #s(literal -2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (pow.f64 r #s(literal -2 binary64))) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 r) r)) (neg.f64 (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(/.f64 (*.f64 (*.f64 r r) #s(literal 1 binary64)) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
(/.f64 (*.f64 (neg.f64 r) r) (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (pow.f64 r #s(literal -2 binary64))))) |
(/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (pow.f64 r #s(literal -2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (pow.f64 r #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (*.f64 (neg.f64 r) r) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (pow.f64 r #s(literal -2 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 p p) (fma.f64 p p (*.f64 (neg.f64 r) r))) (+.f64 (fabs.f64 r) (fabs.f64 p))) |
(*.f64 (/.f64 (*.f64 p p) (-.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 p p (fma.f64 r r (fabs.f64 (*.f64 r p))))) |
(*.f64 (/.f64 p (-.f64 (fabs.f64 p) (fabs.f64 r))) p) |
(*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (pow.f64 (pow.f64 p #s(literal -2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (*.f64 p p)) |
(*.f64 (*.f64 (neg.f64 p) p) (pow.f64 (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal -1 binary64))) |
(*.f64 (*.f64 p p) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64))) |
(*.f64 p (/.f64 p (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(pow.f64 (/.f64 (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (pow.f64 p #s(literal -2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (pow.f64 p #s(literal -2 binary64))) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 p) p)) (neg.f64 (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 1 binary64)) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
(/.f64 (*.f64 (neg.f64 p) p) (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (pow.f64 p #s(literal -2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (pow.f64 p #s(literal -2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (pow.f64 p #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (*.f64 (neg.f64 p) p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
(neg.f64 (/.f64 (*.f64 p p) (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (pow.f64 p #s(literal -2 binary64)))) #s(literal -1 binary64))) |
Compiled 37 100 to 3 123 computations (91.6% saved)
35 alts after pruning (29 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 635 | 12 | 647 |
| Fresh | 7 | 17 | 24 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 3 | 3 |
| Total | 644 | 35 | 679 |
| Status | Accuracy | Program |
|---|---|---|
| 16.5% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) | |
| 15.3% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))))))) | |
| 34.5% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (*.f64 (neg.f64 r) r) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))))) | |
| 11.1% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(approx (- (+ (/ (fabs r) r) (/ (fabs p) r)) (- 1 (/ p r))) (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r))) r))) | |
| 25.4% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (exp.f64 (*.f64 (log.f64 q) #s(literal 2 binary64))) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) | |
| 24.6% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (exp.f64 (*.f64 (log.f64 (/.f64 r (*.f64 q q))) #s(literal -1 binary64))) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) | |
| 2.7% | (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (*.f64 r #s(literal 2 binary64)))) | |
| 55.4% | (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64)) | |
| 6.7% | #s(approx (* (/ 1 2) (- (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (/ (* r r) (- (fabs p) (fabs r))))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 r r)) (-.f64 (fabs.f64 p) (fabs.f64 r)))) | |
| 9.8% | #s(approx (* (/ 1 2) (- (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (/ (* r r) (- (fabs p) (fabs r))))) (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 #s(literal -1/2 binary64) r)) (*.f64 r r))) | |
| 14.6% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (/.f64 q (*.f64 q q))))) | |
| 28.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (exp.f64 (*.f64 (log.f64 q) #s(literal 1 binary64))))) | |
| 27.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.f64 #s(literal 0 binary64) (exp.f64 (*.f64 (log.f64 q) #s(literal 2 binary64)))) (+.f64 #s(literal 0 binary64) q))) | |
| 29.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (*.f64 (neg.f64 q) q) q)) | |
| 33.6% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) | |
| 21.8% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 (/.f64 q r) r) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) | |
| 16.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 #s(approx (+ (+ (fabs r) p) (fabs p)) (+.f64 (fabs.f64 r) (fabs.f64 p))) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) | |
| 10.3% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) #s(approx (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2) (*.f64 (/.f64 p r) #s(literal 1/2 binary64)))) r)) | |
| 21.4% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 #s(literal 1 binary64) (/.f64 r (/.f64 q r))) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) | |
| 5.9% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (/.f64 (*.f64 (neg.f64 p) p) (+.f64 #s(literal 0 binary64) p)) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))))) | |
| 19.7% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) | |
| 21.6% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) | |
| 6.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (fma.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (/.f64 #s(literal -1/2 binary64) p) #s(literal -1/2 binary64)))) | |
| ✓ | 7.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))))) |
| ✓ | 37.2% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64))) |
| 40.0% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))) | |
| 7.2% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))) #s(literal 1/2 binary64))) | |
| 2.7% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) | |
| ✓ | 5.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
| ✓ | 5.5% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
| ✓ | 2.8% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
| ✓ | 38.1% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
| 29.3% | #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (neg q) (/ q (* r r))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (*.f64 (neg.f64 q) q) r))) | |
| 4.9% | #s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fma.f64 (/.f64 (fma.f64 (-.f64 (fabs.f64 (*.f64 p r)) (*.f64 r r)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 p r))) (*.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (*.f64 r r) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (pow.f64 p #s(literal 3 binary64))) #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 r r))) p) (/.f64 (*.f64 r (fma.f64 r r (*.f64 #s(literal -2 binary64) (*.f64 q q)))) (*.f64 p p))) r)))) | |
| 20.8% | #s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (/.f64 #s(literal 1 binary64) (/.f64 r (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))))))) |
Compiled 4 902 to 1 577 computations (67.8% saved)
| Inputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) #s(approx (* 1/2 (+ p (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r))) (/.f64 (*.f64 (neg.f64 q) q) r))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (neg q) (/ q (* r r))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (*.f64 (neg.f64 q) q) r))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (*.f64 (neg.f64 q) q) q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (*.f64 p #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (*.f64 r #s(literal 2 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (+.f64 #s(literal 0 binary64) q))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))))) |
#s(approx (* (/ 1 2) (- (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (/ (* r r) (- (fabs p) (fabs r))))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 r r)) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal -1 binary64)) q)) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (fma.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (/.f64 #s(literal -1/2 binary64) p) #s(literal -1/2 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2)) (fma.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) (neg.f64 p) (*.f64 #s(literal -1/2 binary64) r)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (/.f64 (*.f64 (neg.f64 p) p) (+.f64 #s(literal 0 binary64) p)) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))))) |
#s(approx (* (/ 1 2) (- (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (/ (* r r) (- (fabs p) (fabs r))))) (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 #s(literal -1/2 binary64) r)) (*.f64 r r))) |
#s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) #s(approx (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2) (*.f64 (/.f64 p r) #s(literal 1/2 binary64)))) r)) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) r)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (/.f64 q (*.f64 q q))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 #s(approx (+ (+ (fabs r) p) (fabs p)) (+.f64 (fabs.f64 r) (fabs.f64 p))) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p)) (+.f64 #s(literal 0 binary64) p)) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (/.f64 #s(literal 1 binary64) (/.f64 r (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 (/.f64 q r) r) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) r))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 #s(literal -2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 #s(literal 1 binary64) (/.f64 r (/.f64 q r))) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (fma.f64 r (/.f64 (*.f64 q q) p) (*.f64 q q)) p)) p)))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(approx (- (+ (/ (fabs r) r) (/ (fabs p) r)) (- 1 (/ p r))) (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r))) r))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) r) #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) p)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (*.f64 (/.f64 q r) q) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 (*.f64 (neg.f64 q) q) q) (*.f64 (neg.f64 q) r)) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (fma.f64 (*.f64 (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) p (*.f64 (*.f64 #s(literal -1/4 binary64) r) (fma.f64 (neg.f64 p) (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) #s(literal 1 binary64))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) q) q (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 p) (fabs.f64 r))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.f64 #s(literal 0 binary64) (exp.f64 (*.f64 (log.f64 q) #s(literal 2 binary64)))) (+.f64 #s(literal 0 binary64) q))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (exp.f64 (*.f64 (log.f64 q) #s(literal 1 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 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (*.f64 (neg.f64 r) r) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)) (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 p) (fabs.f64 r))) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (exp.f64 (*.f64 (log.f64 q) #s(literal 2 binary64))) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (exp.f64 (*.f64 (log.f64 (/.f64 r (*.f64 q q))) #s(literal -1 binary64))) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) |
#s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fma.f64 (/.f64 (fma.f64 (-.f64 (fabs.f64 (*.f64 p r)) (*.f64 r r)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 p r))) (*.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (*.f64 r r) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (pow.f64 p #s(literal 3 binary64))) #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 r r))) p) (/.f64 (*.f64 r (fma.f64 r r (*.f64 #s(literal -2 binary64) (*.f64 q q)))) (*.f64 p p))) r)))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (+.f64 r p) #s(literal 2 binary64)) (pow.f64 (*.f64 (+.f64 r p) (-.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)) (fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (*.f64 (-.f64 (*.f64 p p) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (/.f64 (-.f64 (*.f64 r r) (*.f64 (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))) (-.f64 (fabs.f64 r) (-.f64 (fabs.f64 p) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64)) (neg.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/4 binary64))) (+.f64 (fabs.f64 r) (fabs.f64 p)))) |
#s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fma.f64 (/.f64 (fma.f64 (-.f64 (fabs.f64 (*.f64 r p)) (*.f64 r r)) (-.f64 (*.f64 r r) (fabs.f64 (*.f64 r p))) (*.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (*.f64 r r) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 4 binary64))) #s(literal -1/2 binary64))) (pow.f64 p #s(literal 3 binary64))) #s(literal -1/2 binary64) (fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 r r))) p) (/.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) r)) (*.f64 p p))) (*.f64 #s(literal 1/2 binary64) r)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64)))) (fma.f64 p p (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (-.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (fabs.f64 p))))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (pow.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) (fabs.f64 p))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 p p (*.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (-.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (fabs.f64 p)))) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 3 binary64)))))) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64)) |
7 calls:
| 49.0ms | p |
| 41.0ms | (pow.f64 q #s(literal 2 binary64)) |
| 33.0ms | q |
| 22.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)))))) |
| 18.0ms | r |
| Accuracy | Segments | Branch |
|---|---|---|
| 64.3% | 3 | p |
| 66.9% | 4 | r |
| 67.2% | 2 | q |
| 62.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))))))) |
| 62.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)))))) |
| 67.2% | 2 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 67.2% | 2 | (pow.f64 q #s(literal 2 binary64)) |
Compiled 51 to 54 computations (-5.9% saved)
| Inputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) #s(approx (* 1/2 (+ p (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r))) (/.f64 (*.f64 (neg.f64 q) q) r))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (neg q) (/ q (* r r))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (*.f64 (neg.f64 q) q) r))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r)) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (fma.f64 q #s(literal -2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (*.f64 (neg.f64 q) q) q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 q #s(literal 2 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (*.f64 p #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (*.f64 r #s(literal 2 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (+.f64 #s(literal 0 binary64) q))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))))) |
#s(approx (* (/ 1 2) (- (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (/ (* r r) (- (fabs p) (fabs r))))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 r r)) (-.f64 (fabs.f64 p) (fabs.f64 r)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal 1/2 binary64) #s(literal -1 binary64)) q)) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 #s(literal 2 binary64) q)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (fma.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (/.f64 #s(literal -1/2 binary64) p) #s(literal -1/2 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2)) (fma.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) (neg.f64 p) (*.f64 #s(literal -1/2 binary64) r)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (/.f64 (*.f64 (neg.f64 p) p) (+.f64 #s(literal 0 binary64) p)) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (/.f64 r p) #s(literal 1/2 binary64))))) |
#s(approx (* (/ 1 2) (- (+ (* -1 (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ (* p p) (- (fabs p) (fabs r)))) (/ (* r r) (- (fabs p) (fabs r))))) (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))) (/.f64 #s(literal -1/2 binary64) r)) (*.f64 r r))) |
#s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (/.f64 (-.f64 (fabs.f64 (*.f64 r p)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p))) r)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) #s(approx (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2) (*.f64 (/.f64 p r) #s(literal 1/2 binary64)))) r)) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(approx (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) r)))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (/.f64 q (*.f64 q q))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 #s(approx (+ (+ (fabs r) p) (fabs p)) (+.f64 (fabs.f64 r) (fabs.f64 p))) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p)) (+.f64 #s(literal 0 binary64) p)) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)))) |
#s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 p (/.f64 #s(literal 1 binary64) (/.f64 r (-.f64 (fabs.f64 (*.f64 p r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (*.f64 p p)))))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 q (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 (/.f64 q r) r) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (/.f64 (neg.f64 q) r) (/.f64 q r) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r))) r))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) 1/2) (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 p r) (/.f64 #s(literal -2 binary64) r)) (*.f64 q q) (-.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (neg.f64 q) (/.f64 #s(literal 1 binary64) (/.f64 r (/.f64 q r))) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) (-.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (fma.f64 r (/.f64 (*.f64 q q) p) (*.f64 q q)) p)) p)))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #s(approx (- (+ (/ (fabs r) r) (/ (fabs p) r)) (- 1 (/ p r))) (/.f64 (+.f64 (+.f64 p (fabs.f64 r)) (fabs.f64 p)) r))) r))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (neg.f64 p) #s(approx (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2) (*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) r) #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) p)))))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r p) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (*.f64 (/.f64 q r) q) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2))))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 (*.f64 (neg.f64 q) q) q) (*.f64 (neg.f64 q) r)) (-.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (-.f64 #s(literal 1 binary64) (/.f64 p r)))) r))) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
3 calls:
| 20.0ms | (pow.f64 q #s(literal 2 binary64)) |
| 13.0ms | q |
| 12.0ms | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 66.3% | 2 | q |
| 66.3% | 2 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 66.3% | 2 | (pow.f64 q #s(literal 2 binary64)) |
Compiled 9 to 15 computations (-66.7% saved)
| Inputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
#s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) #s(approx (* 1/2 (+ p (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r))) (/.f64 (*.f64 (neg.f64 q) q) r))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* (neg q) (/ q (* r r))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (*.f64 (neg.f64 q) q) r))) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) #s(approx (* 1/2 (+ p (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r))) (/.f64 (*.f64 (neg.f64 q) q) r))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
7 calls:
| 10.0ms | (pow.f64 q #s(literal 2 binary64)) |
| 3.0ms | q |
| 3.0ms | r |
| 3.0ms | p |
| 3.0ms | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 47.9% | 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))))))) |
| 47.9% | 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)))))) |
| 42.5% | 2 | p |
| 48.6% | 2 | r |
| 52.2% | 2 | q |
| 52.2% | 2 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 52.2% | 2 | (pow.f64 q #s(literal 2 binary64)) |
Compiled 51 to 54 computations (-5.9% saved)
Total -23.4b remaining (-59%)
Threshold costs -23.4b (-59%)
| Inputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p)) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) r)) |
| Outputs |
|---|
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
7 calls:
| 7.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))))))) |
| 2.0ms | p |
| 2.0ms | q |
| 2.0ms | r |
| 2.0ms | (pow.f64 q #s(literal 2 binary64)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 38.1% | 1 | p |
| 38.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))))))) |
| 38.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)))))) |
| 38.1% | 1 | r |
| 38.1% | 1 | q |
| 38.1% | 1 | (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))) |
| 38.1% | 1 | (pow.f64 q #s(literal 2 binary64)) |
Compiled 51 to 54 computations (-5.9% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 7.820187653687754e-44 | 6.54100111770937e-36 |
Compiled 25 to 25 computations (0% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 7.820187653687754e-44 | 6.54100111770937e-36 |
Compiled 25 to 25 computations (0% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 18370438.453979496 | 49041686253.14385 |
Compiled 25 to 25 computations (0% saved)
| 1× | egg-herbie |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 82 | 300 |
| 1 | 102 | 300 |
| 2 | 115 | 300 |
| 3 | 125 | 300 |
| 4 | 130 | 300 |
| 5 | 131 | 300 |
| 1× | saturated |
| Inputs |
|---|
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 5021681388309345/50216813883093446110686315385661331328818843555712276103168 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64))) |
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 5021681388309345/50216813883093446110686315385661331328818843555712276103168 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))) |
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 20000000 binary64)) #s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) #s(approx (* 1/2 (+ p (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r))) (/.f64 (*.f64 (neg.f64 q) q) r))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
| Outputs |
|---|
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 5021681388309345/50216813883093446110686315385661331328818843555712276103168 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64))) |
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 5021681388309345/50216813883093446110686315385661331328818843555712276103168 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (-.f64 (fabs.f64 r) r) (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (hypot.f64 (*.f64 #s(literal -2 binary64) q) (-.f64 p r))) #s(literal 1/2 binary64))) |
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 5021681388309345/50216813883093446110686315385661331328818843555712276103168 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (+.f64 p (fabs.f64 p)) (-.f64 (fabs.f64 r) r))) #s(literal 1/2 binary64))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))) |
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 5021681388309345/50216813883093446110686315385661331328818843555712276103168 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (* r p)) (- (+ (fabs r) (fabs p)) (sqrt (+ (* (* q q) 4) (* r r))))) (+.f64 (-.f64 (fabs.f64 r) r) (+.f64 (fabs.f64 p) p))) #s(literal 1/2 binary64))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))) |
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 20000000 binary64)) #s(approx (* (/ 1 2) (+ (* (+ (pow r 3) (pow p 3)) (/ 1 (- (+ (* r r) (* p p)) (fabs (* r p))))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) #s(approx (* 1/2 (+ p (/ (- (fabs (* r p)) (+ (* (* q q) 2) (* p p))) r))) (/.f64 (*.f64 (neg.f64 q) q) r))) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))) |
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 87 | 505 |
| 0 | 122 | 493 |
| 1 | 611 | 479 |
| 2 | 5734 | 464 |
| 0 | 9316 | 396 |
| 0 | 76 | 485 |
| 0 | 114 | 481 |
| 1 | 495 | 444 |
| 2 | 4159 | 444 |
| 0 | 8676 | 379 |
| 0 | 1131 | 7464 |
| 1 | 3516 | 7270 |
| 0 | 8244 | 6856 |
| 0 | 620 | 3263 |
| 1 | 1907 | 3082 |
| 2 | 6170 | 3054 |
| 0 | 8467 | 2844 |
| 0 | 1054 | 6053 |
| 1 | 3209 | 5901 |
| 0 | 8046 | 5540 |
| 0 | 18 | 75 |
| 0 | 31 | 75 |
| 1 | 109 | 75 |
| 2 | 796 | 75 |
| 0 | 8636 | 71 |
| 0 | 1316 | 8109 |
| 1 | 4053 | 8025 |
| 0 | 8413 | 7542 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
Compiled 495 to 229 computations (53.7% saved)
(abs q)
Compiled 1 202 to 510 computations (57.6% saved)
Loading profile data...