1/2(abs(p)+abs(r) - sqrt((p-r)^2 + 4q^2))

Time bar (total: 10.2s)

start0.0ms (0%)

Memory
0.1MiB live, 0.1MiB allocated

analyze0.0ms (0%)

Memory
0.5MiB live, 0.5MiB allocated
Algorithm
search
Search
ProbabilityValidUnknownPreconditionInfiniteDomainCan'tIter
0%0%99.9%0.1%0%0%0%0
100%99.9%0%0.1%0%0%0%1
Compiler

Compiled 24 to 20 computations (16.7% saved)

sample2.5s (24.8%)

Memory
82.2MiB live, 4 134.0MiB allocated
Samples
977.0ms2 198×2valid
691.0ms3 104×1valid
340.0ms2 954×0valid
Precisions
Click to see histograms. Total time spent on operations: 1.7s
ival-pow2: 503.0ms (29.7% of total)
adjust: 266.0ms (15.7% of total)
ival-add: 197.0ms (11.6% of total)
ival-mult: 171.0ms (10.1% of total)
ival-sub: 159.0ms (9.4% of total)
ival-sqrt: 154.0ms (9.1% of total)
ival-fabs: 117.0ms (6.9% of total)
ival-div: 108.0ms (6.4% of total)
exact: 12.0ms (0.7% of total)
ival-true: 6.0ms (0.4% of total)
ival-assert: 3.0ms (0.2% of total)
Bogosity

explain458.0ms (4.5%)

Memory
-139.9MiB live, 516.7MiB allocated
FPErrors
Click to see full error table
Ground TruthOverpredictionsExampleUnderpredictionsExampleSubexpression
1520-1(7.179707781253865e-178 3.7468265381810084e-162 1.0876437189186997e-228)(sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))
1390-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))))))
00-0-q
00-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)))))))
00-0-(-.f64 p r)
00-0-(pow.f64 q #s(literal 2 binary64))
00-0-#s(literal 1 binary64)
00-0-(pow.f64 (-.f64 p r) #s(literal 2 binary64))
00-0-(fabs.f64 p)
00-0-(+.f64 (fabs.f64 p) (fabs.f64 r))
00-0-(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
00-0-#s(literal 4 binary64)
00-0-p
00-0-(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))
00-0-(fabs.f64 r)
00-0-#s(literal 2 binary64)
00-0-r
01(2.006204961457399e-58 -7.174710993161442e-210 1.2792012502883975e-162)0-(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
Explanations
Click to see full explanations table
OperatorSubexpressionExplanationCount
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-rescue1480
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))overflow148
(pow.f64 q #s(literal 2 binary64))overflow61
(pow.f64 (-.f64 p r) #s(literal 2 binary64))overflow109
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))overflow61
-.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))))))cancellation1390
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-rescue30
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))underflow3
(pow.f64 q #s(literal 2 binary64))underflow65
(pow.f64 (-.f64 p r) #s(literal 2 binary64))underflow14
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))underflow64
Confusion
Predicted +Predicted -
+2050
-051
Precision
1.0
Recall
1.0
Confusion?
Predicted +Predicted MaybePredicted -
+20500
-0051
Precision?
1.0
Recall?
1.0
Freqs
test
numberfreq
051
1120
285
Total Confusion?
Predicted +Predicted MaybePredicted -
+100
-000
Precision?
1.0
Recall?
1.0
Samples
226.0ms196×1valid
49.0ms154×2valid
22.0ms162×0valid
Compiler

Compiled 317 to 76 computations (76% saved)

Precisions
Click to see histograms. Total time spent on operations: 99.0ms
ival-sqrt: 20.0ms (20.1% of total)
ival-mult: 16.0ms (16.1% of total)
ival-pow2: 16.0ms (16.1% of total)
adjust: 15.0ms (15.1% of total)
ival-add: 12.0ms (12.1% of total)
ival-sub: 10.0ms (10.1% of total)
ival-fabs: 7.0ms (7% of total)
ival-div: 3.0ms (3% of total)
ival-true: 1.0ms (1% of total)
exact: 1.0ms (1% of total)
ival-assert: 0.0ms (0% of total)

preprocess221.0ms (2.2%)

Memory
4.4MiB live, 156.1MiB allocated
Algorithm
egg-herbie
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
069187
1160184
2443180
31460180
43733180
55610180
67519180
01820
03120
14520
28020
317020
434520
579720
6161420
7320720
8410120
9438520
10447520
11447920
12447920
13460120
14462520
15462520
0462519
Stop Event
iter limit
saturated
iter limit
node limit
Calls
Call 1
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))))
Symmetry

(abs q)

(sort p r)

Compiler

Compiled 22 to 18 computations (18.2% saved)

eval0.0ms (0%)

Memory
0.3MiB live, 0.3MiB allocated
Compiler

Compiled 0 to 3 computations (-∞% saved)

prune1.0ms (0%)

Memory
2.4MiB live, 2.5MiB allocated
Alt Table
Click to see full alt table
StatusAccuracyProgram
23.8%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))))
Compiler

Compiled 22 to 18 computations (18.2% saved)

simplify174.0ms (1.7%)

Memory
-18.9MiB live, 101.7MiB allocated
Algorithm
egg-herbie
Localize:

Found 4 expressions of interest:

NewMetricScoreProgram
cost-diff0
(*.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-diff128
(+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64))))
cost-diff704
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
cost-diff6144
(pow.f64 q #s(literal 2 binary64))
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
01893
03193
14593
28093
317093
434593
579793
6161493
7320793
8410193
9438593
10447593
11447993
12447993
13460193
14462593
15462593
0462589
Stop Event
iter limit
saturated
iter limit
Calls
Call 1
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

localize117.0ms (1.1%)

Memory
59.0MiB live, 194.9MiB allocated
Localize:

Found 4 expressions of interest:

NewMetricScoreProgram
accuracy0.01171875
(pow.f64 (-.f64 p r) #s(literal 2 binary64))
accuracy0.024101269536884032
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
accuracy31.629183387218458
(-.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))))))
accuracy35.178074754833666
(sqrt.f64 (+.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))))
Samples
49.0ms77×2valid
26.0ms98×1valid
10.0ms81×0valid
Compiler

Compiled 196 to 38 computations (80.6% saved)

Precisions
Click to see histograms. Total time spent on operations: 38.0ms
adjust: 7.0ms (18.3% of total)
ival-pow2: 7.0ms (18.3% of total)
ival-sub: 5.0ms (13.1% of total)
ival-mult: 5.0ms (13.1% of total)
ival-add: 5.0ms (13.1% of total)
ival-sqrt: 4.0ms (10.5% of total)
ival-div: 2.0ms (5.2% of total)
ival-fabs: 2.0ms (5.2% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)
exact: 0.0ms (0% of total)

series21.0ms (0.2%)

Memory
-2.8MiB live, 34.0MiB allocated
Counts
8 → 129
Calls
Call 1
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)))
Calls

9 calls:

TimeVariablePointExpression
4.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))
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))
2.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))

simplify158.0ms (1.5%)

Memory
18.2MiB live, 207.1MiB allocated
Algorithm
egg-herbie
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
06203263
119073082
262142946
081292747
Stop Event
iter limit
node limit
Counts
129 → 126
Calls
Call 1
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)))) p) (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 (+.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 p #s(literal -1/4 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)) (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 r p) (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) 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)))
(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)))) p) (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)) (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 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) r (*.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 (fma.f64 (neg.f64 r) (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal 1 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 r p) (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))))
(- (+ (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) (*.f64 (fma.f64 (neg.f64 r) (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal 1 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 r p) (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 p (fma.f64 (fma.f64 (/.f64 r p) (+.f64 (/.f64 r p) #s(literal -2 binary64)) (*.f64 (/.f64 #s(literal 4 binary64) p) (/.f64 (*.f64 q q) p))) 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 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 r p) #s(literal 1 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)
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 (*.f64 (+.f64 (/.f64 r p) #s(literal 1 binary64)) (*.f64 (/.f64 q p) (/.f64 q p))) #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 (/.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 (*.f64 q (fma.f64 q (/.f64 r p) 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 (*.f64 q (fma.f64 q (/.f64 r p) 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 (*.f64 q (fma.f64 q (/.f64 r p) 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 (*.f64 r (-.f64 #s(literal 2 binary64) (/.f64 r p))) 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 (*.f64 #s(literal -1/4 binary64) r) (*.f64 (fma.f64 (neg.f64 p) (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) #s(literal 1 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 r 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) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 #s(literal 1/2 binary64) p))) r (*.f64 (-.f64 (+.f64 (fabs.f64 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 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) p (*.f64 (*.f64 #s(literal 1/2 binary64) r) (*.f64 (fma.f64 (neg.f64 p) (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) #s(literal 1 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 r p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(- (+ (fabs 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) (*.f64 (fma.f64 (neg.f64 p) (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) #s(literal 1 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 r 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))))
(+ (* -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 r (fma.f64 (fma.f64 (/.f64 p r) (+.f64 (/.f64 p r) #s(literal -2 binary64)) (*.f64 (/.f64 #s(literal 4 binary64) r) (/.f64 (*.f64 q q) r))) 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 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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)
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 (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q r) (/.f64 q r))) #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 (/.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 (*.f64 (*.f64 q q) (-.f64 #s(literal -1 binary64) (/.f64 p r))) 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 (+.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 q q) (-.f64 #s(literal -1 binary64) (/.f64 p r))) r) p)) r)))
(* (pow r 2) (+ 1 (* -1 (/ (+ (* -1 (/ (pow p 2) r)) (* 2 p)) r))))
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (-.f64 #s(literal 2 binary64) (/.f64 p r))) 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 (-.f64 (+.f64 (+.f64 r (fabs.f64 r)) (fabs.f64 p)) p) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) (-.f64 r p)))
(+ (* 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 q (/.f64 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 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))

rewrite219.0ms (2.1%)

Memory
-13.1MiB live, 309.4MiB allocated
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
01875
03175
110975
279675
0870071
Stop Event
iter limit
node limit
iter limit
Counts
8 → 369
Calls
Call 1
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)))

eval72.0ms (0.7%)

Memory
0.3MiB live, 154.1MiB allocated
Compiler

Compiled 21 372 to 2 395 computations (88.8% saved)

prune34.0ms (0.3%)

Memory
3.9MiB live, 87.2MiB allocated
Pruning

26 alts after pruning (26 fresh and 0 done)

PrunedKeptTotal
New46726493
Fresh000
Picked101
Done000
Total46826494
Accuracy
62.0%
Counts
494 → 26
Alt Table
Click to see full alt table
StatusAccuracyProgram
21.7%
(/.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))))
20.7%
(/.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)))))))
8.7%
(/.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)))))
14.6%
(*.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)))))))
13.3%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (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)))
15.3%
(*.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))))
8.0%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (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)))
22.0%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (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)))))))
17.9%
(*.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))))
21.7%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (*.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)))))))
23.7%
(*.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)))
17.8%
(*.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)))
13.4%
#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))
31.1%
#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))
15.6%
#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)))
16.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 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)))
18.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 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))
21.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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))
18.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))
13.6%
#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))))
14.3%
#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 (*.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.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
4.8%
#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.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
33.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
Compiler

Compiled 2 042 to 1 336 computations (34.6% saved)

simplify148.0ms (1.4%)

Memory
8.2MiB live, 164.6MiB allocated
Algorithm
egg-herbie
Localize:

Found 16 expressions of interest:

NewMetricScoreProgram
cost-diff0
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (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)))
cost-diff320
(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))
cost-diff704
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
cost-diff6336
(fma.f64 r r (neg.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
cost-diff0
(*.f64 (fma.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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)
cost-diff0
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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))
cost-diff128
(*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q r) (/.f64 q r)))
cost-diff192
(fma.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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)))
cost-diff0
(fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64))
cost-diff0
(neg.f64 p)
cost-diff0
#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-diff832
(*.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-diff0
(*.f64 #s(literal -1/2 binary64) p)
cost-diff0
#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-diff0
(neg.f64 q)
cost-diff0
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
058494
097490
1186485
2435485
31382485
45302478
08341469
Stop Event
iter limit
node limit
iter limit
Calls
Call 1
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 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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))
(*.f64 (fma.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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)
(fma.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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)))
#s(literal -1 binary64)
(*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q r) (/.f64 q r)))
(+.f64 (/.f64 p r) #s(literal 1 binary64))
(/.f64 p r)
p
r
#s(literal 1 binary64)
(*.f64 (/.f64 q r) (/.f64 q r))
(/.f64 q r)
q
(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)
(fabs.f64 p)
#s(literal 1/2 binary64)
#s(literal -1/2 binary64)
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (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)))
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
#s(literal 1 binary64)
#s(literal 2 binary64)
(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 r r (neg.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
r
(neg.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
(/.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))))))
(+.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 r)
(sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))
(fabs.f64 p)
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)))))) (fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (*.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)))
(fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (*.f64 #s(literal 1/2 binary64) p))
(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 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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 (fma.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 p r)) r) (*.f64 (/.f64 q r) q) (fma.f64 (/.f64 #s(literal 1/2 binary64) r) (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal -1/2 binary64))) r))
(*.f64 (fma.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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)
(*.f64 (fma.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 p r)) r) (*.f64 (/.f64 q r) q) (fma.f64 (/.f64 #s(literal 1/2 binary64) r) (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal -1/2 binary64))) r)
(fma.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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)))
(fma.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 p r)) r) (*.f64 (/.f64 q r) q) (fma.f64 (/.f64 #s(literal 1/2 binary64) r) (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal -1/2 binary64)))
#s(literal -1 binary64)
(*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q r) (/.f64 q r)))
(*.f64 (/.f64 (/.f64 q r) r) (fma.f64 (/.f64 p r) q q))
(+.f64 (/.f64 p r) #s(literal 1 binary64))
(/.f64 p r)
p
r
#s(literal 1 binary64)
(*.f64 (/.f64 q r) (/.f64 q r))
(*.f64 (/.f64 (/.f64 q r) r) q)
(/.f64 q r)
q
(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)
(fabs.f64 p)
#s(literal 1/2 binary64)
#s(literal -1/2 binary64)
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (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)))
(*.f64 (-.f64 (fabs.f64 p) (/.f64 (fma.f64 (-.f64 (-.f64 p r) r) p (*.f64 (*.f64 q q) #s(literal 4 binary64))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)))) #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 (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))
(-.f64 (fabs.f64 p) (/.f64 (fma.f64 (-.f64 (-.f64 p r) r) p (*.f64 (*.f64 q q) #s(literal 4 binary64))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))))
(fma.f64 r r (neg.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(fma.f64 (fma.f64 r #s(literal 2 binary64) (neg.f64 p)) p (*.f64 #s(literal -4 binary64) (*.f64 q q)))
r
(neg.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))
(neg.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
(/.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))))))
(/.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)))) (fabs.f64 r)))
(+.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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))
(fabs.f64 r)
(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))))
(fabs.f64 p)

localize302.0ms (2.9%)

Memory
9.1MiB live, 556.4MiB allocated
Localize:

Found 16 expressions of interest:

NewMetricScoreProgram
accuracy0.0078125
(/.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))))))
accuracy10.708173160188183
(fma.f64 r r (neg.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
accuracy21.059991234049967
(sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))
accuracy23.494106465406926
(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))
accuracy4.313314307997042
(*.f64 (fma.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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)
accuracy11.839058480447827
(fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))
accuracy17.938084604551086
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))
accuracy23.182849012404585
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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))
accuracy2.6786696710894717
(*.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)))
accuracy8.924230971475183
(fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64))
accuracy18.72552980650213
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r)
accuracy26.592233102940828
#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))))
accuracy0.0
(*.f64 #s(literal -1/2 binary64) p)
accuracy38.41711304229578
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
accuracy0.0
(neg.f64 q)
accuracy23.334728128124265
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
Samples
105.0ms91×2exit
101.0ms114×1valid
39.0ms41×2valid
3.0ms1exit
1.0ms0valid
Compiler

Compiled 983 to 118 computations (88% saved)

Precisions
Click to see histograms. Total time spent on operations: 187.0ms
ival-mult: 40.0ms (21.4% of total)
adjust: 37.0ms (19.8% of total)
ival-add: 33.0ms (17.7% of total)
ival-sqrt: 25.0ms (13.4% of total)
ival-sub: 19.0ms (10.2% of total)
ival-div: 18.0ms (9.6% of total)
ival-pow2: 8.0ms (4.3% of total)
ival-neg: 4.0ms (2.1% of total)
ival-fabs: 3.0ms (1.6% of total)
exact: 1.0ms (0.5% of total)
ival-true: 0.0ms (0% of total)
ival-assert: 0.0ms (0% of total)

series106.0ms (1%)

Memory
-24.6MiB live, 214.0MiB allocated
Counts
21 → 261
Calls
Call 1
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))
(fma.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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)))
(*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.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 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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))
(*.f64 (fma.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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)
(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) #s(literal 2 binary64))
(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))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (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)))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) 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 #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))))))
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)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) r)) (* p (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))) 1/2)
(/ (pow q 2) (pow r 2))
(+ (/ (* p (pow q 2)) (pow r 3)) (/ (pow q 2) (pow r 2)))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2))
(+ (* p (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r))))) (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))
(* -4 (pow q 2))
(- (* 2 (* p r)) (* 4 (pow q 2)))
(- (* p (- (* -1 p) (* -2 r))) (* 4 (pow q 2)))
(- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(- (+ (fabs p) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(- (+ (fabs p) (* p (- (* p (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(- (+ (fabs p) (* p (- (* p (- (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (- (+ (* -1 (* (/ (* r (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -4 (+ (* 1/2 (* (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (+ (* 1/2 (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* 1/2 (/ (* (pow r 3) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))
(+ (* -1/2 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) (* p (+ (* -1/2 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (* 1/2 (* p (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))))
(+ (* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) (* p (+ (* -1/2 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (* p (+ (* 1/2 (* p (- (+ (* -1 (* (/ (* r (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -4 (+ (* 1/2 (* (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (+ (* 1/2 (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* 1/2 (/ (* (pow r 3) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 1/2 (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))))))))
(- (+ (fabs p) (fabs r)) r)
(+ (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))))))))))
(/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
(+ (* (/ (* p r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(+ (* p (- (* -1 (* p (+ (* -1 (/ (pow r 2) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (* -1 (* (/ r (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(+ (* p (- (* p (- (* -1 (* p (+ (* 1/2 (* (/ (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (+ (* 1/2 (/ (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (pow r 2) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -1 (/ (pow r 2) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (* -1 (* (/ r (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(* 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)
(* p (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r))))
(* p (- (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (+ (* -1 (/ (pow q 2) (pow r 3))) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ (+ (/ (fabs p) r) (/ (fabs r) r)) p))))) (* 1/2 (/ 1 p))))
(/ (* p (pow q 2)) (pow r 3))
(* p (+ (/ (pow q 2) (* p (pow r 2))) (/ (pow q 2) (pow r 3))))
(* p (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))
(* p (+ (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))) (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)))
(* -1 (pow p 2))
(* (pow p 2) (- (* 2 (/ r p)) 1))
(* (pow p 2) (- (* -4 (/ (pow q 2) (pow p 2))) (+ 1 (* -2 (/ r p)))))
(* p (- (+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -2 (/ r p)))))
(* p (- (+ (* -1 (/ r p)) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (+ (/ (fabs r) p) (/ (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 2)))))) (+ 1 (+ (* -2 (/ r p)) (* 4 (/ (pow q 2) (pow p 2)))))))
(* p (- (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (+ (* 2 (/ (* (pow q 2) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 3))) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (+ (/ (fabs r) p) (+ (/ (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 2)) (/ (* (+ (fabs r) (* -1 r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))))) (pow p 3))))))))) (+ 1 (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 r))) (pow p 3))) (+ (* -2 (/ r p)) (+ (* 4 (/ (pow q 2) (pow p 2))) (/ (* (pow r 2) (+ (fabs r) (* -1 r))) (pow p 3))))))))
(* p (- (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -2 r)) p)) 1/2))
(* p (- (+ (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -2 r)) p)) (* 1/2 (/ (- (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))) (* 4 (pow q 2))) (pow p 2)))) 1/2))
(* p (- (+ (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -2 r)) p)) (+ (* 1/2 (/ (- (+ (* 2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* -2 r) (+ (fabs r) (* -1 r))))) (* (+ (fabs r) (* -1 r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))))))) (+ (* -4 (* (pow q 2) (+ (fabs r) (* -1 r)))) (* (pow r 2) (+ (fabs r) (* -1 r))))) (pow p 3))) (* 1/2 (/ (- (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))) (* 4 (pow q 2))) (pow p 2))))) 1/2))
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 (* -1 (/ (+ (fabs r) (* -1 r)) p))) p)
(/ (- (+ 1 (* -1 (/ (+ (* -1 (pow (+ (fabs r) (* -1 r)) 2)) (* 2 (pow q 2))) (pow p 2)))) (+ (* -1 (/ r p)) (/ (fabs r) p))) p)
(/ (- (+ 1 (* -1 (/ (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 r)))) (+ (* -1 (* (+ (fabs r) (* -1 r)) (+ (* -1 (pow (+ (fabs r) (* -1 r)) 2)) (* 2 (pow q 2))))) (* 2 (* (pow q 2) r)))) (pow p 3)))) (+ (* -1 (/ r p)) (+ (* -1 (/ (pow (+ (fabs r) (* -1 r)) 2) (pow p 2))) (+ (* 2 (/ (pow q 2) (pow p 2))) (/ (fabs r) p))))) 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 (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r)))))
(* -1 (* p (- (+ (* -1 (/ (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2) p)) (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))
(* -1 (* p (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (* -1 (/ (pow q 2) (pow r 3))))))
(* -1 (* p (* r (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r))))))
(* -1 (* p (+ (* -1 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)) (* r (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r)))))))
(* (pow p 2) (- (* -1 (/ (- (* 4 (/ (pow q 2) p)) (* 2 r)) p)) 1))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (fabs r))) (* 2 r)) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))) p))))) (* 2 r)) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* 2 r) (+ r (fabs r))))) (* (+ r (fabs r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ r (fabs r)))) (* (pow r 2) (+ r (fabs r))))) p)) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r)))))) (* 4 (pow q 2))) p))))) (* 2 r)) p)) 1)))
(* -1 (* p (- (* -1/2 (/ (- (+ r (+ (fabs p) (fabs r))) (* 2 r)) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* -1/2 (/ (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))) p)) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) (* 2 r)))) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* 2 r) (+ r (fabs r))))) (* (+ r (fabs r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ r (fabs r)))) (* (pow r 2) (+ r (fabs r))))) p)) (* 1/2 (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))))) p)) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) (* 2 r)))) p)) 1/2)))
(* -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 p)
(* -1 (/ (+ 1 (+ (/ r p) (/ (fabs r) p))) p))
(* -1 (/ (+ 1 (* -1 (/ (- (+ (* -1 (/ (pow (+ r (fabs r)) 2) p)) (* 2 (/ (pow q 2) p))) (+ r (fabs r))) p))) p))
(* -1 (/ (+ 1 (* -1 (/ (- (* -1 (/ (- (+ (* -2 (/ (* (pow q 2) r) p)) (+ (* -2 (/ (* (pow q 2) (+ r (fabs r))) p)) (* -1 (/ (* (+ r (fabs r)) (+ (* -1 (pow (+ r (fabs r)) 2)) (* 2 (pow q 2)))) p)))) (+ (* -1 (pow (+ r (fabs r)) 2)) (* 2 (pow q 2)))) p)) (+ r (fabs r))) 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 (/ (* p (pow q 2)) (pow r 3)))
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 3))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))))) (pow r 3))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))))) (pow r 3))
(/ (+ (* p (pow q 2)) (* (pow q 2) r)) (pow r 3))
(* -1 (/ (* p (pow q 2)) (pow r 2)))
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 2))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))))) (pow r 2))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))))) (pow r 2))
(* -1 (+ (* 4 (pow q 2)) (pow p 2)))
(- (* 2 (* p r)) (+ (* 4 (pow q 2)) (pow p 2)))
(- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(- (+ (fabs p) (* r (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(- (+ (fabs p) (* r (- (+ (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(- (+ (fabs p) (* r (- (+ (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 3) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))) (+ (* -4 (+ (* 1/2 (* (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (+ (* 1/2 (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* (/ (* p (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))))
(+ (* 1/2 (* r (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))
(+ (* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) (* r (+ (* 1/2 (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (* 1/2 (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))))
(+ (* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) (* r (+ (* 1/2 (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (* r (+ (* 1/2 (* r (- (+ (* -1 (* (/ (* p (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 3) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))) (+ (* -4 (+ (* 1/2 (* (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (+ (* 1/2 (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* (/ (* p (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (* 1/2 (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))))))))
(+ (fabs p) (+ (fabs r) (* -1 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 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(+ (* (/ (* p r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(+ (* r (- (* -1 (* r (+ (* -1 (/ (pow p 2) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(+ (* r (- (* r (- (* -1 (* r (+ (* 1/2 (* (/ (* p (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (+ (* 1/2 (/ (* p (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* (/ (* p (+ (* -1 (/ (pow p 2) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (+ (* -1 (/ (pow p 2) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 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 (- (* -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 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)
(- (+ (* -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)
(/ (+ (/ (* p (pow q 2)) r) (pow q 2)) (pow r 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))
(* 2 (* p r))
(* r (- (* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r)) (* -2 p)))
(- (fabs p) (* -2 p))
(- (+ (fabs p) (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r)) (+ (* -2 p) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r)))))
(- (+ (fabs p) (+ (* 2 (/ (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))) (pow r 2))) (+ (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r) (/ (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 2))))) (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -2 p) (+ (* -2 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 2))) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r))))))))
(- (+ (fabs p) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* 2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))))) (pow r 3))) (+ (* 2 (/ (* p (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (pow r 3))) (+ (* 2 (/ (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))) (pow r 2))) (+ (* 2 (/ (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 3))) (+ (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r) (/ (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 2)))))))) (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -4 (/ (+ (* -1 (* (pow q 2) (pow (+ (fabs r) (* -1 p)) 2))) (* 2 (pow q 4))) (pow r 3))) (+ (* -2 p) (+ (* -2 (/ (* p (* (pow q 2) (+ (fabs r) (* -1 p)))) (pow r 3))) (+ (* -2 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -2 (/ (* (pow q 2) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 3))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* 2 (* p (pow q 2)))))) (pow r 3))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 2))) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r))))))))))))
(* 1/2 (- (fabs p) (* -2 p)))
(+ (* 1/2 (- (fabs p) (* -2 p))) (* 1/2 (/ (- (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)))
(+ (* 1/2 (- (fabs p) (* -2 p))) (+ (* 1/2 (/ (- (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)) (* 1/2 (/ (- (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))) (+ (* -4 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))))))) (pow r 2)))))
(+ (* 1/2 (- (fabs p) (* -2 p))) (+ (* 1/2 (/ (- (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)) (+ (* 1/2 (/ (- (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* 2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))))))) (+ (* 2 (* p (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ (fabs r) (* -1 p)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* p (* (pow q 2) (+ (fabs r) (* -1 p))))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* 2 (* p (pow q 2))))))))))) (pow r 3))) (* 1/2 (/ (- (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))) (+ (* -4 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))))))) (pow r 2))))))
(* -1 r)
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1))
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)
(/ (+ 1 (* -1 (/ (+ (fabs r) (* -1 p)) r))) r)
(/ (- (+ 1 (* -1 (/ (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))) (pow r 2)))) (+ (* -1 (/ p r)) (/ (fabs r) r))) r)
(/ (- (+ 1 (* -1 (/ (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* 2 (* p (pow q 2))))) (pow r 3)))) (+ (* -1 (/ p r)) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) (pow r 2))) (+ (* 2 (/ (pow q 2) (pow r 2))) (/ (fabs r) r))))) 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/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 (/ (+ (* -1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) r)) r)) 1/2)
(- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* -1/2 (+ p (+ (fabs p) (fabs r))))) r)) 1/2)
(* -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)))))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(* -1 (* r (- (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r)) (* 2 p))))
(- (fabs p) (* 2 p))
(- (+ (fabs p) (* -1 (/ (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(- (+ (fabs p) (* -1 (/ (- (+ (* -1 (/ (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(- (+ (fabs p) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -2 (* p (* (pow q 2) (- (* 2 p) (+ p (fabs r)))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ p (fabs r)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))))))) (* 2 (* p (* (pow q 2) (+ p (fabs r))))))))) r)) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(* 1/2 (- (fabs p) (* 2 p)))
(+ (* -1/2 (/ (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)) (* 1/2 (- (fabs p) (* 2 p))))
(+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* 1/2 (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))))) r)) (* 1/2 (- (fabs p) (* 2 p))))
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -2 (* p (* (pow q 2) (- (* 2 p) (+ p (fabs r)))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ p (fabs r)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))))))) (* 2 (* p (* (pow q 2) (+ p (fabs r))))))))) r)) (* 1/2 (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))))) r)) (* 1/2 (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))))) r)) (* 1/2 (- (fabs p) (* 2 p))))
(* -1 (* r (+ 1 (* -1 (/ (+ (fabs p) (fabs r)) 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 r)
(* -1 (/ (+ 1 (+ (/ p r) (/ (fabs r) r))) r))
(* -1 (/ (+ 1 (* -1 (/ (- (+ (* -1 (/ (pow (+ p (fabs r)) 2) r)) (* 2 (/ (pow q 2) r))) (+ p (fabs r))) r))) r))
(* -1 (/ (+ 1 (* -1 (/ (- (* -1 (/ (- (+ (* -2 (/ (* p (pow q 2)) r)) (+ (* -2 (/ (* (pow q 2) (+ p (fabs r))) r)) (* -1 (/ (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))) r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))) r)) (+ p (fabs r))) 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 (/ (* (pow q 2) (+ 1 (/ p r))) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)
(/ (* (pow q 2) (+ 1 (/ p r))) (pow r 2))
(+ (* -1 (/ (* (pow q 2) (+ 1 (/ p r))) r)) (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))
(- (pow r 2) (pow (- p r) 2))
(- (+ (* -4 (pow q 2)) (pow r 2)) (pow (- p r) 2))
(- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (+ (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (* (pow q 2) (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (+ (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (* (pow q 2) (- (+ (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* (pow q 2) (- (+ (* 2 (/ (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* -2 (/ (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2))))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* 4 (/ (pow r 2) (* (pow (- p r) 4) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ (pow r 2) (* (pow (- p r) 5) (pow (- (+ p (fabs r)) r) 2)))))))))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r))))
(+ (* 1/2 (* (pow q 2) (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r))))))) (* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))))
(+ (* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (* 1/2 (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))))))
(+ (* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))) (* (pow q 2) (+ (* 1/2 (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (+ (* 2 (/ (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* -2 (/ (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2))))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* 4 (/ (pow r 2) (* (pow (- p r) 4) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ (pow r 2) (* (pow (- p r) 5) (pow (- (+ p (fabs r)) r) 2)))))))))) (* 1/2 (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))))))))))))
(- 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)
(/ 1 (- (+ p (fabs r)) r))
(+ (* -2 (/ (pow q 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (/ 1 (- (+ p (fabs r)) r)))
(+ (* (pow q 2) (- (* (pow q 2) (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))))) (/ 1 (- (+ p (fabs r)) r)))
(+ (* (pow q 2) (- (* (pow q 2) (+ (* -1 (* (pow q 2) (+ (* 2 (/ (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2))))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (/ 1 (* (pow (- p r) 4) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ 1 (* (pow (- p r) 5) (pow (- (+ p (fabs r)) r) 2)))))))) (+ (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3))))))) (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))))) (/ 1 (- (+ p (fabs 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))
(* -1 (/ (* (pow q 2) (+ 1 (/ p r))) (pow r 2)))
(* (pow q 2) (- (+ (* -1 (/ (+ 1 (/ p r)) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (* (pow q 2) r)))) (* 1/2 (/ 1 (pow q 2)))))
(* -1 (/ (* (pow q 2) (+ 1 (/ p r))) r))
(* (pow q 2) (+ (* -1 (/ (+ 1 (/ p r)) r)) (/ (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) (pow q 2))))
(* (pow q 2) (- (/ (pow r 2) (pow q 2)) (+ 4 (/ (pow (- p r) 2) (pow q 2)))))
(* -2 q)
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))
(* q (- (+ (* -1/2 (/ (pow (fabs r) 2) (pow q 2))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/2 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))))) (+ 2 (* 1/2 (/ (pow (- p r) 2) (pow q 2))))))
(* q (- (+ (* -1/2 (/ (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2)))) (pow q 3))) (+ (* -1/2 (/ (pow (fabs r) 2) (pow q 2))) (+ (* -1/8 (/ (* (fabs r) (pow (- p r) 2)) (pow q 3))) (+ (* 1/4 (/ (* (fabs r) (pow (- p r) 2)) (pow q 3))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/2 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))))))) (+ 2 (+ (* 1/4 (/ (* (pow r 2) (fabs r)) (pow q 3))) (* 1/2 (/ (pow (- p r) 2) (pow q 2)))))))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) (pow q 2)))) 1))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) (pow q 3))) (* 1/2 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) (pow q 2))))) 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)))))))
(/ 1/2 q)
(/ (+ 1/2 (* -1/4 (/ (fabs r) q))) q)
(/ (- (+ 1/2 (* -1 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow (- p r) 2))) (pow q 2)))) (* 1/4 (/ (fabs r) q))) q)
(/ (- (+ 1/2 (* -1 (/ (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow (- p r) 2))))) (* -1/32 (* (fabs r) (pow (- p r) 2)))) (pow q 3)))) (+ (* -1/8 (/ (pow (fabs r) 2) (pow q 2))) (+ (* 1/16 (/ (pow (- p r) 2) (pow q 2))) (* 1/4 (/ (fabs r) q))))) q)
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 (/ (+ (fabs p) (fabs r)) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) q)) (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2))))) (* 1/2 (pow (- p r) 2))) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) q)) (* 1/2 (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 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/2 q)
(* -1 (/ (+ 1/2 (* 1/4 (/ (fabs r) q))) q))
(* -1 (/ (+ 1/2 (* -1 (/ (- (+ (* -1/8 (/ (pow (fabs r) 2) q)) (* 1/16 (/ (pow (- p r) 2) q))) (* 1/4 (fabs r))) q))) q))
(* -1 (/ (+ 1/2 (* -1 (/ (- (* -1 (/ (- (+ (* -1/2 (/ (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow (- p r) 2)))) q)) (* -1/32 (/ (* (fabs r) (pow (- p r) 2)) q))) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow (- p r) 2)))) q)) (* 1/4 (fabs r))) q))) q))
Calls

9 calls:

TimeVariablePointExpression
18.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 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (- (+ (fabs r) (fabs p)) r) (+ (+ (fabs r) p) (fabs p)) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))))
17.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 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (- (+ (fabs r) (fabs p)) r) (+ (+ (fabs r) p) (fabs p)) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))))
15.0ms
r
@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 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (- (+ (fabs r) (fabs p)) r) (+ (+ (fabs r) p) (fabs p)) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))))
9.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 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (- (+ (fabs r) (fabs p)) r) (+ (+ (fabs r) p) (fabs p)) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))))
9.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 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (- (+ (fabs r) (fabs p)) r) (+ (+ (fabs r) p) (fabs p)) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))))

simplify213.0ms (2.1%)

Memory
25.0MiB live, 364.6MiB allocated
Algorithm
egg-herbie
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
0164816222
1541715454
0816914623
Stop Event
iter limit
node limit
Counts
261 → 258
Calls
Call 1
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)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) r)) (* p (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))) 1/2)
(/ (pow q 2) (pow r 2))
(+ (/ (* p (pow q 2)) (pow r 3)) (/ (pow q 2) (pow r 2)))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2))
(+ (* p (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r))))) (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))
(* -4 (pow q 2))
(- (* 2 (* p r)) (* 4 (pow q 2)))
(- (* p (- (* -1 p) (* -2 r))) (* 4 (pow q 2)))
(- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(- (+ (fabs p) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(- (+ (fabs p) (* p (- (* p (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(- (+ (fabs p) (* p (- (* p (- (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (- (+ (* -1 (* (/ (* r (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -4 (+ (* 1/2 (* (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (+ (* 1/2 (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* 1/2 (/ (* (pow r 3) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))
(+ (* -1/2 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) (* p (+ (* -1/2 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (* 1/2 (* p (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))))
(+ (* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) (* p (+ (* -1/2 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (* p (+ (* 1/2 (* p (- (+ (* -1 (* (/ (* r (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -4 (+ (* 1/2 (* (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (+ (* 1/2 (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* 1/2 (/ (* (pow r 3) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 1/2 (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))))))))
(- (+ (fabs p) (fabs r)) r)
(+ (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))))))))))
(/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
(+ (* (/ (* p r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(+ (* p (- (* -1 (* p (+ (* -1 (/ (pow r 2) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (* -1 (* (/ r (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(+ (* p (- (* p (- (* -1 (* p (+ (* 1/2 (* (/ (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (+ (* 1/2 (/ (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (pow r 2) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -1 (/ (pow r 2) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (* -1 (* (/ r (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(* 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)
(* p (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r))))
(* p (- (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (+ (* -1 (/ (pow q 2) (pow r 3))) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ (+ (/ (fabs p) r) (/ (fabs r) r)) p))))) (* 1/2 (/ 1 p))))
(/ (* p (pow q 2)) (pow r 3))
(* p (+ (/ (pow q 2) (* p (pow r 2))) (/ (pow q 2) (pow r 3))))
(* p (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))
(* p (+ (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))) (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)))
(* -1 (pow p 2))
(* (pow p 2) (- (* 2 (/ r p)) 1))
(* (pow p 2) (- (* -4 (/ (pow q 2) (pow p 2))) (+ 1 (* -2 (/ r p)))))
(* p (- (+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -2 (/ r p)))))
(* p (- (+ (* -1 (/ r p)) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (+ (/ (fabs r) p) (/ (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 2)))))) (+ 1 (+ (* -2 (/ r p)) (* 4 (/ (pow q 2) (pow p 2)))))))
(* p (- (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (+ (* 2 (/ (* (pow q 2) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 3))) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (+ (/ (fabs r) p) (+ (/ (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 2)) (/ (* (+ (fabs r) (* -1 r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))))) (pow p 3))))))))) (+ 1 (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 r))) (pow p 3))) (+ (* -2 (/ r p)) (+ (* 4 (/ (pow q 2) (pow p 2))) (/ (* (pow r 2) (+ (fabs r) (* -1 r))) (pow p 3))))))))
(* p (- (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -2 r)) p)) 1/2))
(* p (- (+ (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -2 r)) p)) (* 1/2 (/ (- (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))) (* 4 (pow q 2))) (pow p 2)))) 1/2))
(* p (- (+ (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -2 r)) p)) (+ (* 1/2 (/ (- (+ (* 2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* -2 r) (+ (fabs r) (* -1 r))))) (* (+ (fabs r) (* -1 r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))))))) (+ (* -4 (* (pow q 2) (+ (fabs r) (* -1 r)))) (* (pow r 2) (+ (fabs r) (* -1 r))))) (pow p 3))) (* 1/2 (/ (- (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))) (* 4 (pow q 2))) (pow p 2))))) 1/2))
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 (* -1 (/ (+ (fabs r) (* -1 r)) p))) p)
(/ (- (+ 1 (* -1 (/ (+ (* -1 (pow (+ (fabs r) (* -1 r)) 2)) (* 2 (pow q 2))) (pow p 2)))) (+ (* -1 (/ r p)) (/ (fabs r) p))) p)
(/ (- (+ 1 (* -1 (/ (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 r)))) (+ (* -1 (* (+ (fabs r) (* -1 r)) (+ (* -1 (pow (+ (fabs r) (* -1 r)) 2)) (* 2 (pow q 2))))) (* 2 (* (pow q 2) r)))) (pow p 3)))) (+ (* -1 (/ r p)) (+ (* -1 (/ (pow (+ (fabs r) (* -1 r)) 2) (pow p 2))) (+ (* 2 (/ (pow q 2) (pow p 2))) (/ (fabs r) p))))) 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 (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r)))))
(* -1 (* p (- (+ (* -1 (/ (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2) p)) (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))
(* -1 (* p (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (* -1 (/ (pow q 2) (pow r 3))))))
(* -1 (* p (* r (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r))))))
(* -1 (* p (+ (* -1 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)) (* r (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r)))))))
(* (pow p 2) (- (* -1 (/ (- (* 4 (/ (pow q 2) p)) (* 2 r)) p)) 1))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (fabs r))) (* 2 r)) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))) p))))) (* 2 r)) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* 2 r) (+ r (fabs r))))) (* (+ r (fabs r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ r (fabs r)))) (* (pow r 2) (+ r (fabs r))))) p)) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r)))))) (* 4 (pow q 2))) p))))) (* 2 r)) p)) 1)))
(* -1 (* p (- (* -1/2 (/ (- (+ r (+ (fabs p) (fabs r))) (* 2 r)) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* -1/2 (/ (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))) p)) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) (* 2 r)))) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* 2 r) (+ r (fabs r))))) (* (+ r (fabs r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ r (fabs r)))) (* (pow r 2) (+ r (fabs r))))) p)) (* 1/2 (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))))) p)) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) (* 2 r)))) p)) 1/2)))
(* -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 p)
(* -1 (/ (+ 1 (+ (/ r p) (/ (fabs r) p))) p))
(* -1 (/ (+ 1 (* -1 (/ (- (+ (* -1 (/ (pow (+ r (fabs r)) 2) p)) (* 2 (/ (pow q 2) p))) (+ r (fabs r))) p))) p))
(* -1 (/ (+ 1 (* -1 (/ (- (* -1 (/ (- (+ (* -2 (/ (* (pow q 2) r) p)) (+ (* -2 (/ (* (pow q 2) (+ r (fabs r))) p)) (* -1 (/ (* (+ r (fabs r)) (+ (* -1 (pow (+ r (fabs r)) 2)) (* 2 (pow q 2)))) p)))) (+ (* -1 (pow (+ r (fabs r)) 2)) (* 2 (pow q 2)))) p)) (+ r (fabs r))) 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 (/ (* p (pow q 2)) (pow r 3)))
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 3))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))))) (pow r 3))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))))) (pow r 3))
(/ (+ (* p (pow q 2)) (* (pow q 2) r)) (pow r 3))
(* -1 (/ (* p (pow q 2)) (pow r 2)))
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 2))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))))) (pow r 2))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))))) (pow r 2))
(* -1 (+ (* 4 (pow q 2)) (pow p 2)))
(- (* 2 (* p r)) (+ (* 4 (pow q 2)) (pow p 2)))
(- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(- (+ (fabs p) (* r (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(- (+ (fabs p) (* r (- (+ (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(- (+ (fabs p) (* r (- (+ (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 3) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))) (+ (* -4 (+ (* 1/2 (* (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (+ (* 1/2 (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* (/ (* p (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))))
(+ (* 1/2 (* r (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))
(+ (* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) (* r (+ (* 1/2 (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (* 1/2 (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))))
(+ (* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) (* r (+ (* 1/2 (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (* r (+ (* 1/2 (* r (- (+ (* -1 (* (/ (* p (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 3) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))) (+ (* -4 (+ (* 1/2 (* (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (+ (* 1/2 (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* (/ (* p (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (* 1/2 (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))))))))
(+ (fabs p) (+ (fabs r) (* -1 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 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(+ (* (/ (* p r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(+ (* r (- (* -1 (* r (+ (* -1 (/ (pow p 2) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(+ (* r (- (* r (- (* -1 (* r (+ (* 1/2 (* (/ (* p (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (+ (* 1/2 (/ (* p (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* (/ (* p (+ (* -1 (/ (pow p 2) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (+ (* -1 (/ (pow p 2) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 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 (- (* -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 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)
(- (+ (* -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)
(/ (+ (/ (* p (pow q 2)) r) (pow q 2)) (pow r 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))
(* 2 (* p r))
(* r (- (* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r)) (* -2 p)))
(- (fabs p) (* -2 p))
(- (+ (fabs p) (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r)) (+ (* -2 p) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r)))))
(- (+ (fabs p) (+ (* 2 (/ (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))) (pow r 2))) (+ (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r) (/ (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 2))))) (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -2 p) (+ (* -2 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 2))) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r))))))))
(- (+ (fabs p) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* 2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))))) (pow r 3))) (+ (* 2 (/ (* p (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (pow r 3))) (+ (* 2 (/ (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))) (pow r 2))) (+ (* 2 (/ (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 3))) (+ (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r) (/ (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 2)))))))) (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -4 (/ (+ (* -1 (* (pow q 2) (pow (+ (fabs r) (* -1 p)) 2))) (* 2 (pow q 4))) (pow r 3))) (+ (* -2 p) (+ (* -2 (/ (* p (* (pow q 2) (+ (fabs r) (* -1 p)))) (pow r 3))) (+ (* -2 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -2 (/ (* (pow q 2) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 3))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* 2 (* p (pow q 2)))))) (pow r 3))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 2))) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r))))))))))))
(* 1/2 (- (fabs p) (* -2 p)))
(+ (* 1/2 (- (fabs p) (* -2 p))) (* 1/2 (/ (- (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)))
(+ (* 1/2 (- (fabs p) (* -2 p))) (+ (* 1/2 (/ (- (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)) (* 1/2 (/ (- (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))) (+ (* -4 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))))))) (pow r 2)))))
(+ (* 1/2 (- (fabs p) (* -2 p))) (+ (* 1/2 (/ (- (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)) (+ (* 1/2 (/ (- (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* 2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))))))) (+ (* 2 (* p (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ (fabs r) (* -1 p)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* p (* (pow q 2) (+ (fabs r) (* -1 p))))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* 2 (* p (pow q 2))))))))))) (pow r 3))) (* 1/2 (/ (- (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))) (+ (* -4 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))))))) (pow r 2))))))
(* -1 r)
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1))
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)
(/ (+ 1 (* -1 (/ (+ (fabs r) (* -1 p)) r))) r)
(/ (- (+ 1 (* -1 (/ (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))) (pow r 2)))) (+ (* -1 (/ p r)) (/ (fabs r) r))) r)
(/ (- (+ 1 (* -1 (/ (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* 2 (* p (pow q 2))))) (pow r 3)))) (+ (* -1 (/ p r)) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) (pow r 2))) (+ (* 2 (/ (pow q 2) (pow r 2))) (/ (fabs r) r))))) 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/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 (/ (+ (* -1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) r)) r)) 1/2)
(- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* -1/2 (+ p (+ (fabs p) (fabs r))))) r)) 1/2)
(* -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)))))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(* -1 (* r (- (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r)) (* 2 p))))
(- (fabs p) (* 2 p))
(- (+ (fabs p) (* -1 (/ (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(- (+ (fabs p) (* -1 (/ (- (+ (* -1 (/ (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(- (+ (fabs p) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -2 (* p (* (pow q 2) (- (* 2 p) (+ p (fabs r)))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ p (fabs r)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))))))) (* 2 (* p (* (pow q 2) (+ p (fabs r))))))))) r)) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(* 1/2 (- (fabs p) (* 2 p)))
(+ (* -1/2 (/ (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)) (* 1/2 (- (fabs p) (* 2 p))))
(+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* 1/2 (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))))) r)) (* 1/2 (- (fabs p) (* 2 p))))
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -2 (* p (* (pow q 2) (- (* 2 p) (+ p (fabs r)))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ p (fabs r)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))))))) (* 2 (* p (* (pow q 2) (+ p (fabs r))))))))) r)) (* 1/2 (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))))) r)) (* 1/2 (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))))) r)) (* 1/2 (- (fabs p) (* 2 p))))
(* -1 (* r (+ 1 (* -1 (/ (+ (fabs p) (fabs r)) 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 r)
(* -1 (/ (+ 1 (+ (/ p r) (/ (fabs r) r))) r))
(* -1 (/ (+ 1 (* -1 (/ (- (+ (* -1 (/ (pow (+ p (fabs r)) 2) r)) (* 2 (/ (pow q 2) r))) (+ p (fabs r))) r))) r))
(* -1 (/ (+ 1 (* -1 (/ (- (* -1 (/ (- (+ (* -2 (/ (* p (pow q 2)) r)) (+ (* -2 (/ (* (pow q 2) (+ p (fabs r))) r)) (* -1 (/ (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))) r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))) r)) (+ p (fabs r))) 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 (/ (* (pow q 2) (+ 1 (/ p r))) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)
(/ (* (pow q 2) (+ 1 (/ p r))) (pow r 2))
(+ (* -1 (/ (* (pow q 2) (+ 1 (/ p r))) r)) (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))
(- (pow r 2) (pow (- p r) 2))
(- (+ (* -4 (pow q 2)) (pow r 2)) (pow (- p r) 2))
(- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (+ (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (* (pow q 2) (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (+ (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (* (pow q 2) (- (+ (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* (pow q 2) (- (+ (* 2 (/ (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* -2 (/ (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2))))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* 4 (/ (pow r 2) (* (pow (- p r) 4) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ (pow r 2) (* (pow (- p r) 5) (pow (- (+ p (fabs r)) r) 2)))))))))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r))))
(+ (* 1/2 (* (pow q 2) (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r))))))) (* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))))
(+ (* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (* 1/2 (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))))))
(+ (* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))) (* (pow q 2) (+ (* 1/2 (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (+ (* 2 (/ (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* -2 (/ (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2))))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* 4 (/ (pow r 2) (* (pow (- p r) 4) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ (pow r 2) (* (pow (- p r) 5) (pow (- (+ p (fabs r)) r) 2)))))))))) (* 1/2 (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))))))))))))
(- 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)
(/ 1 (- (+ p (fabs r)) r))
(+ (* -2 (/ (pow q 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (/ 1 (- (+ p (fabs r)) r)))
(+ (* (pow q 2) (- (* (pow q 2) (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))))) (/ 1 (- (+ p (fabs r)) r)))
(+ (* (pow q 2) (- (* (pow q 2) (+ (* -1 (* (pow q 2) (+ (* 2 (/ (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2))))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (/ 1 (* (pow (- p r) 4) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ 1 (* (pow (- p r) 5) (pow (- (+ p (fabs r)) r) 2)))))))) (+ (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3))))))) (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))))) (/ 1 (- (+ p (fabs 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))
(* -1 (/ (* (pow q 2) (+ 1 (/ p r))) (pow r 2)))
(* (pow q 2) (- (+ (* -1 (/ (+ 1 (/ p r)) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (* (pow q 2) r)))) (* 1/2 (/ 1 (pow q 2)))))
(* -1 (/ (* (pow q 2) (+ 1 (/ p r))) r))
(* (pow q 2) (+ (* -1 (/ (+ 1 (/ p r)) r)) (/ (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) (pow q 2))))
(* (pow q 2) (- (/ (pow r 2) (pow q 2)) (+ 4 (/ (pow (- p r) 2) (pow q 2)))))
(* -2 q)
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))
(* q (- (+ (* -1/2 (/ (pow (fabs r) 2) (pow q 2))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/2 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))))) (+ 2 (* 1/2 (/ (pow (- p r) 2) (pow q 2))))))
(* q (- (+ (* -1/2 (/ (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2)))) (pow q 3))) (+ (* -1/2 (/ (pow (fabs r) 2) (pow q 2))) (+ (* -1/8 (/ (* (fabs r) (pow (- p r) 2)) (pow q 3))) (+ (* 1/4 (/ (* (fabs r) (pow (- p r) 2)) (pow q 3))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/2 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))))))) (+ 2 (+ (* 1/4 (/ (* (pow r 2) (fabs r)) (pow q 3))) (* 1/2 (/ (pow (- p r) 2) (pow q 2)))))))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) (pow q 2)))) 1))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) (pow q 3))) (* 1/2 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) (pow q 2))))) 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)))))))
(/ 1/2 q)
(/ (+ 1/2 (* -1/4 (/ (fabs r) q))) q)
(/ (- (+ 1/2 (* -1 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow (- p r) 2))) (pow q 2)))) (* 1/4 (/ (fabs r) q))) q)
(/ (- (+ 1/2 (* -1 (/ (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow (- p r) 2))))) (* -1/32 (* (fabs r) (pow (- p r) 2)))) (pow q 3)))) (+ (* -1/8 (/ (pow (fabs r) 2) (pow q 2))) (+ (* 1/16 (/ (pow (- p r) 2) (pow q 2))) (* 1/4 (/ (fabs r) q))))) q)
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 (/ (+ (fabs p) (fabs r)) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) q)) (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2))))) (* 1/2 (pow (- p r) 2))) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) q)) (* 1/2 (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 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/2 q)
(* -1 (/ (+ 1/2 (* 1/4 (/ (fabs r) q))) q))
(* -1 (/ (+ 1/2 (* -1 (/ (- (+ (* -1/8 (/ (pow (fabs r) 2) q)) (* 1/16 (/ (pow (- p r) 2) q))) (* 1/4 (fabs r))) q))) q))
(* -1 (/ (+ 1/2 (* -1 (/ (- (* -1 (/ (- (+ (* -1/2 (/ (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow (- p r) 2)))) q)) (* -1/32 (/ (* (fabs r) (pow (- p r) 2)) q))) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow (- p r) 2)))) q)) (* 1/4 (fabs r))) q))) q))
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)))
(* -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 #s(literal 1/2 binary64) (+.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p))
(* -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 (fabs.f64 r) r) (fabs.f64 p)) p)) p)
(- (+ (* -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) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64))
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) r)) (* p (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))) 1/2)
(-.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #s(literal 1/2 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64)))) p)) (*.f64 (/.f64 q r) (/.f64 q r))) #s(literal 1/2 binary64))
(/ (pow q 2) (pow r 2))
(*.f64 (/.f64 q r) (/.f64 q r))
(+ (/ (* p (pow q 2)) (pow r 3)) (/ (pow q 2) (pow r 2)))
(fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2))
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (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)
(+ (* p (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r))))) (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))
(fma.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (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 (*.f64 (*.f64 r p) (-.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))))))
(* -4 (pow q 2))
(*.f64 #s(literal -4 binary64) (*.f64 q q))
(- (* 2 (* p r)) (* 4 (pow q 2)))
(fma.f64 (*.f64 r p) #s(literal 2 binary64) (*.f64 #s(literal -4 binary64) (*.f64 q q)))
(- (* p (- (* -1 p) (* -2 r))) (* 4 (pow q 2)))
(fma.f64 (fma.f64 #s(literal -1 binary64) p (*.f64 r #s(literal 2 binary64))) p (*.f64 #s(literal -4 binary64) (*.f64 q q)))
(- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(-.f64 (fabs.f64 p) (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
(- (+ (fabs p) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))
(- (+ (fabs p) (* p (- (* p (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(-.f64 (fma.f64 (fma.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 r (/.f64 (fma.f64 (/.f64 r (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))) (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (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 (*.f64 (*.f64 r q) (*.f64 r q))) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal -4 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) (/.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) p (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))) p (fabs.f64 p)) (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
(- (+ (fabs p) (* p (- (* p (- (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (- (+ (* -1 (* (/ (* r (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -4 (+ (* 1/2 (* (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (+ (* 1/2 (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* 1/2 (/ (* (pow r 3) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(-.f64 (fma.f64 (fma.f64 (fma.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 r (/.f64 (fma.f64 (/.f64 r (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fma.f64 (-.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)))) (/.f64 (fma.f64 (/.f64 r (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (neg.f64 (*.f64 r (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) (*.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 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r r)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (neg.f64 (*.f64 r (/.f64 (fma.f64 (/.f64 r (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))))) (fma.f64 (fma.f64 #s(literal 1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (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))) (fabs.f64 r)) #s(literal 2 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)))) (*.f64 (/.f64 (*.f64 (*.f64 q q) r) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 (*.f64 r (/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (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 (*.f64 (*.f64 r q) (*.f64 r q))) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 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))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) #s(literal -4 binary64) (fma.f64 (*.f64 r (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r r)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (neg.f64 (pow.f64 r #s(literal 4 binary64))) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 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))) (fabs.f64 r)))) (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) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (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))) (fabs.f64 r)) #s(literal 3 binary64))))))) p (neg.f64 (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (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 (*.f64 (*.f64 r q) (*.f64 r q))) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal -4 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) (/.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))))) p (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))) p (fabs.f64 p)) (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
(* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))
(*.f64 (-.f64 (fabs.f64 p) (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) #s(literal 1/2 binary64))
(+ (* -1/2 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))
(fma.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) p) #s(literal -1/2 binary64) (*.f64 (-.f64 (fabs.f64 p) (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) #s(literal 1/2 binary64)))
(+ (* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) (* p (+ (* -1/2 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (* 1/2 (* p (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) (-.f64 (*.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 r (/.f64 (fma.f64 (/.f64 r (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))) (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (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 (*.f64 (*.f64 r q) (*.f64 r q))) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal -4 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) (/.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) #s(literal -1/2 binary64))) p (*.f64 (-.f64 (fabs.f64 p) (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) #s(literal 1/2 binary64)))
(+ (* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) (* p (+ (* -1/2 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (* p (+ (* 1/2 (* p (- (+ (* -1 (* (/ (* r (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -4 (+ (* 1/2 (* (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (+ (* 1/2 (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* 1/2 (/ (* (pow r 3) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 1/2 (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.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)))) (/.f64 (fma.f64 (/.f64 r (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (neg.f64 (*.f64 r (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) (*.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 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r r)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (neg.f64 (*.f64 r (/.f64 (fma.f64 (/.f64 r (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))))) (fma.f64 (fma.f64 #s(literal 1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (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))) (fabs.f64 r)) #s(literal 2 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)))) (*.f64 (/.f64 (*.f64 (*.f64 q q) r) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 (*.f64 r (/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (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 (*.f64 (*.f64 r q) (*.f64 r q))) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 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))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) #s(literal -4 binary64) (fma.f64 (*.f64 r (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r r)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (/.f64 (neg.f64 (pow.f64 r #s(literal 4 binary64))) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 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))) (fabs.f64 r)))) (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) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (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))) (fabs.f64 r)) #s(literal 3 binary64))))))) p (-.f64 (*.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (*.f64 r (/.f64 (fma.f64 (/.f64 r (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))) (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (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 (*.f64 (*.f64 r q) (*.f64 r q))) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal -4 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) (/.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))))) p (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) #s(literal -1/2 binary64))) p (*.f64 (-.f64 (fabs.f64 p) (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) #s(literal 1/2 binary64)))
(- (+ (fabs p) (fabs r)) r)
(+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))
(+ (fabs p) (fabs r))
(+.f64 (fabs.f64 r) (fabs.f64 p))
(+ p (+ (fabs p) (fabs r)))
(+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r))
(- (* 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))))
(/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
(/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))
(+ (* (/ (* p r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(fma.f64 (/.f64 (*.f64 r p) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 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 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
(+ (* p (- (* -1 (* p (+ (* -1 (/ (pow r 2) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (* -1 (* (/ r (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(fma.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 r r)) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64)))) p (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
(+ (* p (- (* p (- (* -1 (* p (+ (* 1/2 (* (/ (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (+ (* 1/2 (/ (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (pow r 2) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -1 (/ (pow r 2) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (* -1 (* (/ r (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(fma.f64 (fma.f64 (fma.f64 (neg.f64 p) (fma.f64 #s(literal 1/2 binary64) (fma.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 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)))) (*.f64 (/.f64 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)))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64))))) (*.f64 (*.f64 r (/.f64 (fma.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 r r)) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 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))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) (neg.f64 (fma.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 r r)) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) p (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) r) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64)))) p (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
(* 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 (/.f64 (*.f64 (neg.f64 q) q) (*.f64 p p)) (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) 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 (/.f64 (*.f64 (neg.f64 q) q) (*.f64 p p)) (fma.f64 (/.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64) #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))
(* p (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r))))
(*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64)))) p)
(* p (- (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (+ (* -1 (/ (pow q 2) (pow r 3))) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ (+ (/ (fabs p) r) (/ (fabs r) r)) p))))) (* 1/2 (/ 1 p))))
(*.f64 (-.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 (/.f64 q (*.f64 r r)) (/.f64 q p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 (/.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) p) #s(literal 1/2 binary64) (/.f64 #s(literal 1/2 binary64) r))) (/.f64 #s(literal 1/2 binary64) p)) p)
(/ (* p (pow q 2)) (pow r 3))
(/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))
(* p (+ (/ (pow q 2) (* p (pow r 2))) (/ (pow q 2) (pow r 3))))
(*.f64 (fma.f64 (/.f64 q (*.f64 r r)) (/.f64 q p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64)))) p)
(* p (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))
(*.f64 (*.f64 r p) (-.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64)))))
(* p (+ (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))) (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)))
(*.f64 (*.f64 r (+.f64 (/.f64 (-.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) p) (-.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64)))))) p)
(* -1 (pow p 2))
(*.f64 (neg.f64 p) p)
(* (pow p 2) (- (* 2 (/ r p)) 1))
(*.f64 (fma.f64 (/.f64 r p) #s(literal 2 binary64) #s(literal -1 binary64)) (*.f64 p p))
(* (pow p 2) (- (* -4 (/ (pow q 2) (pow p 2))) (+ 1 (* -2 (/ r p)))))
(*.f64 (-.f64 (*.f64 (/.f64 #s(literal -4 binary64) p) (/.f64 (*.f64 q q) p)) (fma.f64 (/.f64 r p) #s(literal -2 binary64) #s(literal 1 binary64))) (*.f64 p p))
(* p (- (+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -2 (/ r p)))))
(*.f64 (-.f64 (-.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) (/.f64 r p)) (fma.f64 (/.f64 r p) #s(literal -2 binary64) #s(literal 1 binary64))) p)
(* p (- (+ (* -1 (/ r p)) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (+ (/ (fabs r) p) (/ (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 2)))))) (+ 1 (+ (* -2 (/ r p)) (* 4 (/ (pow q 2) (pow p 2)))))))
(*.f64 (-.f64 (-.f64 (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (+.f64 (fma.f64 (-.f64 (fabs.f64 r) r) (/.f64 (-.f64 (*.f64 #s(literal -2 binary64) r) (-.f64 (fabs.f64 r) r)) (*.f64 p p)) (/.f64 (fabs.f64 r) p)) (/.f64 (fabs.f64 p) p))) (/.f64 r p)) (+.f64 (fma.f64 (/.f64 r p) #s(literal -2 binary64) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 4 binary64) p) (/.f64 (*.f64 q q) p)))) p)
(* p (- (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (+ (* 2 (/ (* (pow q 2) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 3))) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (+ (/ (fabs r) p) (+ (/ (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 2)) (/ (* (+ (fabs r) (* -1 r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))))) (pow p 3))))))))) (+ 1 (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 r))) (pow p 3))) (+ (* -2 (/ r p)) (+ (* 4 (/ (pow q 2) (pow p 2))) (/ (* (pow r 2) (+ (fabs r) (* -1 r))) (pow p 3))))))))
(*.f64 (-.f64 (-.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))) #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) (fma.f64 (*.f64 q q) (/.f64 (-.f64 (*.f64 #s(literal -2 binary64) r) (-.f64 (fabs.f64 r) r)) (pow.f64 p #s(literal 3 binary64))) (*.f64 (/.f64 q p) (/.f64 q p))) (+.f64 (fma.f64 (-.f64 (fabs.f64 r) r) (+.f64 (/.f64 (-.f64 (*.f64 r r) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) r) (-.f64 (fabs.f64 r) r)) (-.f64 (fabs.f64 r) r) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (pow.f64 p #s(literal 3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -2 binary64) r) (-.f64 (fabs.f64 r) r)) (*.f64 p p))) (/.f64 (fabs.f64 r) p)) (/.f64 (fabs.f64 p) p)))) (/.f64 r p)) (+.f64 (fma.f64 (/.f64 (*.f64 (-.f64 (fabs.f64 r) r) (*.f64 q q)) (pow.f64 p #s(literal 3 binary64))) #s(literal -4 binary64) (fma.f64 (/.f64 r p) #s(literal -2 binary64) (fma.f64 (/.f64 #s(literal 4 binary64) p) (/.f64 (*.f64 q q) p) (/.f64 (*.f64 (-.f64 (fabs.f64 r) r) (*.f64 r r)) (pow.f64 p #s(literal 3 binary64)))))) #s(literal 1 binary64))) p)
(* p (- (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -2 r)) p)) 1/2))
(*.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) (*.f64 #s(literal -2 binary64) r)) p) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) p)
(* p (- (+ (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -2 r)) p)) (* 1/2 (/ (- (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))) (* 4 (pow q 2))) (pow p 2)))) 1/2))
(*.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) r) (-.f64 (fabs.f64 r) r)) (-.f64 (fabs.f64 r) r) (*.f64 #s(literal -4 binary64) (*.f64 q q)))) (*.f64 p p)) (/.f64 (-.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) (*.f64 #s(literal -2 binary64) r)) p)) #s(literal -1/2 binary64)) p)
(* p (- (+ (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -2 r)) p)) (+ (* 1/2 (/ (- (+ (* 2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* -2 r) (+ (fabs r) (* -1 r))))) (* (+ (fabs r) (* -1 r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))))))) (+ (* -4 (* (pow q 2) (+ (fabs r) (* -1 r)))) (* (pow r 2) (+ (fabs r) (* -1 r))))) (pow p 3))) (* 1/2 (/ (- (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))) (* 4 (pow q 2))) (pow p 2))))) 1/2))
(*.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (fma.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (+.f64 r (-.f64 (*.f64 #s(literal -2 binary64) r) (-.f64 (fabs.f64 r) r))) (*.f64 (-.f64 (*.f64 r r) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) r) (-.f64 (fabs.f64 r) r)) (-.f64 (fabs.f64 r) r) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (-.f64 (fabs.f64 r) r))) (*.f64 (-.f64 (fabs.f64 r) r) (fma.f64 #s(literal -4 binary64) (*.f64 q q) (*.f64 r r)))) (pow.f64 p #s(literal 3 binary64))) (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) r) (-.f64 (fabs.f64 r) r)) (-.f64 (fabs.f64 r) r) (*.f64 #s(literal -4 binary64) (*.f64 q q)))) (*.f64 p p))) (/.f64 (-.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) (*.f64 #s(literal -2 binary64) r)) p)) #s(literal -1/2 binary64)) p)
p
(* p (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))))
(*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (fabs.f64 p) p)) (/.f64 (fabs.f64 r) 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 (fma.f64 (/.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) p) #s(literal 1/2 binary64) (-.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #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 (+.f64 (-.f64 #s(literal 1 binary64) (/.f64 r p)) (*.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p))) p)
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2)))))))
(*.f64 (+.f64 (fma.f64 #s(literal 2 binary64) (fma.f64 (/.f64 q p) (/.f64 q p) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) (/.f64 (neg.f64 r) p)) #s(literal 1 binary64)) p)
(/ 1 p)
(/.f64 #s(literal 1 binary64) p)
(/ (+ 1 (* -1 (/ (+ (fabs r) (* -1 r)) p))) p)
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fabs.f64 r) r) p)) p)
(/ (- (+ 1 (* -1 (/ (+ (* -1 (pow (+ (fabs r) (* -1 r)) 2)) (* 2 (pow q 2))) (pow p 2)))) (+ (* -1 (/ r p)) (/ (fabs r) p))) p)
(/.f64 (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (-.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (*.f64 p p))) (-.f64 (/.f64 (fabs.f64 r) p) (/.f64 r p))) p)
(/ (- (+ 1 (* -1 (/ (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 r)))) (+ (* -1 (* (+ (fabs r) (* -1 r)) (+ (* -1 (pow (+ (fabs r) (* -1 r)) 2)) (* 2 (pow q 2))))) (* 2 (* (pow q 2) r)))) (pow p 3)))) (+ (* -1 (/ r p)) (+ (* -1 (/ (pow (+ (fabs r) (* -1 r)) 2) (pow p 2))) (+ (* 2 (/ (pow q 2) (pow p 2))) (/ (fabs r) p))))) p)
(/.f64 (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (-.f64 (fabs.f64 r) r) (-.f64 (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) r) (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (-.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (-.f64 (fabs.f64 r) r)))) (pow.f64 p #s(literal 3 binary64)))) (-.f64 (-.f64 (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (/.f64 (fabs.f64 r) p)) (/.f64 (pow.f64 (-.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (*.f64 p p))) (/.f64 r p))) 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) (fma.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) p) #s(literal -1 binary64) #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) (fma.f64 (/.f64 (fma.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (neg.f64 (fma.f64 (*.f64 q q) (/.f64 r p) (*.f64 q q))) p))) p) #s(literal -1 binary64) #s(literal -1/2 binary64)))
(* -1 (* p (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r)))))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (/.f64 #s(literal 1/2 binary64) r)))
(* -1 (* p (- (+ (* -1 (/ (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2) p)) (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))
(*.f64 (neg.f64 p) (-.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (/.f64 (-.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) p)) (/.f64 #s(literal 1/2 binary64) r)))
(* -1 (* p (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (* -1 (/ (pow q 2) (pow r 3))))))
(*.f64 (neg.f64 p) (neg.f64 (fma.f64 (/.f64 q (*.f64 r r)) (/.f64 q p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))))))
(* -1 (* p (* r (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r))))))
(*.f64 (neg.f64 (*.f64 r p)) (-.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (/.f64 #s(literal 1/2 binary64) r)))
(* -1 (* p (+ (* -1 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)) (* r (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r)))))))
(*.f64 (neg.f64 p) (fma.f64 (neg.f64 r) (/.f64 (-.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64)) p) (*.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (/.f64 #s(literal 1/2 binary64) r)) r)))
(* (pow p 2) (- (* -1 (/ (- (* 4 (/ (pow q 2) p)) (* 2 r)) p)) 1))
(*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 4 binary64) (*.f64 #s(literal -2 binary64) r)) p) #s(literal -1 binary64) #s(literal -1 binary64)) (*.f64 p p))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (fabs r))) (* 2 r)) p)) 1)))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) (*.f64 r #s(literal 2 binary64))) p) #s(literal -1 binary64) #s(literal -1 binary64)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))) p))))) (* 2 r)) p)) 1)))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (fma.f64 (-.f64 (fma.f64 r #s(literal 2 binary64) (neg.f64 r)) (fabs.f64 r)) (+.f64 (fabs.f64 r) r) (*.f64 #s(literal -4 binary64) (*.f64 q q)))) p)) r) (*.f64 r #s(literal 2 binary64))) p) #s(literal -1 binary64) #s(literal -1 binary64)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* 2 r) (+ r (fabs r))))) (* (+ r (fabs r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ r (fabs r)))) (* (pow r 2) (+ r (fabs r))))) p)) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r)))))) (* 4 (pow q 2))) p))))) (* 2 r)) p)) 1)))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (-.f64 (fabs.f64 r) (/.f64 (fma.f64 (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) r (fma.f64 (-.f64 (*.f64 r r) (fma.f64 (-.f64 (fma.f64 r #s(literal 2 binary64) (neg.f64 r)) (fabs.f64 r)) (+.f64 (fabs.f64 r) r) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) r) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (fma.f64 r #s(literal 2 binary64) (neg.f64 r)) (fabs.f64 r))))) (*.f64 (+.f64 (fabs.f64 r) r) (fma.f64 #s(literal -4 binary64) (*.f64 q q) (*.f64 r r)))) p) #s(literal -1 binary64) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (fma.f64 (-.f64 (fma.f64 r #s(literal 2 binary64) (neg.f64 r)) (fabs.f64 r)) (+.f64 (fabs.f64 r) r) (*.f64 #s(literal -4 binary64) (*.f64 q q))))) p))) (*.f64 r #s(literal 2 binary64))) p) #s(literal -1 binary64) #s(literal -1 binary64)))
(* -1 (* p (- (* -1/2 (/ (- (+ r (+ (fabs p) (fabs r))) (* 2 r)) p)) 1/2)))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) (*.f64 r #s(literal 2 binary64))) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)))
(* -1 (* p (- (* -1 (/ (+ (* -1/2 (/ (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))) p)) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) (* 2 r)))) p)) 1/2)))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (fma.f64 (-.f64 (fma.f64 r #s(literal 2 binary64) (neg.f64 r)) (fabs.f64 r)) (+.f64 (fabs.f64 r) r) (*.f64 #s(literal -4 binary64) (*.f64 q q)))) p) #s(literal -1/2 binary64) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) (*.f64 r #s(literal 2 binary64))) #s(literal 1/2 binary64))) p) #s(literal -1 binary64) #s(literal -1/2 binary64)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* 2 r) (+ r (fabs r))))) (* (+ r (fabs r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ r (fabs r)))) (* (pow r 2) (+ r (fabs r))))) p)) (* 1/2 (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))))) p)) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) (* 2 r)))) p)) 1/2)))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) (*.f64 r #s(literal 2 binary64))) #s(literal 1/2 binary64)) (/.f64 (fma.f64 (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) r (fma.f64 (-.f64 (*.f64 r r) (fma.f64 (-.f64 (fma.f64 r #s(literal 2 binary64) (neg.f64 r)) (fabs.f64 r)) (+.f64 (fabs.f64 r) r) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) r) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (fma.f64 r #s(literal 2 binary64) (neg.f64 r)) (fabs.f64 r))))) (*.f64 (+.f64 (fabs.f64 r) r) (fma.f64 #s(literal -4 binary64) (*.f64 q q) (*.f64 r r)))) p) #s(literal -1/2 binary64) (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (fma.f64 (-.f64 (fma.f64 r #s(literal 2 binary64) (neg.f64 r)) (fabs.f64 r)) (+.f64 (fabs.f64 r) r) (*.f64 #s(literal -4 binary64) (*.f64 q q)))) #s(literal 1/2 binary64))) p)) p) #s(literal -1 binary64) #s(literal -1/2 binary64)))
(* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1)))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1 binary64) #s(literal -1 binary64)))
(* -1 (* p (- (* -1 (/ (- (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r))) 1/2) p)) (* 1/2 (/ 1 r)))))
(*.f64 (neg.f64 p) (-.f64 (neg.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)) p)) (/.f64 #s(literal 1/2 binary64) r)))
(* -1 (* p (+ 1 (* -1 (/ r p)))))
(*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 r p)))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p)))))
(*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) r) p)))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p)))))
(*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 r (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)) p)))
(/ -1 p)
(/.f64 #s(literal -1 binary64) p)
(* -1 (/ (+ 1 (+ (/ r p) (/ (fabs r) p))) p))
(/.f64 (neg.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 r p)) (/.f64 (fabs.f64 r) p))) p)
(* -1 (/ (+ 1 (* -1 (/ (- (+ (* -1 (/ (pow (+ r (fabs r)) 2) p)) (* 2 (/ (pow q 2) p))) (+ r (fabs r))) p))) p))
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 2 binary64) (neg.f64 (/.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)) p))) (+.f64 (fabs.f64 r) r)) p))) p)
(* -1 (/ (+ 1 (* -1 (/ (- (* -1 (/ (- (+ (* -2 (/ (* (pow q 2) r) p)) (+ (* -2 (/ (* (pow q 2) (+ r (fabs r))) p)) (* -1 (/ (* (+ r (fabs r)) (+ (* -1 (pow (+ r (fabs r)) 2)) (* 2 (pow q 2)))) p)))) (+ (* -1 (pow (+ r (fabs r)) 2)) (* 2 (pow q 2)))) p)) (+ r (fabs r))) p))) p))
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (neg.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 q q) (/.f64 r p) (*.f64 (*.f64 q q) (/.f64 (+.f64 (fabs.f64 r) r) p))) (*.f64 (neg.f64 (+.f64 (fabs.f64 r) r)) (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) p))) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))))) p) (+.f64 (fabs.f64 r) r)) 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 #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 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2)))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)))
(+ (* -1 (* p (- (* -1/2 (/ (+ (fabs p) (fabs r)) p)) 1/2))) (* -1/2 r))
(fma.f64 (neg.f64 p) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) (*.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 (/ (* p (pow q 2)) (pow r 3)))
(*.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))))
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 3))
(/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (pow.f64 r #s(literal 3 binary64)))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))))) (pow r 3))
(/.f64 (fma.f64 (fma.f64 (neg.f64 q) q (*.f64 (*.f64 #s(literal 1/2 binary64) r) (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)))) r (*.f64 (*.f64 (neg.f64 q) q) p)) (pow.f64 r #s(literal 3 binary64)))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))))) (pow r 3))
(/.f64 (fma.f64 (fma.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) r)) r (*.f64 (neg.f64 q) q)) r (*.f64 (*.f64 (neg.f64 q) q) p)) (pow.f64 r #s(literal 3 binary64)))
(/ (+ (* p (pow q 2)) (* (pow q 2) r)) (pow r 3))
(/.f64 (*.f64 (*.f64 q q) (+.f64 r p)) (pow.f64 r #s(literal 3 binary64)))
(* -1 (/ (* p (pow q 2)) (pow r 2)))
(*.f64 (/.f64 (neg.f64 p) r) (/.f64 (*.f64 q q) r))
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 2))
(/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))))) (pow r 2))
(/.f64 (fma.f64 (fma.f64 (neg.f64 q) q (*.f64 (*.f64 #s(literal 1/2 binary64) r) (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)))) r (*.f64 (*.f64 (neg.f64 q) q) p)) (*.f64 r r))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))))) (pow r 2))
(/.f64 (fma.f64 (fma.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) r)) r (*.f64 (neg.f64 q) q)) r (*.f64 (*.f64 (neg.f64 q) q) p)) (*.f64 r r))
(* -1 (+ (* 4 (pow q 2)) (pow p 2)))
(fma.f64 #s(literal -4 binary64) (*.f64 q q) (*.f64 (neg.f64 p) p))
(- (* 2 (* p r)) (+ (* 4 (pow q 2)) (pow p 2)))
(fma.f64 (*.f64 p #s(literal 2 binary64)) r (fma.f64 #s(literal -4 binary64) (*.f64 q q) (*.f64 (neg.f64 p) p)))
(- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(-.f64 (fabs.f64 p) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal 4 binary64) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))))
(- (+ (fabs p) (* r (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(-.f64 (fma.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))) r (fabs.f64 p)) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal 4 binary64) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))))
(- (+ (fabs p) (* r (- (+ (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(-.f64 (fma.f64 (fma.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (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) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p p)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (neg.f64 (*.f64 p (/.f64 (fma.f64 (/.f64 p (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))))) (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (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 (neg.f64 (*.f64 (*.f64 p q) (*.f64 p q))) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) r (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))))) r (fabs.f64 p)) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal 4 binary64) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))))
(- (+ (fabs p) (* r (- (+ (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 3) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))) (+ (* -4 (+ (* 1/2 (* (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (+ (* 1/2 (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* (/ (* p (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(-.f64 (fma.f64 (fma.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (fma.f64 (-.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) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p p)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (neg.f64 (*.f64 p (/.f64 (fma.f64 (/.f64 p (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))))) (*.f64 (-.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 binary64) (*.f64 p (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) (*.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 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p p)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (neg.f64 (*.f64 p (/.f64 (fma.f64 (/.f64 p (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))) (*.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)))) (/.f64 (fma.f64 (/.f64 p (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (pow.f64 p #s(literal 3 binary64))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 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)))))) (fma.f64 (fma.f64 #s(literal 1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 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)))) (*.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (*.f64 p (/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (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 (neg.f64 (*.f64 (*.f64 p q) (*.f64 p q))) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) #s(literal -4 binary64) (*.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (/.f64 p (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))))) r)) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (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 (neg.f64 (*.f64 (*.f64 p q) (*.f64 p q))) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal -4 binary64))) r (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))))) r (fabs.f64 p)) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal 4 binary64) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))))
(* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))))
(*.f64 (-.f64 (fabs.f64 p) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal 4 binary64) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))) #s(literal 1/2 binary64))
(+ (* 1/2 (* r (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))) r (-.f64 (fabs.f64 p) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal 4 binary64) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))))))
(+ (* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) (* r (+ (* 1/2 (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (* 1/2 (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))))
(fma.f64 (*.f64 #s(literal 1/2 binary64) (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) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p p)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (neg.f64 (*.f64 p (/.f64 (fma.f64 (/.f64 p (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))))) (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (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 (neg.f64 (*.f64 (*.f64 p q) (*.f64 p q))) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) r (-.f64 (*.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))))) r (*.f64 (-.f64 (fabs.f64 p) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal 4 binary64) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))) #s(literal 1/2 binary64)))
(+ (* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) (* r (+ (* 1/2 (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (* r (+ (* 1/2 (* r (- (+ (* -1 (* (/ (* p (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 3) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))) (+ (* -4 (+ (* 1/2 (* (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (+ (* 1/2 (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* (/ (* p (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (* 1/2 (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.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 binary64) (*.f64 p (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) (*.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 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p p)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (neg.f64 (*.f64 p (/.f64 (fma.f64 (/.f64 p (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))) (*.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)))) (/.f64 (fma.f64 (/.f64 p (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (pow.f64 p #s(literal 3 binary64))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 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)))))) (fma.f64 (fma.f64 #s(literal 1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 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)))) (*.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (*.f64 p (/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (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 (neg.f64 (*.f64 (*.f64 p q) (*.f64 p q))) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) #s(literal -4 binary64) (*.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (/.f64 p (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))))) r (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) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p p)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (neg.f64 (*.f64 p (/.f64 (fma.f64 (/.f64 p (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))))) (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (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 (neg.f64 (*.f64 (*.f64 p q) (*.f64 p q))) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))))) r (*.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (/.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))) #s(literal 1/2 binary64))) r (*.f64 (-.f64 (fabs.f64 p) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal 4 binary64) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))) #s(literal 1/2 binary64)))
(+ (fabs p) (+ (fabs r) (* -1 r)))
(+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p))
(* 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 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)
(/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #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 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))
(+ (* (/ (* p r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(fma.f64 (/.f64 (*.f64 r p) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 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 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))
(+ (* r (- (* -1 (* r (+ (* -1 (/ (pow p 2) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(fma.f64 (fma.f64 (neg.f64 r) (fma.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 p) p) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) r (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))
(+ (* r (- (* r (- (* -1 (* r (+ (* 1/2 (* (/ (* p (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (+ (* 1/2 (/ (* p (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* (/ (* p (+ (* -1 (/ (pow p 2) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (+ (* -1 (/ (pow p 2) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(fma.f64 (fma.f64 (fma.f64 (neg.f64 r) (fma.f64 #s(literal 1/2 binary64) (fma.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 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)))) (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 p (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (*.f64 (*.f64 p (/.f64 (fma.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 p) p) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) (neg.f64 (fma.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 p) p) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) r (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) r (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 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 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 (-.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (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)
(- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)
(fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))
(- (+ (* -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 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) (*.f64 r r))) #s(literal 1/2 binary64))
(- (+ (* -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))) (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))
(/ (+ (/ (* p (pow q 2)) r) (pow q 2)) (pow r 2))
(/.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) p) r)) (*.f64 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 (-.f64 (fma.f64 (neg.f64 p) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (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)
(* 2 (* p r))
(*.f64 (*.f64 r p) #s(literal 2 binary64))
(* r (- (* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r)) (* -2 p)))
(*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)
(- (fabs p) (* -2 p))
(-.f64 (fabs.f64 p) (*.f64 #s(literal -2 binary64) p))
(- (+ (fabs p) (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r)) (+ (* -2 p) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r)))))
(-.f64 (fma.f64 (-.f64 (fabs.f64 r) p) (/.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) r) (fabs.f64 p)) (fma.f64 #s(literal -2 binary64) p (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 4 binary64) (/.f64 (*.f64 p p) r)) (/.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)) r))))
(- (+ (fabs p) (+ (* 2 (/ (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))) (pow r 2))) (+ (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r) (/ (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 2))))) (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -2 p) (+ (* -2 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 2))) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r))))))))
(-.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) (*.f64 q q)) r) (/.f64 #s(literal 2 binary64) r) (*.f64 (-.f64 (fabs.f64 r) p) (+.f64 (/.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) (-.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (*.f64 r r)) (/.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) r)))) (fabs.f64 p)) (fma.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) r) (/.f64 (-.f64 (fabs.f64 r) p) r) (fma.f64 #s(literal -2 binary64) (+.f64 p (*.f64 (/.f64 (-.f64 (fabs.f64 r) p) r) (/.f64 (*.f64 q q) r))) (-.f64 (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 4 binary64) (/.f64 (*.f64 p p) r)) (/.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)) r)) (/.f64 (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) (-.f64 (fabs.f64 r) p)) (*.f64 r r))))))
(- (+ (fabs p) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* 2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))))) (pow r 3))) (+ (* 2 (/ (* p (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (pow r 3))) (+ (* 2 (/ (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))) (pow r 2))) (+ (* 2 (/ (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 3))) (+ (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r) (/ (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 2)))))))) (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -4 (/ (+ (* -1 (* (pow q 2) (pow (+ (fabs r) (* -1 p)) 2))) (* 2 (pow q 4))) (pow r 3))) (+ (* -2 p) (+ (* -2 (/ (* p (* (pow q 2) (+ (fabs r) (* -1 p)))) (pow r 3))) (+ (* -2 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -2 (/ (* (pow q 2) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 3))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* 2 (* p (pow q 2)))))) (pow r 3))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 2))) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r))))))))))))
(-.f64 (+.f64 (-.f64 (fabs.f64 p) (/.f64 (*.f64 (fma.f64 #s(literal 2 binary64) (fma.f64 (*.f64 q q) p (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) (*.f64 q q))) (*.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) (-.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (-.f64 (fabs.f64 r) p))) (-.f64 (fabs.f64 r) p)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p))) (pow.f64 r #s(literal 3 binary64))) #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) (fma.f64 (*.f64 q q) (/.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) (*.f64 r r)) (/.f64 (*.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) (-.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (*.f64 q q)) (pow.f64 r #s(literal 3 binary64)))) (*.f64 (-.f64 (fabs.f64 r) p) (+.f64 (/.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) (-.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (*.f64 r r)) (/.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) r)))))) (fma.f64 #s(literal -4 binary64) (fma.f64 (/.f64 (-.f64 (fabs.f64 r) p) r) (/.f64 (*.f64 q q) r) (/.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 2 binary64) (*.f64 (neg.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64))) (*.f64 q q))) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 #s(literal -2 binary64) (+.f64 p (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (-.f64 (fabs.f64 r) p)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 #s(literal -2 binary64) (fma.f64 (/.f64 (-.f64 (fabs.f64 r) p) r) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) (*.f64 q q)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 (neg.f64 (-.f64 (fabs.f64 r) p)) (/.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (-.f64 (fabs.f64 r) p) (-.f64 (*.f64 (*.f64 (*.f64 q q) p) #s(literal 2 binary64)) (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) (-.f64 (fabs.f64 r) p)))) (pow.f64 r #s(literal 3 binary64))) (-.f64 (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 4 binary64) (/.f64 (*.f64 p p) r)) (/.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)) r)) (/.f64 (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) (-.f64 (fabs.f64 r) p)) (*.f64 r r))))))))
(* 1/2 (- (fabs p) (* -2 p)))
(*.f64 (-.f64 (fabs.f64 p) (*.f64 #s(literal -2 binary64) p)) #s(literal 1/2 binary64))
(+ (* 1/2 (- (fabs p) (* -2 p))) (* 1/2 (/ (- (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)))
(*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) (-.f64 (fabs.f64 r) p)) (-.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) r) (-.f64 (fabs.f64 p) (*.f64 #s(literal -2 binary64) p))))
(+ (* 1/2 (- (fabs p) (* -2 p))) (+ (* 1/2 (/ (- (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)) (* 1/2 (/ (- (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))) (+ (* -4 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))))))) (pow r 2)))))
(*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (-.f64 (fabs.f64 p) (*.f64 #s(literal -2 binary64) p)) (/.f64 (-.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) (-.f64 (fabs.f64 r) p)) (-.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) r)) (/.f64 (-.f64 (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) (-.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (-.f64 (fabs.f64 r) p) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)))) (fma.f64 (*.f64 (-.f64 (fabs.f64 r) p) (*.f64 q q)) #s(literal -6 binary64) (*.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64))))) (-.f64 (fabs.f64 r) p)))) (*.f64 r r))))
(+ (* 1/2 (- (fabs p) (* -2 p))) (+ (* 1/2 (/ (- (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)) (+ (* 1/2 (/ (- (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* 2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))))))) (+ (* 2 (* p (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ (fabs r) (* -1 p)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* p (* (pow q 2) (+ (fabs r) (* -1 p))))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* 2 (* p (pow q 2))))))))))) (pow r 3))) (* 1/2 (/ (- (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))) (+ (* -4 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))))))) (pow r 2))))))
(*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (-.f64 (fabs.f64 p) (*.f64 #s(literal -2 binary64) p)) (/.f64 (-.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) (-.f64 (fabs.f64 r) p)) (-.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) r)) (+.f64 (/.f64 (-.f64 (fma.f64 (neg.f64 (-.f64 (fabs.f64 r) p)) (fma.f64 #s(literal 2 binary64) (fma.f64 (*.f64 q q) p (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) (*.f64 q q))) (*.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) (-.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (-.f64 (fabs.f64 r) p))) (*.f64 #s(literal 2 binary64) (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) (-.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (*.f64 q q) (*.f64 (*.f64 (*.f64 q q) p) (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)))))) (fma.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 2 binary64) (*.f64 (neg.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64))) (*.f64 q q))) #s(literal -4 binary64) (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 (*.f64 q q) p) (-.f64 (fabs.f64 r) p) (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) (*.f64 q q))) (*.f64 (neg.f64 (-.f64 (fabs.f64 r) p)) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (-.f64 (fabs.f64 r) p) (-.f64 (*.f64 (*.f64 (*.f64 q q) p) #s(literal 2 binary64)) (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) (-.f64 (fabs.f64 r) p)))))))) (pow.f64 r #s(literal 3 binary64))) (/.f64 (-.f64 (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) (-.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (-.f64 (fabs.f64 r) p) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)))) (fma.f64 (*.f64 (-.f64 (fabs.f64 r) p) (*.f64 q q)) #s(literal -6 binary64) (*.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64))))) (-.f64 (fabs.f64 r) p)))) (*.f64 r r)))))
(* -1 r)
(neg.f64 r)
(* r (- (+ (/ (fabs p) r) (/ (fabs r) r)) 1))
(*.f64 (+.f64 (/.f64 (fabs.f64 p) r) (-.f64 (/.f64 (fabs.f64 r) r) #s(literal 1 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 (+.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) (*.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r))) r)
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2)))))))
(*.f64 (+.f64 (fma.f64 #s(literal 2 binary64) (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64)))) (/.f64 (neg.f64 p) r)) #s(literal 1 binary64)) r)
(/ 1 r)
(/.f64 #s(literal 1 binary64) r)
(/ (+ 1 (* -1 (/ (+ (fabs r) (* -1 p)) r))) r)
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fabs.f64 r) p) r)) r)
(/ (- (+ 1 (* -1 (/ (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))) (pow r 2)))) (+ (* -1 (/ p r)) (/ (fabs r) r))) r)
(/.f64 (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) (*.f64 r r))) (-.f64 (/.f64 (fabs.f64 r) r) (/.f64 p r))) r)
(/ (- (+ 1 (* -1 (/ (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* 2 (* p (pow q 2))))) (pow r 3)))) (+ (* -1 (/ p r)) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) (pow r 2))) (+ (* 2 (/ (pow q 2) (pow r 2))) (/ (fabs r) r))))) r)
(/.f64 (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (-.f64 (fabs.f64 r) p) (-.f64 (*.f64 (*.f64 (*.f64 q q) p) #s(literal 2 binary64)) (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) (-.f64 (fabs.f64 r) p)))) (pow.f64 r #s(literal 3 binary64)))) (-.f64 (-.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (fabs.f64 r) r)) (/.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)) (*.f64 r r))) (/.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 (fabs.f64 p) (-.f64 (fabs.f64 r) 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) (fma.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) r) #s(literal -1 binary64) #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) (fma.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) p) r)) r)) r) #s(literal -1 binary64) #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) (-.f64 (neg.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)) (/.f64 #s(literal 1/2 binary64) p)))
(- (* -1 (/ (+ (* -1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) r)) r)) 1/2)
(fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal -1/2 binary64) (/.f64 (*.f64 q q) r)) r) #s(literal -1 binary64) #s(literal -1/2 binary64))
(- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* -1/2 (+ p (+ (fabs p) (fabs r))))) r)) 1/2)
(fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal -1/2 binary64) (/.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) p) r)) r)) r) #s(literal -1 binary64) #s(literal -1/2 binary64))
(* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))
(* -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 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (*.f64 (neg.f64 q) q) r)) r)))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (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 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) p) r))) r)) r)))
(* -1 (* r (- (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r)) (* 2 p))))
(*.f64 (neg.f64 r) (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 4 binary64) (/.f64 (*.f64 p p) r)) (*.f64 p #s(literal 2 binary64))))
(- (fabs p) (* 2 p))
(-.f64 (fabs.f64 p) (*.f64 p #s(literal 2 binary64)))
(- (+ (fabs p) (* -1 (/ (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(-.f64 (-.f64 (fabs.f64 p) (/.f64 (-.f64 (*.f64 (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)) (+.f64 (fabs.f64 r) p)) (-.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) r)) (*.f64 p #s(literal 2 binary64)))
(- (+ (fabs p) (* -1 (/ (- (+ (* -1 (/ (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(-.f64 (-.f64 (fabs.f64 p) (/.f64 (-.f64 (-.f64 (*.f64 (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)) (+.f64 (fabs.f64 r) p)) (/.f64 (-.f64 (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)))) (fma.f64 (*.f64 (+.f64 (fabs.f64 r) p) (*.f64 q q)) #s(literal -6 binary64) (*.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64))))) (+.f64 (fabs.f64 r) p)))) r)) (-.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) r)) (*.f64 p #s(literal 2 binary64)))
(- (+ (fabs p) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -2 (* p (* (pow q 2) (- (* 2 p) (+ p (fabs r)))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ p (fabs r)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))))))) (* 2 (* p (* (pow q 2) (+ p (fabs r))))))))) r)) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(-.f64 (-.f64 (fabs.f64 p) (/.f64 (-.f64 (-.f64 (*.f64 (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)) (+.f64 (fabs.f64 r) p)) (/.f64 (-.f64 (-.f64 (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)))) (/.f64 (-.f64 (fma.f64 (*.f64 (*.f64 (*.f64 q q) p) (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r))) #s(literal -2 binary64) (fma.f64 (neg.f64 (+.f64 (fabs.f64 r) p)) (fma.f64 (*.f64 #s(literal -2 binary64) p) (*.f64 q q) (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r))))) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (*.f64 p p) (fma.f64 (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64))))))) (fma.f64 (fma.f64 (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64))) (*.f64 q q) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 2 binary64))) #s(literal -4 binary64) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) (fma.f64 (neg.f64 (+.f64 (fabs.f64 r) p)) (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 q q) p (*.f64 (+.f64 (fabs.f64 r) p) (*.f64 q q))) (*.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64))))) (+.f64 (fabs.f64 r) p))) (*.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 (+.f64 (fabs.f64 r) p) (*.f64 q q))))))) r)) (fma.f64 (*.f64 (+.f64 (fabs.f64 r) p) (*.f64 q q)) #s(literal -6 binary64) (*.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64))))) (+.f64 (fabs.f64 r) p)))) r)) (-.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) r)) (*.f64 p #s(literal 2 binary64)))
(* 1/2 (- (fabs p) (* 2 p)))
(*.f64 (-.f64 (fabs.f64 p) (*.f64 p #s(literal 2 binary64))) #s(literal 1/2 binary64))
(+ (* -1/2 (/ (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)) (* 1/2 (- (fabs p) (* 2 p))))
(fma.f64 (/.f64 (-.f64 (*.f64 (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)) (+.f64 (fabs.f64 r) p)) (-.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) r) #s(literal -1/2 binary64) (*.f64 (-.f64 (fabs.f64 p) (*.f64 p #s(literal 2 binary64))) #s(literal 1/2 binary64)))
(+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* 1/2 (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))))) r)) (* 1/2 (- (fabs p) (* 2 p))))
(-.f64 (*.f64 (-.f64 (fabs.f64 p) (*.f64 p #s(literal 2 binary64))) #s(literal 1/2 binary64)) (/.f64 (fma.f64 (/.f64 (-.f64 (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)))) (fma.f64 (*.f64 (+.f64 (fabs.f64 r) p) (*.f64 q q)) #s(literal -6 binary64) (*.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64))))) (+.f64 (fabs.f64 r) p)))) r) #s(literal -1/2 binary64) (*.f64 (-.f64 (*.f64 (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)) (+.f64 (fabs.f64 r) p)) (-.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) #s(literal 1/2 binary64))) r))
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -2 (* p (* (pow q 2) (- (* 2 p) (+ p (fabs r)))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ p (fabs r)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))))))) (* 2 (* p (* (pow q 2) (+ p (fabs r))))))))) r)) (* 1/2 (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))))) r)) (* 1/2 (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))))) r)) (* 1/2 (- (fabs p) (* 2 p))))
(-.f64 (*.f64 (-.f64 (fabs.f64 p) (*.f64 p #s(literal 2 binary64))) #s(literal 1/2 binary64)) (/.f64 (-.f64 (*.f64 (-.f64 (*.f64 (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)) (+.f64 (fabs.f64 r) p)) (-.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) (/.f64 (fma.f64 (/.f64 (-.f64 (fma.f64 (*.f64 (*.f64 (*.f64 q q) p) (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r))) #s(literal -2 binary64) (fma.f64 (neg.f64 (+.f64 (fabs.f64 r) p)) (fma.f64 (*.f64 #s(literal -2 binary64) p) (*.f64 q q) (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r))))) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (*.f64 p p) (fma.f64 (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64))))))) (fma.f64 (fma.f64 (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64))) (*.f64 q q) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 2 binary64))) #s(literal -4 binary64) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) (fma.f64 (neg.f64 (+.f64 (fabs.f64 r) p)) (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 q q) p (*.f64 (+.f64 (fabs.f64 r) p) (*.f64 q q))) (*.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64))))) (+.f64 (fabs.f64 r) p))) (*.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 (+.f64 (fabs.f64 r) p) (*.f64 q q))))))) r) #s(literal -1/2 binary64) (*.f64 (-.f64 (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (fma.f64 p #s(literal 2 binary64) (neg.f64 p)) (fabs.f64 r)))) (fma.f64 (*.f64 (+.f64 (fabs.f64 r) p) (*.f64 q q)) #s(literal -6 binary64) (*.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64))))) (+.f64 (fabs.f64 r) p)))) #s(literal 1/2 binary64))) r)) r))
(* -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 (* -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 (*.f64 (*.f64 q q) p) r))) r)) r)))
(/ -1 r)
(/.f64 #s(literal -1 binary64) r)
(* -1 (/ (+ 1 (+ (/ p r) (/ (fabs r) r))) r))
(/.f64 (neg.f64 (+.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (/.f64 (fabs.f64 r) r))) r)
(* -1 (/ (+ 1 (* -1 (/ (- (+ (* -1 (/ (pow (+ p (fabs r)) 2) r)) (* 2 (/ (pow q 2) r))) (+ p (fabs r))) r))) r))
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) (/.f64 (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64))) r)) (+.f64 (fabs.f64 r) p)) r))) r)
(* -1 (/ (+ 1 (* -1 (/ (- (* -1 (/ (- (+ (* -2 (/ (* p (pow q 2)) r)) (+ (* -2 (/ (* (pow q 2) (+ p (fabs r))) r)) (* -1 (/ (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))) r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))) r)) (+ p (fabs r))) r))) r))
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (neg.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 (*.f64 q q) (/.f64 (+.f64 (fabs.f64 r) p) r))) (*.f64 (neg.f64 (+.f64 (fabs.f64 r) p)) (/.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) r))) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))))) r) (+.f64 (fabs.f64 r) p)) 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 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64)))
(* -1 q)
(neg.f64 q)
(- (+ (* -1 (/ (* (pow q 2) (+ 1 (/ p r))) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)
(fma.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r)) (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)))
(/ (* (pow q 2) (+ 1 (/ p r))) (pow r 2))
(*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q q) r))
(+ (* -1 (/ (* (pow q 2) (+ 1 (/ p r))) r)) (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))
(fma.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 (*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r)))
(- (pow r 2) (pow (- p r) 2))
(-.f64 (*.f64 r r) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(- (+ (* -4 (pow q 2)) (pow r 2)) (pow (- p r) 2))
(fma.f64 #s(literal -4 binary64) (*.f64 q q) (-.f64 (*.f64 r r) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))
(- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(-.f64 (+.f64 (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r)) (fabs.f64 p)) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(-.f64 (+.f64 (fma.f64 (fma.f64 #s(literal 2 binary64) (-.f64 (/.f64 (-.f64 p r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (*.f64 (/.f64 r (-.f64 p r)) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))))) (neg.f64 (/.f64 #s(literal 4 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r)))) (*.f64 q q) (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r))) (fabs.f64 p)) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (+ (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (* (pow q 2) (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(-.f64 (+.f64 (fma.f64 (fma.f64 (/.f64 (-.f64 p r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) #s(literal 2 binary64) (fma.f64 (-.f64 (/.f64 #s(literal 8 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r))) (fma.f64 (/.f64 #s(literal -4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r)))) (/.f64 #s(literal 4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)))))) (*.f64 q q) (neg.f64 (fma.f64 (*.f64 (/.f64 r (-.f64 p r)) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) #s(literal 2 binary64) (/.f64 #s(literal 4 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r)))))) (*.f64 q q) (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r))) (fabs.f64 p)) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (+ (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (* (pow q 2) (- (+ (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* (pow q 2) (- (+ (* 2 (/ (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* -2 (/ (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2))))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* 4 (/ (pow r 2) (* (pow (- p r) 4) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ (pow r 2) (* (pow (- p r) 5) (pow (- (+ p (fabs r)) r) 2)))))))))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(-.f64 (+.f64 (fma.f64 (fma.f64 (/.f64 (-.f64 p r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) #s(literal 2 binary64) (fma.f64 (-.f64 (fma.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r)))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) (-.f64 p r))) #s(literal 2 binary64) (+.f64 (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (fma.f64 (/.f64 #s(literal -2 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r)) (/.f64 (fma.f64 (/.f64 #s(literal -4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 r r)) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 3 binary64))))) (-.f64 p r)) (*.f64 #s(literal 4 binary64) (+.f64 (fma.f64 (/.f64 r (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (*.f64 (/.f64 r (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))))) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))) (*.f64 q q) (/.f64 #s(literal 8 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r)))) (fma.f64 (/.f64 #s(literal -4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r)))) (/.f64 #s(literal 4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)))))) (*.f64 q q) (neg.f64 (fma.f64 (*.f64 (/.f64 r (-.f64 p r)) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) #s(literal 2 binary64) (/.f64 #s(literal 4 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r)))))) (*.f64 q q) (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r))) (fabs.f64 p)) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) r)))
(* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r))))
(*.f64 (-.f64 (+.f64 (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r)) (fabs.f64 p)) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) r))) #s(literal 1/2 binary64))
(+ (* 1/2 (* (pow q 2) (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r))))))) (* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 #s(literal 2 binary64) (-.f64 (/.f64 (-.f64 p r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (*.f64 (/.f64 r (-.f64 p r)) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))))) (neg.f64 (/.f64 #s(literal 4 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r)))) (*.f64 q q) (-.f64 (+.f64 (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r)) (fabs.f64 p)) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) r)))))
(+ (* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (* 1/2 (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))))))
(fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (/.f64 #s(literal 8 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r))) (fma.f64 (/.f64 #s(literal -4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r)))) (/.f64 #s(literal 4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)))))) (*.f64 q q) (fma.f64 #s(literal 2 binary64) (-.f64 (/.f64 (-.f64 p r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (*.f64 (/.f64 r (-.f64 p r)) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))))) (neg.f64 (/.f64 #s(literal 4 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r)))))) (*.f64 q q) (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r)) (fabs.f64 p)) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) r))) #s(literal 1/2 binary64)))
(+ (* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))) (* (pow q 2) (+ (* 1/2 (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (+ (* 2 (/ (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* -2 (/ (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2))))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* 4 (/ (pow r 2) (* (pow (- p r) 4) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ (pow r 2) (* (pow (- p r) 5) (pow (- (+ p (fabs r)) r) 2)))))))))) (* 1/2 (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r)))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) (-.f64 p r))) #s(literal 2 binary64) (+.f64 (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (fma.f64 (/.f64 #s(literal -2 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r)) (/.f64 (fma.f64 (/.f64 #s(literal -4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 r r)) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 3 binary64))))) (-.f64 p r)) (*.f64 #s(literal 4 binary64) (+.f64 (fma.f64 (/.f64 r (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (*.f64 (/.f64 r (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))))) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))))) (*.f64 q q) (-.f64 (/.f64 #s(literal 8 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r))) (fma.f64 (/.f64 #s(literal -4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r)))) (/.f64 #s(literal 4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)))))))) (*.f64 q q) (*.f64 (fma.f64 #s(literal 2 binary64) (-.f64 (/.f64 (-.f64 p r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (*.f64 (/.f64 r (-.f64 p r)) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))))) (neg.f64 (/.f64 #s(literal 4 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r)))) #s(literal 1/2 binary64))) (*.f64 q q) (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r)) (fabs.f64 p)) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) r))) #s(literal 1/2 binary64)))
(- 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 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q) p) r)
(/ 1 (- (+ p (fabs r)) r))
(/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r))
(+ (* -2 (/ (pow q 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (/ 1 (- (+ p (fabs r)) r)))
(fma.f64 (/.f64 #s(literal -2 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (/.f64 (*.f64 q q) (-.f64 p r)) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r)))
(+ (* (pow q 2) (- (* (pow q 2) (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))))) (/ 1 (- (+ p (fabs r)) r)))
(fma.f64 (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 q q)) (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r)))) (*.f64 q q) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r)))
(+ (* (pow q 2) (- (* (pow q 2) (+ (* -1 (* (pow q 2) (+ (* 2 (/ (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2))))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (/ 1 (* (pow (- p r) 4) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ 1 (* (pow (- p r) 5) (pow (- (+ p (fabs r)) r) 2)))))))) (+ (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3))))))) (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))))) (/ 1 (- (+ p (fabs r)) r)))
(fma.f64 (fma.f64 (fma.f64 (*.f64 (neg.f64 q) q) (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) (-.f64 p r))) #s(literal 2 binary64) (+.f64 (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 5 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)))))) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (*.f64 q q) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r))))) (*.f64 q q) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (fabs.f64 r) 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))
(*.f64 (-.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))))) #s(literal 1 binary64)) q)
(* -1 (/ (* (pow q 2) (+ 1 (/ p r))) (pow r 2)))
(*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r)))
(* (pow q 2) (- (+ (* -1 (/ (+ 1 (/ p r)) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (* (pow q 2) r)))) (* 1/2 (/ 1 (pow q 2)))))
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) (*.f64 q q)) (/.f64 #s(literal 1/2 binary64) r) (/.f64 (neg.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64))) (*.f64 r r))) (/.f64 #s(literal 1/2 binary64) (*.f64 q q))) (*.f64 q q))
(* -1 (/ (* (pow q 2) (+ 1 (/ p r))) r))
(*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r))
(* (pow q 2) (+ (* -1 (/ (+ 1 (/ p r)) r)) (/ (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) (pow q 2))))
(*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) q) (/.f64 r q) (neg.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r))) (*.f64 q q))
(* (pow q 2) (- (/ (pow r 2) (pow q 2)) (+ 4 (/ (pow (- p r) 2) (pow q 2)))))
(*.f64 (-.f64 (fma.f64 (/.f64 r q) (/.f64 r q) #s(literal -4 binary64)) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 q q))) (*.f64 q 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 (/ (pow (fabs r) 2) (pow q 2))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/2 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))))) (+ 2 (* 1/2 (/ (pow (- p r) 2) (pow q 2))))))
(*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal -1/2 binary64) q) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/2 binary64) q) (+.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/2 binary64) q) #s(literal 2 binary64))) q)
(* q (- (+ (* -1/2 (/ (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2)))) (pow q 3))) (+ (* -1/2 (/ (pow (fabs r) 2) (pow q 2))) (+ (* -1/8 (/ (* (fabs r) (pow (- p r) 2)) (pow q 3))) (+ (* 1/4 (/ (* (fabs r) (pow (- p r) 2)) (pow q 3))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/2 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))))))) (+ 2 (+ (* 1/4 (/ (* (pow r 2) (fabs r)) (pow q 3))) (* 1/2 (/ (pow (- p r) 2) (pow q 2)))))))
(*.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (fabs.f64 r) (/.f64 (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 r r))) (pow.f64 q #s(literal 3 binary64))) (*.f64 (/.f64 r q) (/.f64 r q))) (fma.f64 (/.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (fabs.f64 r)) (pow.f64 q #s(literal 3 binary64))) #s(literal 1/8 binary64) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal 1/2 binary64) q) (+.f64 (/.f64 (fabs.f64 r) q) (/.f64 (fabs.f64 p) q)))))) (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 r r) (fabs.f64 r)) (pow.f64 q #s(literal 3 binary64))) #s(literal 1/4 binary64) (*.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/2 binary64) q))) #s(literal 2 binary64))) q)
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) (pow q 2)))) 1))
(*.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 r r) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 r r) #s(literal 1/2 binary64)))) (*.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.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/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) (pow q 3))) (* 1/2 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) (pow q 2))))) 1))
(*.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fabs.f64 r)) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 r r))) (fma.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (fabs.f64 r)) #s(literal 1/8 binary64) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 r r) (fabs.f64 r))))) (pow.f64 q #s(literal 3 binary64))) (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 r r) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 r r) #s(literal 1/2 binary64)))) (*.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 q q))) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q)) #s(literal -1 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 (+.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 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 #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 #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)
(/ 1/2 q)
(/.f64 #s(literal 1/2 binary64) q)
(/ (+ 1/2 (* -1/4 (/ (fabs r) q))) q)
(/.f64 (fma.f64 (/.f64 (fabs.f64 r) q) #s(literal -1/4 binary64) #s(literal 1/2 binary64)) q)
(/ (- (+ 1/2 (* -1 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow (- p r) 2))) (pow q 2)))) (* 1/4 (/ (fabs r) q))) q)
(/.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 #s(literal 1/16 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -1/8 binary64) (*.f64 r r))) (*.f64 q q))) (*.f64 #s(literal 1/4 binary64) (/.f64 (fabs.f64 r) q))) q)
(/ (- (+ 1/2 (* -1 (/ (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow (- p r) 2))))) (* -1/32 (* (fabs r) (pow (- p r) 2)))) (pow q 3)))) (+ (* -1/8 (/ (pow (fabs r) 2) (pow q 2))) (+ (* 1/16 (/ (pow (- p r) 2) (pow q 2))) (* 1/4 (/ (fabs r) q))))) q)
(/.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 (*.f64 #s(literal -1/32 binary64) (fabs.f64 r)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) (fabs.f64 r)) (fma.f64 #s(literal 1/16 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -1/8 binary64) (*.f64 r r))))) (pow.f64 q #s(literal 3 binary64)))) (fma.f64 (/.f64 (*.f64 r r) q) (/.f64 #s(literal -1/8 binary64) q) (fma.f64 (/.f64 #s(literal 1/16 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (*.f64 #s(literal 1/4 binary64) (/.f64 (fabs.f64 r) q))))) q)
q
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1/2 binary64) #s(literal -1 binary64)))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (neg.f64 q) (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))) q) #s(literal -1 binary64) #s(literal -1 binary64)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (-.f64 (*.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)))) q)) q) #s(literal -1 binary64) #s(literal -1 binary64)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1 binary64) #s(literal -2 binary64)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) q)))) q)) 2)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 r r) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 r r) #s(literal 1/2 binary64)))) (*.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) q)) q) #s(literal -1 binary64) #s(literal -2 binary64)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) q)) (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2))))) (* 1/2 (pow (- p r) 2))) q)))) q)) 2)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (-.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 r r) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 r r) #s(literal 1/2 binary64)))) (/.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fabs.f64 r)) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 r r))) (fma.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (fabs.f64 r)) #s(literal 1/8 binary64) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 r r) (fabs.f64 r))))) q)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) q)) q) #s(literal -1 binary64) #s(literal -2 binary64)))
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (fma.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 r r) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 r r) #s(literal 1/2 binary64)))) (*.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) 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)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) q)) (* 1/2 (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fabs.f64 r)) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 r r))) (fma.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (fabs.f64 r)) #s(literal 1/8 binary64) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 r r) (fabs.f64 r))))) q) #s(literal -1/2 binary64) (*.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 r r) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 r r) #s(literal 1/2 binary64)))) (*.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1/2 binary64))) q)) q) #s(literal -1 binary64) #s(literal -1 binary64)))
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(*.f64 (neg.f64 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)))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
(*.f64 (neg.f64 q) (+.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 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)))
(* -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 (neg.f64 q) (+.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 #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)))
(/ -1/2 q)
(/.f64 #s(literal -1/2 binary64) q)
(* -1 (/ (+ 1/2 (* 1/4 (/ (fabs r) q))) q))
(neg.f64 (/.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (fabs.f64 r) q) #s(literal 1/2 binary64)) q))
(* -1 (/ (+ 1/2 (* -1 (/ (- (+ (* -1/8 (/ (pow (fabs r) 2) q)) (* 1/16 (/ (pow (- p r) 2) q))) (* 1/4 (fabs r))) q))) q))
(/.f64 (neg.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 r r) q) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/16 binary64) (*.f64 #s(literal -1/4 binary64) (fabs.f64 r)))) q))) q)
(* -1 (/ (+ 1/2 (* -1 (/ (- (* -1 (/ (- (+ (* -1/2 (/ (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow (- p r) 2)))) q)) (* -1/32 (/ (* (fabs r) (pow (- p r) 2)) q))) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow (- p r) 2)))) q)) (* 1/4 (fabs r))) q))) q))
(/.f64 (neg.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (fabs.f64 r) (/.f64 (fma.f64 #s(literal 1/16 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -1/8 binary64) (*.f64 r r))) q)) #s(literal -1/2 binary64) (fma.f64 (*.f64 (fabs.f64 r) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q)) #s(literal -1/32 binary64) (neg.f64 (fma.f64 #s(literal 1/16 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -1/8 binary64) (*.f64 r r)))))) q) #s(literal -1 binary64) (*.f64 #s(literal -1/4 binary64) (fabs.f64 r))) q))) q)

rewrite280.0ms (2.7%)

Memory
-31.0MiB live, 525.4MiB allocated
Iterations

Useful iterations: 1 (0.0ms)

IterNodesCost
058372
097358
1420325
23477325
011597325
Stop Event
iter limit
node limit
iter limit
Counts
21 → 649
Calls
Call 1
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))
(fma.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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)))
(*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.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 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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))
(*.f64 (fma.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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)
(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) #s(literal 2 binary64))
(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))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (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)))
(-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) 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 #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))))))
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 (-.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 (*.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 (*.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 #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 #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 (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)))
(-.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 (-.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 (-.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 (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/4 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 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) p) #s(literal -1/2 binary64) #s(literal 1/2 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 (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) (/.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)))
(*.f64 (-.f64 (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 2 binary64))) (pow.f64 (-.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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))) #s(literal -1 binary64)))
(*.f64 (fma.f64 (pow.f64 (/.f64 q r) #s(literal 6 binary64)) (pow.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 3 binary64))) (pow.f64 (fma.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64))) #s(literal -1 binary64)))
(pow.f64 (/.f64 (-.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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 (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 2 binary64)))) #s(literal -1 binary64))
(pow.f64 (/.f64 (fma.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64))) (fma.f64 (pow.f64 (/.f64 q r) #s(literal 6 binary64)) (pow.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1 binary64))
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64)) (-.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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))) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) r) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (*.f64 (/.f64 q r) q) (+.f64 (/.f64 p r) #s(literal 1 binary64))))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) r))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) (*.f64 r r)) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (*.f64 q q) (+.f64 (/.f64 p r) #s(literal 1 binary64))))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 r r)))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) (-.f64 (/.f64 p r) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (-.f64 (/.f64 p r) #s(literal 1 binary64))))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) (neg.f64 r)) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) (neg.f64 q)))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (neg.f64 r)))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) (/.f64 r q)) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (/.f64 r q)))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) (-.f64 (/.f64 p r) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (-.f64 (/.f64 p r) #s(literal 1 binary64))))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) r) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) r))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) (*.f64 r r)) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 q q)))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 r r)))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) r) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) q))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) r))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) (*.f64 r (-.f64 (/.f64 p r) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (*.f64 (/.f64 q r) q) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 r (-.f64 (/.f64 p r) #s(literal 1 binary64)))))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) (*.f64 r (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (*.f64 (/.f64 q r) q) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 r (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) (*.f64 (*.f64 r r) (-.f64 (/.f64 p r) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (*.f64 q q) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (*.f64 r r) (-.f64 (/.f64 p r) #s(literal 1 binary64)))))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) (*.f64 (*.f64 r r) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (*.f64 q q) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (*.f64 r r) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) r)) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) r)))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 q q)))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r))))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) r)) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) r)))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) (*.f64 r r))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 q q)))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) (*.f64 r r))))
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) (/.f64 r q)) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))))) (*.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (/.f64 r q)))
(/.f64 (-.f64 (*.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))) r) (*.f64 (neg.f64 (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 (/.f64 q r) q) (+.f64 (/.f64 p r) #s(literal 1 binary64))))) (*.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) r))
(/.f64 (-.f64 (*.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))) (*.f64 r r)) (*.f64 (neg.f64 (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 q q) (+.f64 (/.f64 p r) #s(literal 1 binary64))))) (*.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) (*.f64 r r)))
(/.f64 (-.f64 (*.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))) (-.f64 (/.f64 p r) #s(literal 1 binary64))) (*.f64 (neg.f64 (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 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) (*.f64 (neg.f64 (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 p r) #s(literal 1 binary64))))
(/.f64 (-.f64 (*.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))) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))) (*.f64 (neg.f64 (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 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) (*.f64 (neg.f64 (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 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (-.f64 (*.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 r)) (*.f64 (neg.f64 (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 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) (neg.f64 q)))) (*.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) (neg.f64 r)))
(/.f64 (-.f64 (*.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))) (/.f64 r q)) (*.f64 (neg.f64 (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 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 1 binary64)))) (*.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) (/.f64 r q)))
(/.f64 (-.f64 (*.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))) (-.f64 (/.f64 p r) #s(literal 1 binary64))) (*.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 (neg.f64 (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 p r) #s(literal 1 binary64))))
(/.f64 (-.f64 (*.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))) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))) (*.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))))) (*.f64 (neg.f64 (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 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (-.f64 (*.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))) r) (*.f64 (neg.f64 (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 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) r))
(/.f64 (-.f64 (*.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))) (*.f64 r r)) (*.f64 (neg.f64 (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 (/.f64 p r) #s(literal 1 binary64)) (*.f64 q q)))) (*.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) (*.f64 r r)))
(/.f64 (-.f64 (*.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))) r) (*.f64 (neg.f64 (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 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) q))) (*.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) r))
(/.f64 (-.f64 (*.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))) (*.f64 r (-.f64 (/.f64 p r) #s(literal 1 binary64)))) (*.f64 (neg.f64 (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 (/.f64 q r) q) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) (*.f64 r (-.f64 (/.f64 p r) #s(literal 1 binary64)))))
(/.f64 (-.f64 (*.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))) (*.f64 r (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))) (*.f64 (neg.f64 (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 (/.f64 q r) q) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))))) (*.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) (*.f64 r (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))))
(/.f64 (-.f64 (*.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))) (*.f64 (*.f64 r r) (-.f64 (/.f64 p r) #s(literal 1 binary64)))) (*.f64 (neg.f64 (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 q q) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 (neg.f64 (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 r r) (-.f64 (/.f64 p r) #s(literal 1 binary64)))))
(/.f64 (-.f64 (*.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))) (*.f64 (*.f64 r r) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))) (*.f64 (neg.f64 (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 q q) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))))) (*.f64 (neg.f64 (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 r r) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))))
(/.f64 (-.f64 (*.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))) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) r)) (*.f64 (neg.f64 (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 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.f64 (neg.f64 (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 (/.f64 p r) #s(literal 1 binary64)) r)))
(/.f64 (-.f64 (*.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))) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r))) (*.f64 (neg.f64 (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 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 q q)))) (*.f64 (neg.f64 (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 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r))))
(/.f64 (-.f64 (*.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))) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) r)) (*.f64 (neg.f64 (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 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.f64 (neg.f64 (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 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) r)))
(/.f64 (-.f64 (*.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))) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) (*.f64 r r))) (*.f64 (neg.f64 (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 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 q q)))) (*.f64 (neg.f64 (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 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) (*.f64 r r))))
(/.f64 (-.f64 (*.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))) (/.f64 r q)) (*.f64 (neg.f64 (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 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))))) (*.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))) (/.f64 r q)))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) r) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (*.f64 (/.f64 q r) q) (+.f64 (/.f64 p r) #s(literal 1 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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) r))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 r r)) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (*.f64 q q) (+.f64 (/.f64 p r) #s(literal 1 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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 r r)))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (-.f64 (/.f64 p r) #s(literal 1 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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (-.f64 (/.f64 p r) #s(literal 1 binary64))))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (neg.f64 r)) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) (neg.f64 q)))) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (neg.f64 r)))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (/.f64 r q)) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 1 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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (/.f64 r q)))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (-.f64 (/.f64 p r) #s(literal 1 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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (-.f64 (/.f64 p r) #s(literal 1 binary64))))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) r) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) r))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 r r)) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 q q)))) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 r r)))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) r) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) q))) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) r))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 r (-.f64 (/.f64 p r) #s(literal 1 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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (*.f64 (/.f64 q r) q) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 r (-.f64 (/.f64 p r) #s(literal 1 binary64)))))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 r (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (*.f64 (/.f64 q r) q) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 r (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (*.f64 r r) (-.f64 (/.f64 p r) #s(literal 1 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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (*.f64 q q) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (*.f64 r r) (-.f64 (/.f64 p r) #s(literal 1 binary64)))))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (*.f64 r r) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (*.f64 q q) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (*.f64 r r) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) r)) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) r)))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r))) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 q q)))) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r))))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) r)) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) r)))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) (*.f64 r r))) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 q q)))) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) (*.f64 r r))))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (/.f64 r q)) (*.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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 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) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (/.f64 r q)))
(/.f64 (-.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) #s(literal -1/4 binary64)) r) (*.f64 (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 (/.f64 q r) q) (+.f64 (/.f64 p r) #s(literal 1 binary64))))) (*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) r))
(/.f64 (-.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) #s(literal -1/4 binary64)) (*.f64 r r)) (*.f64 (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 q q) (+.f64 (/.f64 p r) #s(literal 1 binary64))))) (*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) (*.f64 r r)))
(/.f64 (-.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) #s(literal -1/4 binary64)) (-.f64 (/.f64 p r) #s(literal 1 binary64))) (*.f64 (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 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) (*.f64 (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 p r) #s(literal 1 binary64))))
(/.f64 (-.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) #s(literal -1/4 binary64)) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))) (*.f64 (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 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) (*.f64 (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 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (-.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) #s(literal -1/4 binary64)) (neg.f64 r)) (*.f64 (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 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) (neg.f64 q)))) (*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) (neg.f64 r)))
(/.f64 (-.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) #s(literal -1/4 binary64)) (/.f64 r q)) (*.f64 (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 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 1 binary64)))) (*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) (/.f64 r q)))
(/.f64 (-.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) #s(literal -1/4 binary64)) (-.f64 (/.f64 p r) #s(literal 1 binary64))) (*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 (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 p r) #s(literal 1 binary64))))
(/.f64 (-.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) #s(literal -1/4 binary64)) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))) (*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))))) (*.f64 (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 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (-.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) #s(literal -1/4 binary64)) r) (*.f64 (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 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) r))
(/.f64 (-.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) #s(literal -1/4 binary64)) (*.f64 r r)) (*.f64 (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 (/.f64 p r) #s(literal 1 binary64)) (*.f64 q q)))) (*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) (*.f64 r r)))
(/.f64 (-.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) #s(literal -1/4 binary64)) r) (*.f64 (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 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) q))) (*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) r))
(/.f64 (-.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) #s(literal -1/4 binary64)) (*.f64 r (-.f64 (/.f64 p r) #s(literal 1 binary64)))) (*.f64 (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 (/.f64 q r) q) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) (*.f64 r (-.f64 (/.f64 p r) #s(literal 1 binary64)))))
(/.f64 (-.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) #s(literal -1/4 binary64)) (*.f64 r (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))) (*.f64 (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 (/.f64 q r) q) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))))) (*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) (*.f64 r (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))))
(/.f64 (-.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) #s(literal -1/4 binary64)) (*.f64 (*.f64 r r) (-.f64 (/.f64 p r) #s(literal 1 binary64)))) (*.f64 (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 q q) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 (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 r r) (-.f64 (/.f64 p r) #s(literal 1 binary64)))))
(/.f64 (-.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) #s(literal -1/4 binary64)) (*.f64 (*.f64 r r) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))) (*.f64 (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 q q) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))))) (*.f64 (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 r r) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))))
(/.f64 (-.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) #s(literal -1/4 binary64)) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) r)) (*.f64 (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 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.f64 (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 (/.f64 p r) #s(literal 1 binary64)) r)))
(/.f64 (-.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) #s(literal -1/4 binary64)) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r))) (*.f64 (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 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 q q)))) (*.f64 (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 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r))))
(/.f64 (-.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) #s(literal -1/4 binary64)) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) r)) (*.f64 (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 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.f64 (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 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) r)))
(/.f64 (-.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) #s(literal -1/4 binary64)) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) (*.f64 r r))) (*.f64 (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 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 q q)))) (*.f64 (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 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) (*.f64 r r))))
(/.f64 (-.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) #s(literal -1/4 binary64)) (/.f64 r q)) (*.f64 (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 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))))) (*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) (/.f64 r q)))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) r) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (*.f64 (/.f64 q r) q) (+.f64 (/.f64 p r) #s(literal 1 binary64))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) r))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 r r)) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (*.f64 q q) (+.f64 (/.f64 p r) #s(literal 1 binary64))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 r r)))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (-.f64 (/.f64 p r) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (-.f64 (/.f64 p r) #s(literal 1 binary64))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (neg.f64 r)) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) (neg.f64 q)))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (neg.f64 r)))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (/.f64 r q)) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 1 binary64)))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (/.f64 r q)))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (-.f64 (/.f64 p r) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (-.f64 (/.f64 p r) #s(literal 1 binary64))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) r) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) r))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 r r)) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 q q)))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 r r)))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) r) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) q))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) r))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 r (-.f64 (/.f64 p r) #s(literal 1 binary64)))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (*.f64 (/.f64 q r) q) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 r (-.f64 (/.f64 p r) #s(literal 1 binary64)))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 r (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (*.f64 (/.f64 q r) q) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 r (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 (*.f64 r r) (-.f64 (/.f64 p r) #s(literal 1 binary64)))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (*.f64 q q) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (*.f64 r r) (-.f64 (/.f64 p r) #s(literal 1 binary64)))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 (*.f64 r r) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (*.f64 q q) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (*.f64 r r) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) r)) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) r)))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 q q)))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) r)) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) r)))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) (*.f64 r r))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 q q)))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) (*.f64 r r))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (/.f64 r q)) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))) (/.f64 r q)))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) r) (*.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 (*.f64 (/.f64 q r) q) (+.f64 (/.f64 p r) #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)))) r))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 r r)) (*.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 (*.f64 q q) (+.f64 (/.f64 p r) #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)))) (*.f64 r r)))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (-.f64 (/.f64 p r) #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)))) (*.f64 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 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)))) (-.f64 (/.f64 p r) #s(literal 1 binary64))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))) (*.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 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 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)))) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (neg.f64 r)) (*.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 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) (neg.f64 q)))) (*.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)))) (neg.f64 r)))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (/.f64 r q)) (*.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 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #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)))) (/.f64 r q)))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (-.f64 (/.f64 p r) #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)))) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #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)))) (-.f64 (/.f64 p r) #s(literal 1 binary64))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))) (*.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 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #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)))) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) r) (*.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 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.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)))) r))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 r r)) (*.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 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 q q)))) (*.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 r r)))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) r) (*.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 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) q))) (*.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)))) r))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 r (-.f64 (/.f64 p r) #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)))) (*.f64 (*.f64 (/.f64 q r) q) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #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)))) (*.f64 r (-.f64 (/.f64 p r) #s(literal 1 binary64)))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 r (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))) (*.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 (*.f64 (/.f64 q r) q) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #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)))) (*.f64 r (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 (*.f64 r r) (-.f64 (/.f64 p r) #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)))) (*.f64 (*.f64 q q) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #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)))) (*.f64 (*.f64 r r) (-.f64 (/.f64 p r) #s(literal 1 binary64)))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 (*.f64 r r) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))) (*.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 (*.f64 q q) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #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)))) (*.f64 (*.f64 r r) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) r)) (*.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 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.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 (-.f64 (/.f64 p r) #s(literal 1 binary64)) r)))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r))) (*.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 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 q q)))) (*.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 (-.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) r)) (*.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 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.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 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) r)))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) (*.f64 r r))) (*.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 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 q q)))) (*.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 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) (*.f64 r r))))
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (/.f64 r q)) (*.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 (/.f64 q r) (+.f64 (/.f64 p r) #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)))) (/.f64 r q)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) r) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (*.f64 (/.f64 q r) q) (+.f64 (/.f64 p r) #s(literal 1 binary64))))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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))) r))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 r r)) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (*.f64 q q) (+.f64 (/.f64 p r) #s(literal 1 binary64))))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 r r)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 p r) #s(literal 1 binary64))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (/.f64 p r) #s(literal 1 binary64))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 r)) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) (neg.f64 q)))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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))) (neg.f64 r)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 r q)) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 1 binary64)))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 r q)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 p r) #s(literal 1 binary64))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (/.f64 p r) #s(literal 1 binary64))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) r) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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))) r))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 r r)) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 q q)))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 r r)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) r) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) q))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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))) r))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 r (-.f64 (/.f64 p r) #s(literal 1 binary64)))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (*.f64 (/.f64 q r) q) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 r (-.f64 (/.f64 p r) #s(literal 1 binary64)))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 r (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (*.f64 (/.f64 q r) q) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 r (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 r r) (-.f64 (/.f64 p r) #s(literal 1 binary64)))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (*.f64 q q) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (*.f64 r r) (-.f64 (/.f64 p r) #s(literal 1 binary64)))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 r r) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (*.f64 q q) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (*.f64 r r) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) r)) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (-.f64 (/.f64 p r) #s(literal 1 binary64)) r)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 q q)))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (-.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) r)) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) r)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) (*.f64 r r))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 q q)))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) (*.f64 r r))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 r q)) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))))) (*.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 r q)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) r) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (*.f64 (/.f64 q r) q) (+.f64 (/.f64 p r) #s(literal 1 binary64))))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) r))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 r r)) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (*.f64 q q) (+.f64 (/.f64 p r) #s(literal 1 binary64))))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 r r)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 p r) #s(literal 1 binary64))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (-.f64 (/.f64 p r) #s(literal 1 binary64))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 r)) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) (neg.f64 q)))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (neg.f64 r)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 r q)) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 1 binary64)))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (/.f64 r q)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 p r) #s(literal 1 binary64))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (-.f64 (/.f64 p r) #s(literal 1 binary64))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) r) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) r))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 r r)) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 q q)))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 r r)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) r) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) q))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) r))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 r (-.f64 (/.f64 p r) #s(literal 1 binary64)))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (*.f64 (/.f64 q r) q) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 r (-.f64 (/.f64 p r) #s(literal 1 binary64)))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 r (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (*.f64 (/.f64 q r) q) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 r (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 r r) (-.f64 (/.f64 p r) #s(literal 1 binary64)))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (*.f64 q q) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (*.f64 r r) (-.f64 (/.f64 p r) #s(literal 1 binary64)))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 r r) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (*.f64 q q) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (*.f64 r r) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) r)) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) r)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 q q)))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) r)) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) r)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) (*.f64 r r))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 q q)))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) (*.f64 r r))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 r q)) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))))) (*.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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))) (/.f64 r q)))
(/.f64 (-.f64 (pow.f64 (fma.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (-.f64 (fma.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (*.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 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64))) (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))
(/.f64 (+.f64 (pow.f64 (fma.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) #s(literal 3 binary64)) #s(literal -1/8 binary64)) (+.f64 (pow.f64 (fma.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) #s(literal 2 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 (fma.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) #s(literal -1/2 binary64)))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 2 binary64)))) (neg.f64 (-.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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 (neg.f64 (fma.f64 (pow.f64 (/.f64 q r) #s(literal 6 binary64)) (pow.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 2 binary64))) (-.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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 (fma.f64 (pow.f64 (/.f64 q r) #s(literal 6 binary64)) (pow.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 3 binary64))) (+.f64 (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64)) (*.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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 (fma.f64 (pow.f64 (/.f64 q r) #s(literal 6 binary64)) (pow.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 3 binary64))) (fma.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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 (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 2 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64))) (fma.f64 (pow.f64 (/.f64 q r) #s(literal 6 binary64)) (pow.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 3 binary64)))))
(fma.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (/.f64 q r)) (/.f64 q r) (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)))
(fma.f64 (*.f64 #s(literal -1 binary64) (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64)))) (/.f64 q r) (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)))
(fma.f64 (*.f64 #s(literal -1 binary64) (pow.f64 (/.f64 q r) #s(literal 2 binary64))) (+.f64 (/.f64 p r) #s(literal 1 binary64)) (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)))
(fma.f64 (neg.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64)))) (/.f64 q r) (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)))
(fma.f64 (neg.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64))) (+.f64 (/.f64 p r) #s(literal 1 binary64)) (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)))
(fma.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) (pow.f64 r #s(literal -1 binary64)) (+.f64 #s(literal -1/2 binary64) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))
(fma.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) (*.f64 (/.f64 q r) #s(literal -1 binary64)) (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)))
(fma.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) (neg.f64 (/.f64 q r)) (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)))
(fma.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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)))
(fma.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 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 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)) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) (+.f64 #s(literal -1/2 binary64) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))
(fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))
(fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) (/.f64 #s(literal 1/2 binary64) r) (+.f64 #s(literal -1/2 binary64) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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)) (+.f64 #s(literal -1/2 binary64) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))
(fma.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal -1 binary64) (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)))
(fma.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)))
(fma.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) #s(literal -1 binary64)) (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)))
(fma.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (neg.f64 (pow.f64 (/.f64 q r) #s(literal 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)))
(fma.f64 #s(literal -1 binary64) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 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 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64)) (-.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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 (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))))
(+.f64 (fma.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)))
(+.f64 (fma.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) #s(literal -1/2 binary64))
(+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) (+.f64 #s(literal -1/2 binary64) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))
(+.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(+.f64 #s(literal -1/2 binary64) (fma.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))))
(*.f64 (*.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) q) (pow.f64 r #s(literal -1 binary64)))
(*.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) (/.f64 q r))
(*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64)))
(*.f64 (/.f64 q r) (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))))
(*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))
(/.f64 (*.f64 (*.f64 (/.f64 q r) q) (+.f64 (/.f64 p r) #s(literal 1 binary64))) r)
(/.f64 (*.f64 (*.f64 q q) (+.f64 (/.f64 p r) #s(literal 1 binary64))) (*.f64 r r))
(/.f64 (*.f64 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))) (-.f64 (/.f64 p r) #s(literal 1 binary64)))
(/.f64 (*.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))
(/.f64 (*.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) (neg.f64 q)) (neg.f64 r))
(/.f64 (*.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 1 binary64)) (/.f64 r q))
(/.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))) (-.f64 (/.f64 p r) #s(literal 1 binary64)))
(/.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))
(/.f64 (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)) r)
(/.f64 (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 q q)) (*.f64 r r))
(/.f64 (*.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) q) r)
(/.f64 (*.f64 (*.f64 (/.f64 q r) q) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 r (-.f64 (/.f64 p r) #s(literal 1 binary64))))
(/.f64 (*.f64 (*.f64 (/.f64 q r) q) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))) (*.f64 r (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (*.f64 (*.f64 q q) (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 r r) (-.f64 (/.f64 p r) #s(literal 1 binary64))))
(/.f64 (*.f64 (*.f64 q q) (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 r r) (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (*.f64 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) r))
(/.f64 (*.f64 (-.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 q q)) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r)))
(/.f64 (*.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) r))
(/.f64 (*.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 q q)) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 r p) #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) (*.f64 r r)))
(/.f64 (*.f64 (/.f64 q r) (+.f64 (/.f64 p r) #s(literal 1 binary64))) (/.f64 r q))
(fma.f64 (exp.f64 (log.f64 (/.f64 q r))) (exp.f64 (log.f64 (/.f64 q r))) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 (/.f64 (neg.f64 q) r) (/.f64 (neg.f64 q) r) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 (/.f64 q (neg.f64 r)) (/.f64 q (neg.f64 r)) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 (pow.f64 r #s(literal -2 binary64)) (*.f64 q q) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 (*.f64 (/.f64 q r) q) (pow.f64 r #s(literal -1 binary64)) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 (*.f64 q q) (pow.f64 (pow.f64 (neg.f64 r) #s(literal -1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 (*.f64 q q) (pow.f64 r #s(literal -2 binary64)) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (/.f64 p r) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) #s(literal 1 binary64)))
(fma.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) #s(literal 1 binary64) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (/.f64 p r)))
(fma.f64 (/.f64 q r) (/.f64 q r) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))
(fma.f64 q (/.f64 (/.f64 q r) r) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 q (/.f64 q (*.f64 r r)) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 q (pow.f64 (*.f64 r (/.f64 r q)) #s(literal -1 binary64)) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 #s(literal 1 binary64) (pow.f64 (/.f64 q (neg.f64 r)) #s(literal 2 binary64)) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 #s(literal 1 binary64) (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(+.f64 (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))
(+.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (/.f64 p r)) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) #s(literal 1 binary64)))
(+.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (/.f64 p r)))
(+.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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))) r))
(*.f64 (fma.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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))) r)
(*.f64 r (fma.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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 (-.f64 (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 2 binary64))) r) (-.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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 (fma.f64 (pow.f64 (/.f64 q r) #s(literal 6 binary64)) (pow.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 3 binary64))) r) (fma.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64))))
(/.f64 (*.f64 r (-.f64 (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 2 binary64)))) (-.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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 r (fma.f64 (pow.f64 (/.f64 q r) #s(literal 6 binary64)) (pow.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 3 binary64)))) (fma.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64))))
(fma.f64 (fma.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) r (*.f64 #s(literal -1/2 binary64) r))
(fma.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))) r (*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) r))
(fma.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) r (*.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))) r))
(fma.f64 r (fma.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) (*.f64 r #s(literal -1/2 binary64)))
(fma.f64 r (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))) (*.f64 r (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64))))
(fma.f64 r (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (*.f64 r (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))
(+.f64 (*.f64 (fma.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))) r) (*.f64 #s(literal -1/2 binary64) r))
(+.f64 (*.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))) r) (*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) r))
(+.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) r) (*.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))) r))
(+.f64 (*.f64 r (fma.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)))) (*.f64 r #s(literal -1/2 binary64)))
(+.f64 (*.f64 r (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) (*.f64 r (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 r (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64))) (*.f64 r (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))
(*.f64 (-.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 2 binary64))) (pow.f64 (fma.f64 r r (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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3 binary64)) (pow.f64 r #s(literal 6 binary64))) (pow.f64 (fma.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (-.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 r r)) (pow.f64 r #s(literal 4 binary64))) #s(literal -1 binary64)))
(*.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)) (-.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 (fma.f64 r r (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 1 binary64))
(*.f64 #s(literal 1 binary64) (fma.f64 r r (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(pow.f64 (/.f64 (fma.f64 r r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (-.f64 (pow.f64 r #s(literal 4 binary64)) (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 binary64))
(pow.f64 (/.f64 (fma.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (-.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 r r)) (pow.f64 r #s(literal 4 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 binary64)) (pow.f64 r #s(literal 6 binary64)))) #s(literal -1 binary64))
(/.f64 (-.f64 (*.f64 (pow.f64 r #s(literal 4 binary64)) (fma.f64 r r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (fma.f64 r r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 2 binary64)))) (*.f64 (fma.f64 r r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fma.f64 r r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(/.f64 (-.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)) (pow.f64 r #s(literal 4 binary64))) (-.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 r r)))
(/.f64 (-.f64 (pow.f64 r #s(literal 6 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (pow.f64 r #s(literal 4 binary64)) (+.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)) (*.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))
(/.f64 (neg.f64 (-.f64 (pow.f64 r #s(literal 4 binary64)) (pow.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 (fma.f64 r r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(/.f64 (neg.f64 (+.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3 binary64)) (pow.f64 r #s(literal 6 binary64)))) (neg.f64 (fma.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (-.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 r r)) (pow.f64 r #s(literal 4 binary64)))))
(/.f64 (*.f64 (-.f64 (pow.f64 r #s(literal 4 binary64)) (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 binary64)) (fma.f64 r r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(/.f64 (*.f64 (+.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3 binary64)) (pow.f64 r #s(literal 6 binary64))) #s(literal 1 binary64)) (fma.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (-.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 r r)) (pow.f64 r #s(literal 4 binary64))))
(/.f64 (-.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 2 binary64))) (fma.f64 r r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(/.f64 (+.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3 binary64)) (pow.f64 r #s(literal 6 binary64))) (+.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)) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 (*.f64 r r) (neg.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 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3 binary64)) (pow.f64 r #s(literal 6 binary64))) (fma.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (-.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 r r)) (pow.f64 r #s(literal 4 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 r r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (-.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 2 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (-.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 r r)) (pow.f64 r #s(literal 4 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 binary64)) (pow.f64 r #s(literal 6 binary64)))))
(fma.f64 (fabs.f64 (fabs.f64 r)) (fabs.f64 (fabs.f64 r)) (*.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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fma.f64 (fabs.f64 (fabs.f64 r)) (fabs.f64 (fabs.f64 r)) (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(fma.f64 (exp.f64 (log.f64 r)) (exp.f64 (log.f64 r)) (*.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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fma.f64 (exp.f64 (log.f64 r)) (exp.f64 (log.f64 r)) (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(fma.f64 (neg.f64 (*.f64 q #s(literal 4 binary64))) q (fma.f64 #s(literal -1 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 r r)))
(fma.f64 #s(literal -4 binary64) (*.f64 q q) (fma.f64 #s(literal -1 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 r r)))
(fma.f64 (neg.f64 (*.f64 q q)) #s(literal 4 binary64) (fma.f64 #s(literal -1 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 r r)))
(fma.f64 (neg.f64 (neg.f64 r)) (neg.f64 (neg.f64 r)) (*.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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fma.f64 (neg.f64 (neg.f64 r)) (neg.f64 (neg.f64 r)) (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(fma.f64 (*.f64 q #s(literal 4 binary64)) (neg.f64 q) (fma.f64 #s(literal -1 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 r r)))
(fma.f64 (neg.f64 r) (neg.f64 r) (*.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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fma.f64 (neg.f64 r) (neg.f64 r) (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(fma.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal -1 binary64) (*.f64 r r))
(fma.f64 (*.f64 q q) #s(literal -4 binary64) (fma.f64 #s(literal -1 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 r r)))
(fma.f64 #s(literal -1 binary64) (*.f64 (*.f64 q q) #s(literal 4 binary64)) (fma.f64 #s(literal -1 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 r r)))
(fma.f64 #s(literal -1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 r r))
(fma.f64 (fabs.f64 r) (fabs.f64 r) (*.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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fma.f64 (fabs.f64 r) (fabs.f64 r) (neg.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) (neg.f64 (*.f64 q q)) (fma.f64 #s(literal -1 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 r r)))
(fma.f64 r r (*.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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fma.f64 r r (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(-.f64 (-.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))
(-.f64 (-.f64 (*.f64 r r) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 (*.f64 q q) #s(literal 4 binary64)))
(-.f64 (fma.f64 r r #s(literal 0 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))
(-.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) (fma.f64 r r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p 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 2 binary64)) (fma.f64 r r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (*.f64 r r)))
(-.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))
(+.f64 (fma.f64 r r (*.f64 #s(literal -4 binary64) (*.f64 q q))) (neg.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64))))
(+.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (fma.f64 #s(literal -1 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 r r)))
(+.f64 (*.f64 r r) (*.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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(+.f64 (*.f64 r r) (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(+.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 r r))
#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 (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 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 p p)) (pow.f64 (-.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)) #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 (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 (*.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)))
(*.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))) (pow.f64 (fma.f64 (fabs.f64 p) (-.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)))))) (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))) #s(literal -1 binary64)))
(pow.f64 (/.f64 (+.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 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 (fma.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)) (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))
(pow.f64 (/.f64 (-.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 (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 p p))) #s(literal -1 binary64))
(pow.f64 (/.f64 (fma.f64 (fabs.f64 p) (-.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)))))) (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 (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)))) #s(literal -1 binary64))
(/.f64 (-.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) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 p) (fabs.f64 r)))) (*.f64 (+.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))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (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 (fabs.f64 p) (fabs.f64 r))) (+.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 (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) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 p) (fabs.f64 r)) (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 (fma.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)) (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))) (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 (fma.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)) (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 (fma.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)) (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 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 (-.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 (-.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 p p))) (*.f64 (-.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 (-.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 (-.f64 (*.f64 (neg.f64 (fma.f64 r r (*.f64 (neg.f64 p) p))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))))) (*.f64 (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 r r (*.f64 (neg.f64 p) p))) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) (*.f64 (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(/.f64 (-.f64 (*.f64 (neg.f64 (fma.f64 r r (*.f64 (neg.f64 p) p))) (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 (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p))) (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 (-.f64 (*.f64 (neg.f64 (fma.f64 r r (*.f64 (neg.f64 p) p))) (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 (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p))) (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 (-.f64 (*.f64 (neg.f64 (*.f64 (+.f64 r p) (-.f64 p r))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q 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 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))))) (*.f64 (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (+.f64 r p) (-.f64 p r))) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) (*.f64 (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (+.f64 r p) (-.f64 p r))) (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 (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))) (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 (-.f64 (*.f64 (neg.f64 (*.f64 (+.f64 r p) (-.f64 p r))) (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 (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (neg.f64 (-.f64 (fabs.f64 p) (fabs.f64 r))) (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 (-.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 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 (neg.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 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))))) (*.f64 (neg.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 (*.f64 q q) #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 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (neg.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) (*.f64 (neg.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(/.f64 (-.f64 (*.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 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 (neg.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (neg.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (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 (-.f64 (*.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #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)))))) (*.f64 (neg.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (neg.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p)))) (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 (-.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 (*.f64 q 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 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 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 (*.f64 q q) #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 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (neg.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 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 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(/.f64 (-.f64 (*.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 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 (neg.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 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 (-.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 (-.f64 (*.f64 (neg.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #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)))))) (*.f64 (neg.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 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 (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 (-.f64 (*.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))))) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(/.f64 (-.f64 (*.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (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 (-.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (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 (-.f64 (*.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (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 (-.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (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 (-.f64 (*.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))))) (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (sqrt.f64 (-.f64 (*.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 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (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 (-.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (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 (-.f64 (*.f64 (*.f64 (+.f64 r p) (-.f64 p r)) (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 (-.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (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 (-.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 (*.f64 q 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 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 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 (*.f64 q q) #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 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 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 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(/.f64 (-.f64 (*.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 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 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 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 (-.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 (-.f64 (*.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #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)))))) (*.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 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 (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 (-.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 (*.f64 q 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 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 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 (*.f64 q q) #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 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 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 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(/.f64 (-.f64 (*.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 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 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 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 (-.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 (-.f64 (*.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #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)))))) (*.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 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 (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 (-.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 (/.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 r r (*.f64 (neg.f64 p) p))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))))) (*.f64 (/.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 r r (*.f64 (neg.f64 p) p))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (/.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 r r (*.f64 (neg.f64 p) p))) (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) (*.f64 (/.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 r r (*.f64 (neg.f64 p) p))) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(/.f64 (-.f64 (*.f64 #s(literal 1 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 (/.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 r r (*.f64 (neg.f64 p) p))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (/.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 r r (*.f64 (neg.f64 p) p))) (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 (-.f64 (*.f64 #s(literal 1 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 (/.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 r r (*.f64 (neg.f64 p) p))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (/.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (fma.f64 r r (*.f64 (neg.f64 p) p))) (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 (-.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 (/.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 (+.f64 r p) (-.f64 p r))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))))) (*.f64 (/.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 (+.f64 r p) (-.f64 p r))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 (*.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)) (*.f64 (+.f64 r p) (-.f64 p r))) (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) (*.f64 (/.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 (+.f64 r p) (-.f64 p r))) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(/.f64 (-.f64 (*.f64 #s(literal 1 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 (/.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 (+.f64 r p) (-.f64 p r))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (/.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 (+.f64 r p) (-.f64 p r))) (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 (-.f64 (*.f64 #s(literal 1 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 (/.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 (+.f64 r p) (-.f64 p r))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (/.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) (*.f64 (+.f64 r p) (-.f64 p r))) (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 (-.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 (/.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) (+.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 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))))) (*.f64 (/.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) (+.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 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (/.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) (*.f64 (/.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(/.f64 (-.f64 (*.f64 #s(literal 1 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 (/.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (/.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 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 (-.f64 (*.f64 #s(literal 1 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 (/.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (/.f64 (-.f64 (fma.f64 r r (*.f64 p p)) (fabs.f64 (*.f64 r p))) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #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)))))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))))) (*.f64 (/.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) (+.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 4 binary64)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)))))) (*.f64 (/.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) (+.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 (*.f64 q q) #s(literal 4 binary64))))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (/.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (sqrt.f64 (-.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 16 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))) (*.f64 (/.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(/.f64 (-.f64 (*.f64 #s(literal 1 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 (/.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (/.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 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 (-.f64 (*.f64 #s(literal 1 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 (/.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #s(literal 3 binary64)))) (sqrt.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64)))))) (*.f64 (/.f64 (-.f64 (fma.f64 p p (*.f64 r r)) (fabs.f64 (*.f64 r p))) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #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)))))))
(/.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 (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 (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 (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 (*.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 (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 p p))) (neg.f64 (-.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 (+.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 (fabs.f64 p) (-.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)))))) (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 (-.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)) (neg.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 (+.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 (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 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 p p)) (-.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 (-.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 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 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)) (neg.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 (+.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 (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 (*.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 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 (-.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 (+.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 (fabs.f64 p) (-.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)))))) (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 #s(literal 1 binary64) (/.f64 (+.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 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 (fma.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)) (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) (/.f64 (-.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 (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 p p))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fabs.f64 p) (-.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)))))) (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 (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 (/.f64 (fma.f64 r r (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (fma.f64 r r (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 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))))) (fabs.f64 p))
(fma.f64 (/.f64 (fma.f64 r r (neg.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 (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 r r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) (fabs.f64 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)) (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 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #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 (+.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 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(fma.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)) #s(literal -1 binary64)) (fma.f64 r r (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (fabs.f64 p))
(fma.f64 (fma.f64 r r (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)) #s(literal -1 binary64)) (fabs.f64 p))
(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 (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 #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))))) (fabs.f64 p))
(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 (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) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 p) (fabs.f64 r)))) (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 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 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) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 p) (fabs.f64 r)) (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 (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 (*.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 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 (-.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 (*.f64 p p) (-.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 (+.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 (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 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 (+.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 (*.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 (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 (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 (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 (*.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 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 p 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))))) (fabs.f64 p)))
(/.f64 (*.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))) #s(literal 1/2 binary64)) (fma.f64 (fabs.f64 p) (-.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)))))) (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 (*.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 (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 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 (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 (*.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 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 p p))) (-.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 (*.f64 #s(literal 1/2 binary64) (+.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 (fabs.f64 p) (-.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)))))) (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 (-.f64 (pow.f64 (*.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)) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)) #s(literal 2 binary64))) (-.f64 (*.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 #s(literal 1/2 binary64) (fabs.f64 p))))
(/.f64 (fma.f64 #s(literal 1/8 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)) (*.f64 #s(literal 1/8 binary64) (pow.f64 p #s(literal 3 binary64)))) (+.f64 (pow.f64 (*.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)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)) #s(literal 2 binary64)) (*.f64 (*.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 #s(literal 1/2 binary64) (fabs.f64 p))))))
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)) #s(literal -1 binary64))) (fma.f64 r r (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)))
(fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 r r (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)) #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)))
(fma.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 #s(literal 1/2 binary64) (fabs.f64 p)))
(fma.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)) #s(literal -1 binary64)) (*.f64 (fma.f64 r r (neg.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) (fabs.f64 p)))
(fma.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 #s(literal 1/2 binary64) (fabs.f64 p)))
(fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.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)))))))
(fma.f64 #s(literal 1/2 binary64) (fabs.f64 p) (*.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 (fma.f64 r r (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (fabs.f64 p)))
(fma.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/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))))) #s(literal 1/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)))
(+.f64 (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/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))))) #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) (neg.f64 (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) (fabs.f64 p)) (*.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 (-.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 #s(literal 1/2 binary64) (fabs.f64 p)))
(*.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 (-.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 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (*.f64 r r))) (*.f64 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r)))
(/.f64 (-.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 (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))) (pow.f64 r #s(literal 3 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))) (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)) 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) (/.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 (fma.f64 r r (*.f64 (neg.f64 p) p)) (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)) (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 (pow.f64 r #s(literal 3 binary64)) (pow.f64 p #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 (+.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 r))
(fma.f64 #s(literal -1 binary64) r (+.f64 (fabs.f64 p) (fabs.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) (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 (-.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 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) (*.f64 p p))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) (-.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 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 (*.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 (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 (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 (*.f64 (+.f64 r p) (-.f64 p r)) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 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 (-.f64 (fma.f64 r r (*.f64 p p)) (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 (-.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 p (-.f64 p (fabs.f64 r)) (*.f64 r r)) #s(literal -1 binary64)) (fabs.f64 p))
(fma.f64 (fabs.f64 p) #s(literal 1 binary64) (+.f64 (fabs.f64 r) p))
(fma.f64 #s(literal 1 binary64) (fabs.f64 p) (+.f64 (fabs.f64 r) p))
(fma.f64 #s(literal 1 binary64) (fabs.f64 r) (+.f64 (fabs.f64 p) 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 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)
(+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) p))
(+.f64 (fabs.f64 r) (+.f64 (fabs.f64 p) p))
(+.f64 p (+.f64 (fabs.f64 p) (fabs.f64 r)))
(*.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 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) #s(literal -1 binary64)))
(*.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 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 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 #s(literal 1/8 binary64) (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 binary64))
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 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 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) #s(literal 2 binary64)))
(/.f64 (-.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64))) (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r))))
(/.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 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64))))
(/.f64 (neg.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 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 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)))
(/.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64)) (+.f64 #s(literal 1/4 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/4 binary64)))))
(/.f64 (fma.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 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 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #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 #s(literal 1/8 binary64) (pow.f64 (/.f64 r (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) #s(literal -3 binary64)) #s(literal -1/8 binary64))))
(fma.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r))) (pow.f64 r #s(literal -1 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))
(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))
(-.f64 (/.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal 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 #s(literal 1/4 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 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)) #s(literal -1/2 binary64))
(+.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r)))
(*.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 (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)))
(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 (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))
(/.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 (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 (pow.f64 (fma.f64 r r (neg.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 (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 -1 binary64)) #s(literal -1 binary64)))
(*.f64 (pow.f64 (fma.f64 r r (neg.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 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 (pow.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 (pow.f64 (-.f64 (fma.f64 r r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) #s(literal -1 binary64)) #s(literal -1 binary64)))
(*.f64 (pow.f64 (+.f64 (pow.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 (fma.f64 r r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))))
(*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)) #s(literal -1/2 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)) #s(literal -1/2 binary64)))
(*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)) #s(literal -1 binary64)) #s(literal 1 binary64))
(*.f64 #s(literal -1 binary64) (pow.f64 (neg.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) #s(literal -1 binary64)))
(*.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)))) (fabs.f64 r)) #s(literal -1 binary64)))
(pow.f64 (exp.f64 (log.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)))) #s(literal -1 binary64))
(pow.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)) #s(literal -1/2 binary64)) #s(literal 2 binary64))
(pow.f64 (neg.f64 (neg.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)))) #s(literal -1 binary64))
(pow.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)) #s(literal 2 binary64)) #s(literal -1/2 binary64))
(pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)) #s(literal -1 binary64))
(/.f64 #s(literal -1 binary64) (neg.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)))))
(/.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)))) (fabs.f64 r)))
(neg.f64 (/.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)))) (fabs.f64 r))))
(exp.f64 (*.f64 (log.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) #s(literal -1 binary64)))

eval250.0ms (2.4%)

Memory
31.1MiB live, 380.3MiB allocated
Compiler

Compiled 70 434 to 5 251 computations (92.5% saved)

prune151.0ms (1.5%)

Memory
-34.9MiB live, 253.2MiB allocated
Pruning

36 alts after pruning (34 fresh and 2 done)

PrunedKeptTotal
New88521906
Fresh81321
Picked325
Done000
Total89636932
Accuracy
82.0%
Counts
932 → 36
Alt Table
Click to see full alt table
StatusAccuracyProgram
21.7%
(/.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))))
14.6%
(*.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)))))))
3.5%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (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))))) #s(approx (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (/.f64 #s(literal -1 binary64) p)) (fabs.f64 p)))
15.3%
(*.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))))
22.1%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (fma.f64 (*.f64 r p) #s(literal 2 binary64) (*.f64 #s(literal -4 binary64) (*.f64 q q)))) (/.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)))
18.3%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)) (/.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)))
7.0%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (*.f64 r p) #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)))
21.7%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (*.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)))))))
23.7%
(*.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)))
32.7%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))))
10.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.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)))))
29.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 0 binary64) q)))
11.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 2 binary64))) r) (-.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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)))))
27.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 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))
31.1%
#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))
16.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 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)))
18.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 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.3%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 (exp.f64 (log.f64 (/.f64 q r))) (exp.f64 (log.f64 (/.f64 q r))) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r))
21.2%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q r) 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))
18.0%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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))
22.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 q 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))
18.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))
5.5%
#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))))
14.3%
#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 (*.f64 q q) p)) p))))
6.3%
#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)))))
19.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(approx (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) (/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (pow.f64 r #s(literal 3 binary64)))) r))
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.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
4.8%
#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.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
33.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
21.8%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r))))
25.6%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r))))
30.5%
#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)) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p))))
30.9%
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (fma.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) p) #s(literal -1/2 binary64) (*.f64 (-.f64 (fabs.f64 p) (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) #s(literal 1/2 binary64))))
5.9%
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (*.f64 (-.f64 (fabs.f64 p) (*.f64 #s(literal -2 binary64) p)) #s(literal 1/2 binary64)))
Compiler

Compiled 3 511 to 2 239 computations (36.2% saved)

simplify173.0ms (1.7%)

Memory
39.4MiB live, 155.4MiB allocated
Algorithm
egg-herbie
Localize:

Found 18 expressions of interest:

NewMetricScoreProgram
cost-diff0
(fma.f64 r r (*.f64 (neg.f64 p) p))
cost-diff0
(*.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)))))))
cost-diff448
(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))))))
cost-diff704
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
cost-diff0
(*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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)
cost-diff0
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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))
cost-diff128
(*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q q) r))
cost-diff192
(fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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)))
cost-diff0
(*.f64 (*.f64 q q) (+.f64 r p))
cost-diff0
(neg.f64 (*.f64 (*.f64 q q) (+.f64 r p)))
cost-diff0
#s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r)))
cost-diff0
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r))))
cost-diff0
(*.f64 #s(literal -1/2 binary64) r)
cost-diff0
#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-diff320
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
cost-diff576
(+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))
cost-diff704
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
cost-diff6144
(fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p))
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
01031158
01661151
13151138
27931138
326291127
470721127
083191105
Stop Event
iter limit
node limit
iter limit
Calls
Call 1
Inputs
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))))
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
#s(literal 1 binary64)
#s(literal 2 binary64)
#s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))))
(+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))
(fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p))
(neg.f64 p)
p
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
(/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64)))
(*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))
(*.f64 (*.f64 q q) r)
(*.f64 q q)
q
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)))
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))
#s(literal 4 binary64)
(*.f64 r r)
(pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))
(+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
(fabs.f64 r)
(/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))
(*.f64 #s(literal -2 binary64) r)
#s(literal -2 binary64)
(fabs.f64 p)
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
#s(literal -4 binary64)
(/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (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)
#s(literal -1/2 binary64)
r
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r))))
#s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r)))
(/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r))
(neg.f64 (*.f64 (*.f64 q q) (+.f64 r p)))
(*.f64 (*.f64 q q) (+.f64 r p))
(*.f64 q q)
q
(+.f64 r p)
r
p
(*.f64 r r)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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))
(*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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)
(fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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)))
#s(literal -1 binary64)
#s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q q) r)))
(*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q q) r))
(/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r)
(+.f64 (/.f64 p r) #s(literal 1 binary64))
(/.f64 p r)
p
r
#s(literal 1 binary64)
(/.f64 (*.f64 q q) r)
(*.f64 q q)
q
(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)
(fabs.f64 p)
#s(literal 1/2 binary64)
#s(literal -1/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 #s(literal 1 binary64) #s(literal 2 binary64))
#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))))))
(fma.f64 r r (*.f64 (neg.f64 p) p))
r
(*.f64 (neg.f64 p) p)
(neg.f64 p)
p
(/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))
(-.f64 (fabs.f64 r) (fabs.f64 p))
(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)))))
(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
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))))
(*.f64 #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r))))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))))) (*.f64 #s(literal -4 binary64) p) #s(literal -4 binary64)) (fma.f64 (/.f64 (*.f64 p r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r))))) #s(literal 2 binary64) (fabs.f64 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)
#s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))))
#s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r))))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))))) (*.f64 #s(literal -4 binary64) p) #s(literal -4 binary64)) (fma.f64 (/.f64 (*.f64 p r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r))))) #s(literal 2 binary64) (fabs.f64 p))))
(+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))
(fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r))))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))))) (*.f64 #s(literal -4 binary64) p) #s(literal -4 binary64)) (fma.f64 (/.f64 (*.f64 p r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r))))) #s(literal 2 binary64) (fabs.f64 p)))
(fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p))
(fma.f64 (/.f64 (neg.f64 p) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))) (*.f64 (*.f64 #s(literal 4 binary64) r) (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))))) (*.f64 #s(literal -2 binary64) r)) (fabs.f64 p))
(neg.f64 p)
p
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
(*.f64 r (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))) (*.f64 q q)) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 #s(literal -2 binary64) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))))))
(/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64)))
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))) (*.f64 (*.f64 q q) r)) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))) #s(literal 2 binary64)))
(*.f64 (*.f64 (*.f64 q q) 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) (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))) (*.f64 (*.f64 q q) r))
(*.f64 (*.f64 q q) r)
(*.f64 q q)
q
r
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r))))
(/.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 #s(literal 4 binary64)) q (*.f64 r r)))
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))
(fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r))
#s(literal 4 binary64)
(*.f64 r r)
(pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))
(pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))) #s(literal 2 binary64))
(+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))
(+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r))))
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
(sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))
(fabs.f64 r)
(/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))
(/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))))
(*.f64 #s(literal -2 binary64) r)
#s(literal -2 binary64)
(fabs.f64 p)
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
(/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))))
#s(literal -4 binary64)
(/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))
(/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r))
(*.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)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 q (/.f64 (/.f64 (-.f64 (neg.f64 r) p) r) r)) q)))
#s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r)))
#s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 q (/.f64 (/.f64 (-.f64 (neg.f64 r) p) r) r)) q))
(/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r))
(*.f64 (*.f64 q (/.f64 (/.f64 (-.f64 (neg.f64 r) p) r) r)) q)
(neg.f64 (*.f64 (*.f64 q q) (+.f64 r p)))
(*.f64 (*.f64 (-.f64 (neg.f64 r) p) q) q)
(*.f64 (*.f64 q q) (+.f64 r p))
(*.f64 (*.f64 (+.f64 p r) q) q)
(*.f64 q q)
q
(+.f64 r p)
(+.f64 p r)
r
p
(*.f64 r r)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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 (-.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) r) (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal -1/2 binary64)) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (/.f64 q r) r) (fma.f64 (/.f64 p r) q q)))) r))
(*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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)
(*.f64 (-.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) r) (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal -1/2 binary64)) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (/.f64 q r) r) (fma.f64 (/.f64 p r) q q)))) r)
(fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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)))
(-.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) r) (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal -1/2 binary64)) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (/.f64 q r) r) (fma.f64 (/.f64 p r) q q))))
#s(literal -1 binary64)
#s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q q) r)))
#s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (/.f64 q r) r) (fma.f64 (/.f64 p r) q q)))
(*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q q) r))
(*.f64 (/.f64 (/.f64 q r) r) (fma.f64 (/.f64 p r) q q))
(/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r)
(+.f64 (/.f64 p r) #s(literal 1 binary64))
(/.f64 p r)
p
r
#s(literal 1 binary64)
(/.f64 (*.f64 q q) r)
(*.f64 (/.f64 q r) q)
(*.f64 q q)
q
(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)
(fabs.f64 p)
#s(literal 1/2 binary64)
#s(literal -1/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 (fma.f64 (+.f64 p r) (/.f64 (-.f64 r p) (-.f64 (fabs.f64 r) (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)))))) #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 (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 (+.f64 p r) (/.f64 (-.f64 r p) (-.f64 (fabs.f64 r) (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))))))
(fma.f64 r r (*.f64 (neg.f64 p) p))
(fma.f64 (neg.f64 p) p (*.f64 r r))
r
(*.f64 (neg.f64 p) p)
(neg.f64 p)
p
(/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))
(-.f64 (fabs.f64 r) (fabs.f64 p))
(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)))))
(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)

localize769.0ms (7.5%)

Memory
7.1MiB live, 628.3MiB allocated
Localize:

Found 18 expressions of interest:

NewMetricScoreProgram
accuracy0.01171875
(/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))
accuracy1.4999834856333614
(fma.f64 r r (*.f64 (neg.f64 p) p))
accuracy27.985193630676566
(sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))
accuracy29.82356666837147
(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))))))
accuracy4.806118507531935
(*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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)
accuracy11.839058480447827
(fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))
accuracy21.725047499087985
(+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p))
accuracy29.253904276336332
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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))
accuracy4.556562526229561
(*.f64 (*.f64 q q) (+.f64 r p))
accuracy10.303145741092957
#s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r)))
accuracy13.076116306896965
(/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r))
accuracy29.253904276336332
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r))))
accuracy0.0
(*.f64 #s(literal -1/2 binary64) r)
accuracy45.984855298602
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) r))
accuracy13.885366483405203
#s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))))
accuracy16.38307242990017
(/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))
accuracy22.80968970600627
(sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
accuracy23.69282027239883
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
Samples
450.0ms152×1valid
84.0ms34×2valid
71.0ms58×2exit
4.0ms0valid
3.0ms1exit
Compiler

Compiled 2 102 to 195 computations (90.7% saved)

Precisions
Click to see histograms. Total time spent on operations: 544.0ms
ival-add: 287.0ms (52.7% of total)
ival-mult: 100.0ms (18.4% of total)
adjust: 66.0ms (12.1% of total)
ival-div: 35.0ms (6.4% of total)
ival-sqrt: 17.0ms (3.1% of total)
ival-sub: 15.0ms (2.8% of total)
ival-pow2: 12.0ms (2.2% of total)
ival-neg: 8.0ms (1.5% of total)
ival-fabs: 2.0ms (0.4% of total)
exact: 1.0ms (0.2% of total)
ival-true: 0.0ms (0% of total)
ival-assert: 0.0ms (0% of total)

series113.0ms (1.1%)

Memory
-10.6MiB live, 185.5MiB allocated
Counts
26 → 391
Calls
Call 1
Inputs
(fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p))
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
(+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (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)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r))))
#s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r)))
(neg.f64 (*.f64 (*.f64 q q) (+.f64 r p)))
(*.f64 (*.f64 q q) (+.f64 r p))
(fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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)))
(*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q q) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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))
(*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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)
(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)) (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 r r (*.f64 (neg.f64 p) 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 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))
#s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))))
(/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r 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 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))
Outputs
(fabs p)
(+ (fabs p) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))
(+ (fabs p) (* -4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (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 (* (* 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))))))))))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2))
(+ (* p (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r))))) (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))
(* -1 (* (pow q 2) r))
(- (* -1 (* p (pow q 2))) (* (pow q 2) r))
(* (pow q 2) r)
(+ (* p (pow q 2)) (* (pow q 2) r))
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) r)) (* p (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))) 1/2)
(/ (pow q 2) (pow r 2))
(+ (/ (* p (pow q 2)) (pow r 3)) (/ (pow q 2) (pow r 2)))
(- (/ (pow r 2) (- (fabs r) (fabs p))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (/ (pow r 2) (- (fabs r) (fabs p)))) (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)))))) (/ 1 (- (fabs r) (fabs p)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (pow r 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (* 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 (- (fabs r) (fabs p)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (pow r 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) (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 2) (- (fabs r) (fabs p))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(+ (* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) (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)))))) (/ 1 (- (fabs r) (fabs p)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) (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)))))) (/ 1 (- (fabs r) (fabs 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))))))))))
(pow r 2)
(+ (* -1 (pow p 2)) (pow r 2))
(- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(- (+ (fabs p) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(- (+ (fabs p) (* p (- (* p (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(- (+ (fabs p) (* p (- (* p (- (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (- (+ (* -1 (* (/ (* r (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -4 (+ (* 1/2 (* (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (+ (* 1/2 (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* 1/2 (/ (* (pow r 3) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(* -1 (/ (pow q 2) r))
(+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (* -1 (/ (pow q 2) r)))
(+ (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))))))))))
(/ 1 (- (fabs r) (fabs p)))
(* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(* p (+ (* -1 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (fabs p) p)))
(* p (+ (* -4 (/ (pow q 2) (* p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -1 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (fabs p) p))))
(* -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 (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))
(* p (+ (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))) (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)))
(* -1 (* p (pow q 2)))
(* p (- (* -1 (/ (* (pow q 2) r) p)) (pow q 2)))
(* p (pow q 2))
(* p (+ (/ (* (pow q 2) r) p) (pow q 2)))
(* p (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r))))
(* p (- (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (+ (* -1 (/ (pow q 2) (pow r 3))) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ (+ (/ (fabs p) r) (/ (fabs r) r)) p))))) (* 1/2 (/ 1 p))))
(/ (* p (pow q 2)) (pow r 3))
(* p (+ (/ (pow q 2) (* p (pow r 2))) (/ (pow q 2) (pow r 3))))
(* -1 (/ (pow p 2) (- (fabs r) (fabs p))))
(* -1 (* (pow p 2) (+ (/ 1 p) (/ 1 (- (fabs r) (fabs p))))))
(* (pow p 2) (- (/ (pow r 2) (* (pow p 2) (- (fabs r) (fabs p)))) (+ (* -1 (/ r (pow p 2))) (+ (/ 1 p) (/ 1 (- (fabs r) (fabs p)))))))
(* (pow p 2) (- (+ (* -2 (/ (pow q 2) (pow p 3))) (/ (pow r 2) (* (pow p 2) (- (fabs r) (fabs p))))) (+ (* -1 (/ r (pow p 2))) (+ (/ 1 p) (/ 1 (- (fabs r) (fabs p)))))))
(* -1/2 (/ (pow p 2) (- (fabs r) (fabs p))))
(* -1 (* (pow p 2) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))))
(* (pow p 2) (- (* 1/2 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) (* -1 r)) (pow p 2))) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))))
(* (pow p 2) (- (+ (* -1 (/ (pow q 2) (pow p 3))) (* 1/2 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) (* -1 r)) (pow p 2)))) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))))
(* -1 (pow p 2))
(* (pow p 2) (- (/ (pow r 2) (pow p 2)) 1))
(* -1 p)
(* p (- (+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -2 (/ r p)))))
(* p (- (+ (* -1 (/ r p)) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (+ (/ (fabs r) p) (/ (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 2)))))) (+ 1 (+ (* -2 (/ r p)) (* 4 (/ (pow q 2) (pow p 2)))))))
(* p (- (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (+ (* 2 (/ (* (pow q 2) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 3))) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (+ (/ (fabs r) p) (+ (/ (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 2)) (/ (* (+ (fabs r) (* -1 r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))))) (pow p 3))))))))) (+ 1 (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 r))) (pow p 3))) (+ (* -2 (/ r p)) (+ (* 4 (/ (pow q 2) (pow p 2))) (/ (* (pow r 2) (+ (fabs r) (* -1 r))) (pow p 3))))))))
(* -1 (/ (* p (pow q 2)) (pow r 2)))
(* p (+ (* -1 (/ (pow q 2) (* p r))) (* -1 (/ (pow q 2) (pow r 2)))))
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 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -1 (/ (fabs p) p)) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))
(* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -1 (/ (+ (fabs p) (* -4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) p)) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))
(* 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 (* r (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r))))))
(* -1 (* p (+ (* -1 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)) (* r (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r)))))))
(* -1 (* p (- (/ (* (pow q 2) r) p) (* -1 (pow q 2)))))
(* -1 (* p (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2)))))
(* -1 (* p (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r)))))
(* -1 (* p (- (+ (* -1 (/ (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2) p)) (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))
(* -1 (* p (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (* -1 (/ (pow q 2) (pow r 3))))))
(* (pow p 2) (- (/ 1 p) (/ 1 (- (fabs r) (fabs p)))))
(* (pow p 2) (- (* -1 (/ (- (* -1 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) r) p)) 1) p)) (/ 1 (- (fabs r) (fabs p)))))
(* (pow p 2) (- (* -1 (/ (- (* -1 (/ (- (+ (* 2 (/ (pow q 2) p)) (/ (pow r 2) (- (fabs r) (fabs p)))) r) p)) 1) p)) (/ 1 (- (fabs r) (fabs p)))))
(* (pow p 2) (- (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* (pow p 2) (- (* -1 (/ (- (* -1/2 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) r) p)) 1/2) p)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* (pow p 2) (- (* -1 (/ (- (* -1 (/ (+ (* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) r)) (/ (pow q 2) p)) p)) 1/2) p)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (fabs r))) (* 2 r)) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))) p))))) (* 2 r)) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* 2 r) (+ r (fabs r))))) (* (+ r (fabs r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ r (fabs r)))) (* (pow r 2) (+ r (fabs r))))) p)) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r)))))) (* 4 (pow q 2))) p))))) (* 2 r)) p)) 1)))
(* -1 (* p (+ (/ (pow q 2) (* p r)) (/ (pow q 2) (pow r 2)))))
(* -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)))))
(+ (fabs p) (* -1 (* p (* r (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q)))))))))
(+ (fabs p) (* r (+ (* -1 (* p (* (pow r 2) (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))))))) (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))))))
(+ (fabs p) (* r (+ (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))) (* (pow r 2) (+ (* -1 (* p (* (pow r 2) (+ (* -2 (+ (* 1/16 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/64 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))))) (* 4 (+ (* 3/256 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))) (+ (* 1/2 (/ (- (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 4))) (/ (* (pow q 2) (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 4))) q)) (* 1/32 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3))))))))))) (* -1 (* p (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2))))))))))))
(+ (fabs p) (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))) (* -1 (* p (* r (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))) (* r (+ (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))) (/ (* q r) (pow (+ (fabs r) (* 2 q)) 2))))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))) (* r (+ (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))) (* r (+ (* -1 (* p (* r (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))))))) (/ q (pow (+ (fabs r) (* 2 q)) 2))))))))
(* r (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))
(* r (- (+ (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* (pow r 2) (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2))))))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))
(* r (- (+ (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* (pow r 2) (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (+ (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* (pow r 2) (+ (* -2 (+ (* 1/16 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/64 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))))) (* 4 (+ (* 1/32 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (+ (* 1/2 (/ (- (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 4))) (/ (* (pow q 2) (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 4))) q)) (* 3/256 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2))))))))))))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))
(* r (- (+ (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* (pow r 2) (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (+ (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* (pow r 2) (+ (* -2 (+ (* 1/16 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/64 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))))) (+ (* 4 (+ (* 1/32 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (+ (* 1/2 (/ (- (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 4))) (/ (* (pow q 2) (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 4))) q)) (* 3/256 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2))))))) (* (pow r 2) (+ (* 2 (+ (* 1/256 (/ 1 (* (pow q 4) (pow (+ (fabs r) (* 2 q)) 3)))) (+ (* 1/4 (/ (+ (* 1/16 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/64 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2))))) (* q (+ (fabs r) (* 2 q))))) (* 1/512 (/ 1 (* (pow q 5) (pow (+ (fabs r) (* 2 q)) 2))))))) (* 4 (- (+ (* -1/2 (/ (+ (* -1/2 (/ (* q (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 5))) (+ (* 1/2 (/ (- (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 4))) (/ (* (pow q 2) (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 4))) (* q (+ (fabs r) (* 2 q))))) (/ (* (pow q 2) (- (* 1/256 (/ (+ (fabs r) (* 2 q)) (pow q 5))) (* 1/128 (/ 1 (pow q 4))))) (pow (+ (fabs r) (* 2 q)) 4)))) q)) (* -1/16 (/ (- (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 4))) (/ (* (pow q 2) (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 4))) (pow q 3)))) (+ (* 5/2048 (/ 1 (* (pow q 5) (pow (+ (fabs r) (* 2 q)) 2)))) (* 3/512 (/ 1 (* (pow q 4) (pow (+ (fabs r) (* 2 q)) 3)))))))))))))))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))
(* 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 r)
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 2))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))))) (pow r 2))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))))) (pow r 2))
(- (* -1 (* (pow q 2) r)) (* p (pow q 2)))
(* -1 (/ (* p (pow q 2)) (pow r 3)))
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 3))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))))) (pow r 3))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))))) (pow r 3))
(/ (+ (* p (pow q 2)) (* (pow q 2) r)) (pow r 3))
(- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* r (- (* r (- (/ 1 (- (fabs r) (fabs p))) (* 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))))
(- (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* 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 (- (fabs r) (fabs p)))) (* 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))))
(* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(+ (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* r (- (/ 1 (- (fabs r) (fabs p))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))))))))))
(+ (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 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 (- (fabs r) (fabs p))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))))))))
(* 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)))))
(/ 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 q 2) (+ (fabs r) (* 2 q)))
(+ (* -1/4 (/ (* q (pow r 2)) (pow (+ (fabs r) (* 2 q)) 2))) (/ (pow q 2) (+ (fabs r) (* 2 q))))
(+ (* (pow r 2) (- (* (pow r 2) (+ (* 1/64 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/16 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/4 (/ q (pow (+ (fabs r) (* 2 q)) 2))))) (/ (pow q 2) (+ (fabs r) (* 2 q))))
(+ (* (pow r 2) (- (* (pow r 2) (+ (* -1 (* (pow r 2) (+ (* 1/512 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))) (+ (* 1/256 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/4 (/ (+ (* 1/64 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/16 (/ 1 (pow (+ (fabs r) (* 2 q)) 3)))) (* q (+ (fabs r) (* 2 q))))))))) (+ (* 1/64 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/16 (/ 1 (pow (+ (fabs r) (* 2 q)) 3)))))) (* 1/4 (/ q (pow (+ (fabs r) (* 2 q)) 2))))) (/ (pow q 2) (+ (fabs r) (* 2 q))))
(- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(- (+ (fabs p) (* r (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(- (+ (fabs p) (* r (- (+ (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(- (+ (fabs p) (* r (- (+ (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 3) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))) (+ (* -4 (+ (* 1/2 (* (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (+ (* 1/2 (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* (/ (* p (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(* 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))))))))))
(+ (fabs p) (* 2 p))
(+ (fabs p) (+ (* -2 (/ (* p (fabs r)) r)) (* 2 p)))
(+ (fabs p) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (* 2 p))))
(+ (fabs p) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* -8 (* (pow q 2) (fabs r))) (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))))) (pow r 3))) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (* 2 p)))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) r)) (+ (* -2 (/ (* p (fabs r)) r)) (* 2 p))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) r)) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (+ (* 2 p) (* 4 (/ (* (pow q 2) (fabs r)) (pow r 2))))))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) r)) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* -8 (* (pow q 2) (fabs r))) (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))))) (pow r 3))) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (+ (* 2 p) (+ (* 4 (/ (* (pow q 2) (fabs r)) (pow r 2))) (* 4 (/ (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4))) (pow r 3))))))))))
-2
(- (* 2 (/ (fabs r) r)) 2)
(- (* 4 (/ (pow q 2) (pow r 2))) (+ 2 (+ (* -2 (/ (fabs r) r)) (* -2 (/ (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))) (pow r 2))))))
(- (+ (* -8 (/ (* (pow q 2) (fabs r)) (pow r 3))) (* 4 (/ (pow q 2) (pow r 2)))) (+ 2 (+ (* -2 (/ (fabs r) r)) (+ (* -2 (/ (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 3))) (* -2 (/ (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))) (pow r 2)))))))
(* 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))
(* r (- (* -1 (/ (* p (pow q 2)) r)) (pow q 2)))
(* r (+ (/ (* p (pow q 2)) r) (pow q 2)))
-1/2
(- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)
(- (+ (* -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)
(/ (+ (/ (* p (pow q 2)) r) (pow q 2)) (pow r 2))
(/ (pow r 2) (- (fabs r) (fabs p)))
(* (pow r 2) (- (/ 1 (- (fabs r) (fabs p))) (/ 1 r)))
(* (pow r 2) (- (+ (* -1 (/ (pow p 2) (* (pow r 2) (- (fabs r) (fabs p))))) (/ 1 (- (fabs r) (fabs p)))) (+ (* -1 (/ p (pow r 2))) (/ 1 r))))
(* (pow r 2) (- (+ (* -2 (/ (pow q 2) (pow r 3))) (+ (* -1 (/ (pow p 2) (* (pow r 2) (- (fabs r) (fabs p))))) (/ 1 (- (fabs r) (fabs p))))) (+ (* -1 (/ p (pow r 2))) (/ 1 r))))
(* 1/2 (/ (pow r 2) (- (fabs r) (fabs p))))
(* (pow r 2) (- (* 1/2 (/ 1 (- (fabs r) (fabs p)))) (* 1/2 (/ 1 r))))
(* (pow r 2) (- (+ (* 1/2 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* -1 p)) (pow r 2))) (* 1/2 (/ 1 (- (fabs r) (fabs p))))) (* 1/2 (/ 1 r))))
(* (pow r 2) (- (+ (* -1 (/ (pow q 2) (pow r 3))) (+ (* 1/2 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* -1 p)) (pow r 2))) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))) (* 1/2 (/ 1 r))))
(* (pow r 2) (+ 1 (* -1 (/ (pow p 2) (pow r 2)))))
r
(* 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)))))))
(/ 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)
(/ (pow q 2) r)
(/ (+ (* -1 (/ (* (pow q 2) (fabs r)) r)) (pow q 2)) r)
(/ (- (+ (* -1 (/ (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4))) (pow r 2))) (pow q 2)) (/ (* (pow q 2) (fabs r)) r)) r)
(/ (- (+ (* -1 (/ (+ (* -2 (* (pow q 4) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4)))))) (pow r 3))) (pow q 2)) (+ (* -1 (/ (* (pow q 2) (pow (fabs r) 2)) (pow r 2))) (+ (* 2 (/ (pow q 4) (pow r 2))) (/ (* (pow q 2) (fabs r)) r)))) r)
(- (fabs p) (* -2 p))
(- (+ (fabs p) (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r)) (+ (* -2 p) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r)))))
(- (+ (fabs p) (+ (* 2 (/ (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))) (pow r 2))) (+ (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r) (/ (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 2))))) (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -2 p) (+ (* -2 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 2))) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r))))))))
(- (+ (fabs p) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* 2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))))) (pow r 3))) (+ (* 2 (/ (* p (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (pow r 3))) (+ (* 2 (/ (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))) (pow r 2))) (+ (* 2 (/ (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 3))) (+ (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r) (/ (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 2)))))))) (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -4 (/ (+ (* -1 (* (pow q 2) (pow (+ (fabs r) (* -1 p)) 2))) (* 2 (pow q 4))) (pow r 3))) (+ (* -2 p) (+ (* -2 (/ (* p (* (pow q 2) (+ (fabs r) (* -1 p)))) (pow r 3))) (+ (* -2 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -2 (/ (* (pow q 2) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 3))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* 2 (* p (pow q 2)))))) (pow r 3))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 2))) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r))))))))))))
(/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 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)))))))
(+ (fabs p) (* -2 p))
(+ (fabs p) (+ (* -2 p) (* -2 (/ (* p (fabs r)) r))))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* 2 (* p (fabs r))) (/ (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) r)) r))))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (/ (* p (+ (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 8 (* (pow q 2) (fabs r))))) r)) r)) (* 2 (* p (fabs r)))) r))))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -4 (pow q 2)) (* 2 (* p (fabs r)))) r))))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -4 (pow q 2)) (+ (* -1 (/ (+ (* -1 (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 4 (* (pow q 2) (fabs r)))) r)) (* 2 (* p (fabs r))))) r))))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -4 (pow q 2)) (+ (* -1 (/ (+ (* -1 (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (+ (* -1 (/ (+ (* -1 (* p (+ (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 8 (* (pow q 2) (fabs r)))))) (* 4 (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4))))) r)) (* 4 (* (pow q 2) (fabs r))))) r)) (* 2 (* p (fabs r))))) r))))
2
(+ 2 (* 2 (/ (fabs r) r)))
(+ 2 (* -1 (/ (+ (* -2 (fabs r)) (* -1 (/ (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))) r))) r)))
(+ 2 (* -1 (/ (+ (* -2 (fabs r)) (* -1 (/ (+ (* -4 (pow q 2)) (+ (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))) (* -1 (/ (+ (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 8 (* (pow q 2) (fabs r)))) r)))) r))) 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/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)))))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(* -1 (* r (- (/ (* p (pow q 2)) r) (* -1 (pow q 2)))))
(* -1 (* r (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2)))))
(- (* -1 (/ (+ (* -1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) r)) r)) 1/2)
(- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* -1/2 (+ p (+ (fabs p) (fabs r))))) r)) 1/2)
(* (pow r 2) (+ (/ 1 r) (/ 1 (- (fabs r) (fabs p)))))
(* (pow r 2) (+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) p) r)) 1) r)) (/ 1 (- (fabs r) (fabs p)))))
(* (pow r 2) (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* 2 (/ (pow q 2) r))) p) r)) 1) r)) (/ 1 (- (fabs r) (fabs p)))))
(* (pow r 2) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* (pow r 2) (+ (* -1 (/ (- (* -1/2 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) p) r)) 1/2) r)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* (pow r 2) (+ (* -1 (/ (- (* -1 (/ (+ (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) p)) (/ (pow q 2) r)) r)) 1/2) r)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* -1 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 (/ (+ 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))
(* -1 (/ (+ (/ (* (pow q 2) (fabs r)) r) (pow q 2)) r))
(* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (* (pow q 2) (pow (fabs r) 2)) r)) (* 2 (/ (pow q 4) r))) (* (pow q 2) (fabs r))) r)) (pow q 2)) r))
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* -2 (/ (* (pow q 4) (fabs r)) r)) (* -1 (/ (* (fabs r) (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4)))) r))) (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4)))) r)) (* (pow q 2) (fabs r))) r)) (pow q 2)) r))
(- (fabs p) (* 2 p))
(- (+ (fabs p) (* -1 (/ (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(- (+ (fabs p) (* -1 (/ (- (+ (* -1 (/ (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(- (+ (fabs p) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -2 (* p (* (pow q 2) (- (* 2 p) (+ p (fabs r)))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ p (fabs r)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))))))) (* 2 (* p (* (pow q 2) (+ p (fabs r))))))))) r)) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) 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)))))
(+ (fabs p) (* 2 (/ (* p r) (+ r (fabs r)))))
(+ (fabs p) (+ (* -8 (/ (* p (pow q 2)) (pow (+ r (fabs r)) 2))) (* 2 (/ (* p r) (+ r (fabs r))))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* -1 (* p (* (pow q 2) (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))))))))))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* (pow q 2) (+ (* -1 (* p (* (pow q 2) (+ (* 2 (+ (* 2 (/ (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2))))))) (* 4 (- (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (+ (* 6 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2)))) (+ (* 8 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 16 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4)))))))))) (* -1 (* p (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))))))))))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (- (* -8 (/ p (pow (+ r (fabs r)) 2))) (* 4 (/ 1 (+ r (fabs r))))))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (- (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* (pow q 2) (+ (* -1 (* p (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))))))) (* 8 (/ 1 (* r (pow (+ r (fabs r)) 2))))))) (* 4 (/ 1 (+ r (fabs r))))))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (- (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* (pow q 2) (+ (* -1 (* p (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))))))) (+ (* 8 (/ 1 (* r (pow (+ r (fabs r)) 2)))) (* (pow q 2) (+ (* -4 (+ (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2)))))) (* -1 (* p (+ (* 2 (+ (* 2 (/ (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2))))))) (* 4 (- (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (+ (* 6 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2)))) (+ (* 8 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 16 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))))))))))) (* 4 (/ 1 (+ r (fabs r))))))))
(* -2 (/ r (+ r (fabs r))))
(+ (* -2 (/ r (+ r (fabs r)))) (* 8 (/ (pow q 2) (pow (+ r (fabs r)) 2))))
(+ (* -2 (/ r (+ r (fabs r)))) (* (pow q 2) (+ (* (pow q 2) (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))))) (* 8 (/ 1 (pow (+ r (fabs r)) 2))))))
(+ (* -2 (/ r (+ r (fabs r)))) (* (pow q 2) (+ (* (pow q 2) (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (+ (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* (pow q 2) (+ (* 2 (+ (* 2 (/ (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2))))))) (* 4 (- (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (+ (* 6 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2)))) (+ (* 8 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 16 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))))))) (* 8 (/ 1 (pow (+ r (fabs 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)))))
(+ (* -1 (/ (* (pow q 2) (+ 1 (/ p r))) r)) (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))
(* -1 (* (pow q 2) (+ p r)))
(* (pow q 2) (+ p r))
(- (+ (* -1 (/ (* (pow q 2) (+ 1 (/ p r))) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)
(/ (* (pow q 2) (+ 1 (/ p r))) (pow r 2))
(- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p)
(- (+ r (+ (* -2 (/ (pow q 2) (- p r))) (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))))) p)
(- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r))))) (/ (pow r 2) (- (fabs r) (fabs p)))))) p)
(- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs 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))))) (/ (pow r 2) (- (fabs r) (fabs p)))))) p)
(* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p))
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p)))
(+ (* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))
(+ (* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) 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)))))
(+ (* -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))
(/ (pow q 2) (+ r (fabs r)))
(* (pow q 2) (+ (* -2 (/ (pow q 2) (* r (pow (+ r (fabs r)) 2)))) (/ 1 (+ r (fabs r)))))
(* (pow q 2) (+ (* (pow q 2) (- (* (pow q 2) (+ (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2)))))) (* 2 (/ 1 (* r (pow (+ r (fabs r)) 2)))))) (/ 1 (+ r (fabs r)))))
(* (pow q 2) (+ (* (pow q 2) (- (* (pow q 2) (+ (* -1 (* (pow q 2) (+ (* 2 (/ (+ (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 5) (pow (+ r (fabs r)) 2)))))))) (+ (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2)))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3))))))) (* 2 (/ 1 (* r (pow (+ r (fabs r)) 2)))))) (/ 1 (+ r (fabs r)))))
(- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (+ (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (* (pow q 2) (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (+ (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (* (pow q 2) (- (+ (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* (pow q 2) (- (+ (* 2 (/ (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* -2 (/ (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2))))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* 4 (/ (pow r 2) (* (pow (- p r) 4) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ (pow r 2) (* (pow (- p r) 5) (pow (- (+ p (fabs r)) r) 2)))))))))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(* -1 (/ (* (pow q 2) (+ p r)) (pow r 2)))
(- 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)
(+ (fabs p) (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) q)))
(+ (fabs p) (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) q)) (* -1 (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) (pow q 2)))))
(+ (fabs p) (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) q)) (+ (* -1 (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) (pow q 2))) (* -1 (/ (* p (+ (* 2 (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3)))) (* 4 (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3)))))) (pow q 3))))))
(* -2 q)
(* q (- (/ (fabs p) q) (+ 2 (* -1 (/ (fabs r) q)))))
(* q (- (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) (pow q 2))) (/ (fabs p) q)) (+ 2 (+ (* -4 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))) (pow q 2))) (* -1 (/ (fabs r) q))))))
(* q (- (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) (pow q 2))) (+ (* -1 (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) (pow q 3))) (/ (fabs p) q))) (+ 2 (+ (* -4 (/ (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) (* -1/32 (* (pow r 2) (fabs r)))) (pow q 3))) (+ (* -4 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))) (pow q 2))) (* -1 (/ (fabs r) q)))))))
(/ (+ (* -1 r) (* 1/2 r)) q)
(/ (+ (* -1 r) (+ (* -1/2 (/ (* r (fabs r)) q)) (+ (* 1/2 r) (* 1/2 (/ (* r (fabs r)) q))))) q)
(/ (+ (* -1 r) (+ (* -1/2 (/ (* r (fabs r)) q)) (+ (* 1/2 r) (+ (* 1/2 (/ (* r (fabs r)) q)) (+ (* 2 (/ (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3))) (pow q 2))) (* 4 (/ (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3))) (pow q 2)))))))) q)
(/ (+ (* -1 r) (+ (* -1/2 (/ (* r (fabs r)) q)) (+ (* 1/2 r) (+ (* 1/2 (/ (* r (fabs r)) q)) (+ (* 2 (/ (+ (* -1/2 (* (fabs r) (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3))))) (* -1/32 (* (pow r 3) (fabs r)))) (pow q 3))) (+ (* 2 (/ (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3))) (pow q 2))) (+ (* 4 (/ (+ (* -1/2 (+ (* -1 (* (fabs r) (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2))))))) (+ (* -1/16 (* r (* (fabs r) (+ (pow r 2) (pow (fabs r) 2))))) (* 1/32 (* (pow r 3) (fabs r)))))) (* 1/64 (* (pow r 3) (fabs r)))) (pow q 3))) (* 4 (/ (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3))) (pow q 2)))))))))) q)
(* -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))
(* -1 (/ (* (pow q 2) (+ 1 (/ p r))) r))
(* (pow q 2) (+ (* -1 (/ (+ 1 (/ p r)) r)) (/ (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) (pow q 2))))
(* -1 (/ (* (pow q 2) (+ 1 (/ p r))) (pow r 2)))
(* (pow q 2) (- (+ (* -1 (/ (+ 1 (/ p r)) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (* (pow q 2) r)))) (* 1/2 (/ 1 (pow q 2)))))
(* q (- (+ (* -1 (/ (pow p 2) (* q (- (fabs r) (fabs p))))) (/ (pow r 2) (* q (- (fabs r) (fabs p))))) 2))
(* q (- (+ (* -1 (/ (pow p 2) (* q (- (fabs r) (fabs p))))) (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (/ (pow r 2) (* q (- (fabs r) (fabs p)))))) 2))
(* q (- (+ (* -1 (/ (pow p 2) (* q (- (fabs r) (fabs p))))) (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (/ (pow r 2) (* q (- (fabs r) (fabs p)))))) (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* q (- (* 1/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q)) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q))) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) 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)))))))
(/ (+ 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)
(* 1/2 q)
(* q (+ 1/2 (* -1/4 (/ (fabs r) q))))
(* q (- (+ 1/2 (* -1 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))) (pow q 2)))) (* 1/4 (/ (fabs r) q))))
(* q (- (+ 1/2 (* -1 (/ (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) (* -1/32 (* (pow r 2) (fabs r)))) (pow q 3)))) (+ (* -1/8 (/ (pow (fabs r) 2) (pow q 2))) (+ (* 1/16 (/ (pow r 2) (pow q 2))) (* 1/4 (/ (fabs r) q))))))
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))
(* q (- (+ (* -1/2 (/ (pow (fabs r) 2) (pow q 2))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/2 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))))) (+ 2 (* 1/2 (/ (pow (- p r) 2) (pow q 2))))))
(* q (- (+ (* -1/2 (/ (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2)))) (pow q 3))) (+ (* -1/2 (/ (pow (fabs r) 2) (pow q 2))) (+ (* -1/8 (/ (* (fabs r) (pow (- p r) 2)) (pow q 3))) (+ (* 1/4 (/ (* (fabs r) (pow (- p r) 2)) (pow q 3))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/2 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))))))) (+ 2 (+ (* 1/4 (/ (* (pow r 2) (fabs r)) (pow q 3))) (* 1/2 (/ (pow (- p 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)))))))
(+ (fabs p) (/ (* p (+ (* -1 r) (* 1/2 r))) q))
(+ (fabs p) (* -1 (/ (+ (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) q)) q)))
(+ (fabs p) (* -1 (/ (+ (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (* -1 (/ (+ (* -1 (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r)))))) (/ (* p (+ (* 2 (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3)))) (* 4 (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3)))))) q)) q))) q)))
(* -1 (* q (- (* -1 (/ (- (fabs p) (* -1 (fabs r))) q)) 2)))
(* -1 (* q (- (* -1 (/ (- (+ (fabs p) (* -1 (/ (- (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (* -4 (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) q))) (* -1 (fabs r))) q)) 2)))
(* -1 (* q (- (* -1 (/ (- (+ (fabs p) (* -1 (/ (- (+ (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (* -1 (/ (- (* -1 (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r)))))) (* -4 (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) (* -1/32 (* (pow r 2) (fabs r)))))) q))) (* -4 (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) q))) (* -1 (fabs r))) q)) 2)))
(* -1 (/ (+ (* -1 r) (* 1/2 r)) q))
(* -1 (/ (+ (* -1 r) (+ (* -1 (/ (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r)))) q)) (* 1/2 r))) q))
(* -1 (/ (+ (* -1 r) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3)))) (* 4 (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3))))) q)) (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) q)) (* 1/2 r))) q))
(* -1 (/ (+ (* -1 r) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (+ (* -1/2 (* (fabs r) (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3))))) (* -1/32 (* (pow r 3) (fabs r))))) (* 4 (+ (* -1/2 (+ (* -1 (* (fabs r) (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2))))))) (+ (* -1/16 (* r (* (fabs r) (+ (pow r 2) (pow (fabs r) 2))))) (* 1/32 (* (pow r 3) (fabs r)))))) (* 1/64 (* (pow r 3) (fabs r)))))) q)) (+ (* 2 (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3)))) (* 4 (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3)))))) q)) (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) q)) (* 1/2 r))) q))
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 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (+ (* 1/4 (/ (pow (- p r) 2) q)) (/ (pow r 2) (- (fabs r) (fabs p))))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (- (* 1/64 (/ (pow (- p r) 4) (pow q 2))) (* 1/4 (pow (- p r) 2))) q)) (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) q)) 2)))
(* -1 (* q (- (* -1/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))))) 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/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/2 q)
(* -1 (* q (+ 1/2 (* 1/4 (/ (fabs r) q)))))
(* -1 (* q (+ 1/2 (* -1 (/ (- (+ (* -1/8 (/ (pow (fabs r) 2) q)) (* 1/16 (/ (pow r 2) q))) (* 1/4 (fabs r))) q)))))
(* -1 (* q (+ 1/2 (* -1 (/ (- (* -1 (/ (- (+ (* -1/2 (/ (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2)))) q)) (* -1/32 (/ (* (pow r 2) (fabs r)) q))) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2)))) q)) (* 1/4 (fabs r))) q)))))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) q)) (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2))))) (* 1/2 (pow (- p 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))))))))
Calls

9 calls:

TimeVariablePointExpression
20.0ms
r
@inf
((+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (/ 1 2) (+ (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (* -4 (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (neg (* (* q q) (+ r p))) (* (* q q) (+ r p)) (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) (* (/ (+ (/ p r) 1) r) (/ (* q q) r)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (+ (* r r) (* (neg p) p)) (sqrt (+ (* (* q q) 4) (* r r))) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (/ (neg (* (* q q) (+ r p))) (* r r)) (+ (+ (fabs r) p) (fabs p)) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ 1 (- (fabs r) (fabs p))))
19.0ms
r
@0
((+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (/ 1 2) (+ (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (* -4 (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (neg (* (* q q) (+ r p))) (* (* q q) (+ r p)) (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) (* (/ (+ (/ p r) 1) r) (/ (* q q) r)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (+ (* r r) (* (neg p) p)) (sqrt (+ (* (* q q) 4) (* r r))) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (/ (neg (* (* q q) (+ r p))) (* r r)) (+ (+ (fabs r) p) (fabs p)) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ 1 (- (fabs r) (fabs p))))
14.0ms
q
@0
((+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (/ 1 2) (+ (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (* -4 (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (neg (* (* q q) (+ r p))) (* (* q q) (+ r p)) (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) (* (/ (+ (/ p r) 1) r) (/ (* q q) r)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (+ (* r r) (* (neg p) p)) (sqrt (+ (* (* q q) 4) (* r r))) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (/ (neg (* (* q q) (+ r p))) (* r r)) (+ (+ (fabs r) p) (fabs p)) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ 1 (- (fabs r) (fabs p))))
11.0ms
p
@0
((+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (/ 1 2) (+ (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (* -4 (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (neg (* (* q q) (+ r p))) (* (* q q) (+ r p)) (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) (* (/ (+ (/ p r) 1) r) (/ (* q q) r)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (+ (* r r) (* (neg p) p)) (sqrt (+ (* (* q q) 4) (* r r))) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (/ (neg (* (* q q) (+ r p))) (* r r)) (+ (+ (fabs r) p) (fabs p)) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ 1 (- (fabs r) (fabs p))))
9.0ms
q
@inf
((+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (/ 1 2) (+ (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (* -4 (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)))) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* -1/2 r) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (neg (* (* q q) (+ r p))) (* (* q q) (+ r p)) (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) (* (/ (+ (/ p r) 1) r) (/ (* q q) r)) (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (+ (* r r) (* (neg p) p)) (sqrt (+ (* (* q q) 4) (* r r))) (sqrt (/ 1 (+ (* (* q q) 4) (* r r)))) (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (/ (neg (* (* q q) (+ r p))) (* r r)) (+ (+ (fabs r) p) (fabs p)) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ 1 (- (fabs r) (fabs p))))

simplify284.0ms (2.8%)

Memory
-6.6MiB live, 317.7MiB allocated
Algorithm
egg-herbie
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
0241317846
1689517363
0825416476
Stop Event
iter limit
node limit
Counts
391 → 388
Calls
Call 1
Inputs
(fabs p)
(+ (fabs p) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))
(+ (fabs p) (* -4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (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 (* (* 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))))))))))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2))
(+ (* p (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r))))) (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))
(* -1 (* (pow q 2) r))
(- (* -1 (* p (pow q 2))) (* (pow q 2) r))
(* (pow q 2) r)
(+ (* p (pow q 2)) (* (pow q 2) r))
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) r)) (* p (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))) 1/2)
(/ (pow q 2) (pow r 2))
(+ (/ (* p (pow q 2)) (pow r 3)) (/ (pow q 2) (pow r 2)))
(- (/ (pow r 2) (- (fabs r) (fabs p))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (/ (pow r 2) (- (fabs r) (fabs p)))) (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)))))) (/ 1 (- (fabs r) (fabs p)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (pow r 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(- (+ (* 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 (- (fabs r) (fabs p)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (pow r 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) (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 2) (- (fabs r) (fabs p))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(+ (* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) (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)))))) (/ 1 (- (fabs r) (fabs p)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) (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)))))) (/ 1 (- (fabs r) (fabs 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))))))))))
(pow r 2)
(+ (* -1 (pow p 2)) (pow r 2))
(- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(- (+ (fabs p) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(- (+ (fabs p) (* p (- (* p (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(- (+ (fabs p) (* p (- (* p (- (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (- (+ (* -1 (* (/ (* r (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -4 (+ (* 1/2 (* (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (+ (* 1/2 (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* 1/2 (/ (* (pow r 3) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(* -1 (/ (pow q 2) r))
(+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (* -1 (/ (pow q 2) r)))
(+ (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))))))))))
(/ 1 (- (fabs r) (fabs p)))
(* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(* p (+ (* -1 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (fabs p) p)))
(* p (+ (* -4 (/ (pow q 2) (* p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -1 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (fabs p) p))))
(* -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 (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))
(* p (+ (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))) (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)))
(* -1 (* p (pow q 2)))
(* p (- (* -1 (/ (* (pow q 2) r) p)) (pow q 2)))
(* p (pow q 2))
(* p (+ (/ (* (pow q 2) r) p) (pow q 2)))
(* p (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r))))
(* p (- (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (+ (* -1 (/ (pow q 2) (pow r 3))) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ (+ (/ (fabs p) r) (/ (fabs r) r)) p))))) (* 1/2 (/ 1 p))))
(/ (* p (pow q 2)) (pow r 3))
(* p (+ (/ (pow q 2) (* p (pow r 2))) (/ (pow q 2) (pow r 3))))
(* -1 (/ (pow p 2) (- (fabs r) (fabs p))))
(* -1 (* (pow p 2) (+ (/ 1 p) (/ 1 (- (fabs r) (fabs p))))))
(* (pow p 2) (- (/ (pow r 2) (* (pow p 2) (- (fabs r) (fabs p)))) (+ (* -1 (/ r (pow p 2))) (+ (/ 1 p) (/ 1 (- (fabs r) (fabs p)))))))
(* (pow p 2) (- (+ (* -2 (/ (pow q 2) (pow p 3))) (/ (pow r 2) (* (pow p 2) (- (fabs r) (fabs p))))) (+ (* -1 (/ r (pow p 2))) (+ (/ 1 p) (/ 1 (- (fabs r) (fabs p)))))))
(* -1/2 (/ (pow p 2) (- (fabs r) (fabs p))))
(* -1 (* (pow p 2) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))))
(* (pow p 2) (- (* 1/2 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) (* -1 r)) (pow p 2))) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))))
(* (pow p 2) (- (+ (* -1 (/ (pow q 2) (pow p 3))) (* 1/2 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) (* -1 r)) (pow p 2)))) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))))
(* -1 (pow p 2))
(* (pow p 2) (- (/ (pow r 2) (pow p 2)) 1))
(* -1 p)
(* p (- (+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -2 (/ r p)))))
(* p (- (+ (* -1 (/ r p)) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (+ (/ (fabs r) p) (/ (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 2)))))) (+ 1 (+ (* -2 (/ r p)) (* 4 (/ (pow q 2) (pow p 2)))))))
(* p (- (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (+ (* 2 (/ (* (pow q 2) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 3))) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (+ (/ (fabs r) p) (+ (/ (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 2)) (/ (* (+ (fabs r) (* -1 r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))))) (pow p 3))))))))) (+ 1 (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 r))) (pow p 3))) (+ (* -2 (/ r p)) (+ (* 4 (/ (pow q 2) (pow p 2))) (/ (* (pow r 2) (+ (fabs r) (* -1 r))) (pow p 3))))))))
(* -1 (/ (* p (pow q 2)) (pow r 2)))
(* p (+ (* -1 (/ (pow q 2) (* p r))) (* -1 (/ (pow q 2) (pow r 2)))))
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 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -1 (/ (fabs p) p)) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))
(* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -1 (/ (+ (fabs p) (* -4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) p)) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))
(* 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 (* r (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r))))))
(* -1 (* p (+ (* -1 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)) (* r (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r)))))))
(* -1 (* p (- (/ (* (pow q 2) r) p) (* -1 (pow q 2)))))
(* -1 (* p (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2)))))
(* -1 (* p (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r)))))
(* -1 (* p (- (+ (* -1 (/ (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2) p)) (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))
(* -1 (* p (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (* -1 (/ (pow q 2) (pow r 3))))))
(* (pow p 2) (- (/ 1 p) (/ 1 (- (fabs r) (fabs p)))))
(* (pow p 2) (- (* -1 (/ (- (* -1 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) r) p)) 1) p)) (/ 1 (- (fabs r) (fabs p)))))
(* (pow p 2) (- (* -1 (/ (- (* -1 (/ (- (+ (* 2 (/ (pow q 2) p)) (/ (pow r 2) (- (fabs r) (fabs p)))) r) p)) 1) p)) (/ 1 (- (fabs r) (fabs p)))))
(* (pow p 2) (- (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* (pow p 2) (- (* -1 (/ (- (* -1/2 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) r) p)) 1/2) p)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* (pow p 2) (- (* -1 (/ (- (* -1 (/ (+ (* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) r)) (/ (pow q 2) p)) p)) 1/2) p)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (fabs r))) (* 2 r)) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))) p))))) (* 2 r)) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* 2 r) (+ r (fabs r))))) (* (+ r (fabs r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ r (fabs r)))) (* (pow r 2) (+ r (fabs r))))) p)) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r)))))) (* 4 (pow q 2))) p))))) (* 2 r)) p)) 1)))
(* -1 (* p (+ (/ (pow q 2) (* p r)) (/ (pow q 2) (pow r 2)))))
(* -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)))))
(+ (fabs p) (* -1 (* p (* r (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q)))))))))
(+ (fabs p) (* r (+ (* -1 (* p (* (pow r 2) (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))))))) (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))))))
(+ (fabs p) (* r (+ (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))) (* (pow r 2) (+ (* -1 (* p (* (pow r 2) (+ (* -2 (+ (* 1/16 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/64 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))))) (* 4 (+ (* 3/256 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))) (+ (* 1/2 (/ (- (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 4))) (/ (* (pow q 2) (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 4))) q)) (* 1/32 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3))))))))))) (* -1 (* p (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2))))))))))))
(+ (fabs p) (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))) (* -1 (* p (* r (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))) (* r (+ (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))) (/ (* q r) (pow (+ (fabs r) (* 2 q)) 2))))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))) (* r (+ (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))) (* r (+ (* -1 (* p (* r (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))))))) (/ q (pow (+ (fabs r) (* 2 q)) 2))))))))
(* r (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))
(* r (- (+ (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* (pow r 2) (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2))))))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))
(* r (- (+ (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* (pow r 2) (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (+ (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* (pow r 2) (+ (* -2 (+ (* 1/16 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/64 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))))) (* 4 (+ (* 1/32 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (+ (* 1/2 (/ (- (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 4))) (/ (* (pow q 2) (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 4))) q)) (* 3/256 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2))))))))))))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))
(* r (- (+ (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* (pow r 2) (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (+ (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* (pow r 2) (+ (* -2 (+ (* 1/16 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/64 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))))) (+ (* 4 (+ (* 1/32 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (+ (* 1/2 (/ (- (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 4))) (/ (* (pow q 2) (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 4))) q)) (* 3/256 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2))))))) (* (pow r 2) (+ (* 2 (+ (* 1/256 (/ 1 (* (pow q 4) (pow (+ (fabs r) (* 2 q)) 3)))) (+ (* 1/4 (/ (+ (* 1/16 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/64 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2))))) (* q (+ (fabs r) (* 2 q))))) (* 1/512 (/ 1 (* (pow q 5) (pow (+ (fabs r) (* 2 q)) 2))))))) (* 4 (- (+ (* -1/2 (/ (+ (* -1/2 (/ (* q (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 5))) (+ (* 1/2 (/ (- (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 4))) (/ (* (pow q 2) (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 4))) (* q (+ (fabs r) (* 2 q))))) (/ (* (pow q 2) (- (* 1/256 (/ (+ (fabs r) (* 2 q)) (pow q 5))) (* 1/128 (/ 1 (pow q 4))))) (pow (+ (fabs r) (* 2 q)) 4)))) q)) (* -1/16 (/ (- (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 4))) (/ (* (pow q 2) (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 4))) (pow q 3)))) (+ (* 5/2048 (/ 1 (* (pow q 5) (pow (+ (fabs r) (* 2 q)) 2)))) (* 3/512 (/ 1 (* (pow q 4) (pow (+ (fabs r) (* 2 q)) 3)))))))))))))))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))
(* 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 r)
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 2))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))))) (pow r 2))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))))) (pow r 2))
(- (* -1 (* (pow q 2) r)) (* p (pow q 2)))
(* -1 (/ (* p (pow q 2)) (pow r 3)))
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 3))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))))) (pow r 3))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))))) (pow r 3))
(/ (+ (* p (pow q 2)) (* (pow q 2) r)) (pow r 3))
(- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(- (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* r (- (* r (- (/ 1 (- (fabs r) (fabs p))) (* 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))))
(- (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* 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 (- (fabs r) (fabs p)))) (* 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))))
(* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(+ (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* r (- (/ 1 (- (fabs r) (fabs p))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))))))))))
(+ (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 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 (- (fabs r) (fabs p))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))))))))
(* 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)))))
(/ 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 q 2) (+ (fabs r) (* 2 q)))
(+ (* -1/4 (/ (* q (pow r 2)) (pow (+ (fabs r) (* 2 q)) 2))) (/ (pow q 2) (+ (fabs r) (* 2 q))))
(+ (* (pow r 2) (- (* (pow r 2) (+ (* 1/64 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/16 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/4 (/ q (pow (+ (fabs r) (* 2 q)) 2))))) (/ (pow q 2) (+ (fabs r) (* 2 q))))
(+ (* (pow r 2) (- (* (pow r 2) (+ (* -1 (* (pow r 2) (+ (* 1/512 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))) (+ (* 1/256 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/4 (/ (+ (* 1/64 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/16 (/ 1 (pow (+ (fabs r) (* 2 q)) 3)))) (* q (+ (fabs r) (* 2 q))))))))) (+ (* 1/64 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/16 (/ 1 (pow (+ (fabs r) (* 2 q)) 3)))))) (* 1/4 (/ q (pow (+ (fabs r) (* 2 q)) 2))))) (/ (pow q 2) (+ (fabs r) (* 2 q))))
(- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(- (+ (fabs p) (* r (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(- (+ (fabs p) (* r (- (+ (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(- (+ (fabs p) (* r (- (+ (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 3) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))) (+ (* -4 (+ (* 1/2 (* (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (+ (* 1/2 (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* (/ (* p (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(* 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))))))))))
(+ (fabs p) (* 2 p))
(+ (fabs p) (+ (* -2 (/ (* p (fabs r)) r)) (* 2 p)))
(+ (fabs p) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (* 2 p))))
(+ (fabs p) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* -8 (* (pow q 2) (fabs r))) (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))))) (pow r 3))) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (* 2 p)))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) r)) (+ (* -2 (/ (* p (fabs r)) r)) (* 2 p))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) r)) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (+ (* 2 p) (* 4 (/ (* (pow q 2) (fabs r)) (pow r 2))))))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) r)) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* -8 (* (pow q 2) (fabs r))) (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))))) (pow r 3))) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (+ (* 2 p) (+ (* 4 (/ (* (pow q 2) (fabs r)) (pow r 2))) (* 4 (/ (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4))) (pow r 3))))))))))
-2
(- (* 2 (/ (fabs r) r)) 2)
(- (* 4 (/ (pow q 2) (pow r 2))) (+ 2 (+ (* -2 (/ (fabs r) r)) (* -2 (/ (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))) (pow r 2))))))
(- (+ (* -8 (/ (* (pow q 2) (fabs r)) (pow r 3))) (* 4 (/ (pow q 2) (pow r 2)))) (+ 2 (+ (* -2 (/ (fabs r) r)) (+ (* -2 (/ (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 3))) (* -2 (/ (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))) (pow r 2)))))))
(* 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))
(* r (- (* -1 (/ (* p (pow q 2)) r)) (pow q 2)))
(* r (+ (/ (* p (pow q 2)) r) (pow q 2)))
-1/2
(- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)
(- (+ (* -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)
(/ (+ (/ (* p (pow q 2)) r) (pow q 2)) (pow r 2))
(/ (pow r 2) (- (fabs r) (fabs p)))
(* (pow r 2) (- (/ 1 (- (fabs r) (fabs p))) (/ 1 r)))
(* (pow r 2) (- (+ (* -1 (/ (pow p 2) (* (pow r 2) (- (fabs r) (fabs p))))) (/ 1 (- (fabs r) (fabs p)))) (+ (* -1 (/ p (pow r 2))) (/ 1 r))))
(* (pow r 2) (- (+ (* -2 (/ (pow q 2) (pow r 3))) (+ (* -1 (/ (pow p 2) (* (pow r 2) (- (fabs r) (fabs p))))) (/ 1 (- (fabs r) (fabs p))))) (+ (* -1 (/ p (pow r 2))) (/ 1 r))))
(* 1/2 (/ (pow r 2) (- (fabs r) (fabs p))))
(* (pow r 2) (- (* 1/2 (/ 1 (- (fabs r) (fabs p)))) (* 1/2 (/ 1 r))))
(* (pow r 2) (- (+ (* 1/2 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* -1 p)) (pow r 2))) (* 1/2 (/ 1 (- (fabs r) (fabs p))))) (* 1/2 (/ 1 r))))
(* (pow r 2) (- (+ (* -1 (/ (pow q 2) (pow r 3))) (+ (* 1/2 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* -1 p)) (pow r 2))) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))) (* 1/2 (/ 1 r))))
(* (pow r 2) (+ 1 (* -1 (/ (pow p 2) (pow r 2)))))
r
(* 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)))))))
(/ 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)
(/ (pow q 2) r)
(/ (+ (* -1 (/ (* (pow q 2) (fabs r)) r)) (pow q 2)) r)
(/ (- (+ (* -1 (/ (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4))) (pow r 2))) (pow q 2)) (/ (* (pow q 2) (fabs r)) r)) r)
(/ (- (+ (* -1 (/ (+ (* -2 (* (pow q 4) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4)))))) (pow r 3))) (pow q 2)) (+ (* -1 (/ (* (pow q 2) (pow (fabs r) 2)) (pow r 2))) (+ (* 2 (/ (pow q 4) (pow r 2))) (/ (* (pow q 2) (fabs r)) r)))) r)
(- (fabs p) (* -2 p))
(- (+ (fabs p) (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r)) (+ (* -2 p) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r)))))
(- (+ (fabs p) (+ (* 2 (/ (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))) (pow r 2))) (+ (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r) (/ (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 2))))) (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -2 p) (+ (* -2 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 2))) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r))))))))
(- (+ (fabs p) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* 2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))))) (pow r 3))) (+ (* 2 (/ (* p (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (pow r 3))) (+ (* 2 (/ (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))) (pow r 2))) (+ (* 2 (/ (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 3))) (+ (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r) (/ (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 2)))))))) (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -4 (/ (+ (* -1 (* (pow q 2) (pow (+ (fabs r) (* -1 p)) 2))) (* 2 (pow q 4))) (pow r 3))) (+ (* -2 p) (+ (* -2 (/ (* p (* (pow q 2) (+ (fabs r) (* -1 p)))) (pow r 3))) (+ (* -2 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -2 (/ (* (pow q 2) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 3))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* 2 (* p (pow q 2)))))) (pow r 3))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 2))) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r))))))))))))
(/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 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)))))))
(+ (fabs p) (* -2 p))
(+ (fabs p) (+ (* -2 p) (* -2 (/ (* p (fabs r)) r))))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* 2 (* p (fabs r))) (/ (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) r)) r))))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (/ (* p (+ (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 8 (* (pow q 2) (fabs r))))) r)) r)) (* 2 (* p (fabs r)))) r))))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -4 (pow q 2)) (* 2 (* p (fabs r)))) r))))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -4 (pow q 2)) (+ (* -1 (/ (+ (* -1 (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 4 (* (pow q 2) (fabs r)))) r)) (* 2 (* p (fabs r))))) r))))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -4 (pow q 2)) (+ (* -1 (/ (+ (* -1 (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (+ (* -1 (/ (+ (* -1 (* p (+ (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 8 (* (pow q 2) (fabs r)))))) (* 4 (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4))))) r)) (* 4 (* (pow q 2) (fabs r))))) r)) (* 2 (* p (fabs r))))) r))))
2
(+ 2 (* 2 (/ (fabs r) r)))
(+ 2 (* -1 (/ (+ (* -2 (fabs r)) (* -1 (/ (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))) r))) r)))
(+ 2 (* -1 (/ (+ (* -2 (fabs r)) (* -1 (/ (+ (* -4 (pow q 2)) (+ (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))) (* -1 (/ (+ (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 8 (* (pow q 2) (fabs r)))) r)))) r))) 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/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)))))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(* -1 (* r (- (/ (* p (pow q 2)) r) (* -1 (pow q 2)))))
(* -1 (* r (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2)))))
(- (* -1 (/ (+ (* -1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) r)) r)) 1/2)
(- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* -1/2 (+ p (+ (fabs p) (fabs r))))) r)) 1/2)
(* (pow r 2) (+ (/ 1 r) (/ 1 (- (fabs r) (fabs p)))))
(* (pow r 2) (+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) p) r)) 1) r)) (/ 1 (- (fabs r) (fabs p)))))
(* (pow r 2) (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* 2 (/ (pow q 2) r))) p) r)) 1) r)) (/ 1 (- (fabs r) (fabs p)))))
(* (pow r 2) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* (pow r 2) (+ (* -1 (/ (- (* -1/2 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) p) r)) 1/2) r)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* (pow r 2) (+ (* -1 (/ (- (* -1 (/ (+ (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) p)) (/ (pow q 2) r)) r)) 1/2) r)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* -1 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 (/ (+ 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))
(* -1 (/ (+ (/ (* (pow q 2) (fabs r)) r) (pow q 2)) r))
(* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (* (pow q 2) (pow (fabs r) 2)) r)) (* 2 (/ (pow q 4) r))) (* (pow q 2) (fabs r))) r)) (pow q 2)) r))
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* -2 (/ (* (pow q 4) (fabs r)) r)) (* -1 (/ (* (fabs r) (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4)))) r))) (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4)))) r)) (* (pow q 2) (fabs r))) r)) (pow q 2)) r))
(- (fabs p) (* 2 p))
(- (+ (fabs p) (* -1 (/ (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(- (+ (fabs p) (* -1 (/ (- (+ (* -1 (/ (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(- (+ (fabs p) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -2 (* p (* (pow q 2) (- (* 2 p) (+ p (fabs r)))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ p (fabs r)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))))))) (* 2 (* p (* (pow q 2) (+ p (fabs r))))))))) r)) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) 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)))))
(+ (fabs p) (* 2 (/ (* p r) (+ r (fabs r)))))
(+ (fabs p) (+ (* -8 (/ (* p (pow q 2)) (pow (+ r (fabs r)) 2))) (* 2 (/ (* p r) (+ r (fabs r))))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* -1 (* p (* (pow q 2) (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))))))))))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* (pow q 2) (+ (* -1 (* p (* (pow q 2) (+ (* 2 (+ (* 2 (/ (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2))))))) (* 4 (- (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (+ (* 6 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2)))) (+ (* 8 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 16 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4)))))))))) (* -1 (* p (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))))))))))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (- (* -8 (/ p (pow (+ r (fabs r)) 2))) (* 4 (/ 1 (+ r (fabs r))))))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (- (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* (pow q 2) (+ (* -1 (* p (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))))))) (* 8 (/ 1 (* r (pow (+ r (fabs r)) 2))))))) (* 4 (/ 1 (+ r (fabs r))))))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (- (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* (pow q 2) (+ (* -1 (* p (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))))))) (+ (* 8 (/ 1 (* r (pow (+ r (fabs r)) 2)))) (* (pow q 2) (+ (* -4 (+ (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2)))))) (* -1 (* p (+ (* 2 (+ (* 2 (/ (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2))))))) (* 4 (- (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (+ (* 6 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2)))) (+ (* 8 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 16 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))))))))))) (* 4 (/ 1 (+ r (fabs r))))))))
(* -2 (/ r (+ r (fabs r))))
(+ (* -2 (/ r (+ r (fabs r)))) (* 8 (/ (pow q 2) (pow (+ r (fabs r)) 2))))
(+ (* -2 (/ r (+ r (fabs r)))) (* (pow q 2) (+ (* (pow q 2) (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))))) (* 8 (/ 1 (pow (+ r (fabs r)) 2))))))
(+ (* -2 (/ r (+ r (fabs r)))) (* (pow q 2) (+ (* (pow q 2) (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (+ (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* (pow q 2) (+ (* 2 (+ (* 2 (/ (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2))))))) (* 4 (- (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (+ (* 6 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2)))) (+ (* 8 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 16 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))))))) (* 8 (/ 1 (pow (+ r (fabs 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)))))
(+ (* -1 (/ (* (pow q 2) (+ 1 (/ p r))) r)) (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))
(* -1 (* (pow q 2) (+ p r)))
(* (pow q 2) (+ p r))
(- (+ (* -1 (/ (* (pow q 2) (+ 1 (/ p r))) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)
(/ (* (pow q 2) (+ 1 (/ p r))) (pow r 2))
(- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p)
(- (+ r (+ (* -2 (/ (pow q 2) (- p r))) (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))))) p)
(- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r))))) (/ (pow r 2) (- (fabs r) (fabs p)))))) p)
(- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs 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))))) (/ (pow r 2) (- (fabs r) (fabs p)))))) p)
(* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p))
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p)))
(+ (* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))
(+ (* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) 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)))))
(+ (* -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))
(/ (pow q 2) (+ r (fabs r)))
(* (pow q 2) (+ (* -2 (/ (pow q 2) (* r (pow (+ r (fabs r)) 2)))) (/ 1 (+ r (fabs r)))))
(* (pow q 2) (+ (* (pow q 2) (- (* (pow q 2) (+ (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2)))))) (* 2 (/ 1 (* r (pow (+ r (fabs r)) 2)))))) (/ 1 (+ r (fabs r)))))
(* (pow q 2) (+ (* (pow q 2) (- (* (pow q 2) (+ (* -1 (* (pow q 2) (+ (* 2 (/ (+ (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 5) (pow (+ r (fabs r)) 2)))))))) (+ (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2)))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3))))))) (* 2 (/ 1 (* r (pow (+ r (fabs r)) 2)))))) (/ 1 (+ r (fabs r)))))
(- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (+ (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (* (pow q 2) (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (+ (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (* (pow q 2) (- (+ (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* (pow q 2) (- (+ (* 2 (/ (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* -2 (/ (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2))))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* 4 (/ (pow r 2) (* (pow (- p r) 4) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ (pow r 2) (* (pow (- p r) 5) (pow (- (+ p (fabs r)) r) 2)))))))))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(* -1 (/ (* (pow q 2) (+ p r)) (pow r 2)))
(- 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)
(+ (fabs p) (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) q)))
(+ (fabs p) (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) q)) (* -1 (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) (pow q 2)))))
(+ (fabs p) (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) q)) (+ (* -1 (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) (pow q 2))) (* -1 (/ (* p (+ (* 2 (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3)))) (* 4 (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3)))))) (pow q 3))))))
(* -2 q)
(* q (- (/ (fabs p) q) (+ 2 (* -1 (/ (fabs r) q)))))
(* q (- (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) (pow q 2))) (/ (fabs p) q)) (+ 2 (+ (* -4 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))) (pow q 2))) (* -1 (/ (fabs r) q))))))
(* q (- (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) (pow q 2))) (+ (* -1 (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) (pow q 3))) (/ (fabs p) q))) (+ 2 (+ (* -4 (/ (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) (* -1/32 (* (pow r 2) (fabs r)))) (pow q 3))) (+ (* -4 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))) (pow q 2))) (* -1 (/ (fabs r) q)))))))
(/ (+ (* -1 r) (* 1/2 r)) q)
(/ (+ (* -1 r) (+ (* -1/2 (/ (* r (fabs r)) q)) (+ (* 1/2 r) (* 1/2 (/ (* r (fabs r)) q))))) q)
(/ (+ (* -1 r) (+ (* -1/2 (/ (* r (fabs r)) q)) (+ (* 1/2 r) (+ (* 1/2 (/ (* r (fabs r)) q)) (+ (* 2 (/ (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3))) (pow q 2))) (* 4 (/ (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3))) (pow q 2)))))))) q)
(/ (+ (* -1 r) (+ (* -1/2 (/ (* r (fabs r)) q)) (+ (* 1/2 r) (+ (* 1/2 (/ (* r (fabs r)) q)) (+ (* 2 (/ (+ (* -1/2 (* (fabs r) (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3))))) (* -1/32 (* (pow r 3) (fabs r)))) (pow q 3))) (+ (* 2 (/ (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3))) (pow q 2))) (+ (* 4 (/ (+ (* -1/2 (+ (* -1 (* (fabs r) (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2))))))) (+ (* -1/16 (* r (* (fabs r) (+ (pow r 2) (pow (fabs r) 2))))) (* 1/32 (* (pow r 3) (fabs r)))))) (* 1/64 (* (pow r 3) (fabs r)))) (pow q 3))) (* 4 (/ (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3))) (pow q 2)))))))))) q)
(* -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))
(* -1 (/ (* (pow q 2) (+ 1 (/ p r))) r))
(* (pow q 2) (+ (* -1 (/ (+ 1 (/ p r)) r)) (/ (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) (pow q 2))))
(* -1 (/ (* (pow q 2) (+ 1 (/ p r))) (pow r 2)))
(* (pow q 2) (- (+ (* -1 (/ (+ 1 (/ p r)) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (* (pow q 2) r)))) (* 1/2 (/ 1 (pow q 2)))))
(* q (- (+ (* -1 (/ (pow p 2) (* q (- (fabs r) (fabs p))))) (/ (pow r 2) (* q (- (fabs r) (fabs p))))) 2))
(* q (- (+ (* -1 (/ (pow p 2) (* q (- (fabs r) (fabs p))))) (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (/ (pow r 2) (* q (- (fabs r) (fabs p)))))) 2))
(* q (- (+ (* -1 (/ (pow p 2) (* q (- (fabs r) (fabs p))))) (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (/ (pow r 2) (* q (- (fabs r) (fabs p)))))) (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(* q (- (* 1/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q)) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q))) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) 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)))))))
(/ (+ 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)
(* 1/2 q)
(* q (+ 1/2 (* -1/4 (/ (fabs r) q))))
(* q (- (+ 1/2 (* -1 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))) (pow q 2)))) (* 1/4 (/ (fabs r) q))))
(* q (- (+ 1/2 (* -1 (/ (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) (* -1/32 (* (pow r 2) (fabs r)))) (pow q 3)))) (+ (* -1/8 (/ (pow (fabs r) 2) (pow q 2))) (+ (* 1/16 (/ (pow r 2) (pow q 2))) (* 1/4 (/ (fabs r) q))))))
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))
(* q (- (+ (* -1/2 (/ (pow (fabs r) 2) (pow q 2))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/2 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))))) (+ 2 (* 1/2 (/ (pow (- p r) 2) (pow q 2))))))
(* q (- (+ (* -1/2 (/ (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2)))) (pow q 3))) (+ (* -1/2 (/ (pow (fabs r) 2) (pow q 2))) (+ (* -1/8 (/ (* (fabs r) (pow (- p r) 2)) (pow q 3))) (+ (* 1/4 (/ (* (fabs r) (pow (- p r) 2)) (pow q 3))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/2 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))))))) (+ 2 (+ (* 1/4 (/ (* (pow r 2) (fabs r)) (pow q 3))) (* 1/2 (/ (pow (- p 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)))))))
(+ (fabs p) (/ (* p (+ (* -1 r) (* 1/2 r))) q))
(+ (fabs p) (* -1 (/ (+ (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) q)) q)))
(+ (fabs p) (* -1 (/ (+ (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (* -1 (/ (+ (* -1 (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r)))))) (/ (* p (+ (* 2 (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3)))) (* 4 (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3)))))) q)) q))) q)))
(* -1 (* q (- (* -1 (/ (- (fabs p) (* -1 (fabs r))) q)) 2)))
(* -1 (* q (- (* -1 (/ (- (+ (fabs p) (* -1 (/ (- (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (* -4 (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) q))) (* -1 (fabs r))) q)) 2)))
(* -1 (* q (- (* -1 (/ (- (+ (fabs p) (* -1 (/ (- (+ (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (* -1 (/ (- (* -1 (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r)))))) (* -4 (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) (* -1/32 (* (pow r 2) (fabs r)))))) q))) (* -4 (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) q))) (* -1 (fabs r))) q)) 2)))
(* -1 (/ (+ (* -1 r) (* 1/2 r)) q))
(* -1 (/ (+ (* -1 r) (+ (* -1 (/ (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r)))) q)) (* 1/2 r))) q))
(* -1 (/ (+ (* -1 r) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3)))) (* 4 (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3))))) q)) (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) q)) (* 1/2 r))) q))
(* -1 (/ (+ (* -1 r) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (+ (* -1/2 (* (fabs r) (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3))))) (* -1/32 (* (pow r 3) (fabs r))))) (* 4 (+ (* -1/2 (+ (* -1 (* (fabs r) (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2))))))) (+ (* -1/16 (* r (* (fabs r) (+ (pow r 2) (pow (fabs r) 2))))) (* 1/32 (* (pow r 3) (fabs r)))))) (* 1/64 (* (pow r 3) (fabs r)))))) q)) (+ (* 2 (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3)))) (* 4 (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3)))))) q)) (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) q)) (* 1/2 r))) q))
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 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (+ (* 1/4 (/ (pow (- p r) 2) q)) (/ (pow r 2) (- (fabs r) (fabs p))))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (- (* 1/64 (/ (pow (- p r) 4) (pow q 2))) (* 1/4 (pow (- p r) 2))) q)) (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) q)) 2)))
(* -1 (* q (- (* -1/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))))) 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/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/2 q)
(* -1 (* q (+ 1/2 (* 1/4 (/ (fabs r) q)))))
(* -1 (* q (+ 1/2 (* -1 (/ (- (+ (* -1/8 (/ (pow (fabs r) 2) q)) (* 1/16 (/ (pow r 2) q))) (* 1/4 (fabs r))) q)))))
(* -1 (* q (+ 1/2 (* -1 (/ (- (* -1 (/ (- (+ (* -1/2 (/ (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2)))) q)) (* -1/32 (/ (* (pow r 2) (fabs r)) q))) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2)))) q)) (* 1/4 (fabs r))) q)))))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) q)) (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2))))) (* 1/2 (pow (- p 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
(fabs p)
(fabs.f64 p)
(+ (fabs p) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))
(fma.f64 (neg.f64 p) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p))
(+ (fabs p) (* -4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))) (fabs.f64 p))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))))
(-.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))) (fabs.f64 p)) (*.f64 p (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))))))
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
(*.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) (*.f64 r r)))))
(+ (* 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 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.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 p (fma.f64 #s(literal -1/4 binary64) (*.f64 p (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (*.f64 (*.f64 #s(literal 1/2 binary64) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (*.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) (*.f64 r r))))))
(+ (* 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 p (fma.f64 p (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 3 binary64))))))) (*.f64 (*.f64 #s(literal 1/2 binary64) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (*.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) (*.f64 r r))))))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2))
(*.f64 r (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) #s(literal 1/2 binary64)))
(+ (* p (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r))))) (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))
(fma.f64 r (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) #s(literal 1/2 binary64)) (*.f64 (*.f64 p r) (-.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))))))
(* -1 (* (pow q 2) r))
(neg.f64 (*.f64 (*.f64 q q) r))
(- (* -1 (* p (pow q 2))) (* (pow q 2) r))
(*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 q q) r (*.f64 p (*.f64 q q))))
(* (pow q 2) r)
(*.f64 (*.f64 q q) r)
(+ (* p (pow q 2)) (* (pow q 2) r))
(fma.f64 (*.f64 q q) r (*.f64 p (*.f64 q q)))
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)
(-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) #s(literal 1/2 binary64))
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (+ (* 1/2 (/ (+ (fabs p) (fabs r)) r)) (* p (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))) 1/2)
(-.f64 (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) (*.f64 p (-.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64)))))) (*.f64 (/.f64 q r) (/.f64 q r))) #s(literal 1/2 binary64))
(/ (pow q 2) (pow r 2))
(*.f64 (/.f64 q r) (/.f64 q r))
(+ (/ (* p (pow q 2)) (pow r 3)) (/ (pow q 2) (pow r 2)))
(fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 p (*.f64 q q)) (pow.f64 r #s(literal 3 binary64))))
(- (/ (pow r 2) (- (fabs r) (fabs p))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))
(- (+ (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))) (/ (pow r 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(fma.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.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)))))) (/ 1 (- (fabs r) (fabs p)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (pow r 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(fma.f64 p (fma.f64 (neg.f64 p) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (neg.f64 (*.f64 (neg.f64 r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r 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 (- (fabs r) (fabs p)))))) (* -1 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (pow r 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))
(fma.f64 p (fma.f64 p (fma.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))))) (*.f64 #s(literal 1 binary64) (*.f64 r (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))
(* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
(*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(+ (* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) (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)))))) (/ 1 (- (fabs r) (fabs p)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(fma.f64 p (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 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (*.f64 (*.f64 #s(literal 1/2 binary64) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(+ (* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) (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)))))) (/ 1 (- (fabs r) (fabs 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))))))))))
(fma.f64 p (fma.f64 p (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 3 binary64)))) (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))))) (*.f64 (*.f64 #s(literal 1/2 binary64) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(pow r 2)
(*.f64 r r)
(+ (* -1 (pow p 2)) (pow r 2))
(fma.f64 r r (neg.f64 (*.f64 p p)))
(- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))) (fabs.f64 p))
(- (+ (fabs p) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(-.f64 (fma.f64 (neg.f64 p) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))))
(- (+ (fabs p) (* p (- (* p (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(-.f64 (fma.f64 p (fma.f64 p (-.f64 (neg.f64 (*.f64 (*.f64 r (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 r (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (fma.f64 #s(literal -4 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 q q) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (/.f64 (*.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))) (/.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64))) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)))))) (fabs.f64 p)) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))))
(- (+ (fabs p) (* p (- (* p (- (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (- (+ (* -1 (* (/ (* r (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -4 (+ (* 1/2 (* (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (+ (* 1/2 (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* 1/2 (/ (* (pow r 3) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(-.f64 (fma.f64 p (fma.f64 p (-.f64 (fma.f64 p (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 r (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (*.f64 r (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 r r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (*.f64 r (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 r (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (fma.f64 #s(literal -4 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 3 binary64)))) (fma.f64 (*.f64 r (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 q q) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (/.f64 (*.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (fma.f64 (*.f64 r (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 r r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (neg.f64 (/.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64))) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) (neg.f64 (*.f64 (*.f64 r (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 r (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) (fma.f64 #s(literal -4 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 q q) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (/.f64 (*.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))) (/.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64))) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)))))) (fabs.f64 p)) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))))
(* -1 (/ (pow q 2) r))
(neg.f64 (/.f64 (*.f64 q q) r))
(+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (* -1 (/ (pow q 2) r)))
(-.f64 (/.f64 (*.f64 (neg.f64 p) (*.f64 q q)) (*.f64 r r)) (/.f64 (*.f64 q q) r))
(+ (fabs p) (fabs r))
(+.f64 (fabs.f64 r) (fabs.f64 p))
(+ p (+ (fabs p) (fabs r)))
(+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r))
(- (* 1/2 (/ (+ (fabs p) (fabs r)) r)) 1/2)
(fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r) #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 p r) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) r)) #s(literal -1/2 binary64))
(sqrt (+ (* 4 (pow q 2)) (pow r 2)))
(sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow r 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))
(-.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.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 p (fma.f64 #s(literal 1/2 binary64) (*.f64 p (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (*.f64 (neg.f64 r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.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 p (fma.f64 p (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 3 binary64))))))) (*.f64 (neg.f64 r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))
(/ 1 (- (fabs r) (fabs p)))
(/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))
(* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(*.f64 (neg.f64 p) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)))))
(* p (+ (* -1 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (fabs p) p)))
(*.f64 p (-.f64 (/.f64 (fabs.f64 p) p) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))))))
(* p (+ (* -4 (/ (pow q 2) (* p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -1 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (fabs p) p))))
(*.f64 p (fma.f64 (/.f64 #s(literal -4 binary64) p) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))) (-.f64 (/.f64 (fabs.f64 p) p) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (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 p (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) #s(literal -1/2 binary64)))
(* p (- (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p))) 1/2))
(*.f64 p (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p))) #s(literal 1/2 binary64)))
(* p (- (+ (* -1 (/ (* (pow q 2) r) (pow p 3))) (+ (* -1 (/ (pow q 2) (pow p 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)))) 1/2))
(*.f64 p (-.f64 (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)) p) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p))) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64))))) #s(literal 1/2 binary64)))
(* p (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))
(*.f64 (*.f64 p r) (-.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64)))))
(* p (+ (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))) (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)))
(*.f64 p (fma.f64 r (/.f64 (-.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) #s(literal 1/2 binary64)) p) (*.f64 r (-.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64)))))))
(* -1 (* p (pow q 2)))
(*.f64 (neg.f64 p) (*.f64 q q))
(* p (- (* -1 (/ (* (pow q 2) r) p)) (pow q 2)))
(*.f64 p (*.f64 #s(literal -1 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))))
(* p (pow q 2))
(*.f64 p (*.f64 q q))
(* p (+ (/ (* (pow q 2) r) p) (pow q 2)))
(*.f64 p (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p)))
(* p (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r))))
(*.f64 p (-.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64)))))
(* p (- (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (+ (* -1 (/ (pow q 2) (pow r 3))) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ (+ (/ (fabs p) r) (/ (fabs r) r)) p))))) (* 1/2 (/ 1 p))))
(*.f64 p (-.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 (/.f64 q p) (/.f64 q (*.f64 r r)) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) p) (/.f64 #s(literal 1/2 binary64) r))) (/.f64 #s(literal 1/2 binary64) p)))
(/ (* p (pow q 2)) (pow r 3))
(/.f64 (*.f64 p (*.f64 q q)) (pow.f64 r #s(literal 3 binary64)))
(* p (+ (/ (pow q 2) (* p (pow r 2))) (/ (pow q 2) (pow r 3))))
(*.f64 p (fma.f64 (/.f64 q p) (/.f64 q (*.f64 r r)) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64)))))
(* -1 (/ (pow p 2) (- (fabs r) (fabs p))))
(/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p)))
(* -1 (* (pow p 2) (+ (/ 1 p) (/ 1 (- (fabs r) (fabs p))))))
(*.f64 (neg.f64 (*.f64 p p)) (+.f64 (/.f64 #s(literal 1 binary64) p) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))))
(* (pow p 2) (- (/ (pow r 2) (* (pow p 2) (- (fabs r) (fabs p)))) (+ (* -1 (/ r (pow p 2))) (+ (/ 1 p) (/ 1 (- (fabs r) (fabs p)))))))
(*.f64 (*.f64 p p) (-.f64 (/.f64 (*.f64 r r) (*.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) p) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 r (*.f64 p p)))))
(* (pow p 2) (- (+ (* -2 (/ (pow q 2) (pow p 3))) (/ (pow r 2) (* (pow p 2) (- (fabs r) (fabs p))))) (+ (* -1 (/ r (pow p 2))) (+ (/ 1 p) (/ 1 (- (fabs r) (fabs p)))))))
(*.f64 (*.f64 p p) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (pow.f64 p #s(literal 3 binary64))) (/.f64 (*.f64 r r) (*.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p))))) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) p) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 r (*.f64 p p)))))
(* -1/2 (/ (pow p 2) (- (fabs r) (fabs p))))
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p)))
(* -1 (* (pow p 2) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))))
(*.f64 (neg.f64 (*.f64 p p)) (+.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) p)))
(* (pow p 2) (- (* 1/2 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) (* -1 r)) (pow p 2))) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))))
(*.f64 (*.f64 p p) (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 r)) (*.f64 p p)) (neg.f64 (/.f64 #s(literal 1/2 binary64) p))) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))))
(* (pow p 2) (- (+ (* -1 (/ (pow q 2) (pow p 3))) (* 1/2 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) (* -1 r)) (pow p 2)))) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))))
(*.f64 (*.f64 p p) (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 r)) (*.f64 p p)) (/.f64 (neg.f64 (*.f64 q q)) (pow.f64 p #s(literal 3 binary64)))) (+.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) p))))
(* -1 (pow p 2))
(neg.f64 (*.f64 p p))
(* (pow p 2) (- (/ (pow r 2) (pow p 2)) 1))
(*.f64 (*.f64 p p) (fma.f64 (/.f64 r p) (/.f64 r p) #s(literal -1 binary64)))
(* -1 p)
(neg.f64 p)
(* p (- (+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -2 (/ r p)))))
(*.f64 p (-.f64 (-.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) (/.f64 r p)) (fma.f64 #s(literal -2 binary64) (/.f64 r p) #s(literal 1 binary64))))
(* p (- (+ (* -1 (/ r p)) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (+ (/ (fabs r) p) (/ (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 2)))))) (+ 1 (+ (* -2 (/ r p)) (* 4 (/ (pow q 2) (pow p 2)))))))
(*.f64 p (-.f64 (-.f64 (fma.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p) (+.f64 (fma.f64 (-.f64 (fabs.f64 r) r) (/.f64 (-.f64 (*.f64 #s(literal -2 binary64) r) (-.f64 (fabs.f64 r) r)) (*.f64 p p)) (/.f64 (fabs.f64 r) p)) (/.f64 (fabs.f64 p) p))) (/.f64 r p)) (+.f64 (fma.f64 #s(literal -2 binary64) (/.f64 r p) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 4 binary64) p) (/.f64 (*.f64 q q) p)))))
(* p (- (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (+ (* 2 (/ (* (pow q 2) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 3))) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (+ (/ (fabs r) p) (+ (/ (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 2)) (/ (* (+ (fabs r) (* -1 r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))))) (pow p 3))))))))) (+ 1 (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 r))) (pow p 3))) (+ (* -2 (/ r p)) (+ (* 4 (/ (pow q 2) (pow p 2))) (/ (* (pow r 2) (+ (fabs r) (* -1 r))) (pow p 3))))))))
(*.f64 p (-.f64 (-.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) r) (-.f64 (fabs.f64 r) r))) (pow.f64 p #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (/.f64 q p) (/.f64 q p)) (+.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) (fma.f64 (-.f64 (fabs.f64 r) r) (/.f64 (-.f64 (*.f64 r r) (fma.f64 (-.f64 (fabs.f64 r) r) (-.f64 (*.f64 #s(literal -2 binary64) r) (-.f64 (fabs.f64 r) r)) (*.f64 #s(literal 2 binary64) (*.f64 q q)))) (pow.f64 p #s(literal 3 binary64))) (/.f64 (*.f64 (-.f64 (fabs.f64 r) r) (-.f64 (*.f64 #s(literal -2 binary64) r) (-.f64 (fabs.f64 r) r))) (*.f64 p p))))))) (/.f64 r p)) (+.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 q q) (-.f64 (fabs.f64 r) r)) (pow.f64 p #s(literal 3 binary64))) (fma.f64 #s(literal -2 binary64) (/.f64 r p) (fma.f64 (/.f64 #s(literal 4 binary64) p) (/.f64 (*.f64 q q) p) (/.f64 (*.f64 (*.f64 r r) (-.f64 (fabs.f64 r) r)) (pow.f64 p #s(literal 3 binary64)))))) #s(literal 1 binary64))))
(* -1 (/ (* p (pow q 2)) (pow r 2)))
(/.f64 (*.f64 (neg.f64 p) (*.f64 q q)) (*.f64 r r))
(* p (+ (* -1 (/ (pow q 2) (* p r))) (* -1 (/ (pow q 2) (pow r 2)))))
(*.f64 p (*.f64 #s(literal -1 binary64) (fma.f64 (/.f64 q r) (/.f64 q r) (*.f64 (/.f64 q p) (/.f64 q r)))))
p
(* p (+ 1 (+ (/ (fabs p) p) (/ (fabs r) p))))
(*.f64 p (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (fabs.f64 p) p)) (/.f64 (fabs.f64 r) p)))
(* 1/2 (/ p r))
(*.f64 #s(literal 1/2 binary64) (/.f64 p r))
(* p (- (+ (* 1/2 (/ (+ (/ (fabs p) r) (/ (fabs r) r)) p)) (* 1/2 (/ 1 r))) (* 1/2 (/ 1 p))))
(*.f64 p (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) p) (-.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) p))))
(* p (+ 1 (* -1 (/ r p))))
(*.f64 p (-.f64 #s(literal 1 binary64) (/.f64 r p)))
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))
(*.f64 p (+.f64 (-.f64 #s(literal 1 binary64) (/.f64 r p)) (*.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 (*.f64 q q) p))))
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2)))))))
(*.f64 p (+.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 (neg.f64 r) p)) #s(literal 1 binary64)))
(* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -1 (/ (fabs p) p)) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))
(*.f64 (neg.f64 p) (fma.f64 #s(literal -2 binary64) (/.f64 r (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (neg.f64 (/.f64 (fabs.f64 p) p)))))
(* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -1 (/ (+ (fabs p) (* -4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) p)) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))
(*.f64 (neg.f64 p) (fma.f64 #s(literal -2 binary64) (/.f64 r (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (neg.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))) (fabs.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 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) p) #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) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) (/.f64 (*.f64 q q) p)) 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) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p))) p) #s(literal -1/2 binary64)))
(* -1 (* p (* r (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r))))))
(neg.f64 (*.f64 (*.f64 p r) (-.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (/.f64 #s(literal 1/2 binary64) r))))
(* -1 (* p (+ (* -1 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)) (* r (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r)))))))
(*.f64 (neg.f64 p) (-.f64 (*.f64 r (-.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (/.f64 #s(literal 1/2 binary64) r))) (*.f64 r (/.f64 (-.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) #s(literal 1/2 binary64)) p))))
(* -1 (* p (- (/ (* (pow q 2) r) p) (* -1 (pow q 2)))))
(*.f64 (neg.f64 p) (fma.f64 (*.f64 q q) (/.f64 r p) (*.f64 #s(literal 1 binary64) (*.f64 q q))))
(* -1 (* p (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2)))))
(*.f64 (neg.f64 p) (*.f64 #s(literal -1 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))))
(* -1 (* p (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r)))))
(*.f64 (neg.f64 p) (-.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (/.f64 #s(literal 1/2 binary64) r)))
(* -1 (* p (- (+ (* -1 (/ (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2) p)) (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))
(*.f64 (neg.f64 p) (-.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (/.f64 (-.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) #s(literal 1/2 binary64)) p)) (/.f64 #s(literal 1/2 binary64) r)))
(* -1 (* p (+ (* -1 (/ (pow q 2) (* p (pow r 2)))) (* -1 (/ (pow q 2) (pow r 3))))))
(*.f64 (neg.f64 p) (*.f64 #s(literal -1 binary64) (fma.f64 (/.f64 q p) (/.f64 q (*.f64 r r)) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))))))
(* (pow p 2) (- (/ 1 p) (/ 1 (- (fabs r) (fabs p)))))
(*.f64 (*.f64 p p) (-.f64 (/.f64 #s(literal 1 binary64) p) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))))
(* (pow p 2) (- (* -1 (/ (- (* -1 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) r) p)) 1) p)) (/ 1 (- (fabs r) (fabs p)))))
(*.f64 (*.f64 p p) (-.f64 (neg.f64 (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) r) p) #s(literal -1 binary64)) p)) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))))
(* (pow p 2) (- (* -1 (/ (- (* -1 (/ (- (+ (* 2 (/ (pow q 2) p)) (/ (pow r 2) (- (fabs r) (fabs p)))) r) p)) 1) p)) (/ 1 (- (fabs r) (fabs p)))))
(*.f64 (*.f64 p p) (-.f64 (neg.f64 (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) p) (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) r)) p) #s(literal -1 binary64)) p)) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))))
(* (pow p 2) (- (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(*.f64 (*.f64 p p) (-.f64 (/.f64 #s(literal 1/2 binary64) p) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))))
(* (pow p 2) (- (* -1 (/ (- (* -1/2 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) r) p)) 1/2) p)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(*.f64 (*.f64 p p) (-.f64 (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) r) p) #s(literal -1/2 binary64)) p)) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))))
(* (pow p 2) (- (* -1 (/ (- (* -1 (/ (+ (* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) r)) (/ (pow q 2) p)) p)) 1/2) p)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(*.f64 (*.f64 p p) (-.f64 (neg.f64 (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) r) (/.f64 (*.f64 q q) p)) p) #s(literal -1/2 binary64)) p)) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (fabs r))) (* 2 r)) p)) 1)))
(*.f64 (neg.f64 p) (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) r)) p) #s(literal -1 binary64)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))) p))))) (* 2 r)) p)) 1)))
(*.f64 (neg.f64 p) (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (-.f64 (fma.f64 (+.f64 (fabs.f64 r) r) (-.f64 (fma.f64 #s(literal 2 binary64) r (neg.f64 r)) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) (*.f64 q q))) (*.f64 #s(literal 4 binary64) (*.f64 q q))) p)) r) (*.f64 #s(literal 2 binary64) r)) p) #s(literal -1 binary64)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* 2 r) (+ r (fabs r))))) (* (+ r (fabs r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ r (fabs r)))) (* (pow r 2) (+ r (fabs r))))) p)) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r)))))) (* 4 (pow q 2))) p))))) (* 2 r)) p)) 1)))
(*.f64 (neg.f64 p) (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (-.f64 (fabs.f64 r) (/.f64 (-.f64 (-.f64 (fma.f64 (+.f64 (fabs.f64 r) r) (-.f64 (fma.f64 #s(literal 2 binary64) r (neg.f64 r)) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) (*.f64 q q))) (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) r (fma.f64 (+.f64 (fabs.f64 r) r) (-.f64 (*.f64 r r) (fma.f64 (+.f64 (fabs.f64 r) r) (-.f64 (fma.f64 #s(literal 2 binary64) r (neg.f64 r)) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) (*.f64 q q)))) (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 q q)) (-.f64 (fma.f64 #s(literal 2 binary64) r (neg.f64 r)) (fabs.f64 r))))) (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) r) (*.f64 (*.f64 r r) (+.f64 (fabs.f64 r) r)))) p)) (*.f64 #s(literal 4 binary64) (*.f64 q q))) p))) (*.f64 #s(literal 2 binary64) r)) p) #s(literal -1 binary64)))
(* -1 (* p (+ (/ (pow q 2) (* p r)) (/ (pow q 2) (pow r 2)))))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 q r) (/.f64 q r) (*.f64 (/.f64 q p) (/.f64 q r))))
(* -1 (* p (- (* -1 (/ (+ (fabs p) (fabs r)) p)) 1)))
(*.f64 (neg.f64 p) (fma.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) p) #s(literal -1 binary64)))
(* -1 (* p (- (* -1 (/ (- (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r))) 1/2) p)) (* 1/2 (/ 1 r)))))
(*.f64 (neg.f64 p) (-.f64 (neg.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) #s(literal -1/2 binary64)) p)) (/.f64 #s(literal 1/2 binary64) r)))
(* -1 (* p (+ 1 (* -1 (/ r p)))))
(*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 r p)))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p)))))
(*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) p) r) p)))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p)))))
(*.f64 (neg.f64 p) (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 r (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)) p)))
(+ (fabs p) (* -1 (* p (* r (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q)))))))))
(-.f64 (fabs.f64 p) (*.f64 (*.f64 p r) (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r))))))
(+ (fabs p) (* r (+ (* -1 (* p (* (pow r 2) (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))))))) (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))))))
(fma.f64 r (fma.f64 (neg.f64 p) (*.f64 (*.f64 r r) (fma.f64 #s(literal -4 binary64) (+.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 #s(literal 1/16 binary64) (*.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))) (/.f64 #s(literal 1/2 binary64) (*.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)))))) (fabs.f64 p))
(+ (fabs p) (* r (+ (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))) (* (pow r 2) (+ (* -1 (* p (* (pow r 2) (+ (* -2 (+ (* 1/16 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/64 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))))) (* 4 (+ (* 3/256 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))) (+ (* 1/2 (/ (- (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 4))) (/ (* (pow q 2) (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 4))) q)) (* 1/32 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3))))))))))) (* -1 (* p (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2))))))))))))
(fma.f64 r (fma.f64 (*.f64 r r) (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 p (*.f64 r r)) (fma.f64 #s(literal -2 binary64) (+.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 (pow.f64 q #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 q q) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))))) (*.f64 #s(literal 4 binary64) (+.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 q q) (fma.f64 #s(literal -1/32 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) (pow.f64 q #s(literal 3 binary64))) (/.f64 #s(literal 1/16 binary64) (*.f64 q q)))) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 4 binary64)))) q) (/.f64 #s(literal 1/32 binary64) (*.f64 (*.f64 q q) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))))) (/.f64 #s(literal 3/256 binary64) (*.f64 (pow.f64 q #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))))) (*.f64 p (fma.f64 #s(literal -4 binary64) (+.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 #s(literal 1/16 binary64) (*.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))) (/.f64 #s(literal 1/2 binary64) (*.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))))))) (*.f64 (neg.f64 p) (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)))))) (fabs.f64 p))
(+ (fabs p) (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))))
(fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r))) (fabs.f64 p))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))) (* -1 (* p (* r (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))))))
(-.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r))) (fabs.f64 p)) (*.f64 (*.f64 p r) (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r))))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))) (* r (+ (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))) (/ (* q r) (pow (+ (fabs r) (* 2 q)) 2))))))
(+.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r))) (fabs.f64 p)) (*.f64 r (fma.f64 (neg.f64 p) (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)))) (*.f64 q (/.f64 r (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))) (* r (+ (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))) (* r (+ (* -1 (* p (* r (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))))))) (/ q (pow (+ (fabs r) (* 2 q)) 2))))))))
(+.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r))) (fabs.f64 p)) (*.f64 r (fma.f64 (neg.f64 p) (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)))) (*.f64 r (fma.f64 (neg.f64 p) (*.f64 r (fma.f64 #s(literal -4 binary64) (+.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 #s(literal 1/16 binary64) (*.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))) (/.f64 #s(literal 1/2 binary64) (*.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))))) (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))))))
(* r (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))
(*.f64 r (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)))))
(* r (- (+ (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* (pow r 2) (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2))))))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))
(*.f64 r (-.f64 (fma.f64 (*.f64 r r) (fma.f64 #s(literal -4 binary64) (+.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 #s(literal 1/16 binary64) (*.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))) (/.f64 #s(literal 1/2 binary64) (*.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))) (*.f64 #s(literal 2 binary64) (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))) (/.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)))))
(* r (- (+ (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* (pow r 2) (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (+ (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* (pow r 2) (+ (* -2 (+ (* 1/16 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/64 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))))) (* 4 (+ (* 1/32 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (+ (* 1/2 (/ (- (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 4))) (/ (* (pow q 2) (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 4))) q)) (* 3/256 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2))))))))))))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))
(*.f64 r (fma.f64 #s(literal 2 binary64) (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))) (fma.f64 (*.f64 r r) (fma.f64 #s(literal -4 binary64) (+.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 #s(literal 1/16 binary64) (*.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))) (fma.f64 (*.f64 r r) (fma.f64 #s(literal -2 binary64) (+.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 (pow.f64 q #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 q q) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))))) (*.f64 #s(literal 4 binary64) (+.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 q q) (fma.f64 #s(literal -1/32 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) (pow.f64 q #s(literal 3 binary64))) (/.f64 #s(literal 1/16 binary64) (*.f64 q q)))) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 4 binary64)))) q) (/.f64 #s(literal 1/32 binary64) (*.f64 (*.f64 q q) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))))) (/.f64 #s(literal 3/256 binary64) (*.f64 (pow.f64 q #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))))) (/.f64 #s(literal 1/2 binary64) (*.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))))) (neg.f64 (/.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)))))))
(* r (- (+ (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* (pow r 2) (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (+ (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* (pow r 2) (+ (* -2 (+ (* 1/16 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/64 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))))) (+ (* 4 (+ (* 1/32 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (+ (* 1/2 (/ (- (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 4))) (/ (* (pow q 2) (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 4))) q)) (* 3/256 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2))))))) (* (pow r 2) (+ (* 2 (+ (* 1/256 (/ 1 (* (pow q 4) (pow (+ (fabs r) (* 2 q)) 3)))) (+ (* 1/4 (/ (+ (* 1/16 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/64 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2))))) (* q (+ (fabs r) (* 2 q))))) (* 1/512 (/ 1 (* (pow q 5) (pow (+ (fabs r) (* 2 q)) 2))))))) (* 4 (- (+ (* -1/2 (/ (+ (* -1/2 (/ (* q (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 5))) (+ (* 1/2 (/ (- (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 4))) (/ (* (pow q 2) (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 4))) (* q (+ (fabs r) (* 2 q))))) (/ (* (pow q 2) (- (* 1/256 (/ (+ (fabs r) (* 2 q)) (pow q 5))) (* 1/128 (/ 1 (pow q 4))))) (pow (+ (fabs r) (* 2 q)) 4)))) q)) (* -1/16 (/ (- (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 4))) (/ (* (pow q 2) (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 4))) (pow q 3)))) (+ (* 5/2048 (/ 1 (* (pow q 5) (pow (+ (fabs r) (* 2 q)) 2)))) (* 3/512 (/ 1 (* (pow q 4) (pow (+ (fabs r) (* 2 q)) 3)))))))))))))))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))
(*.f64 r (fma.f64 #s(literal 2 binary64) (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))) (fma.f64 (*.f64 r r) (fma.f64 #s(literal -4 binary64) (+.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 #s(literal 1/16 binary64) (*.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))) (fma.f64 (*.f64 r r) (fma.f64 #s(literal -2 binary64) (+.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 (pow.f64 q #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 q q) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))))) (fma.f64 (*.f64 r r) (fma.f64 #s(literal 4 binary64) (-.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 q (/.f64 (fma.f64 #s(literal -1/32 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) (pow.f64 q #s(literal 3 binary64))) (/.f64 #s(literal 1/16 binary64) (*.f64 q q))) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 5 binary64)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) q) (/.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 q q) (fma.f64 #s(literal -1/32 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) (pow.f64 q #s(literal 3 binary64))) (/.f64 #s(literal 1/16 binary64) (*.f64 q q)))) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 4 binary64)))) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r))) (/.f64 (*.f64 (*.f64 q q) (-.f64 (/.f64 (*.f64 #s(literal 1/256 binary64) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r))) (pow.f64 q #s(literal 5 binary64))) (/.f64 #s(literal 1/128 binary64) (pow.f64 q #s(literal 4 binary64))))) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 4 binary64))))) q) (*.f64 #s(literal -1/16 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 q q) (fma.f64 #s(literal -1/32 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) (pow.f64 q #s(literal 3 binary64))) (/.f64 #s(literal 1/16 binary64) (*.f64 q q)))) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 4 binary64)))) (pow.f64 q #s(literal 3 binary64))))) (+.f64 (/.f64 #s(literal 3/512 binary64) (*.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64)))) (/.f64 #s(literal 5/2048 binary64) (*.f64 (pow.f64 q #s(literal 5 binary64)) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))))) (*.f64 #s(literal 2 binary64) (+.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 (pow.f64 q #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 q q) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))))) (*.f64 q (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)))) (/.f64 #s(literal 1/512 binary64) (*.f64 (pow.f64 q #s(literal 5 binary64)) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))) (/.f64 #s(literal 1/256 binary64) (*.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))))))) (*.f64 #s(literal 4 binary64) (+.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 q q) (fma.f64 #s(literal -1/32 binary64) (/.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) (pow.f64 q #s(literal 3 binary64))) (/.f64 #s(literal 1/16 binary64) (*.f64 q q)))) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 4 binary64)))) q) (/.f64 #s(literal 1/32 binary64) (*.f64 (*.f64 q q) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))))) (/.f64 #s(literal 3/256 binary64) (*.f64 (pow.f64 q #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))))))) (/.f64 #s(literal 1/2 binary64) (*.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))))) (neg.f64 (/.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)))))))
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(*.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) (*.f64 p p)))))
(+ (* 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 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.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 r (fma.f64 #s(literal -1/4 binary64) (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (*.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) (*.f64 p p))))))
(+ (* 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 r (fma.f64 r (*.f64 #s(literal -1/4 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (*.f64 (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal 3 binary64))))))) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (*.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) (*.f64 p p))))))
(* -1/2 r)
(*.f64 #s(literal -1/2 binary64) r)
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 2))
(*.f64 (/.f64 #s(literal -1 binary64) r) (/.f64 (fma.f64 (*.f64 q q) r (*.f64 p (*.f64 q q))) r))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))))) (pow r 2))
(/.f64 (fma.f64 r (fma.f64 (*.f64 #s(literal 1/2 binary64) r) (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) (neg.f64 (*.f64 q q))) (*.f64 (neg.f64 p) (*.f64 q q))) (*.f64 r r))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))))) (pow r 2))
(/.f64 (fma.f64 r (fma.f64 r (fma.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) (*.f64 #s(literal -1/2 binary64) r)) (neg.f64 (*.f64 q q))) (*.f64 (neg.f64 p) (*.f64 q q))) (*.f64 r r))
(- (* -1 (* (pow q 2) r)) (* p (pow q 2)))
(*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 q q) r (*.f64 p (*.f64 q q))))
(* -1 (/ (* p (pow q 2)) (pow r 3)))
(/.f64 (*.f64 (neg.f64 p) (*.f64 q q)) (pow.f64 r #s(literal 3 binary64)))
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 3))
(/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 q q) r (*.f64 p (*.f64 q q)))) (pow.f64 r #s(literal 3 binary64)))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))))) (pow r 3))
(/.f64 (fma.f64 r (fma.f64 (*.f64 #s(literal 1/2 binary64) r) (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) (neg.f64 (*.f64 q q))) (*.f64 (neg.f64 p) (*.f64 q q))) (pow.f64 r #s(literal 3 binary64)))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))))) (pow r 3))
(/.f64 (fma.f64 r (fma.f64 r (fma.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) (*.f64 #s(literal -1/2 binary64) r)) (neg.f64 (*.f64 q q))) (*.f64 (neg.f64 p) (*.f64 q q))) (pow.f64 r #s(literal 3 binary64)))
(/ (+ (* p (pow q 2)) (* (pow q 2) r)) (pow r 3))
(/.f64 (fma.f64 (*.f64 q q) r (*.f64 p (*.f64 q q))) (pow.f64 r #s(literal 3 binary64)))
(- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(-.f64 (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))
(- (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))
(-.f64 (fma.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))
(- (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* r (- (* r (- (/ 1 (- (fabs r) (fabs p))) (* 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 r (fma.f64 r (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (neg.f64 (*.f64 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))
(- (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* 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 (- (fabs r) (fabs p)))) (* 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 r (fma.f64 r (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal 3 binary64))))) (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) (*.f64 #s(literal 1 binary64) (*.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))
(* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (-.f64 (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))
(+ (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* r (- (/ 1 (- (fabs r) (fabs p))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))))))))))
(fma.f64 r (*.f64 #s(literal 1/2 binary64) (fma.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (*.f64 r (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))
(+ (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 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 (- (fabs r) (fabs p))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))))))))
(fma.f64 r (fma.f64 r (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))
(* 2 q)
(*.f64 #s(literal 2 binary64) q)
(+ (* 1/4 (/ (pow r 2) q)) (* 2 q))
(fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 r r) q) (*.f64 #s(literal 2 binary64) q))
(+ (* 2 q) (* (pow r 2) (+ (* -1/64 (/ (pow r 2) (pow q 3))) (* 1/4 (/ 1 q)))))
(fma.f64 (*.f64 r r) (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 #s(literal 2 binary64) 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)))))
(fma.f64 (*.f64 r r) (fma.f64 (*.f64 r r) (-.f64 (/.f64 (*.f64 #s(literal 1/512 binary64) (*.f64 r r)) (pow.f64 q #s(literal 5 binary64))) (/.f64 #s(literal 1/64 binary64) (pow.f64 q #s(literal 3 binary64)))) (/.f64 #s(literal 1/4 binary64) q)) (*.f64 #s(literal 2 binary64) q))
(/ 1/2 q)
(/.f64 #s(literal 1/2 binary64) q)
(+ (* -1/16 (/ (pow r 2) (pow q 3))) (* 1/2 (/ 1 q)))
(fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 r r) (pow.f64 q #s(literal 3 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 (*.f64 r r) (-.f64 (/.f64 (*.f64 #s(literal 3/256 binary64) (*.f64 r r)) (pow.f64 q #s(literal 5 binary64))) (/.f64 #s(literal 1/16 binary64) (pow.f64 q #s(literal 3 binary64)))) (/.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 (*.f64 r r) (-.f64 (*.f64 (*.f64 r r) (fma.f64 #s(literal -5/2048 binary64) (/.f64 (*.f64 r r) (pow.f64 q #s(literal 7 binary64))) (/.f64 #s(literal 3/256 binary64) (pow.f64 q #s(literal 5 binary64))))) (/.f64 #s(literal 1/16 binary64) (pow.f64 q #s(literal 3 binary64)))) (/.f64 #s(literal 1/2 binary64) q))
(/ (pow q 2) (+ (fabs r) (* 2 q)))
(/.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)))
(+ (* -1/4 (/ (* q (pow r 2)) (pow (+ (fabs r) (* 2 q)) 2))) (/ (pow q 2) (+ (fabs r) (* 2 q))))
(fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 q (*.f64 r r)) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))) (/.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r))))
(+ (* (pow r 2) (- (* (pow r 2) (+ (* 1/64 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/16 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/4 (/ q (pow (+ (fabs r) (* 2 q)) 2))))) (/ (pow q 2) (+ (fabs r) (* 2 q))))
(fma.f64 (*.f64 r r) (fma.f64 (*.f64 r r) (+.f64 (/.f64 #s(literal 1/16 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 #s(literal 1/64 binary64) (*.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))) (*.f64 #s(literal -1/4 binary64) (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))) (/.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r))))
(+ (* (pow r 2) (- (* (pow r 2) (+ (* -1 (* (pow r 2) (+ (* 1/512 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))) (+ (* 1/256 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/4 (/ (+ (* 1/64 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/16 (/ 1 (pow (+ (fabs r) (* 2 q)) 3)))) (* q (+ (fabs r) (* 2 q))))))))) (+ (* 1/64 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/16 (/ 1 (pow (+ (fabs r) (* 2 q)) 3)))))) (* 1/4 (/ q (pow (+ (fabs r) (* 2 q)) 2))))) (/ (pow q 2) (+ (fabs r) (* 2 q))))
(fma.f64 (*.f64 r r) (fma.f64 (*.f64 r r) (fma.f64 (neg.f64 (*.f64 r r)) (+.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (+.f64 (/.f64 #s(literal 1/16 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 #s(literal 1/64 binary64) (*.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r))) (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 q q) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))))) (/.f64 #s(literal 1/512 binary64) (*.f64 (pow.f64 q #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (/.f64 #s(literal 1/16 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 #s(literal 1/64 binary64) (*.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))))) (*.f64 #s(literal -1/4 binary64) (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))) (/.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r))))
(- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(-.f64 (fabs.f64 p) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r))) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)))))
(- (+ (fabs p) (* r (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(-.f64 (fma.f64 r (-.f64 (neg.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 p (*.f64 q q)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) p) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r))))) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r))) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)))))
(- (+ (fabs p) (* r (- (+ (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(-.f64 (fma.f64 r (-.f64 (fma.f64 r (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 p p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 (*.f64 p (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 p (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (*.f64 #s(literal -4 binary64) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 q q) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64))) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) (neg.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))))) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 p (*.f64 q q)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) p) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r))))) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r))) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)))))
(- (+ (fabs p) (* r (- (+ (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 3) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))) (+ (* -4 (+ (* 1/2 (* (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (+ (* 1/2 (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* (/ (* p (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(-.f64 (fma.f64 r (-.f64 (fma.f64 r (-.f64 (-.f64 (fma.f64 r (-.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 p (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (*.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal 3 binary64))))))) (*.f64 (*.f64 p (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r))) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 p p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (*.f64 (*.f64 p (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 p (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (fma.f64 #s(literal -4 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 p (*.f64 q q)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal 3 binary64)))) (fma.f64 (*.f64 p (/.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 q q) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64))) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 (*.f64 (*.f64 p (*.f64 q q)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (neg.f64 (/.f64 (*.f64 p (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 p p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (*.f64 (*.f64 p (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 p (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (*.f64 #s(literal -4 binary64) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 q q) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64))) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))))) (neg.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))))) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 p (*.f64 q q)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) p) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r))))) (fabs.f64 p)) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r))) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (fabs.f64 r)))))
(* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r))
(/ (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)
(/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) (*.f64 #s(literal -1/2 binary64) r)) r)
(sqrt (+ (* 4 (pow q 2)) (pow p 2)))
(sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))
(+ (sqrt (+ (* 4 (pow q 2)) (pow p 2))) (* -1 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))
(-.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))) (*.f64 (*.f64 p r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.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 r (fma.f64 #s(literal 1/2 binary64) (*.f64 r (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (*.f64 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.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 r (fma.f64 r (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))) (*.f64 (*.f64 (*.f64 p r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) #s(literal 3 binary64))))))) (*.f64 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p))))
(+ (fabs p) (* 2 p))
(fma.f64 #s(literal 2 binary64) p (fabs.f64 p))
(+ (fabs p) (+ (* -2 (/ (* p (fabs r)) r)) (* 2 p)))
(+.f64 (fma.f64 #s(literal -2 binary64) (*.f64 p (/.f64 (fabs.f64 r) r)) (*.f64 #s(literal 2 binary64) p)) (fabs.f64 p))
(+ (fabs p) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (* 2 p))))
(+.f64 (fma.f64 #s(literal -2 binary64) (*.f64 p (/.f64 (fabs.f64 r) r)) (-.f64 (*.f64 #s(literal 2 binary64) p) (*.f64 (/.f64 p r) (/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (*.f64 r r))))) r)))) (fabs.f64 p))
(+ (fabs p) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* -8 (* (pow q 2) (fabs r))) (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))))) (pow r 3))) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (* 2 p)))))
(+.f64 (fma.f64 #s(literal -2 binary64) (*.f64 p (/.f64 (fabs.f64 r) r)) (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) (*.f64 (/.f64 p r) (/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (*.f64 r r))))) r))) (*.f64 p (/.f64 (fma.f64 (*.f64 #s(literal -8 binary64) (*.f64 q q)) (fabs.f64 r) (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fabs.f64 r) (*.f64 (neg.f64 (fabs.f64 r)) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (*.f64 r r))))))) (pow.f64 r #s(literal 3 binary64)))))) (fabs.f64 p))
(+ (fabs p) (+ (* -4 (/ (pow q 2) r)) (+ (* -2 (/ (* p (fabs r)) r)) (* 2 p))))
(+.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) r) (fma.f64 #s(literal -2 binary64) (*.f64 p (/.f64 (fabs.f64 r) r)) (*.f64 #s(literal 2 binary64) p))) (fabs.f64 p))
(+ (fabs p) (+ (* -4 (/ (pow q 2) r)) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (+ (* 2 p) (* 4 (/ (* (pow q 2) (fabs r)) (pow r 2))))))))
(+.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) r) (fma.f64 #s(literal -2 binary64) (*.f64 p (/.f64 (fabs.f64 r) r)) (-.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) r)) (/.f64 (fabs.f64 r) r) (*.f64 #s(literal 2 binary64) p)) (*.f64 (/.f64 p r) (/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (*.f64 r r))))) r))))) (fabs.f64 p))
(+ (fabs p) (+ (* -4 (/ (pow q 2) r)) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* -8 (* (pow q 2) (fabs r))) (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))))) (pow r 3))) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (+ (* 2 p) (+ (* 4 (/ (* (pow q 2) (fabs r)) (pow r 2))) (* 4 (/ (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4))) (pow r 3))))))))))
(+.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) r) (fma.f64 #s(literal -2 binary64) (*.f64 p (/.f64 (fabs.f64 r) r)) (-.f64 (-.f64 (fma.f64 #s(literal 4 binary64) (fma.f64 (/.f64 (*.f64 q q) r) (/.f64 (fabs.f64 r) r) (/.f64 (fma.f64 (neg.f64 (*.f64 q q)) (*.f64 r r) (*.f64 #s(literal 2 binary64) (pow.f64 q #s(literal 4 binary64)))) (pow.f64 r #s(literal 3 binary64)))) (*.f64 #s(literal 2 binary64) p)) (*.f64 (/.f64 p r) (/.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (*.f64 r r))))) r))) (*.f64 p (/.f64 (fma.f64 (*.f64 #s(literal -8 binary64) (*.f64 q q)) (fabs.f64 r) (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fabs.f64 r) (*.f64 (neg.f64 (fabs.f64 r)) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (*.f64 r r))))))) (pow.f64 r #s(literal 3 binary64))))))) (fabs.f64 p))
-2
#s(literal -2 binary64)
(- (* 2 (/ (fabs r) r)) 2)
(fma.f64 #s(literal 2 binary64) (/.f64 (fabs.f64 r) r) #s(literal -2 binary64))
(- (* 4 (/ (pow q 2) (pow r 2))) (+ 2 (+ (* -2 (/ (fabs r) r)) (* -2 (/ (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))) (pow r 2))))))
(-.f64 (fma.f64 (/.f64 #s(literal 4 binary64) r) (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (*.f64 r r))) (*.f64 r r)))))
(- (+ (* -8 (/ (* (pow q 2) (fabs r)) (pow r 3))) (* 4 (/ (pow q 2) (pow r 2)))) (+ 2 (+ (* -2 (/ (fabs r) r)) (+ (* -2 (/ (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 3))) (* -2 (/ (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))) (pow r 2)))))))
(-.f64 (-.f64 (fma.f64 (/.f64 #s(literal 4 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 (*.f64 #s(literal -8 binary64) (*.f64 q q)) (fabs.f64 r)) (pow.f64 r #s(literal 3 binary64)))) #s(literal 2 binary64)) (fma.f64 #s(literal -2 binary64) (+.f64 (/.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fabs.f64 r) (*.f64 (neg.f64 (fabs.f64 r)) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (*.f64 r r))))) (pow.f64 r #s(literal 3 binary64))) (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (*.f64 r r))) (*.f64 r r))) (*.f64 #s(literal -2 binary64) (/.f64 (fabs.f64 r) r))))
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))
(*.f64 r (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) #s(literal -1/2 binary64)))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r))) 1/2))
(*.f64 r (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) #s(literal 1/2 binary64)))
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)))) 1/2))
(*.f64 r (-.f64 (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 p)) r) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) (/.f64 (*.f64 p (*.f64 q q)) (pow.f64 r #s(literal 3 binary64)))) #s(literal 1/2 binary64)))
(* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2))
(*.f64 r (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal -1/2 binary64)))
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2))
(*.f64 r (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) #s(literal 1/2 binary64)))
(* r (- (+ (* -1 (/ (* p (pow q 2)) (pow r 3))) (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))) 1/2))
(*.f64 r (-.f64 (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) (/.f64 (*.f64 p (*.f64 q q)) (pow.f64 r #s(literal 3 binary64)))) #s(literal 1/2 binary64)))
(* r (- (* -1 (/ (* p (pow q 2)) r)) (pow q 2)))
(*.f64 r (*.f64 #s(literal -1 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))))
(* r (+ (/ (* p (pow q 2)) r) (pow q 2)))
(*.f64 r (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))))
-1/2
#s(literal -1/2 binary64)
(- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)
(fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal -1/2 binary64))
(- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)
(-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) #s(literal 1/2 binary64))
(- (+ (* -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 (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) (/.f64 (*.f64 p (*.f64 q q)) (pow.f64 r #s(literal 3 binary64)))) #s(literal 1/2 binary64))
(/ (+ (/ (* p (pow q 2)) r) (pow q 2)) (pow r 2))
(/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) (*.f64 r r))
(/ (pow r 2) (- (fabs r) (fabs p)))
(/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p)))
(* (pow r 2) (- (/ 1 (- (fabs r) (fabs p))) (/ 1 r)))
(*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1 binary64) r)))
(* (pow r 2) (- (+ (* -1 (/ (pow p 2) (* (pow r 2) (- (fabs r) (fabs p))))) (/ 1 (- (fabs r) (fabs p)))) (+ (* -1 (/ p (pow r 2))) (/ 1 r))))
(*.f64 (*.f64 r r) (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (*.f64 p p) (*.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))))) (-.f64 (/.f64 #s(literal 1 binary64) r) (/.f64 p (*.f64 r r)))))
(* (pow r 2) (- (+ (* -2 (/ (pow q 2) (pow r 3))) (+ (* -1 (/ (pow p 2) (* (pow r 2) (- (fabs r) (fabs p))))) (/ 1 (- (fabs r) (fabs p))))) (+ (* -1 (/ p (pow r 2))) (/ 1 r))))
(*.f64 (*.f64 r r) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (*.f64 p p) (*.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))))) (-.f64 (/.f64 #s(literal 1 binary64) r) (/.f64 p (*.f64 r r))))))
(* 1/2 (/ (pow r 2) (- (fabs r) (fabs p))))
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 r r)) (-.f64 (fabs.f64 r) (fabs.f64 p)))
(* (pow r 2) (- (* 1/2 (/ 1 (- (fabs r) (fabs p)))) (* 1/2 (/ 1 r))))
(*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r)))
(* (pow r 2) (- (+ (* 1/2 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* -1 p)) (pow r 2))) (* 1/2 (/ 1 (- (fabs r) (fabs p))))) (* 1/2 (/ 1 r))))
(*.f64 (*.f64 r r) (fma.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 (-.f64 (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 p)) r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r))))
(* (pow r 2) (- (+ (* -1 (/ (pow q 2) (pow r 3))) (+ (* 1/2 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* -1 p)) (pow r 2))) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))) (* 1/2 (/ 1 r))))
(*.f64 (*.f64 r r) (-.f64 (-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 p)) (*.f64 r r)) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64)))) (/.f64 #s(literal 1/2 binary64) r)))
(* (pow r 2) (+ 1 (* -1 (/ (pow p 2) (pow r 2)))))
(*.f64 (*.f64 r r) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 p r) (/.f64 p r))))
r
(* r (+ 1 (* 2 (/ (pow q 2) (pow r 2)))))
(*.f64 r (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) #s(literal 1 binary64)))
(* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (* 2 (/ (pow q 2) (pow r 2))))))
(*.f64 r (+.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)))) #s(literal 1 binary64)))
(* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6)))))))
(*.f64 r (+.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 r #s(literal 4 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))))) #s(literal 1 binary64)))
(/ 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 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 q q)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)))) (pow.f64 r #s(literal 6 binary64)))))) #s(literal 1 binary64)) r)
(/ (pow q 2) r)
(/.f64 (*.f64 q q) r)
(/ (+ (* -1 (/ (* (pow q 2) (fabs r)) r)) (pow q 2)) r)
(/.f64 (-.f64 (*.f64 q q) (*.f64 (*.f64 q q) (/.f64 (fabs.f64 r) r))) r)
(/ (- (+ (* -1 (/ (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4))) (pow r 2))) (pow q 2)) (/ (* (pow q 2) (fabs r)) r)) r)
(/.f64 (-.f64 (-.f64 (*.f64 q q) (/.f64 (fma.f64 (neg.f64 (*.f64 q q)) (*.f64 r r) (*.f64 #s(literal 2 binary64) (pow.f64 q #s(literal 4 binary64)))) (*.f64 r r))) (*.f64 (*.f64 q q) (/.f64 (fabs.f64 r) r))) r)
(/ (- (+ (* -1 (/ (+ (* -2 (* (pow q 4) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4)))))) (pow r 3))) (pow q 2)) (+ (* -1 (/ (* (pow q 2) (pow (fabs r) 2)) (pow r 2))) (+ (* 2 (/ (pow q 4) (pow r 2))) (/ (* (pow q 2) (fabs r)) r)))) r)
(/.f64 (-.f64 (-.f64 (*.f64 q q) (/.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (pow.f64 q #s(literal 4 binary64))) (fabs.f64 r) (*.f64 (neg.f64 (fabs.f64 r)) (fma.f64 (neg.f64 (*.f64 q q)) (*.f64 r r) (*.f64 #s(literal 2 binary64) (pow.f64 q #s(literal 4 binary64)))))) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 (neg.f64 (/.f64 (*.f64 q q) r)) (/.f64 (*.f64 r r) r) (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (pow.f64 q #s(literal 4 binary64)) r) (*.f64 (*.f64 q q) (/.f64 (fabs.f64 r) r))))) r)
(- (fabs p) (* -2 p))
(fma.f64 #s(literal 2 binary64) p (fabs.f64 p))
(- (+ (fabs p) (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r)) (+ (* -2 p) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r)))))
(-.f64 (fma.f64 (-.f64 (fabs.f64 r) p) (/.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) r) (fabs.f64 p)) (fma.f64 #s(literal -2 binary64) p (-.f64 (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 p p) r)) (/.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)) r))))
(- (+ (fabs p) (+ (* 2 (/ (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))) (pow r 2))) (+ (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r) (/ (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 2))))) (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -2 p) (+ (* -2 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 2))) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r))))))))
(-.f64 (+.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p))) (*.f64 r r)) (fma.f64 (-.f64 (fabs.f64 r) p) (/.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (fabs.f64 r) p) (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) (*.f64 #s(literal 2 binary64) (*.f64 q q)))) (*.f64 r r)) (/.f64 (*.f64 (-.f64 (fabs.f64 r) p) (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p))) r))) (fabs.f64 p)) (fma.f64 #s(literal -4 binary64) (*.f64 (/.f64 (*.f64 q q) r) (/.f64 (-.f64 (fabs.f64 r) p) r)) (fma.f64 #s(literal -2 binary64) p (fma.f64 (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) r)) (/.f64 (-.f64 (fabs.f64 r) p) r) (-.f64 (-.f64 (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 p p) r)) (/.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)) r)) (/.f64 (*.f64 (-.f64 (fabs.f64 r) p) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64))))) (*.f64 r r)))))))
(- (+ (fabs p) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* 2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))))) (pow r 3))) (+ (* 2 (/ (* p (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (pow r 3))) (+ (* 2 (/ (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))) (pow r 2))) (+ (* 2 (/ (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 3))) (+ (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r) (/ (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 2)))))))) (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -4 (/ (+ (* -1 (* (pow q 2) (pow (+ (fabs r) (* -1 p)) 2))) (* 2 (pow q 4))) (pow r 3))) (+ (* -2 p) (+ (* -2 (/ (* p (* (pow q 2) (+ (fabs r) (* -1 p)))) (pow r 3))) (+ (* -2 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -2 (/ (* (pow q 2) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 3))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* 2 (* p (pow q 2)))))) (pow r 3))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 2))) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r))))))))))))
(-.f64 (+.f64 (-.f64 (fabs.f64 p) (/.f64 (*.f64 (-.f64 (fabs.f64 r) p) (fma.f64 (*.f64 #s(literal 2 binary64) p) (*.f64 q q) (fma.f64 (-.f64 (fabs.f64 r) p) (-.f64 (*.f64 p p) (fma.f64 (-.f64 (fabs.f64 r) p) (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) (*.f64 #s(literal 2 binary64) (*.f64 q q)))) (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)))))) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 p (*.f64 q q)) (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p))) (pow.f64 r #s(literal 3 binary64))) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p))) (*.f64 r r)) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 q q) (-.f64 (*.f64 p p) (fma.f64 (-.f64 (fabs.f64 r) p) (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) (*.f64 #s(literal 2 binary64) (*.f64 q q))))) (pow.f64 r #s(literal 3 binary64))) (fma.f64 (-.f64 (fabs.f64 r) p) (/.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (fabs.f64 r) p) (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p)) (*.f64 #s(literal 2 binary64) (*.f64 q q)))) (*.f64 r r)) (/.f64 (*.f64 (-.f64 (fabs.f64 r) p) (-.f64 (*.f64 #s(literal -2 binary64) p) (-.f64 (fabs.f64 r) p))) r)))))) (fma.f64 (/.f64 #s(literal -4 binary64) r) (/.f64 (*.f64 (*.f64 q q) (-.f64 (fabs.f64 r) p)) r) (fma.f64 #s(literal -4 binary64) (/.f64 (fma.f64 (neg.f64 (*.f64 q q)) (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (pow.f64 q #s(literal 4 binary64)))) (pow.f64 r #s(literal 3 binary64))) (fma.f64 #s(literal -2 binary64) p (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p (*.f64 q q)) (-.f64 (fabs.f64 r) p)) (pow.f64 r #s(literal 3 binary64))) (fma.f64 #s(literal -2 binary64) (*.f64 (/.f64 (*.f64 q q) r) (/.f64 (-.f64 (fabs.f64 r) p) r)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64))))) (pow.f64 r #s(literal 3 binary64))) (-.f64 (-.f64 (-.f64 (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 q q) r) (/.f64 (*.f64 p p) r)) (/.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)) r)) (/.f64 (*.f64 (-.f64 (fabs.f64 r) p) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64))))) (*.f64 r r))) (/.f64 (*.f64 (-.f64 (fabs.f64 r) p) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (-.f64 (fabs.f64 r) p) (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 p (*.f64 q q))) (*.f64 (-.f64 (fabs.f64 r) p) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (pow.f64 (-.f64 (fabs.f64 r) p) #s(literal 2 binary64)))))))) (pow.f64 r #s(literal 3 binary64)))))))))))
(/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)
(neg.f64 (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r))
(* r (+ 1 (* -1 (/ p r))))
(*.f64 r (-.f64 #s(literal 1 binary64) (/.f64 p r)))
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))
(*.f64 r (+.f64 (-.f64 #s(literal 1 binary64) (/.f64 p r)) (*.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r))))
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2)))))))
(*.f64 r (+.f64 (fma.f64 #s(literal 2 binary64) (fma.f64 (/.f64 q r) (/.f64 q r) (/.f64 (*.f64 p (*.f64 q q)) (pow.f64 r #s(literal 3 binary64)))) (/.f64 (neg.f64 p) r)) #s(literal 1 binary64)))
(+ (fabs p) (* -2 p))
(fma.f64 #s(literal -2 binary64) p (fabs.f64 p))
(+ (fabs p) (+ (* -2 p) (* -2 (/ (* p (fabs r)) r))))
(fma.f64 #s(literal -2 binary64) (+.f64 p (*.f64 p (/.f64 (fabs.f64 r) r))) (fabs.f64 p))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* 2 (* p (fabs r))) (/ (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) r)) r))))
(-.f64 (fma.f64 #s(literal -2 binary64) p (fabs.f64 p)) (/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) p) (fabs.f64 r) (/.f64 (*.f64 p (fma.f64 #s(literal -4 binary64) (*.f64 q q) (*.f64 #s(literal -2 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (*.f64 r r)))))) r)) r))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (/ (* p (+ (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 8 (* (pow q 2) (fabs r))))) r)) r)) (* 2 (* p (fabs r)))) r))))
(-.f64 (fma.f64 #s(literal -2 binary64) p (fabs.f64 p)) (/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 p (fabs.f64 r))) (/.f64 (fma.f64 p (/.f64 (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 q q) (fabs.f64 r)) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fabs.f64 r) (*.f64 (neg.f64 (fabs.f64 r)) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (*.f64 r r))))))) r) (*.f64 (neg.f64 p) (fma.f64 #s(literal -4 binary64) (*.f64 q q) (*.f64 #s(literal -2 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (*.f64 r r))))))) r)) r))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -4 (pow q 2)) (* 2 (* p (fabs r)))) r))))
(-.f64 (fma.f64 #s(literal -2 binary64) p (fabs.f64 p)) (/.f64 (fma.f64 #s(literal -4 binary64) (*.f64 q q) (*.f64 #s(literal 2 binary64) (*.f64 p (fabs.f64 r)))) r))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -4 (pow q 2)) (+ (* -1 (/ (+ (* -1 (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 4 (* (pow q 2) (fabs r)))) r)) (* 2 (* p (fabs r))))) r))))
(-.f64 (fma.f64 #s(literal -2 binary64) p (fabs.f64 p)) (/.f64 (fma.f64 #s(literal -4 binary64) (*.f64 q q) (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 p (fabs.f64 r))) (/.f64 (fma.f64 (neg.f64 p) (fma.f64 #s(literal -4 binary64) (*.f64 q q) (*.f64 #s(literal -2 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (*.f64 r r))))) (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (fabs.f64 r))) r))) r))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -4 (pow q 2)) (+ (* -1 (/ (+ (* -1 (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (+ (* -1 (/ (+ (* -1 (* p (+ (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 8 (* (pow q 2) (fabs r)))))) (* 4 (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4))))) r)) (* 4 (* (pow q 2) (fabs r))))) r)) (* 2 (* p (fabs r))))) r))))
(-.f64 (fma.f64 #s(literal -2 binary64) p (fabs.f64 p)) (/.f64 (fma.f64 #s(literal -4 binary64) (*.f64 q q) (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 p (fabs.f64 r))) (/.f64 (fma.f64 (neg.f64 p) (fma.f64 #s(literal -4 binary64) (*.f64 q q) (*.f64 #s(literal -2 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (*.f64 r r))))) (-.f64 (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (fabs.f64 r)) (/.f64 (fma.f64 (neg.f64 p) (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 q q) (fabs.f64 r)) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fabs.f64 r) (*.f64 (neg.f64 (fabs.f64 r)) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (*.f64 r r))))))) (*.f64 #s(literal 4 binary64) (fma.f64 (neg.f64 (*.f64 q q)) (*.f64 r r) (*.f64 #s(literal 2 binary64) (pow.f64 q #s(literal 4 binary64)))))) r))) r))) r))
2
#s(literal 2 binary64)
(+ 2 (* 2 (/ (fabs r) r)))
(fma.f64 #s(literal 2 binary64) (/.f64 (fabs.f64 r) r) #s(literal 2 binary64))
(+ 2 (* -1 (/ (+ (* -2 (fabs r)) (* -1 (/ (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))) r))) r)))
(-.f64 #s(literal 2 binary64) (/.f64 (fma.f64 #s(literal -2 binary64) (fabs.f64 r) (neg.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (*.f64 q q) (*.f64 #s(literal -2 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (*.f64 r r))))) r))) r))
(+ 2 (* -1 (/ (+ (* -2 (fabs r)) (* -1 (/ (+ (* -4 (pow q 2)) (+ (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))) (* -1 (/ (+ (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 8 (* (pow q 2) (fabs r)))) r)))) r))) r)))
(-.f64 #s(literal 2 binary64) (/.f64 (-.f64 (*.f64 #s(literal -2 binary64) (fabs.f64 r)) (/.f64 (-.f64 (fma.f64 #s(literal -4 binary64) (*.f64 q q) (*.f64 #s(literal -2 binary64) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (*.f64 r r))))) (/.f64 (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 q q) (fabs.f64 r)) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fabs.f64 r) (*.f64 (neg.f64 (fabs.f64 r)) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (*.f64 r r))))))) r)) 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 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) r) #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) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) (/.f64 (*.f64 q q) r)) 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) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) (neg.f64 (neg.f64 (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r)))) r) #s(literal -1/2 binary64)))
(* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))
(*.f64 (neg.f64 r) (fma.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #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 #s(literal 1/2 binary64) (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) (neg.f64 (/.f64 (*.f64 q q) r))) r)))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (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 #s(literal 1/2 binary64) (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) (neg.f64 (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r))) r)))
(* -1 (* r (- (/ (* p (pow q 2)) r) (* -1 (pow q 2)))))
(*.f64 (neg.f64 r) (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 #s(literal 1 binary64) (*.f64 q q))))
(* -1 (* r (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2)))))
(*.f64 (neg.f64 r) (*.f64 #s(literal -1 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))))
(- (* -1 (/ (+ (* -1/2 (+ p (+ (fabs p) (fabs r)))) (/ (pow q 2) r)) r)) 1/2)
(fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) (/.f64 (*.f64 q q) r)) r) #s(literal -1/2 binary64))
(- (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)) (* -1/2 (+ p (+ (fabs p) (fabs r))))) r)) 1/2)
(fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1/2 binary64) (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) (neg.f64 (neg.f64 (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r)))) r) #s(literal -1/2 binary64))
(* (pow r 2) (+ (/ 1 r) (/ 1 (- (fabs r) (fabs p)))))
(*.f64 (*.f64 r r) (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1 binary64) r)))
(* (pow r 2) (+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) p) r)) 1) r)) (/ 1 (- (fabs r) (fabs p)))))
(*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p))) p) r) #s(literal -1 binary64)) r)))
(* (pow r 2) (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* 2 (/ (pow q 2) r))) p) r)) 1) r)) (/ 1 (- (fabs r) (fabs p)))))
(*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) r) (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p)))) p) r) #s(literal -1 binary64)) r)))
(* (pow r 2) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(*.f64 (*.f64 r r) (+.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r)))
(* (pow r 2) (+ (* -1 (/ (- (* -1/2 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) p) r)) 1/2) r)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p))) p) r) #s(literal -1/2 binary64)) r)))
(* (pow r 2) (+ (* -1 (/ (- (* -1 (/ (+ (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) p)) (/ (pow q 2) r)) r)) 1/2) r)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p))) p) (/.f64 (*.f64 q q) r)) r) #s(literal -1/2 binary64)) r)))
(* -1 r)
(neg.f64 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)))))))
(*.f64 (neg.f64 r) (+.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)))) #s(literal 1 binary64)))
(* -1 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6))))))))
(*.f64 (neg.f64 r) (+.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) (pow.f64 r #s(literal 4 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))))) #s(literal 1 binary64)))
(/ -1 r)
(/.f64 #s(literal -1 binary64) r)
(* -1 (/ (+ 1 (* -2 (/ (pow q 2) (pow r 2)))) r))
(neg.f64 (/.f64 (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) r) #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))))) r))
(neg.f64 (/.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 (/ (+ 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))
(neg.f64 (/.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 #s(literal 64 binary64) (pow.f64 q #s(literal 6 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 q q)) (*.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal -12 binary64)))) (pow.f64 r #s(literal 6 binary64)))))) #s(literal 1 binary64)) r))
(* -1 (/ (+ (/ (* (pow q 2) (fabs r)) r) (pow q 2)) r))
(neg.f64 (/.f64 (fma.f64 (*.f64 q q) (/.f64 (fabs.f64 r) r) (*.f64 q q)) r))
(* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (* (pow q 2) (pow (fabs r) 2)) r)) (* 2 (/ (pow q 4) r))) (* (pow q 2) (fabs r))) r)) (pow q 2)) r))
(neg.f64 (/.f64 (-.f64 (*.f64 q q) (/.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 (pow.f64 q #s(literal 4 binary64)) r)) (*.f64 (*.f64 q q) (/.f64 (*.f64 r r) r))) (*.f64 (*.f64 q q) (fabs.f64 r))) r)) r))
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* -2 (/ (* (pow q 4) (fabs r)) r)) (* -1 (/ (* (fabs r) (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4)))) r))) (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4)))) r)) (* (pow q 2) (fabs r))) r)) (pow q 2)) r))
(neg.f64 (/.f64 (-.f64 (*.f64 q q) (/.f64 (-.f64 (neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (pow.f64 q #s(literal 4 binary64)) (/.f64 (fabs.f64 r) r)) (/.f64 (*.f64 (neg.f64 (fabs.f64 r)) (fma.f64 (neg.f64 (*.f64 q q)) (*.f64 r r) (*.f64 #s(literal 2 binary64) (pow.f64 q #s(literal 4 binary64))))) r)) (fma.f64 (neg.f64 (*.f64 q q)) (*.f64 r r) (*.f64 #s(literal 2 binary64) (pow.f64 q #s(literal 4 binary64))))) r)) (*.f64 (*.f64 q q) (fabs.f64 r))) r)) r))
(- (fabs p) (* 2 p))
(fma.f64 #s(literal -2 binary64) p (fabs.f64 p))
(- (+ (fabs p) (* -1 (/ (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(-.f64 (-.f64 (fabs.f64 p) (/.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 r) p) (-.f64 (fma.f64 #s(literal 2 binary64) p (neg.f64 p)) (fabs.f64 r))) (-.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) r)) (*.f64 #s(literal 2 binary64) p))
(- (+ (fabs p) (* -1 (/ (- (+ (* -1 (/ (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(-.f64 (-.f64 (fabs.f64 p) (/.f64 (-.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 r) p) (-.f64 (fma.f64 #s(literal 2 binary64) p (neg.f64 p)) (fabs.f64 r))) (/.f64 (-.f64 (fma.f64 (+.f64 (fabs.f64 r) p) (-.f64 (*.f64 p p) (fma.f64 (+.f64 (fabs.f64 r) p) (-.f64 (fma.f64 #s(literal 2 binary64) p (neg.f64 p)) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) (*.f64 q q)))) (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 q q)) (-.f64 (fma.f64 #s(literal 2 binary64) p (neg.f64 p)) (fabs.f64 r)))) (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) p) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) p) (neg.f64 (*.f64 (+.f64 (fabs.f64 r) p) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64))))))))) r)) (-.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) r)) (*.f64 #s(literal 2 binary64) p))
(- (+ (fabs p) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -2 (* p (* (pow q 2) (- (* 2 p) (+ p (fabs r)))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ p (fabs r)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))))))) (* 2 (* p (* (pow q 2) (+ p (fabs r))))))))) r)) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(-.f64 (-.f64 (fabs.f64 p) (/.f64 (-.f64 (-.f64 (*.f64 (+.f64 (fabs.f64 r) p) (-.f64 (fma.f64 #s(literal 2 binary64) p (neg.f64 p)) (fabs.f64 r))) (/.f64 (-.f64 (-.f64 (fma.f64 (+.f64 (fabs.f64 r) p) (-.f64 (*.f64 p p) (fma.f64 (+.f64 (fabs.f64 r) p) (-.f64 (fma.f64 #s(literal 2 binary64) p (neg.f64 p)) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) (*.f64 q q)))) (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 q q)) (-.f64 (fma.f64 #s(literal 2 binary64) p (neg.f64 p)) (fabs.f64 r)))) (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -2 binary64) p) (*.f64 (*.f64 q q) (-.f64 (fma.f64 #s(literal 2 binary64) p (neg.f64 p)) (fabs.f64 r))) (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 q q)) (-.f64 (*.f64 p p) (fma.f64 (+.f64 (fabs.f64 r) p) (-.f64 (fma.f64 #s(literal 2 binary64) p (neg.f64 p)) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) (*.f64 q q)))) (neg.f64 (*.f64 (+.f64 (fabs.f64 r) p) (fma.f64 (*.f64 #s(literal -2 binary64) p) (*.f64 q q) (fma.f64 (+.f64 (fabs.f64 r) p) (-.f64 (*.f64 p p) (fma.f64 (+.f64 (fabs.f64 r) p) (-.f64 (fma.f64 #s(literal 2 binary64) p (neg.f64 p)) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) (*.f64 q q)))) (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 q q)) (-.f64 (fma.f64 #s(literal 2 binary64) p (neg.f64 p)) (fabs.f64 r))))))))) (fma.f64 #s(literal -4 binary64) (fma.f64 (neg.f64 (*.f64 q q)) (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (pow.f64 q #s(literal 4 binary64)))) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) p) (*.f64 (*.f64 q q) (+.f64 (fabs.f64 r) p)) (neg.f64 (*.f64 (+.f64 (fabs.f64 r) p) (fma.f64 (*.f64 #s(literal -2 binary64) p) (*.f64 q q) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) p) (neg.f64 (*.f64 (+.f64 (fabs.f64 r) p) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))))))))))))) r)) (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) p) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) p) (neg.f64 (*.f64 (+.f64 (fabs.f64 r) p) (fma.f64 #s(literal 2 binary64) (*.f64 q q) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64))))))))) r)) (-.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)) (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) r)) (*.f64 #s(literal 2 binary64) p))
(* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r))
(neg.f64 (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) 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 #s(literal -2 binary64) (/.f64 (*.f64 q q) r) 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)))
(+ (fabs p) (* 2 (/ (* p r) (+ r (fabs r)))))
(fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))
(+ (fabs p) (+ (* -8 (/ (* p (pow q 2)) (pow (+ r (fabs r)) 2))) (* 2 (/ (* p r) (+ r (fabs r))))))
(+.f64 (fma.f64 #s(literal -8 binary64) (/.f64 (*.f64 p (*.f64 q q)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p r)) (+.f64 (fabs.f64 r) r))) (fabs.f64 p))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* -1 (* p (* (pow q 2) (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))))))))))))
(+.f64 (fma.f64 (*.f64 q q) (fma.f64 (neg.f64 p) (*.f64 (*.f64 q q) (*.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 r (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64))))) #s(literal -6 binary64))) (*.f64 #s(literal -8 binary64) (/.f64 p (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p r)) (+.f64 (fabs.f64 r) r))) (fabs.f64 p))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* (pow q 2) (+ (* -1 (* p (* (pow q 2) (+ (* 2 (+ (* 2 (/ (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2))))))) (* 4 (- (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (+ (* 6 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2)))) (+ (* 8 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 16 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4)))))))))) (* -1 (* p (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))))))))))))
(+.f64 (fma.f64 (*.f64 q q) (fma.f64 (*.f64 q q) (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 p (*.f64 q q)) (fma.f64 #s(literal 4 binary64) (-.f64 (+.f64 (+.f64 (+.f64 (/.f64 #s(literal 16 binary64) (*.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 4 binary64)))) (/.f64 #s(literal 8 binary64) (*.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64))))) (/.f64 #s(literal 6 binary64) (*.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64))))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 4 binary64))))) (*.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) (/.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 r (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64))))) (*.f64 r (+.f64 (fabs.f64 r) r))) (+.f64 (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)))))))) (*.f64 p (*.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 r (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64))))) #s(literal -6 binary64))))) (*.f64 #s(literal -8 binary64) (/.f64 p (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p r)) (+.f64 (fabs.f64 r) r))) (fabs.f64 p))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (- (* -8 (/ p (pow (+ r (fabs r)) 2))) (* 4 (/ 1 (+ r (fabs r))))))))
(+.f64 (fma.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -8 binary64) (/.f64 p (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (+.f64 (fabs.f64 r) r))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p r)) (+.f64 (fabs.f64 r) r))) (fabs.f64 p))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (- (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* (pow q 2) (+ (* -1 (* p (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))))))) (* 8 (/ 1 (* r (pow (+ r (fabs r)) 2))))))) (* 4 (/ 1 (+ r (fabs r))))))))
(+.f64 (fma.f64 (*.f64 q q) (fma.f64 #s(literal -8 binary64) (/.f64 p (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))) (fma.f64 (*.f64 q q) (fma.f64 (neg.f64 p) (*.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 r (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64))))) #s(literal -6 binary64)) (/.f64 #s(literal 8 binary64) (*.f64 r (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))))) (neg.f64 (/.f64 #s(literal 4 binary64) (+.f64 (fabs.f64 r) r))))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p r)) (+.f64 (fabs.f64 r) r))) (fabs.f64 p))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (- (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* (pow q 2) (+ (* -1 (* p (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))))))) (+ (* 8 (/ 1 (* r (pow (+ r (fabs r)) 2)))) (* (pow q 2) (+ (* -4 (+ (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2)))))) (* -1 (* p (+ (* 2 (+ (* 2 (/ (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2))))))) (* 4 (- (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (+ (* 6 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2)))) (+ (* 8 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 16 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))))))))))) (* 4 (/ 1 (+ r (fabs r))))))))
(+.f64 (fma.f64 (*.f64 q q) (fma.f64 #s(literal -8 binary64) (/.f64 p (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))) (fma.f64 (*.f64 q q) (fma.f64 (neg.f64 p) (*.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 r (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64))))) #s(literal -6 binary64)) (fma.f64 (*.f64 q q) (fma.f64 (neg.f64 p) (fma.f64 #s(literal 4 binary64) (-.f64 (+.f64 (+.f64 (+.f64 (/.f64 #s(literal 16 binary64) (*.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 4 binary64)))) (/.f64 #s(literal 8 binary64) (*.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64))))) (/.f64 #s(literal 6 binary64) (*.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64))))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 4 binary64))))) (*.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) (/.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 r (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64))))) (*.f64 r (+.f64 (fabs.f64 r) r))) (+.f64 (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)))))))) (*.f64 #s(literal -4 binary64) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64))))))) (/.f64 #s(literal 8 binary64) (*.f64 r (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))))) (neg.f64 (/.f64 #s(literal 4 binary64) (+.f64 (fabs.f64 r) r))))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p r)) (+.f64 (fabs.f64 r) r))) (fabs.f64 p))
(* -2 (/ r (+ r (fabs r))))
(*.f64 #s(literal -2 binary64) (/.f64 r (+.f64 (fabs.f64 r) r)))
(+ (* -2 (/ r (+ r (fabs r)))) (* 8 (/ (pow q 2) (pow (+ r (fabs r)) 2))))
(fma.f64 #s(literal 8 binary64) (/.f64 (*.f64 q q) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (/.f64 r (+.f64 (fabs.f64 r) r))))
(+ (* -2 (/ r (+ r (fabs r)))) (* (pow q 2) (+ (* (pow q 2) (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))))) (* 8 (/ 1 (pow (+ r (fabs r)) 2))))))
(fma.f64 (*.f64 q q) (fma.f64 (*.f64 q q) (*.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 r (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64))))) #s(literal -6 binary64)) (/.f64 #s(literal 8 binary64) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 r (+.f64 (fabs.f64 r) r))))
(+ (* -2 (/ r (+ r (fabs r)))) (* (pow q 2) (+ (* (pow q 2) (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (+ (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* (pow q 2) (+ (* 2 (+ (* 2 (/ (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2))))))) (* 4 (- (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (+ (* 6 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2)))) (+ (* 8 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 16 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))))))) (* 8 (/ 1 (pow (+ r (fabs r)) 2))))))
(fma.f64 (*.f64 q q) (fma.f64 (*.f64 q q) (fma.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 r (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64))))) #s(literal -6 binary64) (*.f64 (*.f64 q q) (fma.f64 #s(literal 4 binary64) (-.f64 (+.f64 (+.f64 (+.f64 (/.f64 #s(literal 16 binary64) (*.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 4 binary64)))) (/.f64 #s(literal 8 binary64) (*.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64))))) (/.f64 #s(literal 6 binary64) (*.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64))))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 4 binary64))))) (*.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) (/.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 r (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64))))) (*.f64 r (+.f64 (fabs.f64 r) r))) (+.f64 (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)))))))))) (/.f64 #s(literal 8 binary64) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 r (+.f64 (fabs.f64 r) r))))
(* 1/2 (- (+ r (+ (fabs p) (fabs r))) p))
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p))
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) p)))
(fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) (/.f64 (neg.f64 (*.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 #s(literal 1/2 binary64) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) (*.f64 (*.f64 q q) (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 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)))))
(fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) (*.f64 (*.f64 q q) (-.f64 (*.f64 (*.f64 q q) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 p r)))))
(+ (* -1 (/ (* (pow q 2) (+ 1 (/ p r))) r)) (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))
(fma.f64 r (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal -1/2 binary64)) (neg.f64 (*.f64 (*.f64 q q) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r))))
(* -1 (* (pow q 2) (+ p r)))
(*.f64 (neg.f64 (*.f64 q q)) (+.f64 r p))
(* (pow q 2) (+ p r))
(*.f64 (*.f64 q q) (+.f64 r p))
(- (+ (* -1 (/ (* (pow q 2) (+ 1 (/ p r))) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r))) 1/2)
(-.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) (neg.f64 (*.f64 (/.f64 (*.f64 q q) r) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r)))) #s(literal 1/2 binary64))
(/ (* (pow q 2) (+ 1 (/ p r))) (pow r 2))
(*.f64 (/.f64 (*.f64 q q) r) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r))
(- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p)
(-.f64 (+.f64 (-.f64 r (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p)))) p)
(- (+ r (+ (* -2 (/ (pow q 2) (- p r))) (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))))) p)
(-.f64 (+.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (-.f64 p r)) (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p))))) r) p)
(- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (+ (* (pow q 2) (- (* 2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r))))) (/ (pow r 2) (- (fabs r) (fabs p)))))) p)
(-.f64 (+.f64 (-.f64 r (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (fma.f64 (*.f64 q q) (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))))) p)
(- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs 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))))) (/ (pow r 2) (- (fabs r) (fabs p)))))) p)
(-.f64 (+.f64 (-.f64 r (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (fma.f64 (*.f64 q q) (-.f64 (*.f64 (*.f64 q q) (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 #s(literal 2 binary64) (-.f64 p r))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))))) p)
(* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p))
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (-.f64 r (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p)))) p))
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p)))
(fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (-.f64 r (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p)))) p) (/.f64 (neg.f64 (*.f64 q q)) (-.f64 p r)))
(+ (* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))
(fma.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (-.f64 r (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p)))) p) (*.f64 (*.f64 q q) (-.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 p r)))))
(+ (* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) 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 #s(literal 1/2 binary64) (-.f64 (+.f64 (-.f64 r (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p)))) p) (*.f64 (*.f64 q q) (-.f64 (*.f64 (*.f64 q q) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 p r)))))
(+ r (* 2 (/ (pow q 2) r)))
(fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) r) r)
(+ r (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow r 3))) (* 2 (/ 1 r)))))
(fma.f64 (*.f64 q q) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) r)) 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 (*.f64 q q) (fma.f64 (*.f64 q q) (-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (pow.f64 r #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (/.f64 #s(literal 2 binary64) r)) r)
(+ (* -2 (/ (pow q 2) (pow r 3))) (/ 1 r))
(fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 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 (*.f64 q q) (-.f64 (/.f64 (*.f64 #s(literal 6 binary64) (*.f64 q q)) (pow.f64 r #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (/.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 (*.f64 q q) (-.f64 (*.f64 (*.f64 q q) (fma.f64 #s(literal -20 binary64) (/.f64 (*.f64 q q) (pow.f64 r #s(literal 7 binary64))) (/.f64 #s(literal 6 binary64) (pow.f64 r #s(literal 5 binary64))))) (/.f64 #s(literal 2 binary64) (pow.f64 r #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) r))
(/ (pow q 2) (+ r (fabs r)))
(/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) r))
(* (pow q 2) (+ (* -2 (/ (pow q 2) (* r (pow (+ r (fabs r)) 2)))) (/ 1 (+ r (fabs r)))))
(*.f64 (*.f64 q q) (fma.f64 (/.f64 #s(literal -2 binary64) r) (/.f64 (*.f64 q q) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 r) r))))
(* (pow q 2) (+ (* (pow q 2) (- (* (pow q 2) (+ (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2)))))) (* 2 (/ 1 (* r (pow (+ r (fabs r)) 2)))))) (/ 1 (+ r (fabs r)))))
(*.f64 (*.f64 q q) (fma.f64 (*.f64 q q) (fma.f64 (*.f64 q q) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64))))) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 r (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 r) r))))
(* (pow q 2) (+ (* (pow q 2) (- (* (pow q 2) (+ (* -1 (* (pow q 2) (+ (* 2 (/ (+ (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 5) (pow (+ r (fabs r)) 2)))))))) (+ (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2)))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3))))))) (* 2 (/ 1 (* r (pow (+ r (fabs r)) 2)))))) (/ 1 (+ r (fabs r)))))
(*.f64 (*.f64 q q) (fma.f64 (*.f64 q q) (fma.f64 (*.f64 q q) (fma.f64 (neg.f64 (*.f64 q q)) (fma.f64 #s(literal 2 binary64) (/.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64))))) (*.f64 r (+.f64 (fabs.f64 r) r))) (+.f64 (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 r #s(literal 5 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)))))) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 r r) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)))))) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 r (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 r) r))))
(- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(-.f64 (+.f64 (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r)) (fabs.f64 p)) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(+.f64 (fabs.f64 p) (-.f64 (fma.f64 (*.f64 q q) (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (-.f64 p r)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (/.f64 r (-.f64 p r)) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r)))) (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r))) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) r))))
(- (+ (fabs p) (+ (* (pow q 2) (- (+ (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (* (pow q 2) (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(-.f64 (+.f64 (fma.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) (/.f64 (-.f64 p r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (fma.f64 (*.f64 q q) (-.f64 (/.f64 #s(literal 8 binary64) (*.f64 (-.f64 p r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) (fma.f64 (/.f64 #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (-.f64 p r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))))) (/.f64 #s(literal 4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)))))) (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (/.f64 r (-.f64 p r)) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r)))))) (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r))) (fabs.f64 p)) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (+ (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (* (pow q 2) (- (+ (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* (pow q 2) (- (+ (* 2 (/ (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* -2 (/ (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2))))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* 4 (/ (pow r 2) (* (pow (- p r) 4) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ (pow r 2) (* (pow (- p r) 5) (pow (- (+ p (fabs r)) r) 2)))))))))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(-.f64 (+.f64 (fma.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) (/.f64 (-.f64 p r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (fma.f64 (*.f64 q q) (-.f64 (fma.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) (/.f64 (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (-.f64 p r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))))) (*.f64 (-.f64 p r) (-.f64 (+.f64 (fabs.f64 r) p) r))) (-.f64 (+.f64 (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 p r) #s(literal 3 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))))) (fma.f64 #s(literal -2 binary64) (/.f64 (fma.f64 (/.f64 #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 r r)) (*.f64 (pow.f64 (-.f64 p r) #s(literal 3 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))))) (*.f64 (-.f64 p r) (-.f64 (+.f64 (fabs.f64 r) p) r))) (fma.f64 #s(literal 4 binary64) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 p r) #s(literal 3 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))))) (*.f64 #s(literal 4 binary64) (fma.f64 (/.f64 r (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (*.f64 (/.f64 r (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))))))))) (/.f64 #s(literal 8 binary64) (*.f64 (-.f64 p r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))))) (fma.f64 (/.f64 #s(literal -4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (-.f64 p r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))))) (/.f64 #s(literal 4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)))))) (neg.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (/.f64 r (-.f64 p r)) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r)))))) (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r))) (fabs.f64 p)) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) r)))
(* -1 (/ (* (pow q 2) (+ p r)) (pow r 2)))
(*.f64 (neg.f64 (/.f64 (*.f64 q q) r)) (/.f64 (+.f64 r p) r))
(- p r)
(-.f64 p r)
(- (+ p (* 2 (/ (pow q 2) (- p r)))) r)
(-.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 q q) (-.f64 p r)) p) r)
(- (+ p (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 3))) (* 2 (/ 1 (- p r)))))) r)
(-.f64 (fma.f64 (*.f64 q q) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 p r))) 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 (*.f64 q q) (fma.f64 (*.f64 q q) (-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.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 #s(literal 2 binary64) (-.f64 p r))) p) r)
(+ (fabs p) (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) q)))
(-.f64 (fabs.f64 p) (/.f64 (*.f64 p (*.f64 r #s(literal -1/2 binary64))) q))
(+ (fabs p) (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) q)) (* -1 (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) (pow q 2)))))
(-.f64 (-.f64 (fabs.f64 p) (/.f64 (*.f64 p (*.f64 r #s(literal -1/2 binary64))) q)) (*.f64 (/.f64 p q) (/.f64 (*.f64 (*.f64 r (fabs.f64 r)) #s(literal 0 binary64)) q)))
(+ (fabs p) (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) q)) (+ (* -1 (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) (pow q 2))) (* -1 (/ (* p (+ (* 2 (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3)))) (* 4 (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3)))))) (pow q 3))))))
(+.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 p (/.f64 (*.f64 r #s(literal -1/2 binary64)) q) (*.f64 (/.f64 p q) (/.f64 (*.f64 (*.f64 r (fabs.f64 r)) #s(literal 0 binary64)) q))) (neg.f64 (/.f64 (*.f64 p (fma.f64 #s(literal 4 binary64) (fma.f64 #s(literal -1/64 binary64) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal -1/2 binary64) (fma.f64 #s(literal 1/16 binary64) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 #s(literal -1/4 binary64) (pow.f64 r #s(literal 3 binary64)))))) (*.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/8 binary64) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/16 binary64) (pow.f64 r #s(literal 3 binary64))))))) (pow.f64 q #s(literal 3 binary64))))) (fabs.f64 p))
(* -2 q)
(*.f64 #s(literal -2 binary64) q)
(* q (- (/ (fabs p) q) (+ 2 (* -1 (/ (fabs r) q)))))
(*.f64 q (-.f64 (/.f64 (fabs.f64 p) q) (-.f64 #s(literal 2 binary64) (/.f64 (fabs.f64 r) q))))
(* q (- (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) (pow q 2))) (/ (fabs p) q)) (+ 2 (+ (* -4 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))) (pow q 2))) (* -1 (/ (fabs r) q))))))
(*.f64 q (-.f64 (fma.f64 (/.f64 (neg.f64 p) q) (/.f64 (*.f64 r #s(literal -1/2 binary64)) q) (/.f64 (fabs.f64 p) q)) (+.f64 (fma.f64 (/.f64 #s(literal -4 binary64) q) (/.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r))) q) (neg.f64 (/.f64 (fabs.f64 r) q))) #s(literal 2 binary64))))
(* q (- (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) (pow q 2))) (+ (* -1 (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) (pow q 3))) (/ (fabs p) q))) (+ 2 (+ (* -4 (/ (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) (* -1/32 (* (pow r 2) (fabs r)))) (pow q 3))) (+ (* -4 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))) (pow q 2))) (* -1 (/ (fabs r) q)))))))
(*.f64 q (-.f64 (-.f64 (fma.f64 (/.f64 (neg.f64 p) q) (/.f64 (*.f64 r #s(literal -1/2 binary64)) q) (-.f64 (/.f64 (fabs.f64 p) q) (/.f64 (*.f64 p (*.f64 (*.f64 r (fabs.f64 r)) #s(literal 0 binary64))) (pow.f64 q #s(literal 3 binary64))))) #s(literal 2 binary64)) (fma.f64 #s(literal -4 binary64) (/.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fabs.f64 r)) (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r))) (*.f64 #s(literal -1/32 binary64) (pow.f64 (fabs.f64 r) #s(literal 3 binary64)))) (pow.f64 q #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal -4 binary64) q) (/.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r))) q) (neg.f64 (/.f64 (fabs.f64 r) q))))))
(/ (+ (* -1 r) (* 1/2 r)) q)
(/.f64 (*.f64 r #s(literal -1/2 binary64)) q)
(/ (+ (* -1 r) (+ (* -1/2 (/ (* r (fabs r)) q)) (+ (* 1/2 r) (* 1/2 (/ (* r (fabs r)) q))))) q)
(/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 r (/.f64 (fabs.f64 r) q)) (*.f64 #s(literal 1/2 binary64) (+.f64 r (*.f64 r (/.f64 (fabs.f64 r) q))))) r) q)
(/ (+ (* -1 r) (+ (* -1/2 (/ (* r (fabs r)) q)) (+ (* 1/2 r) (+ (* 1/2 (/ (* r (fabs r)) q)) (+ (* 2 (/ (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3))) (pow q 2))) (* 4 (/ (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3))) (pow q 2)))))))) q)
(/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 r (/.f64 (fabs.f64 r) q)) (fma.f64 #s(literal 1/2 binary64) (+.f64 r (*.f64 r (/.f64 (fabs.f64 r) q))) (fma.f64 (/.f64 #s(literal 2 binary64) q) (/.f64 (fma.f64 #s(literal -1/8 binary64) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/16 binary64) (pow.f64 r #s(literal 3 binary64)))) q) (/.f64 (*.f64 #s(literal 4 binary64) (fma.f64 #s(literal -1/64 binary64) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal -1/2 binary64) (fma.f64 #s(literal 1/16 binary64) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 #s(literal -1/4 binary64) (pow.f64 r #s(literal 3 binary64))))))) (*.f64 q q))))) r) q)
(/ (+ (* -1 r) (+ (* -1/2 (/ (* r (fabs r)) q)) (+ (* 1/2 r) (+ (* 1/2 (/ (* r (fabs r)) q)) (+ (* 2 (/ (+ (* -1/2 (* (fabs r) (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3))))) (* -1/32 (* (pow r 3) (fabs r)))) (pow q 3))) (+ (* 2 (/ (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3))) (pow q 2))) (+ (* 4 (/ (+ (* -1/2 (+ (* -1 (* (fabs r) (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2))))))) (+ (* -1/16 (* r (* (fabs r) (+ (pow r 2) (pow (fabs r) 2))))) (* 1/32 (* (pow r 3) (fabs r)))))) (* 1/64 (* (pow r 3) (fabs r)))) (pow q 3))) (* 4 (/ (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3))) (pow q 2)))))))))) q)
(/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 r (/.f64 (fabs.f64 r) q)) (fma.f64 #s(literal 1/2 binary64) (+.f64 r (*.f64 r (/.f64 (fabs.f64 r) q))) (fma.f64 #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 #s(literal -1/32 binary64) (pow.f64 r #s(literal 3 binary64))) (fabs.f64 r) (*.f64 (*.f64 #s(literal -1/2 binary64) (fabs.f64 r)) (fma.f64 #s(literal -1/8 binary64) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/16 binary64) (pow.f64 r #s(literal 3 binary64)))))) (pow.f64 q #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 2 binary64) q) (/.f64 (fma.f64 #s(literal -1/8 binary64) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/16 binary64) (pow.f64 r #s(literal 3 binary64)))) q) (*.f64 #s(literal 4 binary64) (+.f64 (/.f64 (fma.f64 #s(literal 1/64 binary64) (*.f64 (pow.f64 r #s(literal 3 binary64)) (fabs.f64 r)) (*.f64 #s(literal -1/2 binary64) (fma.f64 (neg.f64 (fabs.f64 r)) (fma.f64 #s(literal 1/16 binary64) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 #s(literal -1/4 binary64) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal -1/16 binary64) r) (*.f64 (fabs.f64 r) (fma.f64 r r (*.f64 r r))) (*.f64 (*.f64 #s(literal 1/32 binary64) (pow.f64 r #s(literal 3 binary64))) (fabs.f64 r)))))) (pow.f64 q #s(literal 3 binary64))) (/.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal -1/2 binary64) (fma.f64 #s(literal 1/16 binary64) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 #s(literal -1/4 binary64) (pow.f64 r #s(literal 3 binary64)))))) (*.f64 q q)))))))) r) q)
(* -1 q)
(neg.f64 q)
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))
(*.f64 q (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1 binary64)))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) q))) 1))
(*.f64 q (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1 binary64))))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))
(*.f64 q (-.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 q q)) (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64))))) #s(literal 1 binary64)))
(* -1 (/ (* (pow q 2) (+ 1 (/ p r))) r))
(neg.f64 (*.f64 (*.f64 q q) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r)))
(* (pow q 2) (+ (* -1 (/ (+ 1 (/ p r)) r)) (/ (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) (pow q 2))))
(*.f64 (*.f64 q q) (fma.f64 (/.f64 r q) (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal -1/2 binary64)) q) (neg.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r))))
(* -1 (/ (* (pow q 2) (+ 1 (/ p r))) (pow r 2)))
(neg.f64 (*.f64 (/.f64 (*.f64 q q) r) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r)))
(* (pow q 2) (- (+ (* -1 (/ (+ 1 (/ p r)) (pow r 2))) (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) (* (pow q 2) r)))) (* 1/2 (/ 1 (pow q 2)))))
(*.f64 (*.f64 q q) (-.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 q q)) (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) (neg.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r)))) (/.f64 #s(literal 1/2 binary64) (*.f64 q q))))
(* q (- (+ (* -1 (/ (pow p 2) (* q (- (fabs r) (fabs p))))) (/ (pow r 2) (* q (- (fabs r) (fabs p))))) 2))
(*.f64 q (-.f64 (-.f64 (/.f64 (/.f64 (*.f64 r r) q) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (/.f64 (*.f64 p p) q) (-.f64 (fabs.f64 r) (fabs.f64 p)))) #s(literal 2 binary64)))
(* q (- (+ (* -1 (/ (pow p 2) (* q (- (fabs r) (fabs p))))) (+ (* -1/4 (/ (pow (- p r) 2) (pow q 2))) (/ (pow r 2) (* q (- (fabs r) (fabs p)))))) 2))
(*.f64 q (-.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 (/.f64 (*.f64 r r) q) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (/.f64 (*.f64 p p) q) (-.f64 (fabs.f64 r) (fabs.f64 p)))) #s(literal 2 binary64)))
(* q (- (+ (* -1 (/ (pow p 2) (* q (- (fabs r) (fabs p))))) (+ (* 1/64 (/ (pow (- p r) 4) (pow q 4))) (/ (pow r 2) (* q (- (fabs r) (fabs p)))))) (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(*.f64 q (-.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 (*.f64 r r) q) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (/.f64 (*.f64 p p) q) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (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/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q)) 1))
(*.f64 q (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p)))) q) #s(literal -1 binary64)))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q))) 1))
(*.f64 q (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p)))) q) #s(literal -1 binary64))))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q)))) 1))
(*.f64 q (-.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (fma.f64 #s(literal 1/128 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p)))) q)))) #s(literal 1 binary64)))
(* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))
(*.f64 q (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 r r) q) #s(literal 2 binary64)))
(* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2))))))
(*.f64 q (+.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 r r) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 r #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)))
(* 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 q (+.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 r r) 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)))
(/ (+ 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) (neg.f64 (/.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 #s(literal -1/16 binary64) (*.f64 (/.f64 r q) (/.f64 r q)) (neg.f64 (/.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)))) (pow.f64 q #s(literal 6 binary64)))))) q)
(* 1/2 q)
(*.f64 #s(literal 1/2 binary64) q)
(* q (+ 1/2 (* -1/4 (/ (fabs r) q))))
(*.f64 q (fma.f64 #s(literal -1/4 binary64) (/.f64 (fabs.f64 r) q) #s(literal 1/2 binary64)))
(* q (- (+ 1/2 (* -1 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))) (pow q 2)))) (* 1/4 (/ (fabs r) q))))
(*.f64 q (-.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r))) (*.f64 q q))) (*.f64 #s(literal 1/4 binary64) (/.f64 (fabs.f64 r) q))))
(* q (- (+ 1/2 (* -1 (/ (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) (* -1/32 (* (pow r 2) (fabs r)))) (pow q 3)))) (+ (* -1/8 (/ (pow (fabs r) 2) (pow q 2))) (+ (* 1/16 (/ (pow r 2) (pow q 2))) (* 1/4 (/ (fabs r) q))))))
(*.f64 q (-.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fabs.f64 r)) (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r))) (*.f64 #s(literal -1/32 binary64) (pow.f64 (fabs.f64 r) #s(literal 3 binary64)))) (pow.f64 q #s(literal 3 binary64)))) (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (*.f64 r r) q) (fma.f64 (/.f64 #s(literal 1/16 binary64) q) (/.f64 (*.f64 r r) q) (*.f64 #s(literal 1/4 binary64) (/.f64 (fabs.f64 r) q))))))
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))
(*.f64 q (+.f64 (/.f64 (fabs.f64 p) q) (-.f64 (/.f64 (fabs.f64 r) q) #s(literal 2 binary64))))
(* q (- (+ (* -1/2 (/ (pow (fabs r) 2) (pow q 2))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/2 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))))) (+ 2 (* 1/2 (/ (pow (- p r) 2) (pow q 2))))))
(*.f64 q (-.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) q) (/.f64 (*.f64 r r) q) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (fma.f64 (/.f64 #s(literal 1/2 binary64) q) (/.f64 (*.f64 r r) q) (+.f64 (/.f64 (fabs.f64 r) q) (/.f64 (fabs.f64 p) q))))) (fma.f64 (/.f64 #s(literal 1/2 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))))
(* q (- (+ (* -1/2 (/ (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2)))) (pow q 3))) (+ (* -1/2 (/ (pow (fabs r) 2) (pow q 2))) (+ (* -1/8 (/ (* (fabs r) (pow (- p r) 2)) (pow q 3))) (+ (* 1/4 (/ (* (fabs r) (pow (- p r) 2)) (pow q 3))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/2 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))))))) (+ 2 (+ (* 1/4 (/ (* (pow r 2) (fabs r)) (pow q 3))) (* 1/2 (/ (pow (- p r) 2) (pow q 2)))))))
(*.f64 q (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (fabs.f64 r) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 r r)))) (pow.f64 q #s(literal 3 binary64))) (-.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) q) (/.f64 (*.f64 r r) q) (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (fabs.f64 r) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (pow.f64 q #s(literal 3 binary64))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (fabs.f64 r) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (pow.f64 q #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (fma.f64 (/.f64 #s(literal 1/2 binary64) q) (/.f64 (*.f64 r r) q) (+.f64 (/.f64 (fabs.f64 r) q) (/.f64 (fabs.f64 p) q))))))) (+.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (fabs.f64 r) #s(literal 3 binary64))) (pow.f64 q #s(literal 3 binary64)))) #s(literal 2 binary64)))))
(* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))
(*.f64 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 (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(*.f64 q (+.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 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 (+ 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 q (+.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 #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)))
(+ (fabs p) (/ (* p (+ (* -1 r) (* 1/2 r))) q))
(fma.f64 p (/.f64 (*.f64 r #s(literal -1/2 binary64)) q) (fabs.f64 p))
(+ (fabs p) (* -1 (/ (+ (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) q)) q)))
(-.f64 (fabs.f64 p) (/.f64 (fma.f64 (neg.f64 p) (*.f64 r #s(literal -1/2 binary64)) (/.f64 (*.f64 p (*.f64 (*.f64 r (fabs.f64 r)) #s(literal 0 binary64))) q)) q))
(+ (fabs p) (* -1 (/ (+ (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (* -1 (/ (+ (* -1 (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r)))))) (/ (* p (+ (* 2 (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3)))) (* 4 (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3)))))) q)) q))) q)))
(-.f64 (fabs.f64 p) (/.f64 (fma.f64 (neg.f64 p) (*.f64 r #s(literal -1/2 binary64)) (neg.f64 (/.f64 (fma.f64 (neg.f64 p) (*.f64 (*.f64 r (fabs.f64 r)) #s(literal 0 binary64)) (/.f64 (*.f64 p (fma.f64 #s(literal 4 binary64) (fma.f64 #s(literal -1/64 binary64) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal -1/2 binary64) (fma.f64 #s(literal 1/16 binary64) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 #s(literal -1/4 binary64) (pow.f64 r #s(literal 3 binary64)))))) (*.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/8 binary64) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/16 binary64) (pow.f64 r #s(literal 3 binary64))))))) q)) q))) q))
(* -1 (* q (- (* -1 (/ (- (fabs p) (* -1 (fabs r))) q)) 2)))
(*.f64 (neg.f64 q) (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (fabs.f64 p) (neg.f64 (fabs.f64 r))) q) #s(literal -2 binary64)))
(* -1 (* q (- (* -1 (/ (- (+ (fabs p) (* -1 (/ (- (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (* -4 (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) q))) (* -1 (fabs r))) q)) 2)))
(*.f64 (neg.f64 q) (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (-.f64 (fabs.f64 p) (/.f64 (fma.f64 (neg.f64 p) (*.f64 r #s(literal -1/2 binary64)) (*.f64 #s(literal 4 binary64) (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r))))) q)) (neg.f64 (fabs.f64 r))) q) #s(literal -2 binary64)))
(* -1 (* q (- (* -1 (/ (- (+ (fabs p) (* -1 (/ (- (+ (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (* -1 (/ (- (* -1 (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r)))))) (* -4 (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) (* -1/32 (* (pow r 2) (fabs r)))))) q))) (* -4 (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) q))) (* -1 (fabs r))) q)) 2)))
(*.f64 (neg.f64 q) (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (-.f64 (fabs.f64 p) (/.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 p (*.f64 r #s(literal -1/2 binary64)) (/.f64 (fma.f64 (neg.f64 p) (*.f64 (*.f64 r (fabs.f64 r)) #s(literal 0 binary64)) (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (fabs.f64 r)) (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r))) (*.f64 #s(literal -1/32 binary64) (pow.f64 (fabs.f64 r) #s(literal 3 binary64)))))) q)) (*.f64 #s(literal 4 binary64) (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r))))) q)) (neg.f64 (fabs.f64 r))) q) #s(literal -2 binary64)))
(* -1 (/ (+ (* -1 r) (* 1/2 r)) q))
(neg.f64 (/.f64 (*.f64 r #s(literal -1/2 binary64)) q))
(* -1 (/ (+ (* -1 r) (+ (* -1 (/ (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r)))) q)) (* 1/2 r))) q))
(neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal 1/2 binary64) r (neg.f64 (/.f64 (*.f64 (*.f64 r (fabs.f64 r)) #s(literal 0 binary64)) q))) r) q))
(* -1 (/ (+ (* -1 r) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3)))) (* 4 (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3))))) q)) (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) q)) (* 1/2 r))) q))
(neg.f64 (/.f64 (-.f64 (fma.f64 #s(literal 1/2 binary64) r (neg.f64 (/.f64 (fma.f64 (*.f64 r (fabs.f64 r)) #s(literal 0 binary64) (neg.f64 (/.f64 (fma.f64 #s(literal 4 binary64) (fma.f64 #s(literal -1/64 binary64) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal -1/2 binary64) (fma.f64 #s(literal 1/16 binary64) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 #s(literal -1/4 binary64) (pow.f64 r #s(literal 3 binary64)))))) (*.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/8 binary64) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/16 binary64) (pow.f64 r #s(literal 3 binary64)))))) q))) q))) r) q))
(* -1 (/ (+ (* -1 r) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (+ (* -1/2 (* (fabs r) (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3))))) (* -1/32 (* (pow r 3) (fabs r))))) (* 4 (+ (* -1/2 (+ (* -1 (* (fabs r) (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2))))))) (+ (* -1/16 (* r (* (fabs r) (+ (pow r 2) (pow (fabs r) 2))))) (* 1/32 (* (pow r 3) (fabs r)))))) (* 1/64 (* (pow r 3) (fabs r)))))) q)) (+ (* 2 (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3)))) (* 4 (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3)))))) q)) (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) q)) (* 1/2 r))) q))
(neg.f64 (/.f64 (-.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) r) (/.f64 (-.f64 (*.f64 (*.f64 r (fabs.f64 r)) #s(literal 0 binary64)) (/.f64 (-.f64 (fma.f64 #s(literal 4 binary64) (fma.f64 #s(literal -1/64 binary64) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal -1/2 binary64) (fma.f64 #s(literal 1/16 binary64) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 #s(literal -1/4 binary64) (pow.f64 r #s(literal 3 binary64)))))) (*.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/8 binary64) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/16 binary64) (pow.f64 r #s(literal 3 binary64)))))) (/.f64 (fma.f64 #s(literal 4 binary64) (fma.f64 #s(literal 1/64 binary64) (*.f64 (pow.f64 r #s(literal 3 binary64)) (fabs.f64 r)) (*.f64 #s(literal -1/2 binary64) (fma.f64 (neg.f64 (fabs.f64 r)) (fma.f64 #s(literal 1/16 binary64) (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 #s(literal -1/4 binary64) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal -1/16 binary64) r) (*.f64 (fabs.f64 r) (fma.f64 r r (*.f64 r r))) (*.f64 (*.f64 #s(literal 1/32 binary64) (pow.f64 r #s(literal 3 binary64))) (fabs.f64 r)))))) (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 #s(literal -1/32 binary64) (pow.f64 r #s(literal 3 binary64))) (fabs.f64 r) (*.f64 (*.f64 #s(literal -1/2 binary64) (fabs.f64 r)) (fma.f64 #s(literal -1/8 binary64) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/16 binary64) (pow.f64 r #s(literal 3 binary64)))))))) q)) q)) q)) r) q))
q
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))
(*.f64 (neg.f64 q) (fma.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -1 binary64)))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (neg.f64 q) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 #s(literal 1/8 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q))) q) #s(literal -1 binary64)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (neg.f64 q) (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.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)))) q)) q) #s(literal -1 binary64)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q)) 2)))
(*.f64 (neg.f64 q) (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p)))) q) #s(literal -2 binary64)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (+ (* 1/4 (/ (pow (- p r) 2) q)) (/ (pow r 2) (- (fabs r) (fabs p))))) q)) 2)))
(*.f64 (neg.f64 q) (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p)))) q) #s(literal -2 binary64)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (- (* 1/64 (/ (pow (- p r) 4) (pow q 2))) (* 1/4 (pow (- p r) 2))) q)) (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) q)) 2)))
(*.f64 (neg.f64 q) (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (*.f64 p p) (-.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)) q) #s(literal -2 binary64)))
(* -1 (* q (- (* -1/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q)) 1)))
(*.f64 (neg.f64 q) (fma.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p)))) q) #s(literal -1 binary64)))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))))) q)) 1)))
(*.f64 (neg.f64 q) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/8 binary64) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p)))))) q) #s(literal -1 binary64)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))))) q)) 1)))
(*.f64 (neg.f64 q) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (neg.f64 (/.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)))) q))) q) #s(literal -1 binary64)))
(* -1 (* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 r r) q) #s(literal 2 binary64)))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2)))))))
(*.f64 (neg.f64 q) (+.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 r r) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 r #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)))
(* -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 (neg.f64 q) (+.f64 (fma.f64 #s(literal -1/64 binary64) (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 r r) 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)))
(/ -1/2 q)
(/.f64 #s(literal -1/2 binary64) q)
(* -1 (/ (+ 1/2 (* -1/16 (/ (pow r 2) (pow q 2)))) q))
(neg.f64 (/.f64 (fma.f64 (/.f64 #s(literal -1/16 binary64) q) (/.f64 (*.f64 r r) q) #s(literal 1/2 binary64)) 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))
(neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 #s(literal -1/16 binary64) q) (/.f64 (*.f64 r r) q) (neg.f64 (/.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 (/ (+ 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))
(neg.f64 (/.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 #s(literal -1/16 binary64) (*.f64 (/.f64 r q) (/.f64 r q)) (neg.f64 (/.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)))) (pow.f64 q #s(literal 6 binary64)))))) q))
(* -1/2 q)
(*.f64 #s(literal -1/2 binary64) q)
(* -1 (* q (+ 1/2 (* 1/4 (/ (fabs r) q)))))
(*.f64 (neg.f64 q) (fma.f64 #s(literal 1/4 binary64) (/.f64 (fabs.f64 r) q) #s(literal 1/2 binary64)))
(* -1 (* q (+ 1/2 (* -1 (/ (- (+ (* -1/8 (/ (pow (fabs r) 2) q)) (* 1/16 (/ (pow r 2) q))) (* 1/4 (fabs r))) q)))))
(*.f64 (neg.f64 q) (-.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 r r) q) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 r r) q))) (*.f64 #s(literal 1/4 binary64) (fabs.f64 r))) q)))
(* -1 (* q (+ 1/2 (* -1 (/ (- (* -1 (/ (- (+ (* -1/2 (/ (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2)))) q)) (* -1/32 (/ (* (pow r 2) (fabs r)) q))) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2)))) q)) (* 1/4 (fabs r))) q)))))
(*.f64 (neg.f64 q) (-.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 (fabs.f64 r) (/.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r))) q)) (*.f64 #s(literal -1/32 binary64) (/.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) q))) (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r)))) q) (*.f64 #s(literal -1/4 binary64) (fabs.f64 r))) q)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))
(*.f64 (neg.f64 q) (fma.f64 #s(literal -1 binary64) (/.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) q) #s(literal -2 binary64)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) q)))) q)) 2)))
(*.f64 (neg.f64 q) (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 r r) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 r r)))) (*.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) q)) q) #s(literal -2 binary64)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) q)) (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2))))) (* 1/2 (pow (- p r) 2))) q)))) q)) 2)))
(*.f64 (neg.f64 q) (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 (-.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 r r) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 r r)))) (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fabs.f64 r)) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 r r))) (*.f64 (*.f64 (fabs.f64 r) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 1/8 binary64))) (*.f64 #s(literal 1/4 binary64) (pow.f64 (fabs.f64 r) #s(literal 3 binary64)))) q)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) q)) q) #s(literal -2 binary64)))
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(*.f64 (neg.f64 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)))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
(*.f64 (neg.f64 q) (+.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 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)))
(* -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 (neg.f64 q) (+.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 #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)))

rewrite283.0ms (2.8%)

Memory
-27.5MiB live, 391.1MiB allocated
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
0102748
0164726
1673667
25708667
09029665
Stop Event
iter limit
node limit
iter limit
Counts
26 → 583
Calls
Call 1
Inputs
(fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p))
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
(+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (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)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r))))
#s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r)))
(neg.f64 (*.f64 (*.f64 q q) (+.f64 r p)))
(*.f64 (*.f64 q q) (+.f64 r p))
(fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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)))
(*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q q) r))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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))
(*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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)
(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)) (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 r r (*.f64 (neg.f64 p) 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 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))
#s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))))
(/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r 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 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))
Outputs
(*.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64)) (*.f64 p p)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (neg.f64 (fabs.f64 p)))))
(*.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p))) (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64)))))
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64))) (-.f64 (fabs.f64 p) (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64)) (*.f64 p p))) (neg.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (neg.f64 (fabs.f64 p)))))
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p))) (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64)) (*.f64 p p)) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (neg.f64 (fabs.f64 p))))
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) (fabs.f64 p)))))
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64))) (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p))) (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (neg.f64 (fabs.f64 p))) (-.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64)) (*.f64 p p))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p))) (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64))) (+.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64)))))
(fma.f64 (*.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) #s(literal -1 binary64)) p (fma.f64 (*.f64 (neg.f64 p) #s(literal -2 binary64)) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fabs.f64 p)))
(fma.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) #s(literal -1 binary64)) p (fabs.f64 p))
(fma.f64 (*.f64 (neg.f64 p) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q)))) #s(literal 4 binary64) (fma.f64 (*.f64 (neg.f64 p) #s(literal -2 binary64)) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fabs.f64 p)))
(fma.f64 (*.f64 (neg.f64 p) #s(literal 4 binary64)) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) (fma.f64 (*.f64 (neg.f64 p) #s(literal -2 binary64)) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fabs.f64 p)))
(fma.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) (neg.f64 p) (fma.f64 (*.f64 (neg.f64 p) #s(literal -2 binary64)) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fabs.f64 p)))
(fma.f64 #s(literal -1 binary64) (*.f64 p (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64))) (fma.f64 (*.f64 (neg.f64 p) #s(literal -2 binary64)) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fabs.f64 p)))
(fma.f64 #s(literal -1 binary64) (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) p) (fabs.f64 p))
(fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p))
(fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) (*.f64 #s(literal 4 binary64) (neg.f64 p)) (fma.f64 (*.f64 (neg.f64 p) #s(literal -2 binary64)) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fabs.f64 p)))
(fma.f64 #s(literal 4 binary64) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) (neg.f64 p)) (fma.f64 (*.f64 (neg.f64 p) #s(literal -2 binary64)) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fabs.f64 p)))
(fma.f64 #s(literal 1 binary64) (fabs.f64 p) (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)))
(fma.f64 (neg.f64 p) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) (fma.f64 (*.f64 (neg.f64 p) #s(literal -2 binary64)) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fabs.f64 p)))
(fma.f64 (neg.f64 p) (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (fabs.f64 p))
(fma.f64 p (neg.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) (fabs.f64 p))
(-.f64 (/.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64)) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (neg.f64 (fabs.f64 p)))) (/.f64 (*.f64 p p) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (neg.f64 (fabs.f64 p)))))
(-.f64 (fabs.f64 p) (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) p))
(+.f64 (+.f64 (fabs.f64 p) (*.f64 (*.f64 (neg.f64 p) #s(literal 4 binary64)) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))))) (*.f64 (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (neg.f64 p)))
(+.f64 (*.f64 (*.f64 (neg.f64 p) #s(literal 4 binary64)) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q)))) (fma.f64 (*.f64 (neg.f64 p) #s(literal -2 binary64)) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fabs.f64 p)))
(+.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) (fabs.f64 p))
(+.f64 (fabs.f64 p) (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)))
#s(literal 1/2 binary64)
(*.f64 (-.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)) #s(literal 2 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (-.f64 (fabs.f64 p) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))))
(*.f64 (fma.f64 (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal -64 binary64)) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -3 binary64)) (pow.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (-.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p))) (pow.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64)) (*.f64 (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p)) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p)))) (-.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p))))
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal 2 binary64)) (pow.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p))))
(/.f64 (fma.f64 #s(literal -1 binary64) (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) p) #s(literal 3 binary64)) (pow.f64 (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p)) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64)) (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p)) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p))) (*.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p))))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)) #s(literal 2 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal 2 binary64)))) (neg.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (-.f64 (fabs.f64 p) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal -64 binary64)) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -3 binary64)) (pow.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (-.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p))) (pow.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)) #s(literal 2 binary64)))))
(/.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (neg.f64 (fabs.f64 p))) (*.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (-.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64)) (*.f64 p p)))) (*.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (neg.f64 (fabs.f64 p)))))
(/.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p))) (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64))) (*.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (+.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64))))) (*.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p))) (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64)))))
(/.f64 (fma.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64)) (*.f64 p p)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (neg.f64 (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (*.f64 q q)))) (*.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (neg.f64 (fabs.f64 p))) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(/.f64 (fma.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64))) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p))) (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64))) (*.f64 #s(literal -4 binary64) (*.f64 q q)))) (*.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p))) (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64))) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(/.f64 (-.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)) #s(literal 2 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal 2 binary64))) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (-.f64 (fabs.f64 p) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))))
(/.f64 (fma.f64 (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal -64 binary64)) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -3 binary64)) (pow.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)) #s(literal 3 binary64))) (fma.f64 (pow.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal 2 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p))))))
(/.f64 (fma.f64 (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal -64 binary64)) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -3 binary64)) (pow.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (-.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p))) (pow.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)) #s(literal 2 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (-.f64 (fabs.f64 p) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) (-.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)) #s(literal 2 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal 2 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (-.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p))) (pow.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)) #s(literal 2 binary64))) (fma.f64 (*.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal -64 binary64)) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -3 binary64)) (pow.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)) #s(literal 3 binary64)))))
(fma.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (-.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) (*.f64 r r))) (-.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)))
(fma.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 3/2 binary64)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)))
(fma.f64 (*.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) #s(literal -1 binary64)) p (fma.f64 (*.f64 (neg.f64 p) #s(literal -2 binary64)) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p))))
(fma.f64 (*.f64 #s(literal -4 binary64) q) (/.f64 q (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)))
(fma.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) #s(literal -1 binary64)) p (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p)))
(fma.f64 (*.f64 (neg.f64 p) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q)))) #s(literal 4 binary64) (fma.f64 (*.f64 (neg.f64 p) #s(literal -2 binary64)) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p))))
(fma.f64 (*.f64 (neg.f64 p) #s(literal 4 binary64)) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) (fma.f64 (*.f64 (neg.f64 p) #s(literal -2 binary64)) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p))))
(fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -1 binary64)) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)))
(fma.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64)) (*.f64 p p)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (neg.f64 (fabs.f64 p)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(fma.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p))) (pow.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(fma.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) (neg.f64 p) (fma.f64 (*.f64 (neg.f64 p) #s(literal -2 binary64)) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p))))
(fma.f64 #s(literal -1 binary64) (*.f64 p (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64))) (fma.f64 (*.f64 (neg.f64 p) #s(literal -2 binary64)) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p))))
(fma.f64 #s(literal -1 binary64) (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) p) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p)))
(fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)))
(fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)))
(fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p)))
(fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) (*.f64 #s(literal 4 binary64) (neg.f64 p)) (fma.f64 (*.f64 (neg.f64 p) #s(literal -2 binary64)) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p))))
(fma.f64 #s(literal 4 binary64) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) (neg.f64 p)) (fma.f64 (*.f64 (neg.f64 p) #s(literal -2 binary64)) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p))))
(fma.f64 #s(literal 1 binary64) (fabs.f64 p) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))
(fma.f64 (*.f64 q q) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -1 binary64)) #s(literal -4 binary64)) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)))
(fma.f64 q (*.f64 (/.f64 q (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64)) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)))
(fma.f64 (neg.f64 p) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) (fma.f64 (*.f64 (neg.f64 p) #s(literal -2 binary64)) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p))))
(fma.f64 (neg.f64 p) (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p)))
(fma.f64 p (neg.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p)))
(-.f64 (/.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)) #s(literal 2 binary64)) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (-.f64 (fabs.f64 p) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))) (/.f64 (pow.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal 2 binary64)) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (-.f64 (fabs.f64 p) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))))
(+.f64 (fma.f64 (*.f64 #s(literal -4 binary64) q) (/.f64 q (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p))) (fabs.f64 p))
(+.f64 (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p)) (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)))
(+.f64 (*.f64 (*.f64 (neg.f64 p) #s(literal 4 binary64)) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q)))) (fma.f64 (*.f64 (neg.f64 p) #s(literal -2 binary64)) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p))))
(+.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p)) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -4 binary64) (fabs.f64 p)))
(+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)))
(+.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(+.f64 (fabs.f64 p) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))
(*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 (pow.f64 (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal 2 binary64)) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (*.f64 #s(literal 2 binary64) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))))
(*.f64 (fma.f64 (pow.f64 (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal 3 binary64)) #s(literal -8 binary64) (pow.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (pow.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 2 binary64)) #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)))))))
(/.f64 (-.f64 (*.f64 (pow.f64 (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal 2 binary64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 (pow.f64 (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal 2 binary64)) #s(literal 4 binary64)))) (neg.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (*.f64 #s(literal 2 binary64) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))))
(/.f64 (neg.f64 (fma.f64 (pow.f64 (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal 3 binary64)) #s(literal -8 binary64) (pow.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (pow.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 2 binary64)) #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)))))))
(/.f64 (fma.f64 (*.f64 (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q)) #s(literal 4 binary64)) (neg.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) r))) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal 2 binary64)) (neg.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))
(/.f64 (fma.f64 (*.f64 (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q)) #s(literal 4 binary64)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) r))) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal 2 binary64)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(/.f64 (fma.f64 (*.f64 (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q)) #s(literal 4 binary64)) (/.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 #s(literal -2 binary64) r)) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal 2 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal 2 binary64)) (/.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 #s(literal -2 binary64) r))))
(/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) r) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal 2 binary64)) (*.f64 (neg.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q)) #s(literal 4 binary64)))) (*.f64 (neg.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal 2 binary64))))
(/.f64 (fma.f64 (*.f64 #s(literal -2 binary64) r) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal 2 binary64)) (*.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q)) #s(literal 4 binary64)))) (*.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal 2 binary64))))
(/.f64 (fma.f64 #s(literal 1 binary64) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 #s(literal -2 binary64) r)) (*.f64 (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q)) #s(literal 4 binary64)))) (*.f64 (/.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 #s(literal -2 binary64) r)) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal 2 binary64))))
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 (pow.f64 (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal 2 binary64)) #s(literal 4 binary64))) (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (*.f64 #s(literal 2 binary64) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))))
(/.f64 (fma.f64 (pow.f64 (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal 3 binary64)) #s(literal -8 binary64) (pow.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) #s(literal 3 binary64))) (fma.f64 (pow.f64 (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal 2 binary64)) #s(literal 4 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))))
(/.f64 (fma.f64 (pow.f64 (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal 3 binary64)) #s(literal -8 binary64) (pow.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) #s(literal 3 binary64))) (fma.f64 (pow.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 2 binary64)) #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64))))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (*.f64 #s(literal 2 binary64) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))) (-.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 (pow.f64 (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal 2 binary64)) #s(literal 4 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (pow.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 2 binary64)) #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64))))) (fma.f64 (pow.f64 (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal 3 binary64)) #s(literal -8 binary64) (pow.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) #s(literal 3 binary64)))))
(fma.f64 (/.f64 (*.f64 #s(literal -2 binary64) r) (-.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) (*.f64 r r))) (-.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)))
(fma.f64 (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 3/2 binary64)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)))
(fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 r (*.f64 q q))) (*.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal -1/2 binary64)) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(fma.f64 (/.f64 (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (/.f64 #s(literal 4 binary64) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(fma.f64 (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal -2 binary64) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)))
(fma.f64 (*.f64 (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q)) #s(literal 4 binary64)) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(fma.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) r)) #s(literal -1 binary64)) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)))
(fma.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -1 binary64)) (*.f64 #s(literal -2 binary64) r) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)))
(fma.f64 (*.f64 #s(literal 2 binary64) r) (/.f64 #s(literal 1 binary64) (neg.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)))
(fma.f64 (*.f64 #s(literal -2 binary64) r) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -1 binary64)) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)))
(fma.f64 #s(literal -2 binary64) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)))
(fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(fma.f64 (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q)) (/.f64 #s(literal 4 binary64) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(fma.f64 (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q)) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) #s(literal 4 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(fma.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)))
(fma.f64 (*.f64 r (*.f64 q q)) (*.f64 (*.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal -1/2 binary64)) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64))) #s(literal 4 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(fma.f64 r (/.f64 #s(literal -2 binary64) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)))
(fma.f64 r (*.f64 #s(literal -2 binary64) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -1 binary64))) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)))
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) #s(literal 2 binary64)) (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (*.f64 #s(literal 2 binary64) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))) (/.f64 (*.f64 (pow.f64 (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) #s(literal 2 binary64)) #s(literal 4 binary64)) (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (*.f64 #s(literal 2 binary64) (/.f64 r (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))))
(+.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(+.f64 (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (*.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 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 r #s(literal -1/2 binary64))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (neg.f64 (*.f64 (+.f64 r p) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))))
#s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (neg.f64 (*.f64 (+.f64 r p) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))
(*.f64 (neg.f64 (+.f64 r p)) (*.f64 q q))
(*.f64 (*.f64 (neg.f64 q) q) (+.f64 r p))
(*.f64 (neg.f64 q) (*.f64 (+.f64 r p) q))
(*.f64 (*.f64 (*.f64 (+.f64 r p) q) q) #s(literal -1 binary64))
(*.f64 (+.f64 r p) (*.f64 (neg.f64 q) q))
(*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (+.f64 r p) q) q))
(*.f64 (*.f64 q q) (neg.f64 (+.f64 r p)))
(*.f64 q (*.f64 q (neg.f64 (+.f64 r p))))
(*.f64 q (neg.f64 (*.f64 (+.f64 r p) q)))
(/.f64 (*.f64 (*.f64 (neg.f64 q) q) (fma.f64 r r (*.f64 (neg.f64 p) p))) (-.f64 r p))
(/.f64 (*.f64 (*.f64 (neg.f64 q) q) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 r r (*.f64 p (-.f64 p r))))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (*.f64 (+.f64 r p) q) q) (*.f64 (*.f64 (+.f64 r p) q) q))) (+.f64 #s(literal 0 binary64) (*.f64 (*.f64 (+.f64 r p) q) q)))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 r p) #s(literal 3 binary64)) (pow.f64 q #s(literal 6 binary64)))) (+.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (*.f64 (+.f64 r p) q) q) (*.f64 (*.f64 (+.f64 r p) q) q) (*.f64 #s(literal 0 binary64) (*.f64 (*.f64 (+.f64 r p) q) q)))))
(neg.f64 (*.f64 (*.f64 (+.f64 r p) q) q))
(fma.f64 (*.f64 (neg.f64 q) q) r (*.f64 (*.f64 (neg.f64 q) q) p))
(fma.f64 (*.f64 (neg.f64 q) q) p (*.f64 (*.f64 (neg.f64 q) q) r))
(fma.f64 #s(literal -1 binary64) (*.f64 r (*.f64 q q)) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 q q) p)))
(fma.f64 (*.f64 r (*.f64 q q)) #s(literal -1 binary64) (*.f64 (*.f64 (*.f64 q q) p) #s(literal -1 binary64)))
(fma.f64 r (*.f64 (neg.f64 q) q) (*.f64 p (*.f64 (neg.f64 q) q)))
(fma.f64 p (*.f64 (neg.f64 q) q) (*.f64 r (*.f64 (neg.f64 q) q)))
(-.f64 (-.f64 #s(literal 0 binary64) (*.f64 r (*.f64 q q))) (*.f64 (*.f64 q q) p))
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (+.f64 r p) q) q))
(+.f64 (neg.f64 (*.f64 r (*.f64 q q))) (neg.f64 (*.f64 (*.f64 q q) p)))
(+.f64 (*.f64 r (*.f64 (neg.f64 q) q)) (*.f64 p (*.f64 (neg.f64 q) q)))
(+.f64 (*.f64 p (*.f64 (neg.f64 q) q)) (*.f64 r (*.f64 (neg.f64 q) q)))
(+.f64 (*.f64 (*.f64 r (*.f64 q q)) #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 q q) p) #s(literal -1 binary64)))
(+.f64 (*.f64 (*.f64 (neg.f64 q) q) r) (*.f64 (*.f64 (neg.f64 q) q) p))
(+.f64 (*.f64 (*.f64 (neg.f64 q) q) p) (*.f64 (*.f64 (neg.f64 q) q) r))
(+.f64 (*.f64 #s(literal -1 binary64) (*.f64 r (*.f64 q q))) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 q q) p)))
(+.f64 #s(literal 0 binary64) (*.f64 (*.f64 (neg.f64 q) q) (+.f64 r p)))
(*.f64 (neg.f64 (*.f64 (neg.f64 q) q)) (+.f64 r p))
(*.f64 (*.f64 (+.f64 r p) q) q)
(*.f64 (*.f64 (neg.f64 q) q) (neg.f64 (+.f64 r p)))
(*.f64 (+.f64 r p) (*.f64 q q))
(*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (neg.f64 q) q) (+.f64 r p)))
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (+.f64 r p) q) q))
(*.f64 (*.f64 q q) (neg.f64 (neg.f64 (+.f64 r p))))
(*.f64 (*.f64 q q) (+.f64 r p))
(*.f64 q (*.f64 (+.f64 r p) q))
(/.f64 (*.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (*.f64 q q)) (-.f64 r p))
(/.f64 (*.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (*.f64 q q)) (fma.f64 r r (*.f64 p (-.f64 p r))))
(/.f64 (*.f64 (*.f64 q q) (fma.f64 r r (*.f64 (neg.f64 p) p))) (-.f64 r p))
(/.f64 (*.f64 (*.f64 q q) (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 r r (*.f64 p (-.f64 p r))))
(/.f64 (-.f64 (*.f64 (*.f64 r (*.f64 q q)) (*.f64 r (*.f64 q q))) (*.f64 (*.f64 (*.f64 q q) p) (*.f64 (*.f64 q q) p))) (-.f64 (*.f64 r (*.f64 q q)) (*.f64 (*.f64 q q) p)))
(/.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) (pow.f64 r #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 q q) p) #s(literal 3 binary64))) (fma.f64 (*.f64 r (*.f64 q q)) (*.f64 r (*.f64 q q)) (-.f64 (*.f64 (*.f64 (*.f64 q q) p) (*.f64 (*.f64 q q) p)) (*.f64 (*.f64 r (*.f64 q q)) (*.f64 (*.f64 q q) p)))))
(neg.f64 (*.f64 (*.f64 (neg.f64 q) q) (+.f64 r p)))
(fma.f64 (*.f64 p q) q (*.f64 r (*.f64 q q)))
(fma.f64 (*.f64 r q) q (*.f64 (*.f64 q q) p))
(fma.f64 r (*.f64 q q) (*.f64 (*.f64 q q) p))
(fma.f64 (*.f64 q q) r (*.f64 (*.f64 q q) p))
(fma.f64 (*.f64 q q) p (*.f64 r (*.f64 q q)))
(fma.f64 q (*.f64 q p) (*.f64 r (*.f64 q q)))
(fma.f64 q (*.f64 r q) (*.f64 (*.f64 q q) p))
(fma.f64 p (*.f64 q q) (*.f64 r (*.f64 q q)))
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (neg.f64 q) q) (+.f64 r p)))
(+.f64 (*.f64 (*.f64 q q) p) (*.f64 r (*.f64 q q)))
(+.f64 (*.f64 r (*.f64 q q)) (*.f64 (*.f64 q q) p))
(*.f64 (-.f64 (pow.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) #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 #s(literal 1 binary64) (-.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #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 (fma.f64 (pow.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) #s(literal 3 binary64)) #s(literal -1 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))) (/.f64 #s(literal 1 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)) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))) (pow.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) #s(literal 2 binary64)))))
(/.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))))) #s(literal 1/4 binary64)) (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))) #s(literal -1/2 binary64)))
(/.f64 (-.f64 (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)) (pow.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) #s(literal 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)) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))))
(/.f64 (+.f64 (pow.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))) #s(literal 3 binary64)) #s(literal -1/8 binary64)) (fma.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))) (-.f64 #s(literal 1/4 binary64) (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))) #s(literal -1/2 binary64)))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) #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)))) (neg.f64 (-.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #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 (neg.f64 (fma.f64 (pow.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) #s(literal 3 binary64)) #s(literal -1 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)))) (neg.f64 (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)) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))) (pow.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) #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 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #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 (fma.f64 (pow.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) #s(literal 3 binary64)) #s(literal -1 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))) (+.f64 (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 (pow.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (neg.f64 (*.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #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 (fma.f64 (pow.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) #s(literal 3 binary64)) #s(literal -1 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)) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))) (pow.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) #s(literal 2 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #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 (pow.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) #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 #s(literal 1 binary64) (/.f64 (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)) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))) (pow.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) #s(literal 2 binary64))) (fma.f64 (pow.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) #s(literal 3 binary64)) #s(literal -1 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 (*.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) #s(literal 1/2 binary64)) (pow.f64 r #s(literal -1 binary64)) (+.f64 #s(literal -1/2 binary64) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))))
(fma.f64 (fma.f64 (pow.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 2 binary64)) #s(literal 1/4 binary64) #s(literal -1/4 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal 1/2 binary64))) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))))
(fma.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 binary64) (fma.f64 (pow.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) 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) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))))
(fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (+.f64 #s(literal -1/2 binary64) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))))
(fma.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) (/.f64 #s(literal 1/2 binary64) r) (+.f64 #s(literal -1/2 binary64) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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)) (+.f64 #s(literal -1/2 binary64) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))))
(fma.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) #s(literal -1 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 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #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)))
(fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) (+.f64 #s(literal -1/2 binary64) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))))
(-.f64 (/.f64 (pow.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) #s(literal 2 binary64)) (-.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #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 (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 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #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 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))
(+.f64 (fma.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) #s(literal -1 binary64) #s(literal -1/2 binary64)) (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)))
(+.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))) #s(literal -1/2 binary64))
(+.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #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 (*.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64)) (+.f64 #s(literal -1/2 binary64) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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)) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))))
(+.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))))
(*.f64 (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) q) (/.f64 q r))
(*.f64 (*.f64 (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (/.f64 q r)) q) (pow.f64 r #s(literal -1 binary64)))
(*.f64 (*.f64 (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) q) q) (pow.f64 r #s(literal -1 binary64)))
(*.f64 (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (/.f64 q r)) (/.f64 q r))
(*.f64 (*.f64 (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) q) q) (pow.f64 r #s(literal -2 binary64)))
(*.f64 (*.f64 (/.f64 q r) q) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r))
(*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (*.f64 (/.f64 q r) q))
(*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (pow.f64 r #s(literal -1 binary64)) (*.f64 (/.f64 q r) q)))
(*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))
(*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64)))
(*.f64 (/.f64 q r) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (/.f64 q r)))
(*.f64 (*.f64 q q) (*.f64 (pow.f64 r #s(literal -1 binary64)) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r)))
(*.f64 q (*.f64 (/.f64 q r) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r)))
(/.f64 (*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r)) (neg.f64 r))
(/.f64 (*.f64 (-.f64 (pow.f64 (/.f64 p r) #s(literal 2 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))) (-.f64 (/.f64 p r) #s(literal 1 binary64)))
(/.f64 (*.f64 (+.f64 (pow.f64 (/.f64 p r) #s(literal 3 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))) (-.f64 (+.f64 (pow.f64 (/.f64 p r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))
(/.f64 (*.f64 (*.f64 (/.f64 q r) q) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64))) (neg.f64 r))
(/.f64 (*.f64 (*.f64 (/.f64 q r) q) #s(literal 1 binary64)) (/.f64 r (+.f64 (/.f64 p r) #s(literal 1 binary64))))
(/.f64 (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (*.f64 (neg.f64 q) q)) (neg.f64 r))
(/.f64 (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) #s(literal 1 binary64)) (/.f64 (/.f64 r q) q))
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (/.f64 q r)) (neg.f64 q)) (neg.f64 r))
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (/.f64 q r)) #s(literal 1 binary64)) (/.f64 r q))
(/.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 p r) #s(literal 2 binary64)) #s(literal 1 binary64))) (-.f64 (/.f64 p r) #s(literal 1 binary64)))
(/.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 p r) #s(literal 3 binary64)) #s(literal 1 binary64))) (-.f64 (+.f64 (pow.f64 (/.f64 p r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 p r)))
(/.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (*.f64 (/.f64 q r) q)) (neg.f64 r))
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (/.f64 q r)) q) r)
(/.f64 (neg.f64 (*.f64 (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) q) q)) (neg.f64 r))
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) q) q)) (*.f64 (neg.f64 r) r))
(/.f64 (*.f64 (*.f64 (neg.f64 q) q) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64))) (*.f64 r r))
(/.f64 (*.f64 (*.f64 (neg.f64 q) q) (+.f64 (/.f64 p r) #s(literal 1 binary64))) (*.f64 (neg.f64 r) r))
(/.f64 (*.f64 (*.f64 (neg.f64 q) q) #s(literal 1 binary64)) (*.f64 (neg.f64 r) (/.f64 r (+.f64 (/.f64 p r) #s(literal 1 binary64)))))
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 r q) q) (neg.f64 r)))
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 p r) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 r q) q) r))
(/.f64 (*.f64 (*.f64 q q) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64))) (*.f64 (neg.f64 r) r))
(/.f64 (*.f64 (*.f64 q q) #s(literal 1 binary64)) (*.f64 r (/.f64 r (+.f64 (/.f64 p r) #s(literal 1 binary64)))))
(/.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (*.f64 (neg.f64 q) q)) (*.f64 r r))
(/.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (neg.f64 r) (/.f64 (/.f64 r q) q)))
(/.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (*.f64 q q)) (*.f64 (neg.f64 r) r))
(/.f64 (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (neg.f64 q) q)) (*.f64 (neg.f64 r) r))
(/.f64 (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 r (/.f64 (/.f64 r q) q)))
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (neg.f64 q) q)) (*.f64 (/.f64 r (+.f64 (/.f64 p r) #s(literal 1 binary64))) (neg.f64 r)))
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 q q)) (*.f64 (/.f64 r (+.f64 (/.f64 p r) #s(literal 1 binary64))) r))
(/.f64 (*.f64 (-.f64 (pow.f64 (/.f64 p r) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) r))
(/.f64 (*.f64 (-.f64 (pow.f64 (/.f64 p r) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 q q)) (*.f64 (-.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 r r)))
(/.f64 (*.f64 (+.f64 (pow.f64 (/.f64 p r) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 q r) q)) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 p r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) r))
(/.f64 (*.f64 (+.f64 (pow.f64 (/.f64 p r) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 q q)) (*.f64 (-.f64 (+.f64 (pow.f64 (/.f64 p r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 p r)) (*.f64 r r)))
(/.f64 (*.f64 (*.f64 (/.f64 q r) q) (-.f64 (pow.f64 (/.f64 p r) #s(literal 2 binary64)) #s(literal 1 binary64))) (*.f64 r (-.f64 (/.f64 p r) #s(literal 1 binary64))))
(/.f64 (*.f64 (*.f64 (/.f64 q r) q) (+.f64 (pow.f64 (/.f64 p r) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 r (-.f64 (+.f64 (pow.f64 (/.f64 p r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (*.f64 (*.f64 q q) (-.f64 (pow.f64 (/.f64 p r) #s(literal 2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 r r) (-.f64 (/.f64 p r) #s(literal 1 binary64))))
(/.f64 (*.f64 (*.f64 q q) (+.f64 (pow.f64 (/.f64 p r) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 r r) (-.f64 (+.f64 (pow.f64 (/.f64 p r) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 p r))))
(/.f64 (*.f64 (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) q) q) r)
(/.f64 (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (/.f64 q r)) (/.f64 r q))
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) q) q) (*.f64 r r))
(/.f64 (*.f64 (/.f64 q r) q) (/.f64 r (+.f64 (/.f64 p r) #s(literal 1 binary64))))
(/.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (/.f64 r q) q))
(/.f64 #s(literal 1 binary64) (/.f64 r (*.f64 (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) q) q)))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (*.f64 (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) q) q)))
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 r q) q) (/.f64 r (+.f64 (/.f64 p r) #s(literal 1 binary64)))))
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 r (+.f64 (/.f64 p r) #s(literal 1 binary64))) (/.f64 (/.f64 r q) q)))
(fma.f64 (pow.f64 (neg.f64 q) #s(literal 2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (neg.f64 r)) #s(literal 2 binary64)) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 (pow.f64 r #s(literal -2 binary64)) (*.f64 q q) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 (*.f64 (/.f64 q r) q) (pow.f64 r #s(literal -1 binary64)) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))
(fma.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (/.f64 p r) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) #s(literal 1 binary64)))
(fma.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) #s(literal 1 binary64) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (/.f64 p r)))
(fma.f64 (/.f64 q r) (/.f64 q r) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 #s(literal 1 binary64) (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 (*.f64 q q) (pow.f64 r #s(literal -2 binary64)) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 q (/.f64 (/.f64 q r) r) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 q (/.f64 q (*.f64 r r)) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(fma.f64 q (*.f64 (pow.f64 r #s(literal -1 binary64)) (/.f64 q r)) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(+.f64 (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))
(+.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (/.f64 p r)) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) #s(literal 1 binary64)))
(+.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (/.f64 p r)))
(+.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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)) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) r)
(*.f64 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)) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))))
(/.f64 (*.f64 (-.f64 (pow.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) #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 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #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 (*.f64 (fma.f64 (pow.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) #s(literal 3 binary64)) #s(literal -1 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)) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))) (pow.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) #s(literal 2 binary64))))
(/.f64 (*.f64 r (-.f64 (pow.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) #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 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #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 (*.f64 r (fma.f64 (pow.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) #s(literal 3 binary64)) #s(literal -1 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)) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))) (pow.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) #s(literal 2 binary64))))
(fma.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))) r (*.f64 #s(literal -1/2 binary64) r))
(fma.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) 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 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) r))
(fma.f64 r (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))) (*.f64 #s(literal -1/2 binary64) r))
(fma.f64 r (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) (*.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 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))))
(+.f64 (*.f64 (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))) r) (*.f64 #s(literal -1/2 binary64) r))
(+.f64 (*.f64 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) 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 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))) r))
(+.f64 (*.f64 r (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))))) (*.f64 #s(literal -1/2 binary64) r))
(+.f64 (*.f64 r (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))) (*.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 (neg.f64 #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))))
(*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #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 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 p) (fabs.f64 r)))))
(*.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 #s(literal 1 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 (pow.f64 (+.f64 (fabs.f64 p) (fabs.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 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 p) (fabs.f64 r)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (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 #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 (-.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #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 p) (fabs.f64 r)))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #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 (fabs.f64 p) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fabs.f64 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)))))) (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 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (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 #s(literal 4 binary64) (*.f64 q q) (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 #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 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.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)))) (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 p) (fabs.f64 r)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (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 (pow.f64 (+.f64 (fabs.f64 p) (fabs.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)))) (neg.f64 (+.f64 (-.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #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 p) (fabs.f64 r)))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #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 p) (fabs.f64 r)))))
(/.f64 (neg.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))) (neg.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))))) (fabs.f64 p))))
(/.f64 (neg.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 (fabs.f64 p) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fabs.f64 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)))))) (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 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #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 p) (fabs.f64 r))))
(/.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 (pow.f64 (+.f64 (fabs.f64 p) (fabs.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 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (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 #s(literal 4 binary64) (*.f64 q q) (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 #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 p) (fabs.f64 r)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (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 #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 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #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 p) (fabs.f64 r)))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #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 (fabs.f64 p) #s(literal 3 binary64))) (fma.f64 p p (-.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 (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 (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 (fabs.f64 p) #s(literal 3 binary64))) (fma.f64 (fabs.f64 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)))))) (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 (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 p) (fabs.f64 r)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (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 #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 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (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 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 (-.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #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 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)) (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 (-.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 (-.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 #s(literal 1 binary64) (/.f64 (fma.f64 (fabs.f64 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)))))) (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 (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 (fabs.f64 p) #s(literal 3 binary64)))))
(fma.f64 (/.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (fma.f64 r r (*.f64 (neg.f64 p) p))) (+.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 (fma.f64 r r (*.f64 (neg.f64 p) p)) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64)))) (fma.f64 r r (fma.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 (fma.f64 r r (neg.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (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 (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 (/.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 (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 r #s(literal 3 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 (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))
(fma.f64 (fma.f64 p p (*.f64 (neg.f64 r) r)) (/.f64 #s(literal 1 binary64) (-.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 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 p 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 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)) #s(literal -1 binary64)) (fma.f64 r r (neg.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 (neg.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)))) (fabs.f64 r)) #s(literal -1 binary64)) (fabs.f64 p))
(fma.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) (+.f64 (fabs.f64 p) (fabs.f64 r)))
(fma.f64 (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)) (fma.f64 r r (*.f64 (neg.f64 p) 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 r r (*.f64 (neg.f64 p) p)) (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 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 #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 p) (fabs.f64 r)))
(fma.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 #s(literal 1 binary64) (+.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 #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 (+.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #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 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #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 p) (fabs.f64 r)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (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 #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 p) (fabs.f64 r)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (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)) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 p) (fabs.f64 r)))) (/.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 p) (fabs.f64 r)))))
(-.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 (-.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 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 #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 p) (fabs.f64 r))))
(-.f64 (+.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 (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 p) (fabs.f64 r)))
(+.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))))))
(+.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 (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 r) (+.f64 (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 (+.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))))) #s(literal 1/2 binary64))
(*.f64 #s(literal 1/2 binary64) (-.f64 (+.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 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 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 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 p) (fabs.f64 r))))
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.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))) #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 p) (fabs.f64 r)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (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 #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 (-.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #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 p) (fabs.f64 r)))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))))
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64)) (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 p) (fabs.f64 r))))
(/.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 #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 p) (fabs.f64 r)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (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 #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 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #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 p) (fabs.f64 r)))) (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 2 binary64))))
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64)) (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #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) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #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 #s(literal 4 binary64) (*.f64 q q) (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 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) #s(literal 3/2 binary64)))) (fma.f64 (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64)) (*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/2 binary64)) (-.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 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/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)))))))))
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64))) (fma.f64 r r (*.f64 (neg.f64 p) 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 (*.f64 #s(literal 1/2 binary64) (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 -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 (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 p) (fabs.f64 r)) #s(literal 1/2 binary64)))
(fma.f64 (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)) (*.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) #s(literal 1/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))))))
(fma.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (*.f64 (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)) #s(literal 1/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))))))
(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 p) (fabs.f64 r)) #s(literal 1/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 (+.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal 1/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 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(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 (+.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 #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)))))))
(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)))
(+.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) (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 #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 (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 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))))
(*.f64 (-.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (*.f64 (neg.f64 p) p) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 r r (*.f64 p p))))
(*.f64 (fma.f64 #s(literal -1 binary64) (pow.f64 p #s(literal 6 binary64)) (pow.f64 r #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (neg.f64 p) p) (-.f64 (*.f64 (neg.f64 p) p) (*.f64 r r)) (pow.f64 r #s(literal 4 binary64)))))
(*.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) #s(literal 1 binary64))
(*.f64 (+.f64 (fabs.f64 r) p) (-.f64 (fabs.f64 r) p))
(*.f64 (+.f64 r p) (-.f64 r p))
(*.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (-.f64 (fabs.f64 r) (fabs.f64 p)))
(*.f64 #s(literal 1 binary64) (fma.f64 r r (*.f64 (neg.f64 p) p)))
(/.f64 (-.f64 (pow.f64 (*.f64 (neg.f64 p) p) #s(literal 2 binary64)) (pow.f64 r #s(literal 4 binary64))) (-.f64 (*.f64 (neg.f64 p) p) (*.f64 r r)))
(/.f64 (-.f64 (pow.f64 r #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64))) (+.f64 (pow.f64 r #s(literal 4 binary64)) (fma.f64 (*.f64 p p) (*.f64 p p) (*.f64 (*.f64 r r) (*.f64 p p)))))
(/.f64 (neg.f64 (-.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (*.f64 (neg.f64 p) p) #s(literal 2 binary64)))) (neg.f64 (fma.f64 r r (*.f64 p p))))
(/.f64 (neg.f64 (fma.f64 #s(literal -1 binary64) (pow.f64 p #s(literal 6 binary64)) (pow.f64 r #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 (neg.f64 p) p) (-.f64 (*.f64 (neg.f64 p) p) (*.f64 r r)) (pow.f64 r #s(literal 4 binary64)))))
(/.f64 (*.f64 (-.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (*.f64 (neg.f64 p) p) #s(literal 2 binary64))) #s(literal 1 binary64)) (fma.f64 r r (*.f64 p p)))
(/.f64 (*.f64 (fma.f64 #s(literal -1 binary64) (pow.f64 p #s(literal 6 binary64)) (pow.f64 r #s(literal 6 binary64))) #s(literal 1 binary64)) (fma.f64 (*.f64 (neg.f64 p) p) (-.f64 (*.f64 (neg.f64 p) p) (*.f64 r r)) (pow.f64 r #s(literal 4 binary64))))
(/.f64 (-.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (*.f64 (neg.f64 p) p) #s(literal 2 binary64))) (fma.f64 r r (*.f64 p p)))
(/.f64 (fma.f64 #s(literal -1 binary64) (pow.f64 p #s(literal 6 binary64)) (pow.f64 r #s(literal 6 binary64))) (fma.f64 (*.f64 p p) (*.f64 p p) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 r r) p) (neg.f64 p)))))
(/.f64 (fma.f64 #s(literal -1 binary64) (pow.f64 p #s(literal 6 binary64)) (pow.f64 r #s(literal 6 binary64))) (fma.f64 (*.f64 (neg.f64 p) p) (-.f64 (*.f64 (neg.f64 p) p) (*.f64 r r)) (pow.f64 r #s(literal 4 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 r r (*.f64 p p)) (-.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (*.f64 (neg.f64 p) p) #s(literal 2 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 (neg.f64 p) p) (-.f64 (*.f64 (neg.f64 p) p) (*.f64 r r)) (pow.f64 r #s(literal 4 binary64))) (fma.f64 #s(literal -1 binary64) (pow.f64 p #s(literal 6 binary64)) (pow.f64 r #s(literal 6 binary64)))))
(fma.f64 (pow.f64 r #s(literal 1 binary64)) (pow.f64 r #s(literal 1 binary64)) (*.f64 (neg.f64 (fabs.f64 p)) (fabs.f64 p)))
(fma.f64 (pow.f64 r #s(literal 1 binary64)) (pow.f64 r #s(literal 1 binary64)) (*.f64 (neg.f64 p) p))
(fma.f64 (neg.f64 r) (neg.f64 r) (*.f64 (neg.f64 (fabs.f64 p)) (fabs.f64 p)))
(fma.f64 (neg.f64 r) (neg.f64 r) (*.f64 (neg.f64 p) p))
(fma.f64 #s(literal -1 binary64) (*.f64 p p) (*.f64 r r))
(fma.f64 (fabs.f64 r) (fabs.f64 r) (*.f64 (neg.f64 (fabs.f64 p)) (fabs.f64 p)))
(fma.f64 (fabs.f64 r) (fabs.f64 r) (*.f64 (neg.f64 p) p))
(fma.f64 r r (*.f64 (neg.f64 (fabs.f64 p)) (fabs.f64 p)))
(fma.f64 r r (*.f64 (neg.f64 p) p))
(fma.f64 (neg.f64 p) p (*.f64 r r))
(fma.f64 p (neg.f64 p) (*.f64 r r))
(-.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) (fma.f64 r r (*.f64 p p))) (/.f64 (pow.f64 (*.f64 (neg.f64 p) p) #s(literal 2 binary64)) (fma.f64 r r (*.f64 p p))))
(-.f64 (*.f64 r r) (*.f64 p p))
(+.f64 (*.f64 (neg.f64 p) p) (*.f64 r r))
(+.f64 (*.f64 r r) (*.f64 (neg.f64 (fabs.f64 p)) (fabs.f64 p)))
(+.f64 (*.f64 r r) (*.f64 (neg.f64 p) p))
(*.f64 (pow.f64 (-.f64 (pow.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) #s(literal 2 binary64)) (pow.f64 r #s(literal 4 binary64))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 (neg.f64 r) r))) #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 (/.f64 #s(literal 1 binary64) (fma.f64 (pow.f64 (*.f64 q q) #s(literal 2 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) r) r)))) #s(literal 1/2 binary64)))
(*.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 1/4 binary64)))
(*.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) #s(literal 1 binary64))
(pow.f64 (*.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) #s(literal 1/4 binary64))
(pow.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) #s(literal 1 binary64))
(pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 1/2 binary64))
(/.f64 (sqrt.f64 (-.f64 (pow.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) #s(literal 2 binary64)) (pow.f64 r #s(literal 4 binary64)))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q 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 (fma.f64 (pow.f64 (*.f64 q q) #s(literal 2 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) r) r)))))
(sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))
(exp.f64 (*.f64 (log.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) #s(literal 1/2 binary64)))
(*.f64 (pow.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 1/4 binary64)) #s(literal -1 binary64)))
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) #s(literal 2 binary64)) (pow.f64 r #s(literal 4 binary64)))) #s(literal 1/2 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 (neg.f64 r) r)) #s(literal 1/2 binary64)))
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (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 (fma.f64 (pow.f64 (*.f64 q q) #s(literal 2 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) r) r))) #s(literal 1/2 binary64)))
(*.f64 (pow.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)))
(*.f64 (pow.f64 (-.f64 (pow.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) #s(literal 2 binary64)) (pow.f64 r #s(literal 4 binary64))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 (neg.f64 r) r))) #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 (/.f64 #s(literal 1 binary64) (fma.f64 (pow.f64 (*.f64 q q) #s(literal 2 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 r #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) r) r)))) #s(literal -1/2 binary64)))
(*.f64 (pow.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) #s(literal -1/2 binary64)) (pow.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) #s(literal -1/2 binary64)))
(*.f64 (pow.f64 #s(literal -1 binary64) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal 1/2 binary64)))
(*.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal -1/4 binary64)) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal -1/4 binary64)))
(*.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal -1/2 binary64)) (pow.f64 #s(literal 1 binary64) #s(literal -1/2 binary64)))
(*.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal -1/2 binary64)) #s(literal 1 binary64))
(*.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal -1/2 binary64)))
(pow.f64 (*.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) #s(literal -1/4 binary64))
(pow.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) #s(literal -1 binary64))
(pow.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal -1 binary64)) #s(literal 1/2 binary64))
(pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal -1/2 binary64))
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (neg.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))
(sqrt.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal -1 binary64)))
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -1 binary64)))
(exp.f64 (*.f64 (log.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) #s(literal -1/2 binary64)))
(exp.f64 (*.f64 (neg.f64 (log.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal 1/2 binary64)))
(*.f64 (/.f64 (*.f64 q q) (-.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) (*.f64 r r))) (-.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)))
(*.f64 (/.f64 (*.f64 q q) (+.f64 (pow.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)) #s(literal 3/2 binary64)) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))
(*.f64 (/.f64 q (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) q)
(*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 q q)) #s(literal -1 binary64)))
(*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -1 binary64)) (*.f64 q q))
(*.f64 (*.f64 (neg.f64 q) q) (/.f64 #s(literal 1 binary64) (neg.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(*.f64 (*.f64 q q) (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -1 binary64)))
(*.f64 q (/.f64 q (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(pow.f64 (/.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q)) #s(literal -1 binary64))
(/.f64 (neg.f64 (*.f64 (neg.f64 q) q)) (neg.f64 (neg.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))
(/.f64 (*.f64 (*.f64 q q) #s(literal 1 binary64)) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))
(/.f64 (*.f64 (neg.f64 q) q) (neg.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q)) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q)))
(/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))
(neg.f64 (/.f64 (*.f64 (neg.f64 q) q) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))))
(neg.f64 (/.f64 (*.f64 q q) (neg.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))))
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal -1 binary64)))
#s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (fma.f64 (*.f64 #s(literal -4 binary64) q) (/.f64 q (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p))))
(*.f64 (pow.f64 (/.f64 r (*.f64 (neg.f64 q) q)) #s(literal -1 binary64)) (pow.f64 (/.f64 r (+.f64 r p)) #s(literal -1 binary64)))
(*.f64 (pow.f64 (/.f64 r #s(literal -1 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 r (*.f64 (*.f64 (+.f64 r p) q) q)) #s(literal -1 binary64)))
(*.f64 (/.f64 (*.f64 (neg.f64 q) q) r) (/.f64 (+.f64 r p) r))
(*.f64 (/.f64 #s(literal -1 binary64) r) (/.f64 (*.f64 (*.f64 (+.f64 r p) q) q) r))
(*.f64 (*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 r p) r)) (pow.f64 r #s(literal -1 binary64)))
(*.f64 (pow.f64 r #s(literal -2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (neg.f64 q) q) (+.f64 r p))) #s(literal -1 binary64)))
(*.f64 (pow.f64 r #s(literal -2 binary64)) (*.f64 (*.f64 (neg.f64 q) q) (+.f64 r p)))
(*.f64 (pow.f64 r #s(literal -1 binary64)) (pow.f64 (/.f64 r (*.f64 (*.f64 (neg.f64 q) q) (+.f64 r p))) #s(literal -1 binary64)))
(*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 r p) (*.f64 r r)))
(*.f64 (*.f64 (neg.f64 q) q) (*.f64 (+.f64 r p) (pow.f64 r #s(literal -2 binary64))))
(*.f64 (*.f64 (/.f64 q r) q) (pow.f64 (/.f64 r (neg.f64 (+.f64 r p))) #s(literal -1 binary64)))
(*.f64 (*.f64 (/.f64 q r) q) (/.f64 (neg.f64 (+.f64 r p)) r))
(*.f64 (*.f64 (*.f64 (neg.f64 q) q) (+.f64 r p)) (pow.f64 r #s(literal -2 binary64)))
(*.f64 (*.f64 (*.f64 (+.f64 r p) q) q) (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 r) r)))
(*.f64 #s(literal -1 binary64) (*.f64 (+.f64 r p) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (+.f64 r p) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))))
(*.f64 (*.f64 q q) (/.f64 (neg.f64 (+.f64 r p)) (*.f64 r r)))
(*.f64 (*.f64 q q) (*.f64 (neg.f64 (+.f64 r p)) (pow.f64 r #s(literal -2 binary64))))
(pow.f64 (*.f64 (/.f64 r (*.f64 (neg.f64 q) q)) (/.f64 r (+.f64 r p))) #s(literal -1 binary64))
(/.f64 (*.f64 (*.f64 (*.f64 (neg.f64 q) q) (+.f64 r p)) #s(literal 1 binary64)) (*.f64 r r))
(/.f64 (neg.f64 (*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 r p) r))) (neg.f64 r))
(/.f64 (*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 r p) r)) r)
(/.f64 (*.f64 (*.f64 (neg.f64 q) q) (+.f64 r p)) (neg.f64 (*.f64 (neg.f64 r) r)))
(/.f64 (*.f64 (*.f64 (neg.f64 q) q) (+.f64 r p)) (*.f64 r r))
(/.f64 (*.f64 (*.f64 (+.f64 r p) q) q) (*.f64 (neg.f64 r) r))
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 r (*.f64 (neg.f64 q) q)) (/.f64 r (+.f64 r p)))))
(/.f64 #s(literal 1 binary64) (/.f64 r (*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 r p) r))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 r (*.f64 (neg.f64 q) q)) (/.f64 r (+.f64 r p))) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 r (*.f64 (neg.f64 q) q)) (/.f64 r (+.f64 r p))))
(neg.f64 (*.f64 (+.f64 r p) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 r r)) (*.f64 (+.f64 r p) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(-.f64 #s(literal 0 binary64) (*.f64 (+.f64 r p) (pow.f64 (/.f64 q r) #s(literal 2 binary64))))
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 r (*.f64 (neg.f64 q) q)) (/.f64 r (+.f64 r p)))) #s(literal -1 binary64)))
(*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)) (*.f64 p p)) (/.f64 #s(literal 1 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 (fabs.f64 p) #s(literal 3 binary64))) (/.f64 #s(literal 1 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 (-.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 (*.f64 r r) (*.f64 (+.f64 (fabs.f64 p) p) (+.f64 (fabs.f64 p) p))) (-.f64 (fabs.f64 r) (+.f64 (fabs.f64 p) 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 (*.f64 (+.f64 (fabs.f64 p) p) (+.f64 (fabs.f64 p) p)) (*.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 (fabs.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 (fabs.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 (fabs.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 (fabs.f64 p) #s(literal 3 binary64)))))
(fma.f64 (/.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (fma.f64 r r (*.f64 (neg.f64 p) p))) (+.f64 (fabs.f64 p) (fabs.f64 r)) p)
(fma.f64 (/.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64)))) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) p)
(fma.f64 (fma.f64 p p (*.f64 (neg.f64 r) r)) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 p) (fabs.f64 r))) p)
(fma.f64 (+.f64 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 p p))) p)
(fma.f64 (+.f64 (pow.f64 p #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 p (-.f64 p (fabs.f64 r)) (*.f64 r r))) (fabs.f64 p))
(fma.f64 (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)) (fma.f64 r r (*.f64 (neg.f64 p) p)) p)
(fma.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) p)) (fabs.f64 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 #s(literal 1 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)) 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 (+.f64 (fabs.f64 p) (fabs.f64 r)) p)
(+.f64 (fabs.f64 p) (+.f64 (fabs.f64 r) p))
(+.f64 (fabs.f64 r) (+.f64 (fabs.f64 p) p))
(+.f64 p (+.f64 (fabs.f64 p) (fabs.f64 r)))
(*.f64 (fma.f64 (pow.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal 2 binary64)) #s(literal 1/4 binary64) #s(literal -1/4 binary64)) (/.f64 #s(literal 1 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 binary64) (fma.f64 (pow.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) 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) p) (fabs.f64 r)) r) #s(literal -1/4 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 (+.f64 (+.f64 (fabs.f64 p) 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) 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 (+.f64 (+.f64 (fabs.f64 p) 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) p) (fabs.f64 r)) r) #s(literal -1/4 binary64))))))
(/.f64 (fma.f64 (pow.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 p) 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) 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 (+.f64 (+.f64 (fabs.f64 p) 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) 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 (+.f64 (+.f64 (fabs.f64 p) 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 (+.f64 (+.f64 (fabs.f64 p) 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) 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 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal -1 binary64)) #s(literal 1/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)))
(*.f64 (pow.f64 (-.f64 (pow.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1/2 binary64)))
(*.f64 (pow.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) #s(literal 2 binary64))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 q q)))) #s(literal 1/2 binary64)))
(*.f64 (pow.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (pow.f64 (*.f64 q q) #s(literal 2 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) #s(literal 4 binary64)) (*.f64 q q))))) #s(literal 1/2 binary64)))
(*.f64 (pow.f64 (fma.f64 (pow.f64 q #s(literal 6 binary64)) #s(literal 64 binary64) (pow.f64 (-.f64 p r) #s(literal 6 binary64))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.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))) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) #s(literal 1/2 binary64)))
(*.f64 (pow.f64 #s(literal -1 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)))) (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 (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 #s(literal 1 binary64) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(pow.f64 (pow.f64 (neg.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 (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))
(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 (sqrt.f64 (-.f64 (pow.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) #s(literal 2 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 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal 4 binary64) (*.f64 q q)) #s(literal 2 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 (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 (*.f64 q q) #s(literal 2 binary64)) #s(literal 16 binary64) (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (*.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) #s(literal 4 binary64)) (*.f64 q q))))))
(/.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 (*.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))) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))
(sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #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/2 binary64)))
(*.f64 (pow.f64 (/.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (fma.f64 p p (*.f64 (neg.f64 r) r))) #s(literal -1 binary64)) (pow.f64 (-.f64 (fabs.f64 p) (fabs.f64 r)) #s(literal -1 binary64)))
(*.f64 (pow.f64 (/.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) (+.f64 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))) #s(literal -1 binary64)) (pow.f64 (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 p p)) #s(literal -1 binary64)))
(*.f64 (pow.f64 (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p))))) #s(literal -1 binary64)))
(*.f64 (pow.f64 (fma.f64 r r (*.f64 (neg.f64 p) p)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r))) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 r r (*.f64 (neg.f64 p) p))) (+.f64 (fabs.f64 p) (fabs.f64 r)))
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64)))) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))))
(*.f64 (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1/2 binary64)) (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1/2 binary64)))
(*.f64 (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)) #s(literal 1 binary64))
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)))))
(*.f64 #s(literal 1 binary64) (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)))
(pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64))
(/.f64 #s(literal -1 binary64) (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p))))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)))))
(/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))
(neg.f64 (/.f64 #s(literal -1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))))
(exp.f64 (*.f64 (log.f64 (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64)))

eval320.0ms (3.1%)

Memory
38.0MiB live, 416.9MiB allocated
Compiler

Compiled 102 512 to 6 709 computations (93.5% saved)

prune65.0ms (0.6%)

Memory
10.1MiB live, 172.2MiB allocated
Pruning

39 alts after pruning (36 fresh and 3 done)

PrunedKeptTotal
New1 015171 032
Fresh101929
Picked415
Done022
Total1 029391 068
Accuracy
82.5%
Counts
1 068 → 39
Alt Table
Click to see full alt table
StatusAccuracyProgram
21.7%
(/.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))))
14.8%
(*.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 #s(approx (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))
3.5%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (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))))) #s(approx (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (/.f64 #s(literal -1 binary64) p)) (fabs.f64 p)))
15.3%
(*.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))))
9.5%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (+.f64 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 p p))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))
22.1%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (fma.f64 (*.f64 r p) #s(literal 2 binary64) (*.f64 #s(literal -4 binary64) (*.f64 q q)))) (/.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)))
18.3%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)) (/.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)))
21.7%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #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 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 p) (fabs.f64 r))))))
33.9%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (fma.f64 (*.f64 #s(literal -4 binary64) q) (/.f64 q (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)))))
27.1%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 #s(approx (sqrt (+ (* (* q q) 4) (* r r))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 r r) q) (*.f64 #s(literal 2 binary64) q))) (fabs.f64 r)))))))
9.1%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 #s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 (neg.f64 q) (+.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 r r) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 r #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)))) (fabs.f64 r)))))))
43.0%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))))
24.6%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) #s(approx (+ (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (* -4 (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (+.f64 (fma.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -8 binary64) (/.f64 p (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (+.f64 (fabs.f64 r) r))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p r)) (+.f64 (fabs.f64 r) r))) (fabs.f64 p)))))
31.3%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) #s(approx (+ (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (* -4 (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (*.f64 p (fma.f64 (/.f64 #s(literal -4 binary64) p) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))) (-.f64 (/.f64 (fabs.f64 p) p) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))))))))))
10.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.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)))))
29.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 0 binary64) q)))
11.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 2 binary64))) r) (-.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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)))))
27.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 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))
31.1%
#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))
19.3%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 (exp.f64 (log.f64 (/.f64 q r))) (exp.f64 (log.f64 (/.f64 q r))) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r))
18.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))
5.5%
#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))))
14.3%
#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 (*.f64 q q) p)) p))))
6.3%
#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)))))
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.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
4.8%
#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.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
33.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
23.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r))))
29.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (/.f64 q r) q) (/.f64 (neg.f64 (+.f64 r p)) r))))
19.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (*.f64 (+.f64 r p) q) q) (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 r) r)))))
20.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 r p) (*.f64 r r)))))
26.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r r)) (*.f64 (neg.f64 p) (fma.f64 (/.f64 q r) (/.f64 q r) (*.f64 (/.f64 q p) (/.f64 q r)))))))
29.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r r)) (neg.f64 (/.f64 (*.f64 q q) r)))))
30.5%
#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)) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p))))
6.3%
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 r r)) (-.f64 (fabs.f64 r) (fabs.f64 p))))
9.5%
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r))))
5.9%
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (*.f64 (-.f64 (fabs.f64 p) (*.f64 #s(literal -2 binary64) p)) #s(literal 1/2 binary64)))
Compiler

Compiled 4 771 to 2 740 computations (42.6% saved)

simplify190.0ms (1.9%)

Memory
-16.1MiB live, 185.0MiB allocated
Algorithm
egg-herbie
Localize:

Found 18 expressions of interest:

NewMetricScoreProgram
cost-diff192
(fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64)))
cost-diff192
(fma.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)) (/.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))
cost-diff704
(*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)
cost-diff704
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
cost-diff0
(-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r))
cost-diff0
(*.f64 r r)
cost-diff0
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r))))
cost-diff832
(*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r)))
cost-diff0
(neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)))
cost-diff0
(/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r))
cost-diff0
#s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r)))
cost-diff0
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r))))
cost-diff0
(*.f64 #s(literal 1/2 binary64) p)
cost-diff0
#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-diff0
#s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))))
cost-diff0
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))))
cost-diff128
(+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))
cost-diff704
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
01211097
01841087
13461072
27891067
323941059
463281038
081941020
Stop Event
iter limit
node limit
iter limit
Calls
Call 1
Inputs
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))))
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
#s(literal 1 binary64)
#s(literal 2 binary64)
#s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))))
(+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))
#s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p)))
(fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))
(*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r)))
p
(/.f64 r (+.f64 (fabs.f64 r) r))
r
(+.f64 (fabs.f64 r) r)
(fabs.f64 r)
(fabs.f64 p)
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
#s(literal -4 binary64)
(/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))
(*.f64 q q)
q
(+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))
#s(literal 4 binary64)
(*.f64 r r)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) 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)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r))))
#s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r)))
(/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r))
(neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)))
#s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))
(*.f64 (*.f64 q q) r)
(*.f64 q q)
q
r
(*.f64 r r)
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r))))
(*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r)))
(*.f64 r r)
r
(-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r))
(/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))
#s(literal 1/2 binary64)
(-.f64 (fabs.f64 r) (fabs.f64 p))
(fabs.f64 r)
(fabs.f64 p)
p
(/.f64 #s(literal 1/2 binary64) r)
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)) (/.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)))
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
#s(literal 1 binary64)
#s(literal 2 binary64)
(fma.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)) (/.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))
#s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r))
(*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)
(fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64)))
(/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r)
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))
(*.f64 q q)
q
#s(literal 4 binary64)
(*.f64 p p)
p
r
#s(literal -1 binary64)
(*.f64 p #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))))))
(+.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 r)
(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)))
(pow.f64 (-.f64 p r) #s(literal 2 binary64))
(-.f64 p r)
(fabs.f64 p)
Outputs
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))))
(*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (fma.f64 (/.f64 (*.f64 #s(literal -4 binary64) q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r))) (fabs.f64 r))) q #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (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)
#s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))))
#s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (fma.f64 (/.f64 (*.f64 #s(literal -4 binary64) q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r))) (fabs.f64 r))) q #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p)))))
(+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))
(fma.f64 (/.f64 (*.f64 #s(literal -4 binary64) q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r))) (fabs.f64 r))) q #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))))
#s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p)))
#s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p)))
(fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))
(fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))
(*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r)))
(*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p)
p
(/.f64 r (+.f64 (fabs.f64 r) r))
r
(+.f64 (fabs.f64 r) r)
(fabs.f64 r)
(fabs.f64 p)
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
(/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r))) (fabs.f64 r)))
#s(literal -4 binary64)
(/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))
(/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r))) (fabs.f64 r)))
(*.f64 q q)
q
(+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))
(+.f64 (sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r))) (fabs.f64 r))
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
(sqrt.f64 (fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r)))
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))
(fma.f64 (*.f64 q #s(literal 4 binary64)) q (*.f64 r r))
#s(literal 4 binary64)
(*.f64 r r)
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) 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)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (*.f64 (neg.f64 r) r))))
#s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r)))
#s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (*.f64 (neg.f64 r) r)))
(/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r))
(/.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (*.f64 (neg.f64 r) r))
(neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)))
#s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))
(*.f64 (*.f64 q q) r)
(*.f64 q q)
q
r
(*.f64 r r)
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r))))
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) r #s(literal -1/2 binary64)) r))
(*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r)))
(*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) r #s(literal -1/2 binary64)) r)
(*.f64 r r)
r
(-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r))
(/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))
#s(literal 1/2 binary64)
(-.f64 (fabs.f64 r) (fabs.f64 p))
(fabs.f64 r)
(fabs.f64 p)
p
(/.f64 #s(literal 1/2 binary64) r)
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)) (/.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)))
(*.f64 (+.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (fma.f64 (*.f64 p r) #s(literal 2 binary64) (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) (fabs.f64 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 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)) (/.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))
(+.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (fma.f64 (*.f64 p r) #s(literal 2 binary64) (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) (fabs.f64 p))
#s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r))
#s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (fma.f64 (*.f64 p r) #s(literal 2 binary64) (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p))))
(*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)
(fma.f64 (*.f64 p r) #s(literal 2 binary64) (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)))
(fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64)))
(neg.f64 (fma.f64 p #s(literal -2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r)))
(/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r)
(fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))
(*.f64 q q)
q
#s(literal 4 binary64)
(*.f64 p p)
p
r
#s(literal -1 binary64)
(*.f64 p #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))))))
(/.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)))) (fabs.f64 r)))
(+.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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))
(fabs.f64 r)
(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)))
(pow.f64 (-.f64 p r) #s(literal 2 binary64))
(-.f64 p r)
(fabs.f64 p)

localize344.0ms (3.4%)

Memory
2.8MiB live, 637.2MiB allocated
Localize:

Found 18 expressions of interest:

NewMetricScoreProgram
accuracy1.1712015104656315
(*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)
accuracy2.55101043230018
(/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r)
accuracy10.152568463108206
(fma.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)) (/.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))
accuracy12.45066017687058
(sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))
accuracy0.0078125
(/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))
accuracy8.233984640541617
(-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r))
accuracy12.305035397897905
(*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r)))
accuracy20.007323096030564
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r))))
accuracy4.893007734792798
(/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r))
accuracy5.681896935677697
#s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))
accuracy7.443094883390156
#s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r)))
accuracy11.329448235456113
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r))))
accuracy0.0
(*.f64 #s(literal 1/2 binary64) p)
accuracy19.87875688342525
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
accuracy0.49929996991086256
#s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))))
accuracy8.063755833762169
(/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))
accuracy10.477669440967315
#s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p)))
accuracy12.452848198143245
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
Samples
97.0ms118×1exit
59.0ms29×2valid
42.0ms32×1valid
30.0ms51×0invalid
26.0ms25×0valid
2.0ms3valid
Compiler

Compiled 1 911 to 225 computations (88.2% saved)

Precisions
Click to see histograms. Total time spent on operations: 213.0ms
ival-mult: 51.0ms (24% of total)
adjust: 45.0ms (21.1% of total)
ival-add: 43.0ms (20.2% of total)
ival-div: 32.0ms (15% of total)
ival-sqrt: 19.0ms (8.9% of total)
ival-pow2: 9.0ms (4.2% of total)
ival-sub: 6.0ms (2.8% of total)
ival-neg: 5.0ms (2.3% of total)
ival-fabs: 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)

series81.0ms (0.8%)

Memory
16.2MiB live, 177.8MiB allocated
Counts
24 → 340
Calls
Call 1
Inputs
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
(+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))))
#s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (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)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r))))
#s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r)))
(/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r))
(neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)))
(*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r)))
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r))))
(*.f64 r r)
(-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r))
(*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)
(fma.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)) (/.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 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64)))
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
#s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p)))
(/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))
#s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))
(/.f64 #s(literal 1/2 binary64) (-.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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r)
Outputs
(+ (fabs p) (* -4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))))
(* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))
(+ (* -1/2 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) (* p (+ (* -1/2 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (* 1/2 (* p (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))))
(+ (* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) (* p (+ (* -1/2 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (* p (+ (* 1/2 (* p (- (+ (* -1 (* (/ (* r (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -4 (+ (* 1/2 (* (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (+ (* 1/2 (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* 1/2 (/ (* (pow r 3) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 1/2 (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))))))))
(- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(- (+ (fabs p) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(- (+ (fabs p) (* p (- (* p (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(- (+ (fabs p) (* p (- (* p (- (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (- (+ (* -1 (* (/ (* r (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -4 (+ (* 1/2 (* (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (+ (* 1/2 (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* 1/2 (/ (* (pow r 3) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (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))))))))))
(* 1/2 p)
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2))
(+ (* p (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r))))) (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))
(* -1 (/ (pow q 2) r))
(+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (* -1 (/ (pow q 2) r)))
(* -1 (* (pow q 2) r))
(- (* -1 (* p (pow q 2))) (* (pow q 2) r))
(* (pow r 2) (- (* 1/2 (/ 1 (- (fabs r) (fabs p)))) (* 1/2 (/ 1 r))))
(* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) (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 2) (- (fabs r) (fabs p))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(+ (* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) (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)))))) (/ 1 (- (fabs r) (fabs p)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) (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)))))) (/ 1 (- (fabs r) (fabs 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 (- (fabs r) (fabs p)))) (* 1/2 (/ 1 r)))
(* -4 (pow q 2))
(+ (* -4 (pow q 2)) (* 2 (* p r)))
(+ (* -4 (pow q 2)) (* p (+ (* -1 p) (* 2 r))))
(* -4 (/ (pow q 2) r))
(+ (* -4 (/ (pow q 2) r)) (* 2 p))
(+ (* -4 (/ (pow q 2) r)) (* p (+ 2 (* -1 (/ p r)))))
(fabs p)
(+ (fabs p) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))
(* (pow q 2) r)
(+ (* p (pow q 2)) (* (pow q 2) r))
(/ 1/2 (- (fabs r) (fabs p)))
(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))))))))))
(* 4 (/ (pow q 2) r))
(+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r))
(* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(* p (+ (* -4 (/ (pow q 2) (* p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -1 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (fabs p) p))))
(* -1/2 p)
(* p (- (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -2 r)) p)) 1/2))
(* p (- (+ (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -2 r)) p)) (* 1/2 (/ (- (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))) (* 4 (pow q 2))) (pow p 2)))) 1/2))
(* p (- (+ (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -2 r)) p)) (+ (* 1/2 (/ (- (+ (* 2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* -2 r) (+ (fabs r) (* -1 r))))) (* (+ (fabs r) (* -1 r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))))))) (+ (* -4 (* (pow q 2) (+ (fabs r) (* -1 r)))) (* (pow r 2) (+ (fabs r) (* -1 r))))) (pow p 3))) (* 1/2 (/ (- (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))) (* 4 (pow q 2))) (pow p 2))))) 1/2))
(* -1 p)
(* p (- (+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -2 (/ r p)))))
(* p (- (+ (* -1 (/ r p)) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (+ (/ (fabs r) p) (/ (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 2)))))) (+ 1 (+ (* -2 (/ r p)) (* 4 (/ (pow q 2) (pow p 2)))))))
(* p (- (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (+ (* 2 (/ (* (pow q 2) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 3))) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (+ (/ (fabs r) p) (+ (/ (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 2)) (/ (* (+ (fabs r) (* -1 r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))))) (pow p 3))))))))) (+ 1 (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 r))) (pow p 3))) (+ (* -2 (/ r p)) (+ (* 4 (/ (pow q 2) (pow p 2))) (/ (* (pow r 2) (+ (fabs r) (* -1 r))) (pow p 3))))))))
(* 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 (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))
(* p (+ (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))) (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)))
(* -1 (/ (* p (pow q 2)) (pow r 2)))
(* p (+ (* -1 (/ (pow q 2) (* p r))) (* -1 (/ (pow q 2) (pow r 2)))))
(* -1 (* p (pow q 2)))
(* p (- (* -1 (/ (* (pow q 2) r) p)) (pow q 2)))
(* -1/2 (/ (pow p 2) (- (fabs r) (fabs p))))
(* -1 (* (pow p 2) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))))
(* (pow p 2) (- (* 1/2 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) (* -1 r)) (pow p 2))) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))))
(* (pow p 2) (- (+ (* -1 (/ (pow q 2) (pow p 3))) (* 1/2 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) (* -1 r)) (pow p 2)))) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))))
(* -1 (pow p 2))
(* (pow p 2) (- (* 2 (/ r p)) 1))
(* (pow p 2) (- (+ (* -4 (/ (pow q 2) (pow p 2))) (* 2 (/ r p))) 1))
(* -1 (/ (pow p 2) r))
(* (pow p 2) (- (* 2 (/ 1 p)) (/ 1 r)))
(* (pow p 2) (- (+ (* -4 (/ (pow q 2) (* (pow p 2) r))) (* 2 (/ 1 p))) (/ 1 r)))
(* p (+ (* -1 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (fabs p) p)))
(* p (pow q 2))
(* p (+ (/ (* (pow q 2) r) p) (pow q 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)))))))
(/ (pow p 2) r)
(* (pow p 2) (+ (* 4 (/ (pow q 2) (* (pow p 2) r))) (/ 1 r)))
(* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -1 (/ (+ (fabs p) (* -4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) p)) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))
(* -1 (* p (- (* -1/2 (/ (- (+ r (+ (fabs p) (fabs r))) (* 2 r)) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* -1/2 (/ (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))) p)) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) (* 2 r)))) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* 2 r) (+ r (fabs r))))) (* (+ r (fabs r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ r (fabs r)))) (* (pow r 2) (+ r (fabs r))))) p)) (* 1/2 (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))))) p)) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) (* 2 r)))) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (fabs r))) (* 2 r)) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))) p))))) (* 2 r)) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* 2 r) (+ r (fabs r))))) (* (+ r (fabs r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ r (fabs r)))) (* (pow r 2) (+ r (fabs r))))) p)) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r)))))) (* 4 (pow q 2))) p))))) (* 2 r)) p)) 1)))
(* -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 (* r (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r))))))
(* -1 (* p (+ (* -1 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)) (* r (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r)))))))
(* -1 (* p (+ (/ (pow q 2) (* p r)) (/ (pow q 2) (pow r 2)))))
(* -1 (* p (- (/ (* (pow q 2) r) p) (* -1 (pow q 2)))))
(* (pow p 2) (- (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* (pow p 2) (- (* -1 (/ (- (* -1/2 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) r) p)) 1/2) p)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* (pow p 2) (- (* -1 (/ (- (* -1 (/ (+ (* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) r)) (/ (pow q 2) p)) p)) 1/2) p)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* (pow p 2) (- (* -1 (/ (+ (* -2 r) (* 4 (/ (pow q 2) p))) p)) 1))
(* (pow p 2) (- (* -1 (/ (- (* 4 (/ (pow q 2) (* p r))) 2) p)) (/ 1 r)))
(* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -1 (/ (fabs p) p)) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))
(* -1 (* p (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 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)))))
(+ (fabs p) (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))) (* -1 (* p (* r (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))) (* r (+ (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))) (/ (* q r) (pow (+ (fabs r) (* 2 q)) 2))))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))) (* r (+ (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))) (* r (+ (* -1 (* p (* r (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))))))) (/ q (pow (+ (fabs r) (* 2 q)) 2))))))))
(* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))))
(+ (* 1/2 (* r (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))
(+ (* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) (* r (+ (* 1/2 (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (* 1/2 (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))))
(+ (* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) (* r (+ (* 1/2 (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (* r (+ (* 1/2 (* r (- (+ (* -1 (* (/ (* p (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 3) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))) (+ (* -4 (+ (* 1/2 (* (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (+ (* 1/2 (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* (/ (* p (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (* 1/2 (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))))))))
(- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(- (+ (fabs p) (* r (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(- (+ (fabs p) (* r (- (+ (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(- (+ (fabs p) (* r (- (+ (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 3) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))) (+ (* -4 (+ (* 1/2 (* (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (+ (* 1/2 (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* (/ (* p (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (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))))))))))
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 2))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))))) (pow r 2))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))))) (pow r 2))
(- (* -1 (* (pow q 2) r)) (* p (pow q 2)))
(* -1/2 r)
(* r (- (* 1/2 (/ r (- (fabs r) (fabs p)))) 1/2))
(* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(+ (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* r (- (/ 1 (- (fabs r) (fabs p))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))))))))))
(+ (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 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 (- (fabs r) (fabs p))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))))))))
(pow r 2)
(/ -1/2 r)
(/ (- (* 1/2 (/ r (- (fabs r) (fabs p)))) 1/2) r)
(* -1 (+ (* 4 (pow q 2)) (pow p 2)))
(+ (* -1 (+ (* 4 (pow q 2)) (pow p 2))) (* 2 (* p r)))
(* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r))
(/ (+ (* -1 (+ (* 4 (pow q 2)) (pow p 2))) (* 2 (* p r))) 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) (* -1 (* p (* r (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q)))))))))
(+ (fabs p) (* r (+ (* -1 (* p (* (pow r 2) (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))))))) (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))))))
(+ (fabs p) (* r (+ (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))) (* (pow r 2) (+ (* -1 (* p (* (pow r 2) (+ (* -2 (+ (* 1/16 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/64 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))))) (* 4 (+ (* 3/256 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))) (+ (* 1/2 (/ (- (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 4))) (/ (* (pow q 2) (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 4))) q)) (* 1/32 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3))))))))))) (* -1 (* p (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2))))))))))))
(/ (pow q 2) (+ (fabs r) (* 2 q)))
(+ (* -1/4 (/ (* q (pow r 2)) (pow (+ (fabs r) (* 2 q)) 2))) (/ (pow q 2) (+ (fabs r) (* 2 q))))
(+ (* (pow r 2) (- (* (pow r 2) (+ (* 1/64 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/16 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/4 (/ q (pow (+ (fabs r) (* 2 q)) 2))))) (/ (pow q 2) (+ (fabs r) (* 2 q))))
(+ (* (pow r 2) (- (* (pow r 2) (+ (* -1 (* (pow r 2) (+ (* 1/512 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))) (+ (* 1/256 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/4 (/ (+ (* 1/64 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/16 (/ 1 (pow (+ (fabs r) (* 2 q)) 3)))) (* q (+ (fabs r) (* 2 q))))))))) (+ (* 1/64 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/16 (/ 1 (pow (+ (fabs r) (* 2 q)) 3)))))) (* 1/4 (/ q (pow (+ (fabs r) (* 2 q)) 2))))) (/ (pow q 2) (+ (fabs r) (* 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))))))))))
(/ (+ (* 4 (pow q 2)) (pow p 2)) r)
(+ (fabs p) (* 2 p))
(+ (fabs p) (+ (* -4 (/ (pow q 2) r)) (+ (* -2 (/ (* p (fabs r)) r)) (* 2 p))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) r)) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (+ (* 2 p) (* 4 (/ (* (pow q 2) (fabs r)) (pow r 2))))))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) r)) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* -8 (* (pow q 2) (fabs r))) (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))))) (pow r 3))) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (+ (* 2 p) (+ (* 4 (/ (* (pow q 2) (fabs r)) (pow r 2))) (* 4 (/ (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4))) (pow r 3))))))))))
(* 1/2 (- (fabs p) (* -2 p)))
(+ (* 1/2 (- (fabs p) (* -2 p))) (* 1/2 (/ (- (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)))
(+ (* 1/2 (- (fabs p) (* -2 p))) (+ (* 1/2 (/ (- (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)) (* 1/2 (/ (- (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))) (+ (* -4 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))))))) (pow r 2)))))
(+ (* 1/2 (- (fabs p) (* -2 p))) (+ (* 1/2 (/ (- (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)) (+ (* 1/2 (/ (- (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* 2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))))))) (+ (* 2 (* p (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ (fabs r) (* -1 p)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* p (* (pow q 2) (+ (fabs r) (* -1 p))))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* 2 (* p (pow q 2))))))))))) (pow r 3))) (* 1/2 (/ (- (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))) (+ (* -4 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))))))) (pow r 2))))))
(- (fabs p) (* -2 p))
(- (+ (fabs p) (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r)) (+ (* -2 p) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r)))))
(- (+ (fabs p) (+ (* 2 (/ (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))) (pow r 2))) (+ (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r) (/ (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 2))))) (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -2 p) (+ (* -2 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 2))) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r))))))))
(- (+ (fabs p) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* 2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))))) (pow r 3))) (+ (* 2 (/ (* p (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (pow r 3))) (+ (* 2 (/ (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))) (pow r 2))) (+ (* 2 (/ (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 3))) (+ (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r) (/ (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 2)))))))) (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -4 (/ (+ (* -1 (* (pow q 2) (pow (+ (fabs r) (* -1 p)) 2))) (* 2 (pow q 4))) (pow r 3))) (+ (* -2 p) (+ (* -2 (/ (* p (* (pow q 2) (+ (fabs r) (* -1 p)))) (pow r 3))) (+ (* -2 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -2 (/ (* (pow q 2) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 3))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* 2 (* p (pow q 2)))))) (pow r 3))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 2))) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 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 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)
(* r (- (* -1 (/ (* p (pow q 2)) r)) (pow q 2)))
(* 1/2 (/ (pow r 2) (- (fabs r) (fabs p))))
(* (pow r 2) (- (+ (* 1/2 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* -1 p)) (pow r 2))) (* 1/2 (/ 1 (- (fabs r) (fabs p))))) (* 1/2 (/ 1 r))))
(* (pow r 2) (- (+ (* -1 (/ (pow q 2) (pow r 3))) (+ (* 1/2 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* -1 p)) (pow r 2))) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))) (* 1/2 (/ 1 r))))
(* 2 (* p r))
(* r (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r)) (* 2 p)))
(* 2 p)
(+ (* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r)) (* 2 p))
r
(* 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)))))))
(+ (fabs p) (+ (* -2 (/ (* p (fabs r)) r)) (* 2 p)))
(+ (fabs p) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (* 2 p))))
(+ (fabs p) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* -8 (* (pow q 2) (fabs r))) (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))))) (pow r 3))) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (* 2 p)))))
(/ (pow q 2) r)
(/ (+ (* -1 (/ (* (pow q 2) (fabs r)) r)) (pow q 2)) r)
(/ (- (+ (* -1 (/ (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4))) (pow r 2))) (pow q 2)) (/ (* (pow q 2) (fabs r)) r)) r)
(/ (- (+ (* -1 (/ (+ (* -2 (* (pow q 4) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4)))))) (pow r 3))) (pow q 2)) (+ (* -1 (/ (* (pow q 2) (pow (fabs r) 2)) (pow r 2))) (+ (* 2 (/ (pow q 4) (pow r 2))) (/ (* (pow q 2) (fabs r)) r)))) r)
(* r (+ (/ (* p (pow q 2)) r) (pow q 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)))))))
(+ (fabs p) (* -2 p))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -4 (pow q 2)) (* 2 (* p (fabs r)))) r))))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -4 (pow q 2)) (+ (* -1 (/ (+ (* -1 (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 4 (* (pow q 2) (fabs r)))) r)) (* 2 (* p (fabs r))))) r))))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -4 (pow q 2)) (+ (* -1 (/ (+ (* -1 (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (+ (* -1 (/ (+ (* -1 (* p (+ (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 8 (* (pow q 2) (fabs r)))))) (* 4 (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4))))) r)) (* 4 (* (pow q 2) (fabs r))))) r)) (* 2 (* p (fabs r))))) r))))
(* 1/2 (- (fabs p) (* 2 p)))
(+ (* -1/2 (/ (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)) (* 1/2 (- (fabs p) (* 2 p))))
(+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* 1/2 (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))))) r)) (* 1/2 (- (fabs p) (* 2 p))))
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -2 (* p (* (pow q 2) (- (* 2 p) (+ p (fabs r)))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ p (fabs r)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))))))) (* 2 (* p (* (pow q 2) (+ p (fabs r))))))))) r)) (* 1/2 (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))))) r)) (* 1/2 (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))))) r)) (* 1/2 (- (fabs p) (* 2 p))))
(- (fabs p) (* 2 p))
(- (+ (fabs p) (* -1 (/ (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(- (+ (fabs p) (* -1 (/ (- (+ (* -1 (/ (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(- (+ (fabs p) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -2 (* p (* (pow q 2) (- (* 2 p) (+ p (fabs r)))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ p (fabs r)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))))))) (* 2 (* p (* (pow q 2) (+ p (fabs r))))))))) r)) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(* 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 (* -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)))))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r))
(* -1 (* r (- (/ (* p (pow q 2)) r) (* -1 (pow q 2)))))
(* (pow r 2) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* (pow r 2) (+ (* -1 (/ (- (* -1/2 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) p) r)) 1/2) r)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* (pow r 2) (+ (* -1 (/ (- (* -1 (/ (+ (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) p)) (/ (pow q 2) r)) r)) 1/2) r)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* -1 (* r (+ (* -2 p) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r)))))
(* -1 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))))))))
(+ (fabs p) (+ (* -2 p) (* -2 (/ (* p (fabs r)) r))))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* 2 (* p (fabs r))) (/ (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) r)) r))))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (/ (* p (+ (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 8 (* (pow q 2) (fabs r))))) r)) r)) (* 2 (* p (fabs r)))) r))))
(* -1 (/ (+ (/ (* (pow q 2) (fabs r)) r) (pow q 2)) r))
(* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (* (pow q 2) (pow (fabs r) 2)) r)) (* 2 (/ (pow q 4) r))) (* (pow q 2) (fabs r))) r)) (pow q 2)) r))
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* -2 (/ (* (pow q 4) (fabs r)) r)) (* -1 (/ (* (fabs r) (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4)))) r))) (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4)))) r)) (* (pow q 2) (fabs r))) r)) (pow q 2)) r))
(* -1 (* r (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 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)))))
(+ (fabs p) (* 2 (/ (* p r) (+ r (fabs r)))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (- (* -8 (/ p (pow (+ r (fabs r)) 2))) (* 4 (/ 1 (+ r (fabs r))))))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (- (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* (pow q 2) (+ (* -1 (* p (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))))))) (* 8 (/ 1 (* r (pow (+ r (fabs r)) 2))))))) (* 4 (/ 1 (+ r (fabs r))))))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (- (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* (pow q 2) (+ (* -1 (* p (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))))))) (+ (* 8 (/ 1 (* r (pow (+ r (fabs r)) 2)))) (* (pow q 2) (+ (* -4 (+ (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2)))))) (* -1 (* p (+ (* 2 (+ (* 2 (/ (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2))))))) (* 4 (- (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (+ (* 6 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2)))) (+ (* 8 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 16 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))))))))))) (* 4 (/ 1 (+ r (fabs r))))))))
(* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r))))
(+ (* 1/2 (* (pow q 2) (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r))))))) (* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))))
(+ (* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (* 1/2 (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))))))
(+ (* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))) (* (pow q 2) (+ (* 1/2 (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (+ (* 2 (/ (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* -2 (/ (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2))))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* 4 (/ (pow r 2) (* (pow (- p r) 4) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ (pow r 2) (* (pow (- p r) 5) (pow (- (+ p (fabs r)) r) 2)))))))))) (* 1/2 (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))))))))))))
(- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (+ (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (* (pow q 2) (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (+ (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (* (pow q 2) (- (+ (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* (pow q 2) (- (+ (* 2 (/ (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* -2 (/ (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2))))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* 4 (/ (pow r 2) (* (pow (- p r) 4) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ (pow r 2) (* (pow (- p r) 5) (pow (- (+ p (fabs r)) r) 2)))))))))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs 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 (/ (* (pow q 2) (+ 1 (/ p r))) r)) (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))
(* -1 (/ (* (pow q 2) (+ p r)) (pow r 2)))
(* -1 (* (pow q 2) (+ p r)))
(* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p))
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p)))
(+ (* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))
(+ (* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r)))))
(* r (+ (* -1 (/ (pow p 2) r)) (* 2 p)))
(+ (* -4 (pow q 2)) (* r (+ (* -1 (/ (pow p 2) r)) (* 2 p))))
(+ (* -1 (/ (pow p 2) r)) (* 2 p))
(+ (* -4 (/ (pow q 2) r)) (+ (* -1 (/ (pow p 2) r)) (* 2 p)))
(+ 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) (+ (* -8 (/ (* p (pow q 2)) (pow (+ r (fabs r)) 2))) (* 2 (/ (* p r) (+ r (fabs r))))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* -1 (* p (* (pow q 2) (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))))))))))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* (pow q 2) (+ (* -1 (* p (* (pow q 2) (+ (* 2 (+ (* 2 (/ (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2))))))) (* 4 (- (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (+ (* 6 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2)))) (+ (* 8 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 16 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4)))))))))) (* -1 (* p (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))))))))))))
(/ (pow q 2) (+ r (fabs r)))
(* (pow q 2) (+ (* -2 (/ (pow q 2) (* r (pow (+ r (fabs r)) 2)))) (/ 1 (+ r (fabs r)))))
(* (pow q 2) (+ (* (pow q 2) (- (* (pow q 2) (+ (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2)))))) (* 2 (/ 1 (* r (pow (+ r (fabs r)) 2)))))) (/ 1 (+ r (fabs r)))))
(* (pow q 2) (+ (* (pow q 2) (- (* (pow q 2) (+ (* -1 (* (pow q 2) (+ (* 2 (/ (+ (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 5) (pow (+ r (fabs r)) 2)))))))) (+ (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2)))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3))))))) (* 2 (/ 1 (* r (pow (+ r (fabs r)) 2)))))) (/ 1 (+ r (fabs r)))))
(* (pow q 2) (+ 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)
(* -2 q)
(* q (- (/ (fabs p) q) (+ 2 (* -1 (/ (fabs r) q)))))
(* q (- (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) (pow q 2))) (/ (fabs p) q)) (+ 2 (+ (* -4 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))) (pow q 2))) (* -1 (/ (fabs r) q))))))
(* q (- (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) (pow q 2))) (+ (* -1 (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) (pow q 3))) (/ (fabs p) q))) (+ 2 (+ (* -4 (/ (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) (* -1/32 (* (pow r 2) (fabs r)))) (pow q 3))) (+ (* -4 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))) (pow q 2))) (* -1 (/ (fabs r) q)))))))
(* -1 q)
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) (pow q 2)))) 1))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) (pow q 3))) (* 1/2 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) (pow q 2))))) 1))
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))
(* q (- (+ (* -1/2 (/ (pow (fabs r) 2) (pow q 2))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/2 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))))) (+ 2 (* 1/2 (/ (pow (- p r) 2) (pow q 2))))))
(* q (- (+ (* -1/2 (/ (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2)))) (pow q 3))) (+ (* -1/2 (/ (pow (fabs r) 2) (pow q 2))) (+ (* -1/8 (/ (* (fabs r) (pow (- p r) 2)) (pow q 3))) (+ (* 1/4 (/ (* (fabs r) (pow (- p r) 2)) (pow q 3))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/2 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))))))) (+ 2 (+ (* 1/4 (/ (* (pow r 2) (fabs r)) (pow q 3))) (* 1/2 (/ (pow (- p r) 2) (pow q 2)))))))
(* 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))
(* -1 (/ (* (pow q 2) (+ 1 (/ p r))) r))
(* (pow q 2) (+ (* -1 (/ (+ 1 (/ p r)) r)) (/ (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) (pow q 2))))
(* q (- (* 1/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q)) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q))) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q)))) 1))
(* (pow q 2) (- (/ (* r (+ (* -1 (/ (pow p 2) r)) (* 2 p))) (pow q 2)) 4))
(* (pow q 2) (- (+ (* -1 (/ (pow p 2) (* (pow q 2) r))) (* 2 (/ p (pow q 2)))) (* 4 (/ 1 r))))
(* 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)))))))
(+ (fabs p) (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) q)))
(+ (fabs p) (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) q)) (* -1 (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) (pow q 2)))))
(+ (fabs p) (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) q)) (+ (* -1 (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) (pow q 2))) (* -1 (/ (* p (+ (* 2 (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3)))) (* 4 (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3)))))) (pow q 3))))))
(* 1/2 q)
(* q (+ 1/2 (* -1/4 (/ (fabs r) q))))
(* q (- (+ 1/2 (* -1 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))) (pow q 2)))) (* 1/4 (/ (fabs r) q))))
(* q (- (+ 1/2 (* -1 (/ (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) (* -1/32 (* (pow r 2) (fabs r)))) (pow q 3)))) (+ (* -1/8 (/ (pow (fabs r) 2) (pow q 2))) (+ (* 1/16 (/ (pow r 2) (pow q 2))) (* 1/4 (/ (fabs r) 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)))))))
(* (pow q 2) (+ (* 4 (/ 1 r)) (/ (pow p 2) (* (pow q 2) r))))
(* -1 (* q (- (* -1 (/ (- (fabs p) (* -1 (fabs r))) q)) 2)))
(* -1 (* q (- (* -1 (/ (- (+ (fabs p) (* -1 (/ (- (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (* -4 (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) q))) (* -1 (fabs r))) q)) 2)))
(* -1 (* q (- (* -1 (/ (- (+ (fabs p) (* -1 (/ (- (+ (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (* -1 (/ (- (* -1 (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r)))))) (* -4 (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) (* -1/32 (* (pow r 2) (fabs r)))))) q))) (* -4 (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) q))) (* -1 (fabs r))) q)) 2)))
q
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) q)) (* 1/2 (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 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 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) q)) (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2))))) (* 1/2 (pow (- p r) 2))) q)))) q)) 2)))
(* -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/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))))) 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))))))))
(+ (fabs p) (/ (* p (+ (* -1 r) (* 1/2 r))) q))
(+ (fabs p) (* -1 (/ (+ (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) q)) q)))
(+ (fabs p) (* -1 (/ (+ (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (* -1 (/ (+ (* -1 (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r)))))) (/ (* p (+ (* 2 (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3)))) (* 4 (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3)))))) q)) q))) q)))
(* -1/2 q)
(* -1 (* q (+ 1/2 (* 1/4 (/ (fabs r) q)))))
(* -1 (* q (+ 1/2 (* -1 (/ (- (+ (* -1/8 (/ (pow (fabs r) 2) q)) (* 1/16 (/ (pow r 2) q))) (* 1/4 (fabs r))) q)))))
(* -1 (* q (+ 1/2 (* -1 (/ (- (* -1 (/ (- (+ (* -1/2 (/ (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2)))) q)) (* -1/32 (/ (* (pow r 2) (fabs r)) q))) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2)))) q)) (* 1/4 (fabs r))) q)))))
(* -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))))))))
Calls

9 calls:

TimeVariablePointExpression
19.0ms
q
@-inf
((/ 1 2) (+ (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (* -4 (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (* (/ 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)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/ (neg (* (* q q) (+ r p))) (* r r)) (neg (* (* q q) (+ r p))) (* (* r r) (- (/ 1/2 (- (fabs r) (fabs p))) (/ 1/2 r))) (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (* r r) (- (/ 1/2 (- (fabs r) (fabs p))) (/ 1/2 r)) (* (+ (* (/ (+ (* (* q q) 4) (* p p)) r) -1) (* p 2)) r) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+ (* (/ (+ (* (* q q) 4) (* p p)) r) -1) (* p 2)) (sqrt (+ (* (* q q) 4) (* r r))) (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (* (* q q) (+ r p)) (/ 1/2 (- (fabs r) (fabs p))) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ (+ (* (* q q) 4) (* p p)) r))
10.0ms
p
@0
((/ 1 2) (+ (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (* -4 (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (* (/ 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)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/ (neg (* (* q q) (+ r p))) (* r r)) (neg (* (* q q) (+ r p))) (* (* r r) (- (/ 1/2 (- (fabs r) (fabs p))) (/ 1/2 r))) (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (* r r) (- (/ 1/2 (- (fabs r) (fabs p))) (/ 1/2 r)) (* (+ (* (/ (+ (* (* q q) 4) (* p p)) r) -1) (* p 2)) r) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+ (* (/ (+ (* (* q q) 4) (* p p)) r) -1) (* p 2)) (sqrt (+ (* (* q q) 4) (* r r))) (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (* (* q q) (+ r p)) (/ 1/2 (- (fabs r) (fabs p))) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ (+ (* (* q q) 4) (* p p)) r))
7.0ms
p
@-inf
((/ 1 2) (+ (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (* -4 (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (* (/ 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)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/ (neg (* (* q q) (+ r p))) (* r r)) (neg (* (* q q) (+ r p))) (* (* r r) (- (/ 1/2 (- (fabs r) (fabs p))) (/ 1/2 r))) (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (* r r) (- (/ 1/2 (- (fabs r) (fabs p))) (/ 1/2 r)) (* (+ (* (/ (+ (* (* q q) 4) (* p p)) r) -1) (* p 2)) r) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+ (* (/ (+ (* (* q q) 4) (* p p)) r) -1) (* p 2)) (sqrt (+ (* (* q q) 4) (* r r))) (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (* (* q q) (+ r p)) (/ 1/2 (- (fabs r) (fabs p))) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ (+ (* (* q q) 4) (* p p)) r))
6.0ms
p
@inf
((/ 1 2) (+ (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (* -4 (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (* (/ 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)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/ (neg (* (* q q) (+ r p))) (* r r)) (neg (* (* q q) (+ r p))) (* (* r r) (- (/ 1/2 (- (fabs r) (fabs p))) (/ 1/2 r))) (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (* r r) (- (/ 1/2 (- (fabs r) (fabs p))) (/ 1/2 r)) (* (+ (* (/ (+ (* (* q q) 4) (* p p)) r) -1) (* p 2)) r) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+ (* (/ (+ (* (* q q) 4) (* p p)) r) -1) (* p 2)) (sqrt (+ (* (* q q) 4) (* r r))) (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (* (* q q) (+ r p)) (/ 1/2 (- (fabs r) (fabs p))) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ (+ (* (* q q) 4) (* p p)) r))
6.0ms
r
@inf
((/ 1 2) (+ (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (* -4 (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (* (/ 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)))))) (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/ (neg (* (* q q) (+ r p))) (* r r)) (neg (* (* q q) (+ r p))) (* (* r r) (- (/ 1/2 (- (fabs r) (fabs p))) (/ 1/2 r))) (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (* r r) (- (/ 1/2 (- (fabs r) (fabs p))) (/ 1/2 r)) (* (+ (* (/ (+ (* (* q q) 4) (* p p)) r) -1) (* p 2)) r) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+ (* (/ (+ (* (* q q) 4) (* p p)) r) -1) (* p 2)) (sqrt (+ (* (* q q) 4) (* r r))) (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (* (* q q) (+ r p)) (/ 1/2 (- (fabs r) (fabs p))) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (/ (+ (* (* q q) 4) (* p p)) r))

simplify251.0ms (2.5%)

Memory
1.9MiB live, 400.0MiB allocated
Algorithm
egg-herbie
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
0214519293
1716719231
0811718030
Stop Event
iter limit
node limit
Counts
340 → 337
Calls
Call 1
Inputs
(+ (fabs p) (* -4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))))
(* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))
(+ (* -1/2 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) (* p (+ (* -1/2 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (* 1/2 (* p (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))))
(+ (* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) (* p (+ (* -1/2 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (* p (+ (* 1/2 (* p (- (+ (* -1 (* (/ (* r (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -4 (+ (* 1/2 (* (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (+ (* 1/2 (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* 1/2 (/ (* (pow r 3) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 1/2 (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))))))))
(- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(- (+ (fabs p) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(- (+ (fabs p) (* p (- (* p (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(- (+ (fabs p) (* p (- (* p (- (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (- (+ (* -1 (* (/ (* r (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -4 (+ (* 1/2 (* (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (+ (* 1/2 (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* 1/2 (/ (* (pow r 3) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (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))))))))))
(* 1/2 p)
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2))
(+ (* p (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r))))) (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))
(* -1 (/ (pow q 2) r))
(+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (* -1 (/ (pow q 2) r)))
(* -1 (* (pow q 2) r))
(- (* -1 (* p (pow q 2))) (* (pow q 2) r))
(* (pow r 2) (- (* 1/2 (/ 1 (- (fabs r) (fabs p)))) (* 1/2 (/ 1 r))))
(* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) (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 2) (- (fabs r) (fabs p))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(+ (* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) (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)))))) (/ 1 (- (fabs r) (fabs p)))))) (* 1/2 (* r (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(+ (* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) (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)))))) (/ 1 (- (fabs r) (fabs 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 (- (fabs r) (fabs p)))) (* 1/2 (/ 1 r)))
(* -4 (pow q 2))
(+ (* -4 (pow q 2)) (* 2 (* p r)))
(+ (* -4 (pow q 2)) (* p (+ (* -1 p) (* 2 r))))
(* -4 (/ (pow q 2) r))
(+ (* -4 (/ (pow q 2) r)) (* 2 p))
(+ (* -4 (/ (pow q 2) r)) (* p (+ 2 (* -1 (/ p r)))))
(fabs p)
(+ (fabs p) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))
(* (pow q 2) r)
(+ (* p (pow q 2)) (* (pow q 2) r))
(/ 1/2 (- (fabs r) (fabs p)))
(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))))))))))
(* 4 (/ (pow q 2) r))
(+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r))
(* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(* p (+ (* -4 (/ (pow q 2) (* p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -1 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (fabs p) p))))
(* -1/2 p)
(* p (- (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -2 r)) p)) 1/2))
(* p (- (+ (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -2 r)) p)) (* 1/2 (/ (- (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))) (* 4 (pow q 2))) (pow p 2)))) 1/2))
(* p (- (+ (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -2 r)) p)) (+ (* 1/2 (/ (- (+ (* 2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* -2 r) (+ (fabs r) (* -1 r))))) (* (+ (fabs r) (* -1 r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))))))) (+ (* -4 (* (pow q 2) (+ (fabs r) (* -1 r)))) (* (pow r 2) (+ (fabs r) (* -1 r))))) (pow p 3))) (* 1/2 (/ (- (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))) (* 4 (pow q 2))) (pow p 2))))) 1/2))
(* -1 p)
(* p (- (+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -2 (/ r p)))))
(* p (- (+ (* -1 (/ r p)) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (+ (/ (fabs r) p) (/ (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 2)))))) (+ 1 (+ (* -2 (/ r p)) (* 4 (/ (pow q 2) (pow p 2)))))))
(* p (- (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (+ (* 2 (/ (* (pow q 2) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 3))) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (+ (/ (fabs r) p) (+ (/ (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 2)) (/ (* (+ (fabs r) (* -1 r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))))) (pow p 3))))))))) (+ 1 (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 r))) (pow p 3))) (+ (* -2 (/ r p)) (+ (* 4 (/ (pow q 2) (pow p 2))) (/ (* (pow r 2) (+ (fabs r) (* -1 r))) (pow p 3))))))))
(* 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 (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))
(* p (+ (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))) (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)))
(* -1 (/ (* p (pow q 2)) (pow r 2)))
(* p (+ (* -1 (/ (pow q 2) (* p r))) (* -1 (/ (pow q 2) (pow r 2)))))
(* -1 (* p (pow q 2)))
(* p (- (* -1 (/ (* (pow q 2) r) p)) (pow q 2)))
(* -1/2 (/ (pow p 2) (- (fabs r) (fabs p))))
(* -1 (* (pow p 2) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))))
(* (pow p 2) (- (* 1/2 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) (* -1 r)) (pow p 2))) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))))
(* (pow p 2) (- (+ (* -1 (/ (pow q 2) (pow p 3))) (* 1/2 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) (* -1 r)) (pow p 2)))) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))))
(* -1 (pow p 2))
(* (pow p 2) (- (* 2 (/ r p)) 1))
(* (pow p 2) (- (+ (* -4 (/ (pow q 2) (pow p 2))) (* 2 (/ r p))) 1))
(* -1 (/ (pow p 2) r))
(* (pow p 2) (- (* 2 (/ 1 p)) (/ 1 r)))
(* (pow p 2) (- (+ (* -4 (/ (pow q 2) (* (pow p 2) r))) (* 2 (/ 1 p))) (/ 1 r)))
(* p (+ (* -1 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (fabs p) p)))
(* p (pow q 2))
(* p (+ (/ (* (pow q 2) r) p) (pow q 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)))))))
(/ (pow p 2) r)
(* (pow p 2) (+ (* 4 (/ (pow q 2) (* (pow p 2) r))) (/ 1 r)))
(* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -1 (/ (+ (fabs p) (* -4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) p)) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))
(* -1 (* p (- (* -1/2 (/ (- (+ r (+ (fabs p) (fabs r))) (* 2 r)) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* -1/2 (/ (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))) p)) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) (* 2 r)))) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* 2 r) (+ r (fabs r))))) (* (+ r (fabs r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ r (fabs r)))) (* (pow r 2) (+ r (fabs r))))) p)) (* 1/2 (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))))) p)) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) (* 2 r)))) p)) 1/2)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (fabs r))) (* 2 r)) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))) p))))) (* 2 r)) p)) 1)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* 2 r) (+ r (fabs r))))) (* (+ r (fabs r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ r (fabs r)))) (* (pow r 2) (+ r (fabs r))))) p)) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r)))))) (* 4 (pow q 2))) p))))) (* 2 r)) p)) 1)))
(* -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 (* r (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r))))))
(* -1 (* p (+ (* -1 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)) (* r (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r)))))))
(* -1 (* p (+ (/ (pow q 2) (* p r)) (/ (pow q 2) (pow r 2)))))
(* -1 (* p (- (/ (* (pow q 2) r) p) (* -1 (pow q 2)))))
(* (pow p 2) (- (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* (pow p 2) (- (* -1 (/ (- (* -1/2 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) r) p)) 1/2) p)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* (pow p 2) (- (* -1 (/ (- (* -1 (/ (+ (* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) r)) (/ (pow q 2) p)) p)) 1/2) p)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* (pow p 2) (- (* -1 (/ (+ (* -2 r) (* 4 (/ (pow q 2) p))) p)) 1))
(* (pow p 2) (- (* -1 (/ (- (* 4 (/ (pow q 2) (* p r))) 2) p)) (/ 1 r)))
(* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -1 (/ (fabs p) p)) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))
(* -1 (* p (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 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)))))
(+ (fabs p) (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))) (* -1 (* p (* r (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))) (* r (+ (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))) (/ (* q r) (pow (+ (fabs r) (* 2 q)) 2))))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))) (* r (+ (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))) (* r (+ (* -1 (* p (* r (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))))))) (/ q (pow (+ (fabs r) (* 2 q)) 2))))))))
(* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))))
(+ (* 1/2 (* r (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))
(+ (* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) (* r (+ (* 1/2 (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (* 1/2 (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))))
(+ (* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) (* r (+ (* 1/2 (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (* r (+ (* 1/2 (* r (- (+ (* -1 (* (/ (* p (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 3) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))) (+ (* -4 (+ (* 1/2 (* (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (+ (* 1/2 (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* (/ (* p (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (* 1/2 (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))))))))
(- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(- (+ (fabs p) (* r (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(- (+ (fabs p) (* r (- (+ (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(- (+ (fabs p) (* r (- (+ (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 3) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))) (+ (* -4 (+ (* 1/2 (* (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (+ (* 1/2 (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* (/ (* p (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (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))))))))))
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 2))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))))) (pow r 2))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))))) (pow r 2))
(- (* -1 (* (pow q 2) r)) (* p (pow q 2)))
(* -1/2 r)
(* r (- (* 1/2 (/ r (- (fabs r) (fabs p)))) 1/2))
(* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(+ (* 1/2 (* (* p r) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))
(+ (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* r (- (/ 1 (- (fabs r) (fabs p))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))))))))))
(+ (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 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 (- (fabs r) (fabs p))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))))))))
(pow r 2)
(/ -1/2 r)
(/ (- (* 1/2 (/ r (- (fabs r) (fabs p)))) 1/2) r)
(* -1 (+ (* 4 (pow q 2)) (pow p 2)))
(+ (* -1 (+ (* 4 (pow q 2)) (pow p 2))) (* 2 (* p r)))
(* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r))
(/ (+ (* -1 (+ (* 4 (pow q 2)) (pow p 2))) (* 2 (* p r))) 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) (* -1 (* p (* r (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q)))))))))
(+ (fabs p) (* r (+ (* -1 (* p (* (pow r 2) (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))))))) (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))))))
(+ (fabs p) (* r (+ (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))) (* (pow r 2) (+ (* -1 (* p (* (pow r 2) (+ (* -2 (+ (* 1/16 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/64 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))))) (* 4 (+ (* 3/256 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))) (+ (* 1/2 (/ (- (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 4))) (/ (* (pow q 2) (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 4))) q)) (* 1/32 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3))))))))))) (* -1 (* p (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2))))))))))))
(/ (pow q 2) (+ (fabs r) (* 2 q)))
(+ (* -1/4 (/ (* q (pow r 2)) (pow (+ (fabs r) (* 2 q)) 2))) (/ (pow q 2) (+ (fabs r) (* 2 q))))
(+ (* (pow r 2) (- (* (pow r 2) (+ (* 1/64 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/16 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/4 (/ q (pow (+ (fabs r) (* 2 q)) 2))))) (/ (pow q 2) (+ (fabs r) (* 2 q))))
(+ (* (pow r 2) (- (* (pow r 2) (+ (* -1 (* (pow r 2) (+ (* 1/512 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))) (+ (* 1/256 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/4 (/ (+ (* 1/64 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/16 (/ 1 (pow (+ (fabs r) (* 2 q)) 3)))) (* q (+ (fabs r) (* 2 q))))))))) (+ (* 1/64 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/16 (/ 1 (pow (+ (fabs r) (* 2 q)) 3)))))) (* 1/4 (/ q (pow (+ (fabs r) (* 2 q)) 2))))) (/ (pow q 2) (+ (fabs r) (* 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))))))))))
(/ (+ (* 4 (pow q 2)) (pow p 2)) r)
(+ (fabs p) (* 2 p))
(+ (fabs p) (+ (* -4 (/ (pow q 2) r)) (+ (* -2 (/ (* p (fabs r)) r)) (* 2 p))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) r)) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (+ (* 2 p) (* 4 (/ (* (pow q 2) (fabs r)) (pow r 2))))))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) r)) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* -8 (* (pow q 2) (fabs r))) (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))))) (pow r 3))) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (+ (* 2 p) (+ (* 4 (/ (* (pow q 2) (fabs r)) (pow r 2))) (* 4 (/ (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4))) (pow r 3))))))))))
(* 1/2 (- (fabs p) (* -2 p)))
(+ (* 1/2 (- (fabs p) (* -2 p))) (* 1/2 (/ (- (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)))
(+ (* 1/2 (- (fabs p) (* -2 p))) (+ (* 1/2 (/ (- (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)) (* 1/2 (/ (- (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))) (+ (* -4 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))))))) (pow r 2)))))
(+ (* 1/2 (- (fabs p) (* -2 p))) (+ (* 1/2 (/ (- (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)) (+ (* 1/2 (/ (- (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* 2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))))))) (+ (* 2 (* p (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ (fabs r) (* -1 p)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* p (* (pow q 2) (+ (fabs r) (* -1 p))))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* 2 (* p (pow q 2))))))))))) (pow r 3))) (* 1/2 (/ (- (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))) (+ (* -4 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))))))) (pow r 2))))))
(- (fabs p) (* -2 p))
(- (+ (fabs p) (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r)) (+ (* -2 p) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r)))))
(- (+ (fabs p) (+ (* 2 (/ (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))) (pow r 2))) (+ (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r) (/ (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 2))))) (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -2 p) (+ (* -2 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 2))) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r))))))))
(- (+ (fabs p) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* 2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))))) (pow r 3))) (+ (* 2 (/ (* p (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (pow r 3))) (+ (* 2 (/ (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))) (pow r 2))) (+ (* 2 (/ (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 3))) (+ (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r) (/ (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 2)))))))) (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -4 (/ (+ (* -1 (* (pow q 2) (pow (+ (fabs r) (* -1 p)) 2))) (* 2 (pow q 4))) (pow r 3))) (+ (* -2 p) (+ (* -2 (/ (* p (* (pow q 2) (+ (fabs r) (* -1 p)))) (pow r 3))) (+ (* -2 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -2 (/ (* (pow q 2) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 3))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* 2 (* p (pow q 2)))))) (pow r 3))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 2))) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 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 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)
(* r (- (* -1 (/ (* p (pow q 2)) r)) (pow q 2)))
(* 1/2 (/ (pow r 2) (- (fabs r) (fabs p))))
(* (pow r 2) (- (+ (* 1/2 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* -1 p)) (pow r 2))) (* 1/2 (/ 1 (- (fabs r) (fabs p))))) (* 1/2 (/ 1 r))))
(* (pow r 2) (- (+ (* -1 (/ (pow q 2) (pow r 3))) (+ (* 1/2 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* -1 p)) (pow r 2))) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))) (* 1/2 (/ 1 r))))
(* 2 (* p r))
(* r (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r)) (* 2 p)))
(* 2 p)
(+ (* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r)) (* 2 p))
r
(* 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)))))))
(+ (fabs p) (+ (* -2 (/ (* p (fabs r)) r)) (* 2 p)))
(+ (fabs p) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (* 2 p))))
(+ (fabs p) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* -8 (* (pow q 2) (fabs r))) (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))))) (pow r 3))) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (* 2 p)))))
(/ (pow q 2) r)
(/ (+ (* -1 (/ (* (pow q 2) (fabs r)) r)) (pow q 2)) r)
(/ (- (+ (* -1 (/ (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4))) (pow r 2))) (pow q 2)) (/ (* (pow q 2) (fabs r)) r)) r)
(/ (- (+ (* -1 (/ (+ (* -2 (* (pow q 4) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4)))))) (pow r 3))) (pow q 2)) (+ (* -1 (/ (* (pow q 2) (pow (fabs r) 2)) (pow r 2))) (+ (* 2 (/ (pow q 4) (pow r 2))) (/ (* (pow q 2) (fabs r)) r)))) r)
(* r (+ (/ (* p (pow q 2)) r) (pow q 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)))))))
(+ (fabs p) (* -2 p))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -4 (pow q 2)) (* 2 (* p (fabs r)))) r))))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -4 (pow q 2)) (+ (* -1 (/ (+ (* -1 (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 4 (* (pow q 2) (fabs r)))) r)) (* 2 (* p (fabs r))))) r))))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -4 (pow q 2)) (+ (* -1 (/ (+ (* -1 (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (+ (* -1 (/ (+ (* -1 (* p (+ (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 8 (* (pow q 2) (fabs r)))))) (* 4 (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4))))) r)) (* 4 (* (pow q 2) (fabs r))))) r)) (* 2 (* p (fabs r))))) r))))
(* 1/2 (- (fabs p) (* 2 p)))
(+ (* -1/2 (/ (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)) (* 1/2 (- (fabs p) (* 2 p))))
(+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* 1/2 (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))))) r)) (* 1/2 (- (fabs p) (* 2 p))))
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -2 (* p (* (pow q 2) (- (* 2 p) (+ p (fabs r)))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ p (fabs r)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))))))) (* 2 (* p (* (pow q 2) (+ p (fabs r))))))))) r)) (* 1/2 (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))))) r)) (* 1/2 (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))))) r)) (* 1/2 (- (fabs p) (* 2 p))))
(- (fabs p) (* 2 p))
(- (+ (fabs p) (* -1 (/ (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(- (+ (fabs p) (* -1 (/ (- (+ (* -1 (/ (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(- (+ (fabs p) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -2 (* p (* (pow q 2) (- (* 2 p) (+ p (fabs r)))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ p (fabs r)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))))))) (* 2 (* p (* (pow q 2) (+ p (fabs r))))))))) r)) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(* 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 (* -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)))))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r))
(* -1 (* r (- (/ (* p (pow q 2)) r) (* -1 (pow q 2)))))
(* (pow r 2) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* (pow r 2) (+ (* -1 (/ (- (* -1/2 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) p) r)) 1/2) r)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* (pow r 2) (+ (* -1 (/ (- (* -1 (/ (+ (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) p)) (/ (pow q 2) r)) r)) 1/2) r)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(* -1 (* r (+ (* -2 p) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r)))))
(* -1 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))))))))
(+ (fabs p) (+ (* -2 p) (* -2 (/ (* p (fabs r)) r))))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* 2 (* p (fabs r))) (/ (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) r)) r))))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (/ (* p (+ (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 8 (* (pow q 2) (fabs r))))) r)) r)) (* 2 (* p (fabs r)))) r))))
(* -1 (/ (+ (/ (* (pow q 2) (fabs r)) r) (pow q 2)) r))
(* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (* (pow q 2) (pow (fabs r) 2)) r)) (* 2 (/ (pow q 4) r))) (* (pow q 2) (fabs r))) r)) (pow q 2)) r))
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* -2 (/ (* (pow q 4) (fabs r)) r)) (* -1 (/ (* (fabs r) (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4)))) r))) (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4)))) r)) (* (pow q 2) (fabs r))) r)) (pow q 2)) r))
(* -1 (* r (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 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)))))
(+ (fabs p) (* 2 (/ (* p r) (+ r (fabs r)))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (- (* -8 (/ p (pow (+ r (fabs r)) 2))) (* 4 (/ 1 (+ r (fabs r))))))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (- (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* (pow q 2) (+ (* -1 (* p (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))))))) (* 8 (/ 1 (* r (pow (+ r (fabs r)) 2))))))) (* 4 (/ 1 (+ r (fabs r))))))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (- (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* (pow q 2) (+ (* -1 (* p (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))))))) (+ (* 8 (/ 1 (* r (pow (+ r (fabs r)) 2)))) (* (pow q 2) (+ (* -4 (+ (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2)))))) (* -1 (* p (+ (* 2 (+ (* 2 (/ (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2))))))) (* 4 (- (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (+ (* 6 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2)))) (+ (* 8 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 16 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))))))))))) (* 4 (/ 1 (+ r (fabs r))))))))
(* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r))))
(+ (* 1/2 (* (pow q 2) (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r))))))) (* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))))
(+ (* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (* 1/2 (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))))))
(+ (* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))) (* (pow q 2) (+ (* 1/2 (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (+ (* 2 (/ (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* -2 (/ (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2))))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* 4 (/ (pow r 2) (* (pow (- p r) 4) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ (pow r 2) (* (pow (- p r) 5) (pow (- (+ p (fabs r)) r) 2)))))))))) (* 1/2 (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))))))))))))
(- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (+ (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (* (pow q 2) (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (+ (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (* (pow q 2) (- (+ (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* (pow q 2) (- (+ (* 2 (/ (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* -2 (/ (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2))))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* 4 (/ (pow r 2) (* (pow (- p r) 4) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ (pow r 2) (* (pow (- p r) 5) (pow (- (+ p (fabs r)) r) 2)))))))))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs 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 (/ (* (pow q 2) (+ 1 (/ p r))) r)) (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))
(* -1 (/ (* (pow q 2) (+ p r)) (pow r 2)))
(* -1 (* (pow q 2) (+ p r)))
(* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p))
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p)))
(+ (* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))
(+ (* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p)) (* (pow q 2) (- (* (pow q 2) (+ (* -2 (/ (pow q 2) (pow (- p r) 5))) (/ 1 (pow (- p r) 3)))) (/ 1 (- p r)))))
(* r (+ (* -1 (/ (pow p 2) r)) (* 2 p)))
(+ (* -4 (pow q 2)) (* r (+ (* -1 (/ (pow p 2) r)) (* 2 p))))
(+ (* -1 (/ (pow p 2) r)) (* 2 p))
(+ (* -4 (/ (pow q 2) r)) (+ (* -1 (/ (pow p 2) r)) (* 2 p)))
(+ 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) (+ (* -8 (/ (* p (pow q 2)) (pow (+ r (fabs r)) 2))) (* 2 (/ (* p r) (+ r (fabs r))))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* -1 (* p (* (pow q 2) (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))))))))))))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* (pow q 2) (+ (* -1 (* p (* (pow q 2) (+ (* 2 (+ (* 2 (/ (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2))))))) (* 4 (- (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (+ (* 6 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2)))) (+ (* 8 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 16 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4)))))))))) (* -1 (* p (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))))))))))))
(/ (pow q 2) (+ r (fabs r)))
(* (pow q 2) (+ (* -2 (/ (pow q 2) (* r (pow (+ r (fabs r)) 2)))) (/ 1 (+ r (fabs r)))))
(* (pow q 2) (+ (* (pow q 2) (- (* (pow q 2) (+ (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2)))))) (* 2 (/ 1 (* r (pow (+ r (fabs r)) 2)))))) (/ 1 (+ r (fabs r)))))
(* (pow q 2) (+ (* (pow q 2) (- (* (pow q 2) (+ (* -1 (* (pow q 2) (+ (* 2 (/ (+ (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 5) (pow (+ r (fabs r)) 2)))))))) (+ (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2)))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3))))))) (* 2 (/ 1 (* r (pow (+ r (fabs r)) 2)))))) (/ 1 (+ r (fabs r)))))
(* (pow q 2) (+ 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)
(* -2 q)
(* q (- (/ (fabs p) q) (+ 2 (* -1 (/ (fabs r) q)))))
(* q (- (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) (pow q 2))) (/ (fabs p) q)) (+ 2 (+ (* -4 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))) (pow q 2))) (* -1 (/ (fabs r) q))))))
(* q (- (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) (pow q 2))) (+ (* -1 (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) (pow q 3))) (/ (fabs p) q))) (+ 2 (+ (* -4 (/ (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) (* -1/32 (* (pow r 2) (fabs r)))) (pow q 3))) (+ (* -4 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))) (pow q 2))) (* -1 (/ (fabs r) q)))))))
(* -1 q)
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) (pow q 2)))) 1))
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) (pow q 3))) (* 1/2 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) (pow q 2))))) 1))
(* q (- (+ (/ (fabs p) q) (/ (fabs r) q)) 2))
(* q (- (+ (* -1/2 (/ (pow (fabs r) 2) (pow q 2))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/2 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))))) (+ 2 (* 1/2 (/ (pow (- p r) 2) (pow q 2))))))
(* q (- (+ (* -1/2 (/ (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2)))) (pow q 3))) (+ (* -1/2 (/ (pow (fabs r) 2) (pow q 2))) (+ (* -1/8 (/ (* (fabs r) (pow (- p r) 2)) (pow q 3))) (+ (* 1/4 (/ (* (fabs r) (pow (- p r) 2)) (pow q 3))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/2 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))))))) (+ 2 (+ (* 1/4 (/ (* (pow r 2) (fabs r)) (pow q 3))) (* 1/2 (/ (pow (- p r) 2) (pow q 2)))))))
(* 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))
(* -1 (/ (* (pow q 2) (+ 1 (/ p r))) r))
(* (pow q 2) (+ (* -1 (/ (+ 1 (/ p r)) r)) (/ (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) (pow q 2))))
(* q (- (* 1/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q)) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (* 1/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q))) 1))
(* q (- (+ (* -1/8 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q)))) 1))
(* (pow q 2) (- (/ (* r (+ (* -1 (/ (pow p 2) r)) (* 2 p))) (pow q 2)) 4))
(* (pow q 2) (- (+ (* -1 (/ (pow p 2) (* (pow q 2) r))) (* 2 (/ p (pow q 2)))) (* 4 (/ 1 r))))
(* 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)))))))
(+ (fabs p) (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) q)))
(+ (fabs p) (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) q)) (* -1 (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) (pow q 2)))))
(+ (fabs p) (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) q)) (+ (* -1 (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) (pow q 2))) (* -1 (/ (* p (+ (* 2 (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3)))) (* 4 (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3)))))) (pow q 3))))))
(* 1/2 q)
(* q (+ 1/2 (* -1/4 (/ (fabs r) q))))
(* q (- (+ 1/2 (* -1 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))) (pow q 2)))) (* 1/4 (/ (fabs r) q))))
(* q (- (+ 1/2 (* -1 (/ (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) (* -1/32 (* (pow r 2) (fabs r)))) (pow q 3)))) (+ (* -1/8 (/ (pow (fabs r) 2) (pow q 2))) (+ (* 1/16 (/ (pow r 2) (pow q 2))) (* 1/4 (/ (fabs r) 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)))))))
(* (pow q 2) (+ (* 4 (/ 1 r)) (/ (pow p 2) (* (pow q 2) r))))
(* -1 (* q (- (* -1 (/ (- (fabs p) (* -1 (fabs r))) q)) 2)))
(* -1 (* q (- (* -1 (/ (- (+ (fabs p) (* -1 (/ (- (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (* -4 (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) q))) (* -1 (fabs r))) q)) 2)))
(* -1 (* q (- (* -1 (/ (- (+ (fabs p) (* -1 (/ (- (+ (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (* -1 (/ (- (* -1 (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r)))))) (* -4 (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) (* -1/32 (* (pow r 2) (fabs r)))))) q))) (* -4 (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) q))) (* -1 (fabs r))) q)) 2)))
q
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) q)) (* 1/2 (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 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 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) q)))) q)) 2)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) q)) (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2))))) (* 1/2 (pow (- p r) 2))) q)))) q)) 2)))
(* -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/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))))) q)) 1)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))))) 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))))))))
(+ (fabs p) (/ (* p (+ (* -1 r) (* 1/2 r))) q))
(+ (fabs p) (* -1 (/ (+ (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) q)) q)))
(+ (fabs p) (* -1 (/ (+ (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (* -1 (/ (+ (* -1 (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r)))))) (/ (* p (+ (* 2 (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3)))) (* 4 (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3)))))) q)) q))) q)))
(* -1/2 q)
(* -1 (* q (+ 1/2 (* 1/4 (/ (fabs r) q)))))
(* -1 (* q (+ 1/2 (* -1 (/ (- (+ (* -1/8 (/ (pow (fabs r) 2) q)) (* 1/16 (/ (pow r 2) q))) (* 1/4 (fabs r))) q)))))
(* -1 (* q (+ 1/2 (* -1 (/ (- (* -1 (/ (- (+ (* -1/2 (/ (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2)))) q)) (* -1/32 (/ (* (pow r 2) (fabs r)) q))) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2)))) q)) (* 1/4 (fabs r))) q)))))
(* -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
(+ (fabs p) (* -4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -4 binary64) (fabs.f64 p))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))))
(+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p))
(* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))
(*.f64 (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -4 binary64) (fabs.f64 p)) #s(literal 1/2 binary64))
(+ (* -1/2 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))
(fma.f64 (*.f64 #s(literal -1/2 binary64) p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (*.f64 (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -4 binary64) (fabs.f64 p)) #s(literal 1/2 binary64)))
(+ (* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) (* p (+ (* -1/2 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (* 1/2 (* p (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) p) (-.f64 (neg.f64 (*.f64 (*.f64 r (/.f64 (fma.f64 (/.f64 r (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (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 (*.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal -4 binary64) (fma.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 (pow.f64 r #s(literal 4 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) #s(literal -1/2 binary64))) p (*.f64 (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -4 binary64) (fabs.f64 p)) #s(literal 1/2 binary64)))
(+ (* 1/2 (- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))) (* p (+ (* -1/2 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (* p (+ (* 1/2 (* p (- (+ (* -1 (* (/ (* r (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -4 (+ (* 1/2 (* (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (+ (* 1/2 (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* 1/2 (/ (* (pow r 3) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 1/2 (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (fma.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)))) (/.f64 (fma.f64 (/.f64 r (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (neg.f64 (*.f64 (*.f64 r (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r r)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (neg.f64 (*.f64 (*.f64 r (/.f64 (fma.f64 (/.f64 r (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (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))) (fabs.f64 r)) #s(literal 2 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)))) (fma.f64 (*.f64 r (/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (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 (*.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 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))) (fabs.f64 r)))) (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) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (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))) (fabs.f64 r)) #s(literal 3 binary64)))))) #s(literal -4 binary64) (fma.f64 (*.f64 r (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r r)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (neg.f64 (/.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 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))) (fabs.f64 r)))) (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) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (pow.f64 r #s(literal 3 binary64))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64))))))) p (-.f64 (neg.f64 (*.f64 (*.f64 r (/.f64 (fma.f64 (/.f64 r (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (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 (*.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal -4 binary64) (fma.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 (pow.f64 r #s(literal 4 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))))) p (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) #s(literal -1/2 binary64))) p (*.f64 (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -4 binary64) (fabs.f64 p)) #s(literal 1/2 binary64)))
(- (fabs p) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -4 binary64) (fabs.f64 p))
(- (+ (fabs p) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(-.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
(- (+ (fabs p) (* p (- (* p (- (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(-.f64 (fma.f64 (fma.f64 (-.f64 (neg.f64 (*.f64 (*.f64 r (/.f64 (fma.f64 (/.f64 r (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (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 (*.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal -4 binary64) (fma.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 (pow.f64 r #s(literal 4 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))) p (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))) p (fabs.f64 p)) (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
(- (+ (fabs p) (* p (- (* p (- (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* p (- (+ (* -1 (* (/ (* r (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (+ (* -1 (* (/ (* r (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))) (* 1/2 (* (/ (* (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))) (- (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* -1 (* (/ (pow r 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -4 (+ (* 1/2 (* (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow r 2)) 3))))) (+ (* 1/2 (/ (* (pow q 2) (* r (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* 1/2 (/ (* (pow r 3) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* (/ (* r (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow r 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (+ (* -4 (+ (* -1 (/ (* (pow q 2) (pow r 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow r 2) (+ (* 4 (pow q 2)) (pow r 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (+ (* -1 (/ (pow r 4) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 3) (+ (* 4 (pow q 2)) (pow r 2))))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))))) (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))) (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))))
(-.f64 (fma.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 (fma.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)))) (/.f64 (fma.f64 (/.f64 r (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (neg.f64 (*.f64 (*.f64 r (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r r)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (neg.f64 (*.f64 (*.f64 r (/.f64 (fma.f64 (/.f64 r (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (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))) (fabs.f64 r)) #s(literal 2 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)))) (fma.f64 (*.f64 r (/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (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 (*.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 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))) (fabs.f64 r)))) (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) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (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))) (fabs.f64 r)) #s(literal 3 binary64)))))) #s(literal -4 binary64) (fma.f64 (*.f64 r (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 r r)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (neg.f64 (/.f64 (/.f64 (pow.f64 r #s(literal 4 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 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))) (fabs.f64 r)))) (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) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (pow.f64 r #s(literal 3 binary64))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64))))))) p (neg.f64 (*.f64 (*.f64 r (/.f64 (fma.f64 (/.f64 r (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 r #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))))) (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (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 (*.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))) #s(literal -4 binary64) (fma.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 (pow.f64 r #s(literal 4 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))) p (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))) p (fabs.f64 p)) (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
(*.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))
(+ (* 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 (*.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))))))
(+ (* 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 p) (fabs.f64 r)) (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 (*.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))))) (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 #s(literal 1/2 binary64) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))))) p (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (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)
(* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2))
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) #s(literal 1/2 binary64)) r)
(+ (* p (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r))))) (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (/ (+ (fabs p) (fabs r)) r))) 1/2)))
(fma.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) #s(literal 1/2 binary64)) r (*.f64 (*.f64 r p) (fma.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) r))))
(* -1 (/ (pow q 2) r))
(neg.f64 (/.f64 (*.f64 q q) r))
(+ (* -1 (/ (* p (pow q 2)) (pow r 2))) (* -1 (/ (pow q 2) r)))
(fma.f64 (/.f64 (neg.f64 p) r) (/.f64 (*.f64 q q) r) (neg.f64 (/.f64 (*.f64 q q) r)))
(* -1 (* (pow q 2) r))
(neg.f64 (*.f64 (*.f64 q q) r))
(- (* -1 (* p (pow q 2))) (* (pow q 2) r))
(*.f64 (neg.f64 (*.f64 q q)) (+.f64 r p))
(* (pow r 2) (- (* 1/2 (/ 1 (- (fabs r) (fabs p)))) (* 1/2 (/ 1 r))))
(*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r)) (*.f64 r r))
(* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))
(*.f64 (-.f64 (/.f64 (*.f64 r r) (-.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 (- (/ (pow r 2) (- (fabs r) (fabs p))) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))
(*.f64 #s(literal 1/2 binary64) (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 (*.f64 r r) (-.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 2) (- (fabs r) (fabs p))) (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)))))) (/ 1 (- (fabs r) (fabs p)))))) (* 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 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 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 (*.f64 r r) (-.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 (- (/ (pow r 2) (- (fabs r) (fabs p))) (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)))))) (/ 1 (- (fabs r) (fabs 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))))))))))
(fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/4 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)))))) (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 (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 r) (fabs.f64 p)))) #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 (*.f64 r r) (-.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 (/ 1 (- (fabs r) (fabs p)))) (* 1/2 (/ 1 r)))
(-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r))
(* -4 (pow q 2))
(*.f64 #s(literal -4 binary64) (*.f64 q q))
(+ (* -4 (pow q 2)) (* 2 (* p r)))
(fma.f64 (*.f64 r p) #s(literal 2 binary64) (*.f64 #s(literal -4 binary64) (*.f64 q q)))
(+ (* -4 (pow q 2)) (* p (+ (* -1 p) (* 2 r))))
(fma.f64 (fma.f64 #s(literal 2 binary64) r (neg.f64 p)) p (*.f64 #s(literal -4 binary64) (*.f64 q q)))
(* -4 (/ (pow q 2) r))
(*.f64 (/.f64 (*.f64 q q) r) #s(literal -4 binary64))
(+ (* -4 (/ (pow q 2) r)) (* 2 p))
(fma.f64 (/.f64 (*.f64 q q) r) #s(literal -4 binary64) (*.f64 #s(literal 2 binary64) p))
(+ (* -4 (/ (pow q 2) r)) (* p (+ 2 (* -1 (/ p r)))))
(fma.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 2 binary64)) p (*.f64 (/.f64 (*.f64 q q) r) #s(literal -4 binary64)))
(fabs p)
(fabs.f64 p)
(+ (fabs p) (* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))
(fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p))
(* (pow q 2) r)
(*.f64 (*.f64 q q) r)
(+ (* p (pow q 2)) (* (pow q 2) r))
(*.f64 (+.f64 r p) (*.f64 q q))
(/ 1/2 (- (fabs r) (fabs p)))
(/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 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 (*.f64 #s(literal -1 binary64) (*.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 (*.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))))) (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 (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))))
(* 4 (/ (pow q 2) r))
(*.f64 (/.f64 (*.f64 q q) r) #s(literal 4 binary64))
(+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r))
(fma.f64 (/.f64 (*.f64 q q) r) #s(literal 4 binary64) (/.f64 (*.f64 p p) r))
(* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))
(* p (+ (* -4 (/ (pow q 2) (* p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) (+ (* -1 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (fabs p) p))))
(*.f64 (fma.f64 (/.f64 #s(literal -4 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) (/.f64 (*.f64 q q) p) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) #s(literal -1 binary64) (/.f64 (fabs.f64 p) p))) p)
(* -1/2 p)
(*.f64 #s(literal -1/2 binary64) p)
(* p (- (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -2 r)) p)) 1/2))
(*.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) (*.f64 #s(literal -2 binary64) r)) p) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) p)
(* p (- (+ (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -2 r)) p)) (* 1/2 (/ (- (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))) (* 4 (pow q 2))) (pow p 2)))) 1/2))
(*.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) (*.f64 #s(literal -2 binary64) r)) p) (/.f64 (-.f64 (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) r) (fma.f64 #s(literal -1 binary64) r (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) r (fabs.f64 r)) (*.f64 (*.f64 q q) #s(literal 2 binary64))) (*.f64 (*.f64 q q) #s(literal 4 binary64))) (*.f64 p p))) #s(literal -1/2 binary64)) p)
(* p (- (+ (* 1/2 (/ (- (+ (fabs p) (+ (fabs r) (* -1 r))) (* -2 r)) p)) (+ (* 1/2 (/ (- (+ (* 2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* -2 r) (+ (fabs r) (* -1 r))))) (* (+ (fabs r) (* -1 r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))))))) (+ (* -4 (* (pow q 2) (+ (fabs r) (* -1 r)))) (* (pow r 2) (+ (fabs r) (* -1 r))))) (pow p 3))) (* 1/2 (/ (- (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))) (* 4 (pow q 2))) (pow p 2))))) 1/2))
(*.f64 (-.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) (*.f64 #s(literal -2 binary64) r)) p) #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (fma.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) r (fma.f64 (-.f64 (*.f64 r r) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) r) (fma.f64 #s(literal -1 binary64) r (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) r (fabs.f64 r)) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (fma.f64 #s(literal -1 binary64) r (fabs.f64 r)) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal -2 binary64) r) (fma.f64 #s(literal -1 binary64) r (fabs.f64 r)))))) (fma.f64 (fma.f64 #s(literal -1 binary64) r (fabs.f64 r)) (*.f64 r r) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (fma.f64 #s(literal -1 binary64) r (fabs.f64 r))))) (pow.f64 p #s(literal 3 binary64))) (/.f64 (-.f64 (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) r) (fma.f64 #s(literal -1 binary64) r (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) r (fabs.f64 r)) (*.f64 (*.f64 q q) #s(literal 2 binary64))) (*.f64 (*.f64 q q) #s(literal 4 binary64))) (*.f64 p p))))) #s(literal 1/2 binary64)) p)
(* -1 p)
(neg.f64 p)
(* p (- (+ (* -1 (/ r p)) (+ (/ (fabs p) p) (/ (fabs r) p))) (+ 1 (* -2 (/ r p)))))
(*.f64 (-.f64 (fma.f64 (/.f64 r p) #s(literal -1 binary64) (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p))) (fma.f64 (/.f64 r p) #s(literal -2 binary64) #s(literal 1 binary64))) p)
(* p (- (+ (* -1 (/ r p)) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (+ (/ (fabs r) p) (/ (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 2)))))) (+ 1 (+ (* -2 (/ r p)) (* 4 (/ (pow q 2) (pow p 2)))))))
(*.f64 (-.f64 (fma.f64 (/.f64 r p) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 q q) p) (/.f64 #s(literal 2 binary64) p) (+.f64 (fma.f64 (fma.f64 #s(literal -1 binary64) r (fabs.f64 r)) (/.f64 (-.f64 (*.f64 #s(literal -2 binary64) r) (fma.f64 #s(literal -1 binary64) r (fabs.f64 r))) (*.f64 p p)) (/.f64 (fabs.f64 r) p)) (/.f64 (fabs.f64 p) p)))) (+.f64 (fma.f64 (/.f64 r p) #s(literal -2 binary64) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 4 binary64) p) (/.f64 (*.f64 q q) p)))) p)
(* p (- (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (+ (* 2 (/ (* (pow q 2) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 3))) (+ (* 2 (/ (pow q 2) (pow p 2))) (+ (/ (fabs p) p) (+ (/ (fabs r) p) (+ (/ (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r)))) (pow p 2)) (/ (* (+ (fabs r) (* -1 r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 r)) (- (* -2 r) (+ (fabs r) (* -1 r))))))) (pow p 3))))))))) (+ 1 (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 r))) (pow p 3))) (+ (* -2 (/ r p)) (+ (* 4 (/ (pow q 2) (pow p 2))) (/ (* (pow r 2) (+ (fabs r) (* -1 r))) (pow p 3))))))))
(*.f64 (-.f64 (fma.f64 (/.f64 r p) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))) #s(literal 2 binary64) (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) r) (fma.f64 #s(literal -1 binary64) r (fabs.f64 r))) (*.f64 q q)) (pow.f64 p #s(literal 3 binary64))) #s(literal 2 binary64) (fma.f64 (*.f64 (/.f64 q p) (/.f64 q p)) #s(literal 2 binary64) (+.f64 (+.f64 (/.f64 (fabs.f64 r) p) (/.f64 (fabs.f64 p) p)) (fma.f64 (fma.f64 #s(literal -1 binary64) r (fabs.f64 r)) (/.f64 (-.f64 (*.f64 r r) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) r) (fma.f64 #s(literal -1 binary64) r (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) r (fabs.f64 r)) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (pow.f64 p #s(literal 3 binary64))) (/.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) r) (fma.f64 #s(literal -1 binary64) r (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) r (fabs.f64 r))) (*.f64 p p)))))))) (+.f64 (fma.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1 binary64) r (fabs.f64 r)) (*.f64 q q)) (pow.f64 p #s(literal 3 binary64))) #s(literal -4 binary64) (fma.f64 (/.f64 r p) #s(literal -2 binary64) (fma.f64 (/.f64 #s(literal 4 binary64) p) (/.f64 (*.f64 q q) p) (/.f64 (*.f64 (fma.f64 #s(literal -1 binary64) r (fabs.f64 r)) (*.f64 r r)) (pow.f64 p #s(literal 3 binary64)))))) #s(literal 1 binary64))) p)
(* p (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 r)) p)) 1/2))
(*.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 r)) p) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) p)
(* 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 (fabs.f64 p) (fabs.f64 r)) (neg.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (*.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 (-.f64 (fma.f64 (*.f64 (*.f64 q q) (/.f64 r (pow.f64 p #s(literal 3 binary64)))) #s(literal -1 binary64) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 r)) p) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 p p)))) #s(literal 1/2 binary64)) p)
(* p (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))))
(*.f64 (*.f64 r p) (fma.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) r)))
(* p (+ (* r (+ (* -1 (/ (pow q 2) (pow r 3))) (* 1/2 (/ 1 r)))) (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)))
(*.f64 (fma.f64 r (/.f64 (-.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) #s(literal 1/2 binary64)) p) (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) r)) r)) p)
(* -1 (/ (* p (pow q 2)) (pow r 2)))
(*.f64 (/.f64 (neg.f64 p) r) (/.f64 (*.f64 q q) r))
(* p (+ (* -1 (/ (pow q 2) (* p r))) (* -1 (/ (pow q 2) (pow r 2)))))
(*.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (/.f64 q r) (/.f64 q r) (*.f64 (/.f64 q r) (/.f64 q p)))) p)
(* -1 (* p (pow q 2)))
(*.f64 (neg.f64 p) (*.f64 q q))
(* p (- (* -1 (/ (* (pow q 2) r) p)) (pow q 2)))
(*.f64 (*.f64 #s(literal -1 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p)
(* -1/2 (/ (pow p 2) (- (fabs r) (fabs p))))
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p)))
(* -1 (* (pow p 2) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))))
(*.f64 (neg.f64 (*.f64 p p)) (+.f64 (/.f64 #s(literal 1/2 binary64) p) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))))
(* (pow p 2) (- (* 1/2 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) (* -1 r)) (pow p 2))) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))))
(*.f64 (-.f64 (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 r)) (*.f64 p p)) #s(literal 1/2 binary64)) (+.f64 (/.f64 #s(literal 1/2 binary64) p) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))))) (*.f64 p p))
(* (pow p 2) (- (+ (* -1 (/ (pow q 2) (pow p 3))) (* 1/2 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) (* -1 r)) (pow p 2)))) (+ (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))))
(*.f64 (-.f64 (fma.f64 (/.f64 (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 r)) (*.f64 p p)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (pow.f64 p #s(literal 3 binary64)))) (+.f64 (/.f64 #s(literal 1/2 binary64) p) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))))) (*.f64 p p))
(* -1 (pow p 2))
(neg.f64 (*.f64 p p))
(* (pow p 2) (- (* 2 (/ r p)) 1))
(*.f64 (fma.f64 (/.f64 r p) #s(literal 2 binary64) #s(literal -1 binary64)) (*.f64 p p))
(* (pow p 2) (- (+ (* -4 (/ (pow q 2) (pow p 2))) (* 2 (/ r p))) 1))
(*.f64 (fma.f64 (/.f64 #s(literal -4 binary64) p) (/.f64 (*.f64 q q) p) (fma.f64 (/.f64 r p) #s(literal 2 binary64) #s(literal -1 binary64))) (*.f64 p p))
(* -1 (/ (pow p 2) r))
(/.f64 (neg.f64 (*.f64 p p)) r)
(* (pow p 2) (- (* 2 (/ 1 p)) (/ 1 r)))
(*.f64 (-.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 #s(literal 1 binary64) r)) (*.f64 p p))
(* (pow p 2) (- (+ (* -4 (/ (pow q 2) (* (pow p 2) r))) (* 2 (/ 1 p))) (/ 1 r)))
(*.f64 (fma.f64 (/.f64 #s(literal -4 binary64) r) (*.f64 (/.f64 q p) (/.f64 q p)) (-.f64 (/.f64 #s(literal 2 binary64) p) (/.f64 #s(literal 1 binary64) r))) (*.f64 p p))
(* p (+ (* -1 (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2)))))))) (/ (fabs p) p)))
(*.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) #s(literal -1 binary64) (/.f64 (fabs.f64 p) p)) p)
(* p (pow q 2))
(*.f64 (*.f64 q q) p)
(* p (+ (/ (* (pow q 2) r) p) (pow q 2)))
(*.f64 (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p)) p)
p
(* p (+ 1 (* -1 (/ r p))))
(*.f64 (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64)) p)
(* p (+ 1 (+ (* -1 (/ r p)) (* 2 (/ (pow q 2) (pow p 2))))))
(*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 q q) p) (/.f64 #s(literal 2 binary64) p) (/.f64 (neg.f64 r) p)) #s(literal 1 binary64)) p)
(* p (+ 1 (+ (* -1 (/ r p)) (+ (* 2 (/ (* (pow q 2) r) (pow p 3))) (* 2 (/ (pow q 2) (pow p 2)))))))
(*.f64 (+.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 (neg.f64 r) p)) #s(literal 1 binary64)) p)
(/ (pow p 2) r)
(/.f64 (*.f64 p p) r)
(* (pow p 2) (+ (* 4 (/ (pow q 2) (* (pow p 2) r))) (/ 1 r)))
(*.f64 (fma.f64 (/.f64 #s(literal 4 binary64) (*.f64 p p)) (/.f64 (*.f64 q q) r) (/.f64 #s(literal 1 binary64) r)) (*.f64 p p))
(* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -1 (/ (+ (fabs p) (* -4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2))))))) p)) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 r (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -4 binary64) (fabs.f64 p)) p)))))
(* -1 (* p (- (* -1/2 (/ (- (+ r (+ (fabs p) (fabs r))) (* 2 r)) p)) 1/2)))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) r)) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)))
(* -1 (* p (- (* -1 (/ (+ (* -1/2 (/ (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))) p)) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) (* 2 r)))) p)) 1/2)))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (fma.f64 (/.f64 (-.f64 (fma.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) r) r) (fabs.f64 r)) (+.f64 (fabs.f64 r) r) (*.f64 (*.f64 q q) #s(literal 2 binary64))) (*.f64 (*.f64 q q) #s(literal 4 binary64))) p) #s(literal -1/2 binary64) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) r)) #s(literal 1/2 binary64))) p) #s(literal -1 binary64) #s(literal -1/2 binary64)))
(* -1 (* p (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* 2 r) (+ r (fabs r))))) (* (+ r (fabs r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ r (fabs r)))) (* (pow r 2) (+ r (fabs r))))) p)) (* 1/2 (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))))) p)) (* 1/2 (- (+ r (+ (fabs p) (fabs r))) (* 2 r)))) p)) 1/2)))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (fma.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) r (fma.f64 (-.f64 (*.f64 r r) (fma.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) r) r) (fabs.f64 r)) (+.f64 (fabs.f64 r) r) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) r) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) r) r) (fabs.f64 r))))) (fma.f64 (+.f64 (fabs.f64 r) r) (*.f64 r r) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) r)))) p) #s(literal -1/2 binary64) (*.f64 (-.f64 (fma.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) r) r) (fabs.f64 r)) (+.f64 (fabs.f64 r) r) (*.f64 (*.f64 q q) #s(literal 2 binary64))) (*.f64 (*.f64 q q) #s(literal 4 binary64))) #s(literal 1/2 binary64))) p))) p) #s(literal -1 binary64) #s(literal -1/2 binary64)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (fabs r))) (* 2 r)) p)) 1)))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) (*.f64 #s(literal 2 binary64) r)) p) #s(literal -1 binary64) #s(literal -1 binary64)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))) (* 4 (pow q 2))) p))))) (* 2 r)) p)) 1)))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fma.f64 (/.f64 (-.f64 (fma.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) r) r) (fabs.f64 r)) (+.f64 (fabs.f64 r) r) (*.f64 (*.f64 q q) #s(literal 2 binary64))) (*.f64 (*.f64 q q) #s(literal 4 binary64))) p) #s(literal -1 binary64) (fabs.f64 r))) (*.f64 #s(literal 2 binary64) r)) p) #s(literal -1 binary64) #s(literal -1 binary64)))
(* -1 (* p (- (* -1 (/ (- (+ r (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -2 (* (pow q 2) r)) (+ (* 2 (* (pow q 2) (- (* 2 r) (+ r (fabs r))))) (* (+ r (fabs r)) (- (pow r 2) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ r (fabs r)))) (* (pow r 2) (+ r (fabs r))))) p)) (+ (* 2 (pow q 2)) (* (+ r (fabs r)) (- (* 2 r) (+ r (fabs r)))))) (* 4 (pow q 2))) p))))) (* 2 r)) p)) 1)))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fma.f64 (/.f64 (fma.f64 (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) r (fma.f64 (-.f64 (*.f64 r r) (fma.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) r) r) (fabs.f64 r)) (+.f64 (fabs.f64 r) r) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) r) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) r) r) (fabs.f64 r))))) (fma.f64 (+.f64 (fabs.f64 r) r) (*.f64 r r) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) r)))) p) #s(literal -1 binary64) (-.f64 (fma.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) r) r) (fabs.f64 r)) (+.f64 (fabs.f64 r) r) (*.f64 (*.f64 q q) #s(literal 2 binary64))) (*.f64 (*.f64 q q) #s(literal 4 binary64)))) p) #s(literal -1 binary64) (fabs.f64 r))) (*.f64 #s(literal 2 binary64) r)) p) #s(literal -1 binary64) #s(literal -1 binary64)))
(* -1 (* p (- (* -1/2 (/ (- (+ (fabs p) (fabs r)) r) p)) 1/2)))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) 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) (fma.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) p) #s(literal -1 binary64) #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) (fma.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p))) p) #s(literal -1 binary64) #s(literal -1/2 binary64)))
(* -1 (* p (* r (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r))))))
(neg.f64 (*.f64 (*.f64 r p) (-.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (/.f64 #s(literal 1/2 binary64) r))))
(* -1 (* p (+ (* -1 (/ (* r (- (+ (* -1 (/ (pow q 2) (pow r 2))) (* 1/2 (+ (/ (fabs p) r) (/ (fabs r) r)))) 1/2)) p)) (* r (- (/ (pow q 2) (pow r 3)) (* 1/2 (/ 1 r)))))))
(*.f64 (neg.f64 p) (fma.f64 (-.f64 (/.f64 (*.f64 q q) (pow.f64 r #s(literal 3 binary64))) (/.f64 #s(literal 1/2 binary64) r)) r (neg.f64 (*.f64 r (/.f64 (-.f64 (fma.f64 (+.f64 (/.f64 (fabs.f64 r) r) (/.f64 (fabs.f64 p) r)) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) #s(literal 1/2 binary64)) p)))))
(* -1 (* p (+ (/ (pow q 2) (* p r)) (/ (pow q 2) (pow r 2)))))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 q r) (/.f64 q r) (*.f64 (/.f64 q r) (/.f64 q p))))
(* -1 (* p (- (/ (* (pow q 2) r) p) (* -1 (pow q 2)))))
(*.f64 (neg.f64 p) (fma.f64 (*.f64 q q) (/.f64 r p) (*.f64 #s(literal 1 binary64) (*.f64 q q))))
(* (pow p 2) (- (* 1/2 (/ 1 p)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) p) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (*.f64 p p))
(* (pow p 2) (- (* -1 (/ (- (* -1/2 (/ (- (/ (pow r 2) (- (fabs r) (fabs p))) r) p)) 1/2) p)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(*.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) r) p) #s(literal -1/2 binary64) #s(literal -1/2 binary64)) p)) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (*.f64 p p))
(* (pow p 2) (- (* -1 (/ (- (* -1 (/ (+ (* 1/2 (- (/ (pow r 2) (- (fabs r) (fabs p))) r)) (/ (pow q 2) p)) p)) 1/2) p)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(*.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (-.f64 (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p))) r) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) p)) p) #s(literal -1 binary64) #s(literal -1/2 binary64)) p)) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (*.f64 p p))
(* (pow p 2) (- (* -1 (/ (+ (* -2 r) (* 4 (/ (pow q 2) p))) p)) 1))
(*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal 4 binary64) (*.f64 #s(literal -2 binary64) r)) p) #s(literal -1 binary64) #s(literal -1 binary64)) (*.f64 p p))
(* (pow p 2) (- (* -1 (/ (- (* 4 (/ (pow q 2) (* p r))) 2) p)) (/ 1 r)))
(*.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 #s(literal 4 binary64) p) (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) p)) (/.f64 #s(literal 1 binary64) r)) (*.f64 p p))
(* -1 (* p (+ (* -2 (/ r (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))))) (+ (* -1 (/ (fabs p) p)) (* 4 (* (/ (* (pow q 2) r) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow r 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow r 2))))))))))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 r (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (neg.f64 (/.f64 (fabs.f64 p) p)))))
(* -1 (* p (+ (* -1 (/ (* (pow q 2) r) p)) (* -1 (pow q 2)))))
(*.f64 (neg.f64 p) (*.f64 #s(literal -1 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))))
(* -1 (* p (+ 1 (* -1 (/ r p)))))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 r p) #s(literal -1 binary64) #s(literal 1 binary64)))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -2 (/ (pow q 2) p))) p)))))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) p) #s(literal -2 binary64) r) p) #s(literal -1 binary64) #s(literal 1 binary64)))
(* -1 (* p (+ 1 (* -1 (/ (+ r (* -1 (/ (+ (* 2 (/ (* (pow q 2) r) p)) (* 2 (pow q 2))) p))) p)))))
(*.f64 (neg.f64 p) (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (/.f64 (*.f64 (*.f64 q q) r) p))) p) #s(literal -1 binary64) r) p) #s(literal -1 binary64) #s(literal 1 binary64)))
(+ (fabs p) (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))))
(fma.f64 (/.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r))) #s(literal -4 binary64) (fabs.f64 p))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))) (* -1 (* p (* r (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))))))
(+.f64 (fma.f64 (/.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r))) #s(literal -4 binary64) (fabs.f64 p)) (neg.f64 (*.f64 (*.f64 r p) (-.f64 (*.f64 (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 2 binary64)) (/.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)))))))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))) (* r (+ (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))) (/ (* q r) (pow (+ (fabs r) (* 2 q)) 2))))))
(+.f64 (fma.f64 (/.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r))) #s(literal -4 binary64) (fabs.f64 p)) (*.f64 (fma.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 2 binary64)) (/.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)))) (*.f64 q (/.f64 r (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))) r))
(+ (fabs p) (+ (* -4 (/ (pow q 2) (+ (fabs r) (* 2 q)))) (* r (+ (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))) (* r (+ (* -1 (* p (* r (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))))))) (/ q (pow (+ (fabs r) (* 2 q)) 2))))))))
(+.f64 (fma.f64 (/.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r))) #s(literal -4 binary64) (fabs.f64 p)) (*.f64 (fma.f64 (fma.f64 (neg.f64 p) (*.f64 (fma.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 #s(literal 1/16 binary64) (*.f64 (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)) q))) #s(literal -4 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)) q))) r) (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))) r (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 2 binary64)) (/.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)))))) r))
(* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))))))
(*.f64 (-.f64 (fabs.f64 p) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal 4 binary64) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))) #s(literal 1/2 binary64))
(+ (* 1/2 (* r (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (neg.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))) r (-.f64 (fabs.f64 p) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal 4 binary64) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))))))
(+ (* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) (* r (+ (* 1/2 (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (* 1/2 (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))))
(fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p p)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (neg.f64 (*.f64 (*.f64 p (/.f64 (fma.f64 (/.f64 p (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal 1/2 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal -4 binary64))) r (-.f64 (neg.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))))) r (*.f64 (-.f64 (fabs.f64 p) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal 4 binary64) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))) #s(literal 1/2 binary64)))
(+ (* 1/2 (- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))) (* r (+ (* 1/2 (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (* r (+ (* 1/2 (* r (- (+ (* -1 (* (/ (* p (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 3) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))) (+ (* -4 (+ (* 1/2 (* (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (+ (* 1/2 (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* (/ (* p (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (* 1/2 (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (fma.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (/.f64 (fma.f64 (/.f64 p (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))) (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 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (pow.f64 p #s(literal 3 binary64))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))))) (neg.f64 (*.f64 (*.f64 p (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p p)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (neg.f64 (*.f64 (*.f64 p (/.f64 (fma.f64 (/.f64 p (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 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)))) (fma.f64 (*.f64 p (/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal 1/2 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))) (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) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64)))))) #s(literal -4 binary64) (neg.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))))) r (-.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p p)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (neg.f64 (*.f64 (*.f64 p (/.f64 (fma.f64 (/.f64 p (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal 1/2 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal -4 binary64))))) r (*.f64 (-.f64 (neg.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))) #s(literal 1/2 binary64))) r (*.f64 (-.f64 (fabs.f64 p) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal 4 binary64) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))) #s(literal 1/2 binary64)))
(- (fabs p) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(-.f64 (fabs.f64 p) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal 4 binary64) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))))
(- (+ (fabs p) (* r (- (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(-.f64 (fma.f64 (-.f64 (neg.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))) r (fabs.f64 p)) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal 4 binary64) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))))
(- (+ (fabs p) (* r (- (+ (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(-.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p p)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (neg.f64 (*.f64 (*.f64 p (/.f64 (fma.f64 (/.f64 p (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal 1/2 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal -4 binary64))) r (neg.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))) r (fabs.f64 p)) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal 4 binary64) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))))
(- (+ (fabs p) (* r (- (+ (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* r (- (+ (* -1 (* (/ (* p (- (/ 1 (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (+ (* -1 (* (/ (* p (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (+ (* 1/2 (* (/ (* (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))) (- (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* -1 (* (/ (pow p 3) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* (/ (* (pow p 3) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))))) (+ (* -4 (+ (* 1/2 (* (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (pow (+ (* 4 (pow q 2)) (pow p 2)) 3))))) (+ (* 1/2 (/ (* p (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* (/ (* p (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))) (* -1 (* (/ p (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (* -4 (+ (* -1 (/ (* (pow p 2) (pow q 2)) (* (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 3) (+ (* 4 (pow q 2)) (pow p 2))))) (* 1/2 (* (/ (* (pow q 2) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2))))))))))) (+ (* -2 (/ p (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (* 4 (* (/ (* p (pow q 2)) (pow (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))) 2)) (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))))))) (+ (* 4 (/ (pow q 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))) (/ (pow p 2) (+ (fabs r) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))))
(-.f64 (fma.f64 (-.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1 binary64) (*.f64 p (/.f64 (fma.f64 (/.f64 p (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (-.f64 (fma.f64 (-.f64 (fma.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (/.f64 (fma.f64 (/.f64 p (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))) (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 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (pow.f64 p #s(literal 3 binary64))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))))) (neg.f64 (*.f64 (*.f64 p (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p p)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (neg.f64 (*.f64 (*.f64 p (/.f64 (fma.f64 (/.f64 p (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 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)))) (fma.f64 (*.f64 p (/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal 1/2 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))) (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) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64)))))) #s(literal -4 binary64) (neg.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) p) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))))) r (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 p p)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal 1/2 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) (*.f64 q q)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 3 binary64))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) #s(literal -4 binary64)))) r (neg.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))))) r (fabs.f64 p)) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r))) #s(literal 4 binary64) (/.f64 (*.f64 p p) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) (fabs.f64 r)))))
(* 1/2 (- (+ (fabs p) (fabs r)) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(*.f64 (-.f64 (+.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 (- (+ (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 p) (fabs.f64 r)) (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 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 (- (+ (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 (*.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))))) (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 #s(literal 1/2 binary64) p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) r (*.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))
(/ (+ (* -1 (* p (pow q 2))) (* -1 (* (pow q 2) r))) (pow r 2))
(*.f64 (neg.f64 (/.f64 (*.f64 q q) r)) (/.f64 (+.f64 r p) r))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* 1/2 (* r (+ p (+ (fabs p) (fabs r)))))))) (pow r 2))
(/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) r) (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) (neg.f64 (*.f64 q q))) r (*.f64 (neg.f64 p) (*.f64 q q))) (*.f64 r r))
(/ (+ (* -1 (* p (pow q 2))) (* r (+ (* -1 (pow q 2)) (* r (+ (* -1/2 r) (* 1/2 (+ p (+ (fabs p) (fabs r))))))))) (pow r 2))
(/.f64 (fma.f64 (fma.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) r)) r (neg.f64 (*.f64 q q))) r (*.f64 (neg.f64 p) (*.f64 q q))) (*.f64 r r))
(- (* -1 (* (pow q 2) r)) (* p (pow q 2)))
(*.f64 (neg.f64 (*.f64 q q)) (+.f64 r p))
(* -1/2 r)
(*.f64 #s(literal -1/2 binary64) r)
(* r (- (* 1/2 (/ r (- (fabs r) (fabs p)))) 1/2))
(*.f64 (fma.f64 (/.f64 r (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) r)
(* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2)))))
(*.f64 (-.f64 (/.f64 (neg.f64 (*.f64 p p)) (-.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 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (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 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))))
(+ (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* r (+ (* 1/2 (* p (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))))) (* 1/2 (* r (- (/ 1 (- (fabs r) (fabs p))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2))))))))))))
(fma.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 p p)))) p (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (*.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)))))) r))) r (*.f64 (-.f64 (/.f64 (neg.f64 (*.f64 p p)) (-.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 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (sqrt (+ (* 4 (pow q 2)) (pow p 2))))) (* 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 (- (fabs r) (fabs p))) (* 1/2 (* (sqrt (/ 1 (+ (* 4 (pow q 2)) (pow p 2)))) (- 1 (/ (pow p 2) (+ (* 4 (pow q 2)) (pow p 2)))))))))))))
(fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/4 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)))))) (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 (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (*.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))) 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 (neg.f64 (*.f64 p p)) (-.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)))
(pow r 2)
(*.f64 r r)
(/ -1/2 r)
(/.f64 #s(literal -1/2 binary64) r)
(/ (- (* 1/2 (/ r (- (fabs r) (fabs p)))) 1/2) r)
(/.f64 (fma.f64 (/.f64 r (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) r)
(* -1 (+ (* 4 (pow q 2)) (pow p 2)))
(neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))
(+ (* -1 (+ (* 4 (pow q 2)) (pow p 2))) (* 2 (* p r)))
(fma.f64 (*.f64 #s(literal 2 binary64) p) r (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r))
(/.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) r)
(/ (+ (* -1 (+ (* 4 (pow q 2)) (pow p 2))) (* 2 (* p r))) r)
(/.f64 (fma.f64 (*.f64 #s(literal 2 binary64) p) r (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r)
(* 2 q)
(*.f64 #s(literal 2 binary64) q)
(+ (* 1/4 (/ (pow r 2) q)) (* 2 q))
(fma.f64 (/.f64 (*.f64 r r) q) #s(literal 1/4 binary64) (*.f64 #s(literal 2 binary64) q))
(+ (* 2 q) (* (pow r 2) (+ (* -1/64 (/ (pow r 2) (pow q 3))) (* 1/4 (/ 1 q)))))
(fma.f64 (fma.f64 (/.f64 (*.f64 r r) (pow.f64 q #s(literal 3 binary64))) #s(literal -1/64 binary64) (/.f64 #s(literal 1/4 binary64) q)) (*.f64 r r) (*.f64 #s(literal 2 binary64) 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)))))
(fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/512 binary64) (*.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 #s(literal 2 binary64) q))
(+ (fabs p) (* -1 (* p (* r (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q)))))))))
(fma.f64 (neg.f64 p) (*.f64 (-.f64 (*.f64 (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 2 binary64)) (/.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)))) r) (fabs.f64 p))
(+ (fabs p) (* r (+ (* -1 (* p (* (pow r 2) (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))))))) (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))))))
(fma.f64 (fma.f64 (neg.f64 p) (*.f64 (fma.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 #s(literal 1/16 binary64) (*.f64 (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)) q))) #s(literal -4 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)) q))) (*.f64 r r)) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 2 binary64)) (/.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)))))) r (fabs.f64 p))
(+ (fabs p) (* r (+ (* -1 (* p (- (* 2 (/ q (pow (+ (fabs r) (* 2 q)) 2))) (* 2 (/ 1 (+ (fabs r) (* 2 q))))))) (* (pow r 2) (+ (* -1 (* p (* (pow r 2) (+ (* -2 (+ (* 1/16 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/64 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))))) (* 4 (+ (* 3/256 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))) (+ (* 1/2 (/ (- (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 4))) (/ (* (pow q 2) (+ (* -1/32 (/ (+ (fabs r) (* 2 q)) (pow q 3))) (* 1/16 (/ 1 (pow q 2))))) (pow (+ (fabs r) (* 2 q)) 4))) q)) (* 1/32 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3))))))))))) (* -1 (* p (+ (* -4 (+ (* 1/16 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/4 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/2 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2))))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 p (*.f64 r r)) (fma.f64 (+.f64 (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 4 binary64))) (/.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) (pow.f64 q #s(literal 3 binary64))) #s(literal -1/32 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 q q))) (*.f64 q q)) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 4 binary64)))) q) #s(literal 1/2 binary64) (/.f64 #s(literal 1/32 binary64) (*.f64 (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64)) (*.f64 q q)))) (/.f64 #s(literal 3/256 binary64) (*.f64 (pow.f64 q #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))) #s(literal 4 binary64) (*.f64 (+.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 (pow.f64 q #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)))) (/.f64 #s(literal 1/16 binary64) (*.f64 (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64)) (*.f64 q q)))) #s(literal -2 binary64))) (*.f64 (fma.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 #s(literal 1/16 binary64) (*.f64 (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)) q))) #s(literal -4 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)) q))) p))) (*.f64 r r) (*.f64 (neg.f64 p) (-.f64 (*.f64 (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 2 binary64)) (/.f64 #s(literal 2 binary64) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)))))) r (fabs.f64 p))
(/ (pow q 2) (+ (fabs r) (* 2 q)))
(/.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)))
(+ (* -1/4 (/ (* q (pow r 2)) (pow (+ (fabs r) (* 2 q)) 2))) (/ (pow q 2) (+ (fabs r) (* 2 q))))
(fma.f64 (/.f64 (*.f64 (*.f64 r r) q) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))) #s(literal -1/4 binary64) (/.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r))))
(+ (* (pow r 2) (- (* (pow r 2) (+ (* 1/64 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/16 (/ 1 (pow (+ (fabs r) (* 2 q)) 3))))) (* 1/4 (/ q (pow (+ (fabs r) (* 2 q)) 2))))) (/ (pow q 2) (+ (fabs r) (* 2 q))))
(fma.f64 (fma.f64 (+.f64 (/.f64 #s(literal 1/16 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 #s(literal 1/64 binary64) (*.f64 (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)) q))) (*.f64 r r) (*.f64 #s(literal -1/4 binary64) (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))) (*.f64 r r) (/.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r))))
(+ (* (pow r 2) (- (* (pow r 2) (+ (* -1 (* (pow r 2) (+ (* 1/512 (/ 1 (* (pow q 3) (pow (+ (fabs r) (* 2 q)) 2)))) (+ (* 1/256 (/ 1 (* (pow q 2) (pow (+ (fabs r) (* 2 q)) 3)))) (* 1/4 (/ (+ (* 1/64 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/16 (/ 1 (pow (+ (fabs r) (* 2 q)) 3)))) (* q (+ (fabs r) (* 2 q))))))))) (+ (* 1/64 (/ 1 (* q (pow (+ (fabs r) (* 2 q)) 2)))) (* 1/16 (/ 1 (pow (+ (fabs r) (* 2 q)) 3)))))) (* 1/4 (/ q (pow (+ (fabs r) (* 2 q)) 2))))) (/ (pow q 2) (+ (fabs r) (* 2 q))))
(fma.f64 (fma.f64 (fma.f64 (neg.f64 (*.f64 r r)) (+.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 2 binary64) q (fabs.f64 r))) (/.f64 (+.f64 (/.f64 #s(literal 1/16 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 #s(literal 1/64 binary64) (*.f64 (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)) q))) q) (/.f64 #s(literal 1/256 binary64) (*.f64 (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64)) (*.f64 q q)))) (/.f64 #s(literal 1/512 binary64) (*.f64 (pow.f64 q #s(literal 3 binary64)) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))) (+.f64 (/.f64 #s(literal 1/16 binary64) (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 3 binary64))) (/.f64 #s(literal 1/64 binary64) (*.f64 (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64)) q)))) (*.f64 r r) (*.f64 #s(literal -1/4 binary64) (/.f64 q (pow.f64 (fma.f64 #s(literal 2 binary64) q (fabs.f64 r)) #s(literal 2 binary64))))) (*.f64 r r) (/.f64 (*.f64 q q) (fma.f64 #s(literal 2 binary64) q (fabs.f64 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 (*.f64 #s(literal -1 binary64) (*.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 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(+ (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 (*.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))))) (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 (neg.f64 p) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))) r (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(/ (+ (* 4 (pow q 2)) (pow p 2)) r)
(/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r)
(+ (fabs p) (* 2 p))
(fma.f64 #s(literal 2 binary64) p (fabs.f64 p))
(+ (fabs p) (+ (* -4 (/ (pow q 2) r)) (+ (* -2 (/ (* p (fabs r)) r)) (* 2 p))))
(+.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -4 binary64) (fma.f64 (*.f64 p (/.f64 (fabs.f64 r) r)) #s(literal -2 binary64) (*.f64 #s(literal 2 binary64) p))) (fabs.f64 p))
(+ (fabs p) (+ (* -4 (/ (pow q 2) r)) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (+ (* 2 p) (* 4 (/ (* (pow q 2) (fabs r)) (pow r 2))))))))
(+.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -4 binary64) (fma.f64 (*.f64 p (/.f64 (fabs.f64 r) r)) #s(literal -2 binary64) (fma.f64 (*.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (*.f64 r r))))) r) (/.f64 p r)) #s(literal -1 binary64) (fma.f64 (*.f64 (/.f64 (fabs.f64 r) r) (/.f64 (*.f64 q q) r)) #s(literal 4 binary64) (*.f64 #s(literal 2 binary64) p))))) (fabs.f64 p))
(+ (fabs p) (+ (* -4 (/ (pow q 2) r)) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* -8 (* (pow q 2) (fabs r))) (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))))) (pow r 3))) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (+ (* 2 p) (+ (* 4 (/ (* (pow q 2) (fabs r)) (pow r 2))) (* 4 (/ (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4))) (pow r 3))))))))))
(+.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -4 binary64) (fma.f64 (*.f64 p (/.f64 (fabs.f64 r) r)) #s(literal -2 binary64) (fma.f64 (*.f64 p (/.f64 (fma.f64 (*.f64 #s(literal -8 binary64) (*.f64 q q)) (fabs.f64 r) (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fabs.f64 r) (*.f64 (neg.f64 (fabs.f64 r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (*.f64 r r))))))) (pow.f64 r #s(literal 3 binary64)))) #s(literal -1 binary64) (fma.f64 (*.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (*.f64 r r))))) r) (/.f64 p r)) #s(literal -1 binary64) (fma.f64 #s(literal 4 binary64) (fma.f64 (/.f64 (fabs.f64 r) r) (/.f64 (*.f64 q q) r) (/.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 2 binary64) (*.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) (pow.f64 r #s(literal 3 binary64)))) (*.f64 #s(literal 2 binary64) p)))))) (fabs.f64 p))
(* 1/2 (- (fabs p) (* -2 p)))
(*.f64 (fma.f64 #s(literal 2 binary64) p (fabs.f64 p)) #s(literal 1/2 binary64))
(+ (* 1/2 (- (fabs p) (* -2 p))) (* 1/2 (/ (- (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)))
(*.f64 #s(literal 1/2 binary64) (+.f64 (fma.f64 #s(literal 2 binary64) p (fabs.f64 p)) (/.f64 (-.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (fma.f64 (pow.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) #s(literal 2 binary64)) #s(literal -1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r)))
(+ (* 1/2 (- (fabs p) (* -2 p))) (+ (* 1/2 (/ (- (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)) (* 1/2 (/ (- (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))) (+ (* -4 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))))))) (pow r 2)))))
(fma.f64 (fma.f64 #s(literal 2 binary64) p (fabs.f64 p)) #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (fma.f64 (pow.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) #s(literal 2 binary64)) #s(literal -1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) (/.f64 (-.f64 (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))))) (fma.f64 (*.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (*.f64 q q)) #s(literal -4 binary64) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (neg.f64 (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) #s(literal 2 binary64)))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))))))) (*.f64 r r)))))
(+ (* 1/2 (- (fabs p) (* -2 p))) (+ (* 1/2 (/ (- (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)) (+ (* 1/2 (/ (- (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* 2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))))))) (+ (* 2 (* p (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ (fabs r) (* -1 p)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* p (* (pow q 2) (+ (fabs r) (* -1 p))))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* 2 (* p (pow q 2))))))))))) (pow r 3))) (* 1/2 (/ (- (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))) (+ (* -4 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))))))) (pow r 2))))))
(fma.f64 #s(literal 1/2 binary64) (+.f64 (fma.f64 #s(literal 2 binary64) p (fabs.f64 p)) (/.f64 (-.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (fma.f64 (pow.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) #s(literal 2 binary64)) #s(literal -1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r)) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (fma.f64 #s(literal 2 binary64) (fma.f64 (*.f64 (*.f64 q q) p) (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (*.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (*.f64 q q))) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) p) (*.f64 q q) (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)))))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))))) (fma.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 2 binary64) (*.f64 (neg.f64 (*.f64 q q)) (pow.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) #s(literal 2 binary64)))) #s(literal -4 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 q q) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) #s(literal -2 binary64) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) #s(literal 2 binary64)))) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (fma.f64 (*.f64 #s(literal 2 binary64) p) (*.f64 q q) (neg.f64 (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) #s(literal 2 binary64)))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)))))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)))))))) (pow.f64 r #s(literal 3 binary64))) (/.f64 (-.f64 (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))))) (fma.f64 (*.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (*.f64 q q)) #s(literal -4 binary64) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (neg.f64 (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) #s(literal 2 binary64)))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))))))) (*.f64 r r)))))
(- (fabs p) (* -2 p))
(fma.f64 #s(literal 2 binary64) p (fabs.f64 p))
(- (+ (fabs p) (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r)) (+ (* -2 p) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r)))))
(-.f64 (fma.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (/.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) r) (fabs.f64 p)) (fma.f64 #s(literal -2 binary64) p (fma.f64 (/.f64 (pow.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) #s(literal 2 binary64)) r) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 4 binary64) (/.f64 (*.f64 p p) r)))))
(- (+ (fabs p) (+ (* 2 (/ (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))) (pow r 2))) (+ (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r) (/ (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 2))))) (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -2 p) (+ (* -2 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 2))) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r))))))))
(-.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (*.f64 q q)) (*.f64 r r)) #s(literal 2 binary64) (fma.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (/.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (*.f64 r r)) (/.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) r))) (fabs.f64 p)) (fma.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) r) (/.f64 (*.f64 q q) r)) #s(literal -4 binary64) (fma.f64 #s(literal -2 binary64) p (fma.f64 (*.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64)) (/.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) r) (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) #s(literal 2 binary64)))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (*.f64 r r)) #s(literal -1 binary64) (fma.f64 (/.f64 (pow.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) #s(literal 2 binary64)) r) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 4 binary64) (/.f64 (*.f64 p p) r))))))))
(- (+ (fabs p) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* 2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))))))))) (pow r 3))) (+ (* 2 (/ (* p (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p))))) (pow r 3))) (+ (* 2 (/ (* (pow q 2) (- (* -2 p) (+ (fabs r) (* -1 p)))) (pow r 2))) (+ (* 2 (/ (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 3))) (+ (/ (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p)))) r) (/ (* (+ (fabs r) (* -1 p)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ (fabs r) (* -1 p)) (- (* -2 p) (+ (fabs r) (* -1 p))))))) (pow r 2)))))))) (+ (* -4 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -4 (/ (+ (* -1 (* (pow q 2) (pow (+ (fabs r) (* -1 p)) 2))) (* 2 (pow q 4))) (pow r 3))) (+ (* -2 p) (+ (* -2 (/ (* p (* (pow q 2) (+ (fabs r) (* -1 p)))) (pow r 3))) (+ (* -2 (/ (* (pow q 2) (+ (fabs r) (* -1 p))) (pow r 2))) (+ (* -2 (/ (* (pow q 2) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 3))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -2 (* (pow q 2) (+ (fabs r) (* -1 p)))) (+ (* -1 (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2))))) (* 2 (* p (pow q 2)))))) (pow r 3))) (+ (* -1 (/ (* (+ (fabs r) (* -1 p)) (+ (* -1 (pow (+ (fabs r) (* -1 p)) 2)) (* 2 (pow q 2)))) (pow r 2))) (+ (* -1 (/ (pow (+ (fabs r) (* -1 p)) 2) r)) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r))))))))))))
(-.f64 (+.f64 (+.f64 (fabs.f64 p) (/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) p) (*.f64 q q) (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)))))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)))) (pow.f64 r #s(literal 3 binary64)))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)))) (pow.f64 r #s(literal 3 binary64))) #s(literal 2 binary64) (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (*.f64 q q)) (*.f64 r r)) #s(literal 2 binary64) (fma.f64 (/.f64 (*.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (*.f64 q q)) (pow.f64 r #s(literal 3 binary64))) #s(literal 2 binary64) (fma.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (/.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (*.f64 r r)) (/.f64 (*.f64 (-.f64 (*.f64 #s(literal -2 binary64) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) r)))))) (fma.f64 (/.f64 #s(literal -4 binary64) r) (/.f64 (*.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (*.f64 q q)) r) (fma.f64 (/.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 2 binary64) (*.f64 (neg.f64 (*.f64 q q)) (pow.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) #s(literal 2 binary64)))) (pow.f64 r #s(literal 3 binary64))) #s(literal -4 binary64) (fma.f64 #s(literal -2 binary64) p (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) p) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (fma.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) r) (/.f64 (*.f64 q q) r)) #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) #s(literal 2 binary64)))) (*.f64 q q)) (pow.f64 r #s(literal 3 binary64))) #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) (fma.f64 (*.f64 #s(literal 2 binary64) p) (*.f64 q q) (neg.f64 (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) #s(literal 2 binary64)))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)))))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (pow.f64 r #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) #s(literal 2 binary64)))) (fma.f64 #s(literal -1 binary64) p (fabs.f64 r))) (*.f64 r r)) #s(literal -1 binary64) (fma.f64 (/.f64 (pow.f64 (fma.f64 #s(literal -1 binary64) p (fabs.f64 r)) #s(literal 2 binary64)) r) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 4 binary64) (/.f64 (*.f64 p p) r))))))))))))
(* r (- (* 1/2 (/ (- (+ (fabs p) (fabs r)) (* -1 p)) r)) 1/2))
(*.f64 (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) r)
(* 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 (fabs.f64 p) (fabs.f64 r)) (neg.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.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 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (/.f64 (-.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 p)) r) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)))) #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 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 (neg.f64 (*.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 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 r #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)))) #s(literal 1/2 binary64)) r)
(/ (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2))) r)
(neg.f64 (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r))
(* r (- (* -1 (/ (* p (pow q 2)) r)) (pow q 2)))
(*.f64 (*.f64 #s(literal -1 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) r)
(* 1/2 (/ (pow r 2) (- (fabs r) (fabs p))))
(/.f64 (*.f64 (*.f64 r r) #s(literal 1/2 binary64)) (-.f64 (fabs.f64 r) (fabs.f64 p)))
(* (pow r 2) (- (+ (* 1/2 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* -1 p)) (pow r 2))) (* 1/2 (/ 1 (- (fabs r) (fabs p))))) (* 1/2 (/ 1 r))))
(*.f64 (fma.f64 (/.f64 (-.f64 (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 p)) (*.f64 r r)) #s(literal 1/2 binary64) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r))) (*.f64 r r))
(* (pow r 2) (- (+ (* -1 (/ (pow q 2) (pow r 3))) (+ (* 1/2 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (* -1 p)) (pow r 2))) (* 1/2 (/ 1 (- (fabs r) (fabs p)))))) (* 1/2 (/ 1 r))))
(*.f64 (-.f64 (fma.f64 #s(literal 1/2 binary64) (fma.f64 (/.f64 #s(literal -1 binary64) r) (/.f64 (-.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p))) p) r) (/.f64 #s(literal 1 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (neg.f64 (*.f64 q q)) (pow.f64 r #s(literal 3 binary64)))) (/.f64 #s(literal 1/2 binary64) r)) (*.f64 r r))
(* 2 (* p r))
(*.f64 (*.f64 r p) #s(literal 2 binary64))
(* r (+ (* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r)) (* 2 p)))
(*.f64 (fma.f64 #s(literal 2 binary64) p (/.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) r)) r)
(* 2 p)
(*.f64 #s(literal 2 binary64) p)
(+ (* -1 (/ (+ (* 4 (pow q 2)) (pow p 2)) r)) (* 2 p))
(fma.f64 #s(literal 2 binary64) p (/.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) r))
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))))))
(*.f64 (+.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)))) #s(literal 1 binary64)) r)
(* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6)))))))
(*.f64 (+.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))))) #s(literal 1 binary64)) r)
(+ (fabs p) (+ (* -2 (/ (* p (fabs r)) r)) (* 2 p)))
(+.f64 (fma.f64 (*.f64 p (/.f64 (fabs.f64 r) r)) #s(literal -2 binary64) (*.f64 #s(literal 2 binary64) p)) (fabs.f64 p))
(+ (fabs p) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (* 2 p))))
(+.f64 (fma.f64 (*.f64 p (/.f64 (fabs.f64 r) r)) #s(literal -2 binary64) (fma.f64 #s(literal 2 binary64) p (neg.f64 (*.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (*.f64 r r))))) r) (/.f64 p r))))) (fabs.f64 p))
(+ (fabs p) (+ (* -2 (/ (* p (fabs r)) r)) (+ (* -1 (/ (* p (- (* -8 (* (pow q 2) (fabs r))) (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))))) (pow r 3))) (+ (* -1 (/ (* p (- (* 4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) (pow r 2))) (* 2 p)))))
(+.f64 (fma.f64 (*.f64 p (/.f64 (fabs.f64 r) r)) #s(literal -2 binary64) (fma.f64 (*.f64 p (/.f64 (fma.f64 (*.f64 #s(literal -8 binary64) (*.f64 q q)) (fabs.f64 r) (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fabs.f64 r) (*.f64 (neg.f64 (fabs.f64 r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (*.f64 r r))))))) (pow.f64 r #s(literal 3 binary64)))) #s(literal -1 binary64) (fma.f64 #s(literal 2 binary64) p (neg.f64 (*.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (*.f64 r r))))) r) (/.f64 p r)))))) (fabs.f64 p))
(/ (pow q 2) r)
(/.f64 (*.f64 q q) r)
(/ (+ (* -1 (/ (* (pow q 2) (fabs r)) r)) (pow q 2)) r)
(/.f64 (fma.f64 q q (neg.f64 (*.f64 (*.f64 q q) (/.f64 (fabs.f64 r) r)))) r)
(/ (- (+ (* -1 (/ (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4))) (pow r 2))) (pow q 2)) (/ (* (pow q 2) (fabs r)) r)) r)
(/.f64 (-.f64 (fma.f64 q q (neg.f64 (/.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 2 binary64) (*.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) (*.f64 r r)))) (*.f64 (*.f64 q q) (/.f64 (fabs.f64 r) r))) r)
(/ (- (+ (* -1 (/ (+ (* -2 (* (pow q 4) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4)))))) (pow r 3))) (pow q 2)) (+ (* -1 (/ (* (pow q 2) (pow (fabs r) 2)) (pow r 2))) (+ (* 2 (/ (pow q 4) (pow r 2))) (/ (* (pow q 2) (fabs r)) r)))) r)
(/.f64 (-.f64 (fma.f64 q q (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (pow.f64 q #s(literal 4 binary64))) (fabs.f64 r) (*.f64 (neg.f64 (fabs.f64 r)) (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 2 binary64) (*.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))))) (pow.f64 r #s(literal 3 binary64))))) (fma.f64 (neg.f64 (/.f64 (*.f64 q q) r)) (/.f64 (*.f64 r r) r) (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (pow.f64 q #s(literal 4 binary64)) r) (*.f64 (*.f64 q q) (/.f64 (fabs.f64 r) r))))) r)
(* r (+ (/ (* p (pow q 2)) r) (pow q 2)))
(*.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r)
(* r (+ 1 (* -1 (/ p r))))
(*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64)) r)
(* r (+ 1 (+ (* -1 (/ p r)) (* 2 (/ (pow q 2) (pow r 2))))))
(*.f64 (+.f64 (fma.f64 (/.f64 #s(literal 2 binary64) r) (/.f64 (*.f64 q q) r) (/.f64 (neg.f64 p) r)) #s(literal 1 binary64)) r)
(* r (+ 1 (+ (* -1 (/ p r)) (+ (* 2 (/ (* p (pow q 2)) (pow r 3))) (* 2 (/ (pow q 2) (pow r 2)))))))
(*.f64 (+.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)) #s(literal 1 binary64)) r)
(+ (fabs p) (* -2 p))
(fma.f64 #s(literal -2 binary64) p (fabs.f64 p))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -4 (pow q 2)) (* 2 (* p (fabs r)))) r))))
(+.f64 (fma.f64 #s(literal -2 binary64) p (fabs.f64 p)) (neg.f64 (/.f64 (fma.f64 (*.f64 (fabs.f64 r) p) #s(literal 2 binary64) (*.f64 #s(literal -4 binary64) (*.f64 q q))) r)))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -4 (pow q 2)) (+ (* -1 (/ (+ (* -1 (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 4 (* (pow q 2) (fabs r)))) r)) (* 2 (* p (fabs r))))) r))))
(+.f64 (fma.f64 #s(literal -2 binary64) p (fabs.f64 p)) (neg.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (*.f64 q q) (fma.f64 (*.f64 (fabs.f64 r) p) #s(literal 2 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 q q) (fabs.f64 r)) #s(literal 4 binary64) (*.f64 (neg.f64 p) (fma.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (*.f64 r r))) #s(literal -2 binary64) (*.f64 #s(literal -4 binary64) (*.f64 q q))))) r)))) r)))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -4 (pow q 2)) (+ (* -1 (/ (+ (* -1 (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (+ (* -1 (/ (+ (* -1 (* p (+ (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 8 (* (pow q 2) (fabs r)))))) (* 4 (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4))))) r)) (* 4 (* (pow q 2) (fabs r))))) r)) (* 2 (* p (fabs r))))) r))))
(+.f64 (fma.f64 #s(literal -2 binary64) p (fabs.f64 p)) (neg.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (*.f64 q q) (fma.f64 (*.f64 (fabs.f64 r) p) #s(literal 2 binary64) (neg.f64 (/.f64 (fma.f64 (neg.f64 p) (fma.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (*.f64 r r))) #s(literal -2 binary64) (*.f64 #s(literal -4 binary64) (*.f64 q q))) (fma.f64 (*.f64 (*.f64 q q) (fabs.f64 r)) #s(literal 4 binary64) (neg.f64 (/.f64 (fma.f64 (neg.f64 p) (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 q q) (fabs.f64 r)) (*.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fabs.f64 r) (*.f64 (neg.f64 (fabs.f64 r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (*.f64 r r))))) #s(literal -2 binary64))) (*.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 2 binary64) (*.f64 (neg.f64 (*.f64 q q)) (*.f64 r r))) #s(literal 4 binary64))) r)))) r)))) r)))
(* 1/2 (- (fabs p) (* 2 p)))
(*.f64 (fma.f64 #s(literal -2 binary64) p (fabs.f64 p)) #s(literal 1/2 binary64))
(+ (* -1/2 (/ (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r)) (* 1/2 (- (fabs p) (* 2 p))))
(fma.f64 (/.f64 (-.f64 (*.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r)) (+.f64 (fabs.f64 r) p)) (fma.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)) #s(literal -1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) #s(literal -1/2 binary64) (*.f64 (fma.f64 #s(literal -2 binary64) p (fabs.f64 p)) #s(literal 1/2 binary64)))
(+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* 1/2 (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))))) r)) (* 1/2 (- (fabs p) (* 2 p))))
(fma.f64 (fma.f64 #s(literal -2 binary64) p (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (-.f64 (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r)) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r)))) (fma.f64 (*.f64 (+.f64 (fabs.f64 r) p) (*.f64 q q)) #s(literal -4 binary64) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) p) (neg.f64 (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) p)))))) r) #s(literal -1/2 binary64) (*.f64 (-.f64 (*.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r)) (+.f64 (fabs.f64 r) p)) (fma.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)) #s(literal -1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64))) r)))
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -2 (* p (* (pow q 2) (- (* 2 p) (+ p (fabs r)))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ p (fabs r)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))))))) (* 2 (* p (* (pow q 2) (+ p (fabs r))))))))) r)) (* 1/2 (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))))) r)) (* 1/2 (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))))) r)) (* 1/2 (- (fabs p) (* 2 p))))
(fma.f64 (fma.f64 #s(literal -2 binary64) p (fabs.f64 p)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (-.f64 (*.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r)) (+.f64 (fabs.f64 r) p)) (fma.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)) #s(literal -1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (-.f64 (fma.f64 (*.f64 (*.f64 (*.f64 q q) p) (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r))) #s(literal -2 binary64) (fma.f64 (*.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r)) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (*.f64 q q)) #s(literal 2 binary64) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal -2 binary64) p) (*.f64 q q) (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r)) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r))))) (+.f64 (fabs.f64 r) p))))) (fma.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 2 binary64) (*.f64 (neg.f64 (*.f64 q q)) (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) #s(literal -4 binary64) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 q q) p) (+.f64 (fabs.f64 r) p)) #s(literal 2 binary64) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal -2 binary64) p) (*.f64 q q) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) p) (neg.f64 (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) p))))) (+.f64 (fabs.f64 r) p))))))) r) #s(literal -1/2 binary64) (*.f64 (-.f64 (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r)) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r)))) (fma.f64 (*.f64 (+.f64 (fabs.f64 r) p) (*.f64 q q)) #s(literal -4 binary64) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) p) (neg.f64 (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) p)))))) #s(literal 1/2 binary64))) r))) r)))
(- (fabs p) (* 2 p))
(fma.f64 #s(literal -2 binary64) p (fabs.f64 p))
(- (+ (fabs p) (* -1 (/ (- (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(-.f64 (fma.f64 (/.f64 (-.f64 (*.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r)) (+.f64 (fabs.f64 r) p)) (fma.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)) #s(literal -1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) #s(literal -1 binary64) (fabs.f64 p)) (*.f64 #s(literal 2 binary64) p))
(- (+ (fabs p) (* -1 (/ (- (+ (* -1 (/ (- (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(-.f64 (fma.f64 (/.f64 (-.f64 (fma.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r)) (+.f64 (fabs.f64 r) p) (neg.f64 (/.f64 (-.f64 (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r)) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r)))) (fma.f64 (*.f64 (+.f64 (fabs.f64 r) p) (*.f64 q q)) #s(literal -4 binary64) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) p) (neg.f64 (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) p)))))) r))) (fma.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)) #s(literal -1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) #s(literal -1 binary64) (fabs.f64 p)) (*.f64 #s(literal 2 binary64) p))
(- (+ (fabs p) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -2 (* p (* (pow q 2) (- (* 2 p) (+ p (fabs r)))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))))) (* 2 (* (pow q 2) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r)))))))))) (+ (* -4 (+ (* -1 (* (pow q 2) (pow (+ p (fabs r)) 2))) (* 2 (pow q 4)))) (+ (* -2 (* (pow q 2) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))) (+ (* -1 (* (+ p (fabs r)) (+ (* -2 (* p (pow q 2))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2))))))))) (* 2 (* p (* (pow q 2) (+ p (fabs r))))))))) r)) (+ (* 2 (* (pow q 2) (- (* 2 p) (+ p (fabs r))))) (* (+ p (fabs r)) (- (pow p 2) (+ (* 2 (pow q 2)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))))))) (+ (* -4 (* (pow q 2) (+ p (fabs r)))) (+ (* -2 (* (pow q 2) (+ p (fabs r)))) (* -1 (* (+ p (fabs r)) (+ (* -1 (pow (+ p (fabs r)) 2)) (* 2 (pow q 2)))))))) r)) (* (+ p (fabs r)) (- (* 2 p) (+ p (fabs r))))) (+ (* -1 (pow (+ p (fabs r)) 2)) (+ (* 4 (pow q 2)) (pow p 2)))) r))) (* 2 p))
(-.f64 (fma.f64 (/.f64 (-.f64 (fma.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r)) (+.f64 (fabs.f64 r) p) (neg.f64 (/.f64 (fma.f64 (/.f64 (-.f64 (fma.f64 (*.f64 (*.f64 (*.f64 q q) p) (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r))) #s(literal -2 binary64) (fma.f64 (*.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r)) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (*.f64 q q)) #s(literal 2 binary64) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal -2 binary64) p) (*.f64 q q) (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r)) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r))))) (+.f64 (fabs.f64 r) p))))) (fma.f64 (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 2 binary64) (*.f64 (neg.f64 (*.f64 q q)) (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) #s(literal -4 binary64) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 q q) p) (+.f64 (fabs.f64 r) p)) #s(literal 2 binary64) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal -2 binary64) p) (*.f64 q q) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) p) (neg.f64 (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) p))))) (+.f64 (fabs.f64 r) p))))))) r) #s(literal -1 binary64) (-.f64 (fma.f64 (-.f64 (*.f64 p p) (fma.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r)) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 q q) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) p) (*.f64 (*.f64 (*.f64 q q) #s(literal 2 binary64)) (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) p) p) (fabs.f64 r)))) (fma.f64 (*.f64 (+.f64 (fabs.f64 r) p) (*.f64 q q)) #s(literal -4 binary64) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (+.f64 (fabs.f64 r) p) (neg.f64 (*.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)))) (+.f64 (fabs.f64 r) p))))))) r))) (fma.f64 (pow.f64 (+.f64 (fabs.f64 r) p) #s(literal 2 binary64)) #s(literal -1 binary64) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) r) #s(literal -1 binary64) (fabs.f64 p)) (*.f64 #s(literal 2 binary64) p))
(* 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 (fabs.f64 p) (-.f64 (fabs.f64 r) 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) (fma.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) r) #s(literal -1 binary64) #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) (fma.f64 (/.f64 (fma.f64 (+.f64 (fabs.f64 p) (-.f64 (fabs.f64 r) p)) #s(literal 1/2 binary64) (neg.f64 (neg.f64 (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r)))) r) #s(literal -1 binary64) #s(literal -1/2 binary64)))
(* -1 (* r (+ 1/2 (* -1/2 (/ (+ p (+ (fabs p) (fabs r))) r)))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal -1/2 binary64) #s(literal 1/2 binary64)))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (pow q 2) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 q q) r))) r) #s(literal -1 binary64) #s(literal 1/2 binary64)))
(* -1 (* r (+ 1/2 (* -1 (/ (+ (* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r)) (* 1/2 (+ p (+ (fabs p) (fabs r))))) r)))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r))) r) #s(literal -1 binary64) #s(literal 1/2 binary64)))
(* -1 (/ (+ (/ (* p (pow q 2)) r) (pow q 2)) r))
(neg.f64 (/.f64 (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r))) r))
(* -1 (* r (- (/ (* p (pow q 2)) r) (* -1 (pow q 2)))))
(*.f64 (neg.f64 r) (fma.f64 p (/.f64 (*.f64 q q) r) (*.f64 #s(literal 1 binary64) (*.f64 q q))))
(* (pow r 2) (+ (* 1/2 (/ 1 r)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r)) (*.f64 r r))
(* (pow r 2) (+ (* -1 (/ (- (* -1/2 (/ (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) p) r)) 1/2) r)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (-.f64 (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p))) 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 r) (fabs.f64 p)))) (*.f64 r r))
(* (pow r 2) (+ (* -1 (/ (- (* -1 (/ (+ (* 1/2 (- (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) p)) (/ (pow q 2) r)) r)) 1/2) r)) (* 1/2 (/ 1 (- (fabs r) (fabs p))))))
(*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (-.f64 (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p))) p) #s(literal 1/2 binary64) (/.f64 (*.f64 q q) r)) r) #s(literal -1 binary64) #s(literal -1/2 binary64)) r) #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (*.f64 r r))
(* -1 (* r (+ (* -2 p) (+ (* 4 (/ (pow q 2) r)) (/ (pow p 2) r)))))
(*.f64 (neg.f64 r) (fma.f64 #s(literal -2 binary64) p (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 4 binary64) (/.f64 (*.f64 p p) r))))
(* -1 r)
(neg.f64 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)))))))
(*.f64 (neg.f64 r) (+.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)))) #s(literal 1 binary64)))
(* -1 (* r (+ 1 (+ (* -2 (/ (pow q 4) (pow r 4))) (+ (* 2 (/ (pow q 2) (pow r 2))) (* 4 (/ (pow q 6) (pow r 6))))))))
(*.f64 (neg.f64 r) (+.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))))) #s(literal 1 binary64)))
(+ (fabs p) (+ (* -2 p) (* -2 (/ (* p (fabs r)) r))))
(fma.f64 #s(literal -2 binary64) (+.f64 p (*.f64 p (/.f64 (fabs.f64 r) r))) (fabs.f64 p))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* 2 (* p (fabs r))) (/ (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2)))))) r)) r))))
(+.f64 (fma.f64 #s(literal -2 binary64) p (neg.f64 (/.f64 (fma.f64 (*.f64 (fabs.f64 r) p) #s(literal 2 binary64) (/.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (*.f64 r r))) #s(literal -2 binary64) (*.f64 #s(literal -4 binary64) (*.f64 q q))) p) r)) r))) (fabs.f64 p))
(+ (fabs p) (+ (* -2 p) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* p (+ (* -4 (pow q 2)) (* -2 (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (/ (* p (+ (* -2 (+ (* -2 (* (pow q 2) (fabs r))) (* -1 (* (fabs r) (+ (* -1 (pow (fabs r) 2)) (* 2 (pow q 2))))))) (* 8 (* (pow q 2) (fabs r))))) r)) r)) (* 2 (* p (fabs r)))) r))))
(+.f64 (fma.f64 #s(literal -2 binary64) p (neg.f64 (/.f64 (fma.f64 (*.f64 (fabs.f64 r) p) #s(literal 2 binary64) (neg.f64 (/.f64 (fma.f64 p (/.f64 (fma.f64 #s(literal 8 binary64) (*.f64 (*.f64 q q) (fabs.f64 r)) (*.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 q q)) (fabs.f64 r) (*.f64 (neg.f64 (fabs.f64 r)) (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (*.f64 r r))))) #s(literal -2 binary64))) r) (*.f64 (neg.f64 p) (fma.f64 (fma.f64 (*.f64 q q) #s(literal 2 binary64) (neg.f64 (*.f64 r r))) #s(literal -2 binary64) (*.f64 #s(literal -4 binary64) (*.f64 q q))))) r))) r))) (fabs.f64 p))
(* -1 (/ (+ (/ (* (pow q 2) (fabs r)) r) (pow q 2)) r))
(neg.f64 (/.f64 (fma.f64 (*.f64 q q) (/.f64 (fabs.f64 r) r) (*.f64 q q)) r))
(* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (* (pow q 2) (pow (fabs r) 2)) r)) (* 2 (/ (pow q 4) r))) (* (pow q 2) (fabs r))) r)) (pow q 2)) r))
(neg.f64 (/.f64 (fma.f64 q q (neg.f64 (/.f64 (-.f64 (fma.f64 (/.f64 (pow.f64 q #s(literal 4 binary64)) r) #s(literal 2 binary64) (/.f64 (*.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)) r)) (*.f64 (*.f64 q q) (fabs.f64 r))) r))) r))
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* -2 (/ (* (pow q 4) (fabs r)) r)) (* -1 (/ (* (fabs r) (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4)))) r))) (+ (* -1 (* (pow q 2) (pow (fabs r) 2))) (* 2 (pow q 4)))) r)) (* (pow q 2) (fabs r))) r)) (pow q 2)) r))
(neg.f64 (/.f64 (fma.f64 q q (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (-.f64 (fma.f64 (*.f64 (pow.f64 q #s(literal 4 binary64)) (/.f64 (fabs.f64 r) r)) #s(literal -2 binary64) (/.f64 (*.f64 (neg.f64 (fabs.f64 r)) (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 2 binary64) (*.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)))) r)) (fma.f64 (pow.f64 q #s(literal 4 binary64)) #s(literal 2 binary64) (*.f64 (neg.f64 (*.f64 q q)) (*.f64 r r)))) r)) (*.f64 (*.f64 q q) (fabs.f64 r))) r))) r))
(* -1 (* r (+ (* -1 (/ (* p (pow q 2)) r)) (* -1 (pow q 2)))))
(*.f64 (neg.f64 r) (*.f64 #s(literal -1 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))))
(* -1 (* r (+ 1 (* -1 (/ p r)))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64)))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -2 (/ (pow q 2) r))) r)))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 q q) r) #s(literal -2 binary64) p) r) #s(literal -1 binary64) #s(literal 1 binary64)))
(* -1 (* r (+ 1 (* -1 (/ (+ p (* -1 (/ (+ (* 2 (/ (* p (pow q 2)) r)) (* 2 (pow q 2))) r))) r)))))
(*.f64 (neg.f64 r) (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 q q (*.f64 p (/.f64 (*.f64 q q) r)))) r) #s(literal -1 binary64) p) r) #s(literal -1 binary64) #s(literal 1 binary64)))
(+ (fabs p) (* 2 (/ (* p r) (+ r (fabs r)))))
(fma.f64 (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) #s(literal 2 binary64) (fabs.f64 p))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (- (* -8 (/ p (pow (+ r (fabs r)) 2))) (* 4 (/ 1 (+ r (fabs r))))))))
(+.f64 (fma.f64 (-.f64 (*.f64 (/.f64 p (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))) #s(literal -8 binary64)) (/.f64 #s(literal 4 binary64) (+.f64 (fabs.f64 r) r))) (*.f64 q q) (/.f64 (*.f64 (*.f64 r p) #s(literal 2 binary64)) (+.f64 (fabs.f64 r) r))) (fabs.f64 p))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (- (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* (pow q 2) (+ (* -1 (* p (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))))))) (* 8 (/ 1 (* r (pow (+ r (fabs r)) 2))))))) (* 4 (/ 1 (+ r (fabs r))))))))
(+.f64 (fma.f64 (-.f64 (fma.f64 (fma.f64 (neg.f64 p) (*.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (*.f64 r r))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)) r))) #s(literal -6 binary64)) (/.f64 #s(literal 8 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)) r))) (*.f64 q q) (*.f64 (/.f64 p (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))) #s(literal -8 binary64))) (/.f64 #s(literal 4 binary64) (+.f64 (fabs.f64 r) r))) (*.f64 q q) (/.f64 (*.f64 (*.f64 r p) #s(literal 2 binary64)) (+.f64 (fabs.f64 r) r))) (fabs.f64 p))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (- (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* (pow q 2) (+ (* -1 (* p (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))))))) (+ (* 8 (/ 1 (* r (pow (+ r (fabs r)) 2)))) (* (pow q 2) (+ (* -4 (+ (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2)))))) (* -1 (* p (+ (* 2 (+ (* 2 (/ (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2))))))) (* 4 (- (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (+ (* 6 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2)))) (+ (* 8 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 16 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))))))))))) (* 4 (/ 1 (+ r (fabs r))))))))
(+.f64 (fma.f64 (-.f64 (fma.f64 (fma.f64 (neg.f64 p) (*.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (*.f64 r r))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)) r))) #s(literal -6 binary64)) (fma.f64 (fma.f64 (neg.f64 p) (fma.f64 (-.f64 (+.f64 (+.f64 (+.f64 (/.f64 #s(literal 16 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 4 binary64)) (*.f64 r r))) (/.f64 #s(literal 8 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (/.f64 #s(literal 6 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (pow.f64 r #s(literal 4 binary64))))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 4 binary64)) (*.f64 r r)))) #s(literal 4 binary64) (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (*.f64 r r))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)) r))) (*.f64 (+.f64 (fabs.f64 r) r) r)) #s(literal 2 binary64) (+.f64 (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (pow.f64 r #s(literal 4 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))))) #s(literal 2 binary64))) (*.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (pow.f64 r #s(literal 3 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)) (*.f64 r r)))) #s(literal -4 binary64))) (*.f64 q q) (/.f64 #s(literal 8 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)) r)))) (*.f64 q q) (*.f64 (/.f64 p (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))) #s(literal -8 binary64))) (/.f64 #s(literal 4 binary64) (+.f64 (fabs.f64 r) r))) (*.f64 q q) (/.f64 (*.f64 (*.f64 r p) #s(literal 2 binary64)) (+.f64 (fabs.f64 r) r))) (fabs.f64 p))
(* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r))))
(*.f64 (-.f64 (+.f64 (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r)) (fabs.f64 p)) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) r))) #s(literal 1/2 binary64))
(+ (* 1/2 (* (pow q 2) (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r))))))) (* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))))
(*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (-.f64 p r)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (fma.f64 (*.f64 (/.f64 r (-.f64 p r)) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) #s(literal 2 binary64) (/.f64 #s(literal 4 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r)))) (*.f64 q q) (-.f64 (+.f64 (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r)) (fabs.f64 p)) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) r)))))
(+ (* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (* 1/2 (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))))))
(fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (-.f64 (/.f64 #s(literal 8 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r))) (fma.f64 (/.f64 #s(literal -4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r)))) (/.f64 #s(literal 4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)))))) (*.f64 q q) (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (-.f64 p r)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (fma.f64 (*.f64 (/.f64 r (-.f64 p r)) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) #s(literal 2 binary64) (/.f64 #s(literal 4 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r)))))) (*.f64 q q) (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r)) (fabs.f64 p)) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) r))) #s(literal 1/2 binary64)))
(+ (* 1/2 (- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))) (* (pow q 2) (+ (* 1/2 (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (* (pow q 2) (+ (* 1/2 (* (pow q 2) (- (+ (* 2 (/ (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* -2 (/ (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2))))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* 4 (/ (pow r 2) (* (pow (- p r) 4) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ (pow r 2) (* (pow (- p r) 5) (pow (- (+ p (fabs r)) r) 2)))))))))) (* 1/2 (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))))))))))))
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r)))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) (-.f64 p r))) #s(literal 2 binary64) (-.f64 (+.f64 (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 p r) #s(literal 3 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (fma.f64 (/.f64 (fma.f64 (/.f64 #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 r r)) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) (-.f64 p r))) #s(literal -2 binary64) (fma.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 p r) #s(literal 3 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 4 binary64) (*.f64 #s(literal 4 binary64) (fma.f64 (/.f64 r (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (*.f64 (/.f64 r (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))))))))) (*.f64 q q) (-.f64 (/.f64 #s(literal 8 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r))) (fma.f64 (/.f64 #s(literal -4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r)))) (/.f64 #s(literal 4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)))))))) (*.f64 q q) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (-.f64 p r)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (fma.f64 (*.f64 (/.f64 r (-.f64 p r)) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) #s(literal 2 binary64) (/.f64 #s(literal 4 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r)))) #s(literal 1/2 binary64))) (*.f64 q q) (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r)) (fabs.f64 p)) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) r))) #s(literal 1/2 binary64)))
(- (+ (fabs p) (/ (pow r 2) (- (+ p (fabs r)) r))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(-.f64 (+.f64 (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r)) (fabs.f64 p)) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(+.f64 (fabs.f64 p) (-.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (-.f64 p r)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (fma.f64 (*.f64 (/.f64 r (-.f64 p r)) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) #s(literal 2 binary64) (/.f64 #s(literal 4 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r)))) (*.f64 q q) (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r))) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) r))))
(- (+ (fabs p) (+ (* (pow q 2) (- (+ (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (* (pow q 2) (- (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(-.f64 (+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 (/.f64 #s(literal 8 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r))) (fma.f64 (/.f64 #s(literal -4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r)))) (/.f64 #s(literal 4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)))))) (*.f64 q q) (/.f64 (*.f64 #s(literal 2 binary64) (-.f64 p r)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) (fma.f64 (*.f64 (/.f64 r (-.f64 p r)) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) #s(literal 2 binary64) (/.f64 #s(literal 4 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r)))) (*.f64 q q) (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r))) (fabs.f64 p)) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) r)))
(- (+ (fabs p) (+ (* (pow q 2) (- (+ (* 2 (/ (- p r) (pow (- (+ p (fabs r)) r) 2))) (* (pow q 2) (- (+ (* 8 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* (pow q 2) (- (+ (* 2 (/ (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3)))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* -2 (/ (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2))))) (* (- p r) (- (+ p (fabs r)) r)))) (+ (* 4 (+ (* 4 (/ 1 (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (* 2 (/ 1 (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))))) (+ (* 4 (/ (pow r 2) (* (pow (- p r) 4) (pow (- (+ p (fabs r)) r) 3)))) (* 4 (/ (pow r 2) (* (pow (- p r) 5) (pow (- (+ p (fabs r)) r) 2)))))))))) (+ (* -4 (/ (pow r 2) (* (pow (- p r) 2) (pow (- (+ p (fabs r)) r) 3)))) (+ (* -2 (/ (pow r 2) (* (pow (- p r) 3) (pow (- (+ p (fabs r)) r) 2)))) (+ (* 2 (/ 1 (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (pow (- (+ p (fabs r)) r) 3))))))))) (+ (* 2 (/ (pow r 2) (* (- p r) (pow (- (+ p (fabs r)) r) 2)))) (* 4 (/ 1 (- (+ p (fabs r)) r)))))) (/ (pow r 2) (- (+ p (fabs r)) r)))) (/ (pow (- p r) 2) (- (+ p (fabs r)) r)))
(-.f64 (+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 (fma.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r)))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) (-.f64 p r))) #s(literal 2 binary64) (-.f64 (+.f64 (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 p r) #s(literal 3 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (fma.f64 (/.f64 (fma.f64 (/.f64 #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 r r)) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) (-.f64 p r))) #s(literal -2 binary64) (fma.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 p r) #s(literal 3 binary64)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) #s(literal 4 binary64) (*.f64 #s(literal 4 binary64) (fma.f64 (/.f64 r (pow.f64 (-.f64 p r) #s(literal 4 binary64))) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (*.f64 (/.f64 r (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))))))))) (*.f64 q q) (/.f64 #s(literal 8 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r)))) (fma.f64 (/.f64 #s(literal -4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (+.f64 (fma.f64 (/.f64 #s(literal -2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (/.f64 (*.f64 r r) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)) (-.f64 p r)))) (/.f64 #s(literal 4 binary64) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 3 binary64)))))) (*.f64 q q) (/.f64 (*.f64 #s(literal 2 binary64) (-.f64 p r)) (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) (fma.f64 (*.f64 (/.f64 r (-.f64 p r)) (/.f64 r (pow.f64 (-.f64 (+.f64 (fabs.f64 r) p) r) #s(literal 2 binary64)))) #s(literal 2 binary64) (/.f64 #s(literal 4 binary64) (-.f64 (+.f64 (fabs.f64 r) p) r)))) (*.f64 q q) (/.f64 (*.f64 r r) (-.f64 (+.f64 (fabs.f64 r) p) r))) (fabs.f64 p)) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (+.f64 (fabs.f64 r) p) 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 (neg.f64 (*.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 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q) (*.f64 (-.f64 (+.f64 (+.f64 r (fabs.f64 p)) (fabs.f64 r)) p) #s(literal 1/2 binary64)))
(+ (* -1 (/ (* (pow q 2) (+ 1 (/ p r))) r)) (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)))
(fma.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 (neg.f64 (*.f64 (*.f64 q q) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r))))
(* -1 (/ (* (pow q 2) (+ p r)) (pow r 2)))
(*.f64 (neg.f64 (/.f64 (*.f64 q q) r)) (/.f64 (+.f64 r p) r))
(* -1 (* (pow q 2) (+ p r)))
(*.f64 (neg.f64 (*.f64 q q)) (+.f64 r p))
(* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p))
(*.f64 (-.f64 (+.f64 (+.f64 r (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p)))) p) #s(literal 1/2 binary64))
(+ (* -1 (/ (pow q 2) (- p r))) (* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p)))
(fma.f64 (-.f64 (+.f64 (+.f64 r (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p)))) p) #s(literal 1/2 binary64) (/.f64 (neg.f64 (*.f64 q q)) (-.f64 p r)))
(+ (* 1/2 (- (+ r (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) p)) (* (pow q 2) (- (/ (pow q 2) (pow (- p r) 3)) (/ 1 (- p r)))))
(fma.f64 (-.f64 (+.f64 (+.f64 r (/.f64 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 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 (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p))))) 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 (neg.f64 (*.f64 p p)) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p)))) p) #s(literal 1/2 binary64) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (*.f64 q q)) (/.f64 #s(literal 1 binary64) (-.f64 p r))) (*.f64 q q)))
(* r (+ (* -1 (/ (pow p 2) r)) (* 2 p)))
(*.f64 (fma.f64 #s(literal 2 binary64) p (/.f64 (neg.f64 (*.f64 p p)) r)) r)
(+ (* -4 (pow q 2)) (* r (+ (* -1 (/ (pow p 2) r)) (* 2 p))))
(fma.f64 (fma.f64 #s(literal 2 binary64) p (/.f64 (neg.f64 (*.f64 p p)) r)) r (*.f64 #s(literal -4 binary64) (*.f64 q q)))
(+ (* -1 (/ (pow p 2) r)) (* 2 p))
(fma.f64 #s(literal 2 binary64) p (/.f64 (neg.f64 (*.f64 p p)) r))
(+ (* -4 (/ (pow q 2) r)) (+ (* -1 (/ (pow p 2) r)) (* 2 p)))
(fma.f64 (/.f64 (*.f64 q q) r) #s(literal -4 binary64) (fma.f64 #s(literal 2 binary64) p (/.f64 (neg.f64 (*.f64 p p)) r)))
(+ 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 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 r #s(literal 5 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) (+ (* -8 (/ (* p (pow q 2)) (pow (+ r (fabs r)) 2))) (* 2 (/ (* p r) (+ r (fabs r))))))
(+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) p) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))) #s(literal -8 binary64) (/.f64 (*.f64 (*.f64 r p) #s(literal 2 binary64)) (+.f64 (fabs.f64 r) r))) (fabs.f64 p))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* -1 (* p (* (pow q 2) (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))))))))))))
(+.f64 (fma.f64 (fma.f64 (neg.f64 p) (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (*.f64 r r))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)) r))) #s(literal -6 binary64)) (*.f64 q q)) (*.f64 (/.f64 p (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))) #s(literal -8 binary64))) (*.f64 q q) (/.f64 (*.f64 (*.f64 r p) #s(literal 2 binary64)) (+.f64 (fabs.f64 r) r))) (fabs.f64 p))
(+ (fabs p) (+ (* 2 (/ (* p r) (+ r (fabs r)))) (* (pow q 2) (+ (* -8 (/ p (pow (+ r (fabs r)) 2))) (* (pow q 2) (+ (* -1 (* p (* (pow q 2) (+ (* 2 (+ (* 2 (/ (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2))))))) (* 4 (- (+ (* 4 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (+ (* 6 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 2)))) (+ (* 8 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 3)))) (* 16 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4))))))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 4)))))))))) (* -1 (* p (+ (* -4 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))) (* -2 (+ (* 4 (/ 1 (* r (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 2)))))))))))))))
(+.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 q q) p) (fma.f64 (-.f64 (+.f64 (+.f64 (+.f64 (/.f64 #s(literal 16 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 4 binary64)) (*.f64 r r))) (/.f64 #s(literal 8 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (/.f64 #s(literal 6 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (pow.f64 r #s(literal 4 binary64))))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 4 binary64)) (*.f64 r r)))) #s(literal 4 binary64) (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (*.f64 r r))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)) r))) (*.f64 (+.f64 (fabs.f64 r) r) r)) #s(literal 2 binary64) (+.f64 (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (pow.f64 r #s(literal 4 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64)))))) #s(literal 2 binary64))) (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (*.f64 r r))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)) r))) #s(literal -6 binary64)) p))) (*.f64 q q) (*.f64 (/.f64 p (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))) #s(literal -8 binary64))) (*.f64 q q) (/.f64 (*.f64 (*.f64 r p) #s(literal 2 binary64)) (+.f64 (fabs.f64 r) r))) (fabs.f64 p))
(/ (pow q 2) (+ r (fabs r)))
(/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) r))
(* (pow q 2) (+ (* -2 (/ (pow q 2) (* r (pow (+ r (fabs r)) 2)))) (/ 1 (+ r (fabs r)))))
(*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))) (/.f64 (*.f64 q q) r) (/.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 r) r))) (*.f64 q q))
(* (pow q 2) (+ (* (pow q 2) (- (* (pow q 2) (+ (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2)))))) (* 2 (/ 1 (* r (pow (+ r (fabs r)) 2)))))) (/ 1 (+ r (fabs r)))))
(*.f64 (fma.f64 (fma.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (pow.f64 r #s(literal 3 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)) (*.f64 r r)))) (*.f64 q q) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)) r)))) (*.f64 q q) (/.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 r) r))) (*.f64 q q))
(* (pow q 2) (+ (* (pow q 2) (- (* (pow q 2) (+ (* -1 (* (pow q 2) (+ (* 2 (/ (+ (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3)))) (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2))))) (* r (+ r (fabs r))))) (+ (* 4 (/ 1 (* (pow r 4) (pow (+ r (fabs r)) 3)))) (* 4 (/ 1 (* (pow r 5) (pow (+ r (fabs r)) 2)))))))) (+ (* 2 (/ 1 (* (pow r 3) (pow (+ r (fabs r)) 2)))) (* 4 (/ 1 (* (pow r 2) (pow (+ r (fabs r)) 3))))))) (* 2 (/ 1 (* r (pow (+ r (fabs r)) 2)))))) (/ 1 (+ r (fabs r)))))
(*.f64 (fma.f64 (fma.f64 (fma.f64 (neg.f64 (*.f64 q q)) (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (pow.f64 r #s(literal 3 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)) (*.f64 r r)))) (*.f64 (+.f64 (fabs.f64 r) r) r)) #s(literal 2 binary64) (+.f64 (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 r #s(literal 5 binary64)) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)) (pow.f64 r #s(literal 4 binary64)))))) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)) (pow.f64 r #s(literal 3 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 3 binary64)) (*.f64 r r))))) (*.f64 q q) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)) r)))) (*.f64 q q) (/.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 r) r))) (*.f64 q q))
(* (pow q 2) (+ p r))
(*.f64 (+.f64 r p) (*.f64 q q))
(- 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 (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 p r) #s(literal 3 binary64)))) (*.f64 q q) (/.f64 #s(literal 2 binary64) (-.f64 p r))) (*.f64 q q) p) r)
(* -2 q)
(*.f64 #s(literal -2 binary64) q)
(* q (- (/ (fabs p) q) (+ 2 (* -1 (/ (fabs r) q)))))
(*.f64 (-.f64 (-.f64 (/.f64 (fabs.f64 p) q) #s(literal 2 binary64)) (neg.f64 (/.f64 (fabs.f64 r) q))) q)
(* q (- (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) (pow q 2))) (/ (fabs p) q)) (+ 2 (+ (* -4 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))) (pow q 2))) (* -1 (/ (fabs r) q))))))
(*.f64 (-.f64 (fma.f64 (/.f64 (neg.f64 p) q) (/.f64 (*.f64 #s(literal -1/2 binary64) r) q) (/.f64 (fabs.f64 p) q)) (+.f64 (fma.f64 (/.f64 #s(literal -4 binary64) q) (/.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r))) q) (neg.f64 (/.f64 (fabs.f64 r) q))) #s(literal 2 binary64))) q)
(* q (- (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) (pow q 2))) (+ (* -1 (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) (pow q 3))) (/ (fabs p) q))) (+ 2 (+ (* -4 (/ (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) (* -1/32 (* (pow r 2) (fabs r)))) (pow q 3))) (+ (* -4 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))) (pow q 2))) (* -1 (/ (fabs r) q)))))))
(*.f64 (-.f64 (-.f64 (fma.f64 (/.f64 (neg.f64 p) q) (/.f64 (*.f64 #s(literal -1/2 binary64) r) q) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (fabs.f64 r) r) #s(literal 0 binary64)) p) (pow.f64 q #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 (fabs.f64 p) q))) #s(literal 2 binary64)) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 r r)) (fabs.f64 r) (*.f64 (*.f64 #s(literal -1/2 binary64) (fabs.f64 r)) (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r))))) (pow.f64 q #s(literal 3 binary64))) #s(literal -4 binary64) (fma.f64 (/.f64 #s(literal -4 binary64) q) (/.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r))) q) (neg.f64 (/.f64 (fabs.f64 r) q))))) q)
(* -1 q)
(neg.f64 q)
(* q (- (* 1/2 (/ (+ (fabs p) (fabs r)) q)) 1))
(*.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64) #s(literal -1 binary64)) q)
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (* 1/2 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) (pow q 2)))) 1))
(*.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) (/.f64 (-.f64 (fma.f64 (*.f64 r r) #s(literal -1/2 binary64) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 r r) #s(literal 1/2 binary64)))) (*.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 q q))) #s(literal -1 binary64)) q)
(* q (- (+ (* 1/2 (/ (+ (fabs p) (fabs r)) q)) (+ (* 1/2 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) (pow q 3))) (* 1/2 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) (pow q 2))))) 1))
(*.f64 (-.f64 (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fabs.f64 r)) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 r r) #s(literal -1/2 binary64))) (*.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (fabs.f64 r)) #s(literal 1/8 binary64))) (*.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 r r)) (fabs.f64 r))) (pow.f64 q #s(literal 3 binary64))) (/.f64 (-.f64 (fma.f64 (*.f64 r r) #s(literal -1/2 binary64) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 r r) #s(literal 1/2 binary64)))) (*.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 q q))))) #s(literal 1 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 (/ (pow (fabs r) 2) (pow q 2))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/2 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q))))) (+ 2 (* 1/2 (/ (pow (- p r) 2) (pow q 2))))))
(*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) q) (/.f64 (*.f64 r r) q) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) (fma.f64 (/.f64 #s(literal 1/2 binary64) q) (/.f64 (*.f64 r r) q) (+.f64 (/.f64 (fabs.f64 r) q) (/.f64 (fabs.f64 p) q))))) (fma.f64 (/.f64 #s(literal 1/2 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 2 binary64))) q)
(* q (- (+ (* -1/2 (/ (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2)))) (pow q 3))) (+ (* -1/2 (/ (pow (fabs r) 2) (pow q 2))) (+ (* -1/8 (/ (* (fabs r) (pow (- p r) 2)) (pow q 3))) (+ (* 1/4 (/ (* (fabs r) (pow (- p r) 2)) (pow q 3))) (+ (* 1/4 (/ (pow (- p r) 2) (pow q 2))) (+ (* 1/2 (/ (pow r 2) (pow q 2))) (+ (/ (fabs p) q) (/ (fabs r) q)))))))) (+ 2 (+ (* 1/4 (/ (* (pow r 2) (fabs r)) (pow q 3))) (* 1/2 (/ (pow (- p r) 2) (pow q 2)))))))
(*.f64 (fma.f64 (/.f64 (*.f64 (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 r r) #s(literal -1/2 binary64))) (fabs.f64 r)) (pow.f64 q #s(literal 3 binary64))) #s(literal -1/2 binary64) (-.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) q) (/.f64 (*.f64 r r) q) (fma.f64 (/.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (fabs.f64 r)) (pow.f64 q #s(literal 3 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (fabs.f64 r)) (pow.f64 q #s(literal 3 binary64))) #s(literal 1/4 binary64) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 #s(literal 1/4 binary64) q) (fma.f64 (/.f64 #s(literal 1/2 binary64) q) (/.f64 (*.f64 r r) q) (+.f64 (/.f64 (fabs.f64 r) q) (/.f64 (fabs.f64 p) q))))))) (+.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (/.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 r r)) (fabs.f64 r)) (pow.f64 q #s(literal 3 binary64)))) #s(literal 2 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 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/128 (/ (pow (- p r) 4) (pow q 4))) (* 1/2 (/ (+ (fabs p) (fabs r)) q)))) 1))
(*.f64 (-.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 p) (fabs.f64 r)) 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))))) #s(literal 1 binary64)) q)
(* -1 (/ (* (pow q 2) (+ 1 (/ p r))) r))
(neg.f64 (*.f64 (*.f64 q q) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r)))
(* (pow q 2) (+ (* -1 (/ (+ 1 (/ p r)) r)) (/ (* r (- (* 1/2 (/ (+ p (+ (fabs p) (fabs r))) r)) 1/2)) (pow q 2))))
(*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (+.f64 (+.f64 p (fabs.f64 p)) (fabs.f64 r)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64)) q) (/.f64 r q) (neg.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r))) (*.f64 q q))
(* q (- (* 1/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q)) 1))
(*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64) (/.f64 (*.f64 r r) (-.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 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) 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 (fma.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64) (/.f64 (*.f64 r r) (-.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 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q)))) 1))
(*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64) (/.f64 (*.f64 r r) (-.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))))) #s(literal 1 binary64)) q)
(* (pow q 2) (- (/ (* r (+ (* -1 (/ (pow p 2) r)) (* 2 p))) (pow q 2)) 4))
(*.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 2 binary64) p (/.f64 (neg.f64 (*.f64 p p)) r)) q) (/.f64 r q) #s(literal -4 binary64)) (*.f64 q q))
(* (pow q 2) (- (+ (* -1 (/ (pow p 2) (* (pow q 2) r))) (* 2 (/ p (pow q 2)))) (* 4 (/ 1 r))))
(*.f64 (-.f64 (fma.f64 (/.f64 #s(literal 2 binary64) q) (/.f64 p q) (/.f64 (neg.f64 (*.f64 p p)) (*.f64 (*.f64 q q) r))) (/.f64 #s(literal 4 binary64) r)) (*.f64 q q))
(* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2)))))
(*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 r r) 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 #s(literal 1/4 binary64) q) (/.f64 (*.f64 r r) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 r #s(literal 4 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 #s(literal 1/4 binary64) q) (/.f64 (*.f64 r r) 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)
(+ (fabs p) (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) q)))
(fma.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) r) p) q) #s(literal -1 binary64) (fabs.f64 p))
(+ (fabs p) (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) q)) (* -1 (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) (pow q 2)))))
(fma.f64 #s(literal -1 binary64) (fma.f64 p (/.f64 (*.f64 #s(literal -1/2 binary64) r) q) (*.f64 (/.f64 p q) (/.f64 (*.f64 (*.f64 (fabs.f64 r) r) #s(literal 0 binary64)) q))) (fabs.f64 p))
(+ (fabs p) (+ (* -1 (/ (* p (+ (* -1 r) (* 1/2 r))) q)) (+ (* -1 (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) (pow q 2))) (* -1 (/ (* p (+ (* 2 (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3)))) (* 4 (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3)))))) (pow q 3))))))
(+.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 p (/.f64 (*.f64 #s(literal -1/2 binary64) r) q) (*.f64 (/.f64 p q) (/.f64 (*.f64 (*.f64 (fabs.f64 r) r) #s(literal 0 binary64)) q))) (neg.f64 (/.f64 (*.f64 (fma.f64 (fma.f64 (fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) #s(literal 1/16 binary64) (*.f64 #s(literal -1/4 binary64) (pow.f64 r #s(literal 3 binary64)))) #s(literal -1/2 binary64) (*.f64 #s(literal -1/64 binary64) (pow.f64 r #s(literal 3 binary64)))) #s(literal 4 binary64) (*.f64 (fma.f64 #s(literal -1/8 binary64) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/16 binary64) (pow.f64 r #s(literal 3 binary64)))) #s(literal 2 binary64))) p) (pow.f64 q #s(literal 3 binary64))))) (fabs.f64 p))
(* 1/2 q)
(*.f64 #s(literal 1/2 binary64) q)
(* q (+ 1/2 (* -1/4 (/ (fabs r) q))))
(*.f64 (fma.f64 (/.f64 (fabs.f64 r) q) #s(literal -1/4 binary64) #s(literal 1/2 binary64)) q)
(* q (- (+ 1/2 (* -1 (/ (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))) (pow q 2)))) (* 1/4 (/ (fabs r) q))))
(*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1 binary64) q) (/.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r))) q) #s(literal 1/2 binary64)) (*.f64 (/.f64 (fabs.f64 r) q) #s(literal 1/4 binary64))) q)
(* q (- (+ 1/2 (* -1 (/ (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) (* -1/32 (* (pow r 2) (fabs r)))) (pow q 3)))) (+ (* -1/8 (/ (pow (fabs r) 2) (pow q 2))) (+ (* 1/16 (/ (pow r 2) (pow q 2))) (* 1/4 (/ (fabs r) q))))))
(*.f64 (-.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 r r)) (fabs.f64 r) (*.f64 (*.f64 #s(literal -1/2 binary64) (fabs.f64 r)) (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r))))) (pow.f64 q #s(literal 3 binary64))) #s(literal -1 binary64) #s(literal 1/2 binary64)) (fma.f64 (/.f64 #s(literal -1/8 binary64) q) (/.f64 (*.f64 r r) q) (fma.f64 (/.f64 #s(literal 1/16 binary64) q) (/.f64 (*.f64 r r) q) (*.f64 (/.f64 (fabs.f64 r) q) #s(literal 1/4 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)
(* (pow q 2) (+ (* 4 (/ 1 r)) (/ (pow p 2) (* (pow q 2) r))))
(*.f64 (fma.f64 (/.f64 p (*.f64 q q)) (/.f64 p r) (/.f64 #s(literal 4 binary64) r)) (*.f64 q q))
(* -1 (* q (- (* -1 (/ (- (fabs p) (* -1 (fabs r))) q)) 2)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (-.f64 (fabs.f64 p) (neg.f64 (fabs.f64 r))) q) #s(literal -1 binary64) #s(literal -2 binary64)))
(* -1 (* q (- (* -1 (/ (- (+ (fabs p) (* -1 (/ (- (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (* -4 (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) q))) (* -1 (fabs r))) q)) 2)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (-.f64 (fma.f64 (/.f64 (fma.f64 (neg.f64 p) (*.f64 #s(literal -1/2 binary64) r) (*.f64 #s(literal 4 binary64) (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r))))) q) #s(literal -1 binary64) (fabs.f64 p)) (neg.f64 (fabs.f64 r))) q) #s(literal -1 binary64) #s(literal -2 binary64)))
(* -1 (* q (- (* -1 (/ (- (+ (fabs p) (* -1 (/ (- (+ (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (* -1 (/ (- (* -1 (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r)))))) (* -4 (+ (* -1/2 (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) (* -1/32 (* (pow r 2) (fabs r)))))) q))) (* -4 (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2))))) q))) (* -1 (fabs r))) q)) 2)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (-.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) r) p (/.f64 (fma.f64 (neg.f64 p) (*.f64 (*.f64 (fabs.f64 r) r) #s(literal 0 binary64)) (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 r r)) (fabs.f64 r) (*.f64 (*.f64 #s(literal -1/2 binary64) (fabs.f64 r)) (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r))))))) q)) (*.f64 #s(literal 4 binary64) (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r))))) q) #s(literal -1 binary64) (fabs.f64 p)) (neg.f64 (fabs.f64 r))) q) #s(literal -1 binary64) #s(literal -2 binary64)))
q
(* -1 (* q (- (* -1/2 (/ (+ (fabs p) (fabs r)) q)) 1)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1/2 binary64) #s(literal -1 binary64)))
(* -1 (* q (- (* -1 (/ (+ (* -1/2 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (fma.f64 (/.f64 (-.f64 (fma.f64 (*.f64 r r) #s(literal -1/2 binary64) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 r r) #s(literal 1/2 binary64)))) (*.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) q) #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)))) q) #s(literal -1 binary64) #s(literal -1 binary64)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) q)) (* 1/2 (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))))) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 (/.f64 (fma.f64 (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fabs.f64 r)) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 r r) #s(literal -1/2 binary64))) (*.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (fabs.f64 r)) #s(literal 1/8 binary64))) (*.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 r r)) (fabs.f64 r))) q) #s(literal -1/2 binary64) (*.f64 (-.f64 (fma.f64 (*.f64 r r) #s(literal -1/2 binary64) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 r r) #s(literal 1/2 binary64)))) (*.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) #s(literal 1/2 binary64))) q))) q) #s(literal -1 binary64) #s(literal -1 binary64)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (fabs r)) q)) 2)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) q) #s(literal -1 binary64) #s(literal -2 binary64)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2)))) (* 1/2 (pow (- p r) 2))) q)))) q)) 2)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (-.f64 (fma.f64 (*.f64 r r) #s(literal -1/2 binary64) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 r r) #s(literal 1/2 binary64)))) (*.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) q) #s(literal -1 binary64) (fabs.f64 r)) (fabs.f64 p)) q) #s(literal -1 binary64) #s(literal -2 binary64)))
(* -1 (* q (- (* -1 (/ (+ (fabs p) (+ (fabs r) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/2 (* (fabs r) (+ (* -1/2 (pow (fabs r) 2)) (* 1/4 (pow (- p r) 2))))) (+ (* -1/8 (* (fabs r) (pow (- p r) 2))) (* 1/4 (* (fabs r) (pow (- p r) 2))))) (* 1/4 (* (pow r 2) (fabs r)))) q)) (+ (* -1/2 (pow (fabs r) 2)) (+ (* 1/4 (pow (- p r) 2)) (* 1/2 (pow r 2))))) (* 1/2 (pow (- p r) 2))) q)))) q)) 2)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fabs.f64 r)) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 r r) #s(literal -1/2 binary64))) (*.f64 (*.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (fabs.f64 r)) #s(literal 1/8 binary64))) (*.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 r r)) (fabs.f64 r))) q) #s(literal -1 binary64) (-.f64 (fma.f64 (*.f64 r r) #s(literal -1/2 binary64) (fma.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 r r) #s(literal 1/2 binary64)))) (*.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))) q) #s(literal -1 binary64) (fabs.f64 r)) (fabs.f64 p)) q) #s(literal -1 binary64) #s(literal -2 binary64)))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (fabs p) (fabs r)))) q)) 1)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)) (*.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)))
(* -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 (neg.f64 q) (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (fabs.f64 p) (fabs.f64 r)) (neg.f64 (/.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)))) q))) q) #s(literal -1 binary64) #s(literal -1 binary64)))
(* -1 (* q (- (* -1/2 (/ (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))) q)) 1)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p)))) q) #s(literal -1/2 binary64) #s(literal -1 binary64)))
(* -1 (* q (- (* -1 (/ (+ (* 1/8 (/ (pow (- p r) 2) q)) (* 1/2 (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))))) q)) 1)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) q) #s(literal 1/8 binary64) (*.f64 (fma.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p)))) #s(literal 1/2 binary64))) q) #s(literal -1 binary64) #s(literal -1 binary64)))
(* -1 (* q (- (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (pow (- p r) 2)) (* 1/128 (/ (pow (- p r) 4) (pow q 2)))) q)) (* 1/2 (+ (* -1 (/ (pow p 2) (- (fabs r) (fabs p)))) (/ (pow r 2) (- (fabs r) (fabs p)))))) q)) 1)))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 p p) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1 binary64) (/.f64 (*.f64 r r) (-.f64 (fabs.f64 r) (fabs.f64 p)))) #s(literal 1/2 binary64) (neg.f64 (/.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)))) q))) q) #s(literal -1 binary64) #s(literal -1 binary64)))
(* -1 (* q (+ 2 (* 1/4 (/ (pow r 2) (pow q 2))))))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 r r) q) #s(literal 2 binary64)))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow r 4) (pow q 4))) (* 1/4 (/ (pow r 2) (pow q 2)))))))
(*.f64 (neg.f64 q) (+.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 r r) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 r #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)))
(* -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 (neg.f64 q) (+.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 #s(literal 1/4 binary64) q) (/.f64 (*.f64 r r) 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)))
(+ (fabs p) (/ (* p (+ (* -1 r) (* 1/2 r))) q))
(fma.f64 p (/.f64 (*.f64 #s(literal -1/2 binary64) r) q) (fabs.f64 p))
(+ (fabs p) (* -1 (/ (+ (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (/ (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r))))) q)) q)))
(fma.f64 (/.f64 (fma.f64 (neg.f64 p) (*.f64 #s(literal -1/2 binary64) r) (/.f64 (*.f64 (*.f64 (*.f64 (fabs.f64 r) r) #s(literal 0 binary64)) p) q)) q) #s(literal -1 binary64) (fabs.f64 p))
(+ (fabs p) (* -1 (/ (+ (* -1 (* p (+ (* -1 r) (* 1/2 r)))) (* -1 (/ (+ (* -1 (* p (+ (* -1/2 (* r (fabs r))) (* 1/2 (* r (fabs r)))))) (/ (* p (+ (* 2 (+ (* -1/8 (* r (pow (fabs r) 2))) (* 1/16 (pow r 3)))) (* 4 (+ (* -1/2 (+ (* -1/4 (* r (pow (fabs r) 2))) (* 1/16 (* r (+ (pow r 2) (pow (fabs r) 2)))))) (* -1/64 (pow r 3)))))) q)) q))) q)))
(fma.f64 (/.f64 (fma.f64 (neg.f64 p) (*.f64 #s(literal -1/2 binary64) r) (neg.f64 (/.f64 (fma.f64 (neg.f64 p) (*.f64 (*.f64 (fabs.f64 r) r) #s(literal 0 binary64)) (/.f64 (*.f64 (fma.f64 (fma.f64 (fma.f64 (+.f64 (pow.f64 r #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) #s(literal 1/16 binary64) (*.f64 #s(literal -1/4 binary64) (pow.f64 r #s(literal 3 binary64)))) #s(literal -1/2 binary64) (*.f64 #s(literal -1/64 binary64) (pow.f64 r #s(literal 3 binary64)))) #s(literal 4 binary64) (*.f64 (fma.f64 #s(literal -1/8 binary64) (pow.f64 r #s(literal 3 binary64)) (*.f64 #s(literal 1/16 binary64) (pow.f64 r #s(literal 3 binary64)))) #s(literal 2 binary64))) p) q)) q))) q) #s(literal -1 binary64) (fabs.f64 p))
(* -1/2 q)
(*.f64 #s(literal -1/2 binary64) q)
(* -1 (* q (+ 1/2 (* 1/4 (/ (fabs r) q)))))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (fabs.f64 r) q) #s(literal 1/4 binary64) #s(literal 1/2 binary64)))
(* -1 (* q (+ 1/2 (* -1 (/ (- (+ (* -1/8 (/ (pow (fabs r) 2) q)) (* 1/16 (/ (pow r 2) q))) (* 1/4 (fabs r))) q)))))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 r r) q) (*.f64 (/.f64 (*.f64 r r) q) #s(literal 1/16 binary64))) (*.f64 #s(literal 1/4 binary64) (fabs.f64 r))) q) #s(literal -1 binary64) #s(literal 1/2 binary64)))
(* -1 (* q (+ 1/2 (* -1 (/ (- (* -1 (/ (- (+ (* -1/2 (/ (* (fabs r) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2)))) q)) (* -1/32 (/ (* (pow r 2) (fabs r)) q))) (+ (* -1/8 (pow (fabs r) 2)) (* 1/16 (pow r 2)))) q)) (* 1/4 (fabs r))) q)))))
(*.f64 (neg.f64 q) (fma.f64 (/.f64 (fma.f64 (/.f64 (-.f64 (fma.f64 (*.f64 (*.f64 r r) (/.f64 (fabs.f64 r) q)) #s(literal -1/32 binary64) (*.f64 (*.f64 (fabs.f64 r) (/.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r))) q)) #s(literal -1/2 binary64))) (fma.f64 #s(literal -1/8 binary64) (*.f64 r r) (*.f64 #s(literal 1/16 binary64) (*.f64 r r)))) q) #s(literal -1 binary64) (*.f64 #s(literal -1/4 binary64) (fabs.f64 r))) q) #s(literal -1 binary64) #s(literal 1/2 binary64)))
(* -1 (* q (+ 2 (* 1/4 (/ (pow (- p r) 2) (pow q 2))))))
(*.f64 (neg.f64 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)))
(* -1 (* q (+ 2 (+ (* -1/64 (/ (pow (- p r) 4) (pow q 4))) (* 1/4 (/ (pow (- p r) 2) (pow q 2)))))))
(*.f64 (neg.f64 q) (+.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)))
(* -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 (neg.f64 q) (+.f64 (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 q #s(literal 4 binary64))) #s(literal -1/64 binary64) (fma.f64 (/.f64 (pow.f64 (-.f64 p r) #s(literal 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)))

rewrite207.0ms (2%)

Memory
12.6MiB live, 245.0MiB allocated
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
0120818
0181799
1765746
26476746
08102734
Stop Event
iter limit
node limit
iter limit
Counts
24 → 251
Calls
Call 1
Inputs
(/.f64 #s(literal 1 binary64) #s(literal 2 binary64))
(+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))))
#s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (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)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r))))
#s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r)))
(/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r))
(neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)))
(*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r)))
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r))))
(*.f64 r r)
(-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r))
(*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)
(fma.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)) (/.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 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64)))
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
#s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p)))
(/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))
#s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))
(/.f64 #s(literal 1/2 binary64) (-.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 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r)
Outputs
#s(literal 1/2 binary64)
(*.f64 (-.f64 (pow.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) #s(literal 2 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))))
(*.f64 (fma.f64 (pow.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal 3 binary64)) #s(literal -64 binary64) (pow.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p)))) (pow.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal 2 binary64)) (pow.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p)))))
(/.f64 (neg.f64 (-.f64 (pow.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) #s(literal 2 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal 2 binary64)))) (neg.f64 (-.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))))
(/.f64 (neg.f64 (fma.f64 (pow.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal 3 binary64)) #s(literal -64 binary64) (pow.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p)))) (pow.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) #s(literal 2 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal 2 binary64))) (-.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))
(/.f64 (fma.f64 (pow.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal 3 binary64)) #s(literal -64 binary64) (pow.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal 2 binary64)) (-.f64 (pow.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p)))))))
(/.f64 (fma.f64 (pow.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal 3 binary64)) #s(literal -64 binary64) (pow.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p)))) (pow.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) #s(literal 2 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (-.f64 (pow.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) #s(literal 2 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal 2 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) (-.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p)))) (pow.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) #s(literal 2 binary64))) (fma.f64 (pow.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal 3 binary64)) #s(literal -64 binary64) (pow.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) #s(literal 3 binary64)))))
(fma.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (-.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) (*.f64 r r))) (-.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))))
(fma.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64)) (pow.f64 (fabs.f64 r) #s(literal 3 binary64)))) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))))
(fma.f64 (*.f64 #s(literal -4 binary64) q) (/.f64 q (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))))
(fma.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal -1 binary64)) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))))
(fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -4 binary64) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))))
(fma.f64 (*.f64 q q) (*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal -1 binary64)) #s(literal -4 binary64)) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))))
(fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))))
(fma.f64 q (*.f64 (/.f64 q (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -4 binary64)) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))))
(-.f64 (/.f64 (pow.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) #s(literal 2 binary64)) (-.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))) (/.f64 (pow.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal 2 binary64)) (-.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))))
(+.f64 (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))))
(+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))) (/.f64 (*.f64 (*.f64 q q) #s(literal -4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
(*.f64 #s(literal 1/2 binary64) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -4 binary64) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))))))
(*.f64 #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -4 binary64) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))))) #s(literal 1/2 binary64))
#s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (fma.f64 (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(literal -4 binary64) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
(*.f64 #s(literal 1/2 binary64) p)
(*.f64 p #s(literal 1/2 binary64))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (*.f64 (neg.f64 r) r))))
#s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (*.f64 (neg.f64 r) r)))
(*.f64 (/.f64 #s(literal -1 binary64) r) (/.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) r))
(*.f64 (/.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (neg.f64 r)) (pow.f64 r #s(literal -1 binary64)))
(*.f64 (pow.f64 r #s(literal -2 binary64)) (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))))
(*.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (pow.f64 r #s(literal -2 binary64)))
(*.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 r) r)))
(*.f64 #s(literal -1 binary64) (*.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (pow.f64 r #s(literal -2 binary64))))
(*.f64 #s(literal 1 binary64) (/.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (*.f64 (neg.f64 r) r)))
(pow.f64 (/.f64 (*.f64 (neg.f64 r) r) #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) #s(literal -1 binary64))
(/.f64 (*.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) #s(literal 1 binary64)) (*.f64 r r))
(/.f64 (neg.f64 (/.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (neg.f64 r))) (neg.f64 r))
(/.f64 (/.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (neg.f64 r)) r)
(/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (neg.f64 (*.f64 (neg.f64 r) r)))
(/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r))
(/.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (*.f64 (neg.f64 r) r))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (neg.f64 r) r) #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)))))
(/.f64 #s(literal 1 binary64) (/.f64 r (/.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (neg.f64 r))))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 (neg.f64 r) r) #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (neg.f64 r) r) #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))))
(neg.f64 (*.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (pow.f64 r #s(literal -2 binary64))))
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 r r)) (*.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (pow.f64 r #s(literal -2 binary64))))
(-.f64 #s(literal 0 binary64) (*.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (pow.f64 r #s(literal -2 binary64))))
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 (neg.f64 r) r) #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)))) #s(literal -1 binary64)))
(*.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) #s(literal -1 binary64))
(*.f64 #s(literal -1 binary64) #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)))) (+.f64 #s(literal 0 binary64) #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))))
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (*.f64 #s(literal 0 binary64) #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))))))
(neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)))
(-.f64 #s(literal 0 binary64) #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)))
(+.f64 #s(literal 0 binary64) (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))))
(*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r)) r) r)
(*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r)) (*.f64 r r))
(*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r)))
(*.f64 r (*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r)) r))
(/.f64 (*.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64)) (pow.f64 (/.f64 #s(literal 1/2 binary64) r) #s(literal 2 binary64))) (*.f64 r r)) (+.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))))
(/.f64 (*.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) r) #s(literal 3 binary64))) (*.f64 r r)) (fma.f64 (/.f64 #s(literal 1/2 binary64) r) (+.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64))))
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) r) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) (*.f64 r r)) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) r))
(/.f64 (*.f64 (*.f64 r r) (-.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64)) (pow.f64 (/.f64 #s(literal 1/2 binary64) r) #s(literal 2 binary64)))) (+.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))))
(/.f64 (*.f64 (*.f64 r r) (-.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) r) #s(literal 3 binary64)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) r) (+.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64))))
(/.f64 (*.f64 (*.f64 r r) (-.f64 (*.f64 #s(literal 1/2 binary64) r) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)))) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) r))
(fma.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 r r) (*.f64 (/.f64 #s(literal -1/2 binary64) r) (*.f64 r r)))
(fma.f64 (*.f64 r r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 (*.f64 r r) (/.f64 #s(literal -1/2 binary64) r)))
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 r r)) (*.f64 (/.f64 #s(literal -1/2 binary64) r) (*.f64 r r)))
(+.f64 (*.f64 (*.f64 r r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (*.f64 (*.f64 r r) (/.f64 #s(literal -1/2 binary64) r)))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r)) (*.f64 r r)))
(*.f64 (pow.f64 r #s(literal 1 binary64)) (pow.f64 r #s(literal 1 binary64)))
(*.f64 (neg.f64 r) (neg.f64 r))
(*.f64 (fabs.f64 r) (fabs.f64 r))
(*.f64 r r)
(pow.f64 (fabs.f64 r) #s(literal 2 binary64))
(pow.f64 r #s(literal 2 binary64))
(fabs.f64 (*.f64 (neg.f64 r) r))
(fabs.f64 (*.f64 r r))
(exp.f64 (*.f64 (log.f64 (fabs.f64 r)) #s(literal 2 binary64)))
(exp.f64 (*.f64 (log.f64 r) #s(literal 2 binary64)))
(*.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64)) (pow.f64 (/.f64 #s(literal 1/2 binary64) r) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))))))
(*.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) r) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) r) (+.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64)))))
(*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) r) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) r)))
(*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)) (pow.f64 r #s(literal -1 binary64))))
(/.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) r) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) (-.f64 (fabs.f64 r) (fabs.f64 p))) r)
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64)) (*.f64 (/.f64 #s(literal -1/2 binary64) r) (/.f64 #s(literal -1/2 binary64) r))) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) r)))
(/.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) r) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64)) (-.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) r) (/.f64 #s(literal -1/2 binary64) r)) (*.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) r)))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64)) (pow.f64 (/.f64 #s(literal 1/2 binary64) r) #s(literal 2 binary64)))) (neg.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))))))
(/.f64 (neg.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) r) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) r) (+.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64)))))
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) r) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)))) (neg.f64 (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) r)))
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (neg.f64 r)) (*.f64 (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal -1/2 binary64))) (*.f64 (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p))) (neg.f64 r)))
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) r) (*.f64 (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 1/2 binary64))) (*.f64 (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p))) r))
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 r #s(literal 2 binary64))) (*.f64 (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 r #s(literal 2 binary64))))
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (neg.f64 r)) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1/2 binary64))) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (neg.f64 r)))
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 r #s(literal 2 binary64))) (-.f64 (fabs.f64 r) (fabs.f64 p))) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 r #s(literal 2 binary64))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 r)) (*.f64 (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) #s(literal -1/2 binary64))) (*.f64 (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (neg.f64 r)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) r) (*.f64 (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) #s(literal 1/2 binary64))) (*.f64 (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) r))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 r #s(literal 2 binary64))) (*.f64 (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) (*.f64 r #s(literal 2 binary64))))
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64)) (pow.f64 (/.f64 #s(literal 1/2 binary64) r) #s(literal 2 binary64))) (+.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))))
(/.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) r) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1/2 binary64) r) (+.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64))))
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) r) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64))) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) r))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (-.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64)) (pow.f64 (/.f64 #s(literal 1/2 binary64) r) #s(literal 2 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) r) (+.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64))) (-.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) r) #s(literal 3 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) r) (-.f64 (*.f64 #s(literal 1/2 binary64) r) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)))))
(fma.f64 (/.f64 #s(literal 1/2 binary64) (fma.f64 r r (*.f64 (neg.f64 p) p))) (+.f64 (fabs.f64 r) (fabs.f64 p)) (/.f64 #s(literal -1/2 binary64) r))
(fma.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64)))) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))) (/.f64 #s(literal -1/2 binary64) r))
(fma.f64 (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)) #s(literal 1/2 binary64) (/.f64 #s(literal -1/2 binary64) r))
(fma.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)))) (/.f64 #s(literal -1/2 binary64) r))
(fma.f64 #s(literal -1/2 binary64) (pow.f64 r #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))))
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))))
(fma.f64 #s(literal 1/2 binary64) (neg.f64 (pow.f64 r #s(literal -1 binary64))) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))))
(fma.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) r))
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal -1/2 binary64) r))
(-.f64 (/.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))))) (/.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) r) #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))))))
(-.f64 (/.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 3 binary64)) (fma.f64 (/.f64 #s(literal 1/2 binary64) r) (+.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64)))) (/.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) r) #s(literal 3 binary64)) (fma.f64 (/.f64 #s(literal 1/2 binary64) r) (+.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))) (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64)))))
(-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) r) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) r)) (/.f64 (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 1/2 binary64)) (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) r)))
(-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #s(literal 1/2 binary64) r))
(+.f64 (/.f64 #s(literal -1/2 binary64) r) (/.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) r))
(*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)
(*.f64 r (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)))
(/.f64 (*.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 2 binary64)) (*.f64 (*.f64 p p) #s(literal 4 binary64))) r) (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) p)))
(/.f64 (*.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 p #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 3 binary64))) r) (fma.f64 (*.f64 p #s(literal 2 binary64)) (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 2 binary64))))
(/.f64 (*.f64 r (-.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 2 binary64)) (*.f64 (*.f64 p p) #s(literal 4 binary64)))) (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) p)))
(/.f64 (*.f64 r (fma.f64 #s(literal 8 binary64) (pow.f64 p #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 3 binary64)))) (fma.f64 (*.f64 p #s(literal 2 binary64)) (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 2 binary64))))
(fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) r (*.f64 (*.f64 p #s(literal 2 binary64)) r))
(fma.f64 (*.f64 p #s(literal 2 binary64)) r (*.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) r))
(fma.f64 r (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) (*.f64 r (*.f64 p #s(literal 2 binary64))))
(fma.f64 r (*.f64 p #s(literal 2 binary64)) (*.f64 r (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)))
(+.f64 (*.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) r) (*.f64 (*.f64 p #s(literal 2 binary64)) r))
(+.f64 (*.f64 (*.f64 p #s(literal 2 binary64)) r) (*.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) r))
(+.f64 (*.f64 r (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) (*.f64 r (*.f64 p #s(literal 2 binary64))))
(+.f64 (*.f64 r (*.f64 p #s(literal 2 binary64))) (*.f64 r (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)))
(*.f64 (-.f64 (pow.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) #s(literal 2 binary64)) (*.f64 p p)) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) (fabs.f64 p))))
(*.f64 (+.f64 (pow.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)))) (pow.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) #s(literal 2 binary64)))))
(/.f64 (-.f64 (*.f64 p p) (pow.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) #s(literal 2 binary64))) (-.f64 (fabs.f64 p) (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)))))
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) #s(literal 2 binary64)) (*.f64 p p))) (neg.f64 (-.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) (fabs.f64 p))))
(/.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)))) (pow.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) #s(literal 2 binary64)) (*.f64 p p)) (-.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) (fabs.f64 p)))
(/.f64 (+.f64 (pow.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64))) (fma.f64 p p (-.f64 (pow.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) #s(literal 2 binary64)) (*.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) (fabs.f64 p)))))
(/.f64 (+.f64 (pow.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64))) (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)))) (pow.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) #s(literal 2 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) (fabs.f64 p)) (-.f64 (pow.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) #s(literal 2 binary64)) (*.f64 p p))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fabs.f64 p) (-.f64 (fabs.f64 p) (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)))) (pow.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) #s(literal 2 binary64))) (+.f64 (pow.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64)))))
(fma.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (-.f64 (*.f64 r r) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 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))))) (fabs.f64 p))
(fma.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.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)) (pow.f64 (fabs.f64 r) #s(literal 3 binary64)))) (-.f64 (fma.f64 r r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) (fabs.f64 p))
(fma.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)) #s(literal -1 binary64)) #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (fabs.f64 p))
(fma.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r)) #s(literal -1 binary64)) (fabs.f64 p))
(fma.f64 #s(literal 1 binary64) (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) (fabs.f64 p))
(fma.f64 #s(literal 1 binary64) (fabs.f64 p) (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))))
(-.f64 (/.f64 (pow.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) #s(literal 2 binary64)) (-.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) (fabs.f64 p))) (/.f64 (*.f64 p p) (-.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) (fabs.f64 p))))
(+.f64 (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))) (fabs.f64 p))
(+.f64 (fabs.f64 p) (/.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) r)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (fabs.f64 r))))
(*.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 2 binary64)) (*.f64 (*.f64 p p) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) p))))
(*.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 p #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 p #s(literal 2 binary64)) (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 2 binary64)))))
(/.f64 (-.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 2 binary64))) (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)))
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 2 binary64)) (*.f64 (*.f64 p p) #s(literal 4 binary64)))) (neg.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) p))))
(/.f64 (neg.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 p #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 p #s(literal 2 binary64)) (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 2 binary64)))))
(/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 2 binary64)) (*.f64 (*.f64 p p) #s(literal 4 binary64))) (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) p)))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 p #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 3 binary64))) (fma.f64 (*.f64 p p) #s(literal 4 binary64) (-.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 2 binary64)) (*.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) (*.f64 p #s(literal 2 binary64))))))
(/.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 p #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 3 binary64))) (fma.f64 (*.f64 p #s(literal 2 binary64)) (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 2 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) p)) (-.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 2 binary64)) (*.f64 (*.f64 p p) #s(literal 4 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 p #s(literal 2 binary64)) (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r)) (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 2 binary64))) (fma.f64 #s(literal 8 binary64) (pow.f64 p #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 3 binary64)))))
(fma.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) (pow.f64 r #s(literal -1 binary64)) (*.f64 p #s(literal 2 binary64)))
(fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64)))
(fma.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) (*.f64 (pow.f64 r #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 p #s(literal 2 binary64)))
(fma.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) (/.f64 #s(literal -1 binary64) r) (*.f64 p #s(literal 2 binary64)))
(fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) (*.f64 p #s(literal 2 binary64)))
(fma.f64 p #s(literal 2 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r))
(fma.f64 #s(literal 2 binary64) p (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r))
(-.f64 (/.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) #s(literal 2 binary64)) (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) p))) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) p))))
(+.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r) (*.f64 p #s(literal 2 binary64)))
(+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) 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)))
(pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 1/2 binary64))
(/.f64 (sqrt.f64 (-.f64 (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 2 binary64)) (pow.f64 r #s(literal 4 binary64)))) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (neg.f64 r) r))))
(/.f64 (hypot.f64 (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 3/2 binary64)) (pow.f64 r #s(literal 3 binary64))) (sqrt.f64 (fma.f64 (*.f64 r r) (-.f64 (*.f64 r r) (*.f64 (*.f64 q q) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 2 binary64)))))
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))
(exp.f64 (*.f64 (log.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) #s(literal 1/2 binary64)))
#s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p)))
(*.f64 (/.f64 (*.f64 q q) (-.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) (*.f64 r r))) (-.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))
(*.f64 (/.f64 (*.f64 q q) (+.f64 (pow.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)) #s(literal 3/2 binary64)) (pow.f64 (fabs.f64 r) #s(literal 3 binary64)))) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r)))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))))
(*.f64 (/.f64 q (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) q)
(*.f64 (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal -1 binary64)) (*.f64 q q))
(*.f64 (*.f64 (neg.f64 q) q) (/.f64 #s(literal 1 binary64) (neg.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))
(*.f64 (*.f64 q q) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) #s(literal -1 binary64)))
(*.f64 q (/.f64 q (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
(pow.f64 (/.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) (*.f64 q q)) #s(literal -1 binary64))
(/.f64 (*.f64 (*.f64 q q) #s(literal 1 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))
(/.f64 (neg.f64 (*.f64 (neg.f64 q) q)) (neg.f64 (neg.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))
(/.f64 (*.f64 (neg.f64 q) q) (neg.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) (*.f64 q q))))
(/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) (*.f64 q q)) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) (*.f64 q q)))
(neg.f64 (/.f64 (*.f64 (neg.f64 q) q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))
(neg.f64 (/.f64 (*.f64 q q) (neg.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) (*.f64 q q))) #s(literal -1 binary64)))
(*.f64 #s(literal -1 binary64) (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))))
(*.f64 #s(literal 1 binary64) #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)))
#s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))
(neg.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))))
(-.f64 #s(literal 0 binary64) (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))))
(*.f64 (/.f64 #s(literal 1/2 binary64) (fma.f64 r r (*.f64 (neg.f64 p) p))) (+.f64 (fabs.f64 r) (fabs.f64 p)))
(*.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (fabs.f64 r) #s(literal 3 binary64)) (pow.f64 (fabs.f64 p) #s(literal 3 binary64)))) (fma.f64 r r (fma.f64 p p (fabs.f64 (*.f64 r p)))))
(*.f64 (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)) #s(literal 1/2 binary64))
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)))))
(*.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal -1 binary64)))
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))))
(pow.f64 (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64)) #s(literal -1 binary64))
(/.f64 #s(literal -1/2 binary64) (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p))))
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))))
(/.f64 #s(literal 1/2 binary64) (neg.f64 (neg.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)))))
(/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p)))
(/.f64 #s(literal 1 binary64) (/.f64 (*.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)) #s(literal 2 binary64)))
(neg.f64 (/.f64 #s(literal -1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))))
(exp.f64 (*.f64 (log.f64 (*.f64 (-.f64 (fabs.f64 r) (fabs.f64 p)) #s(literal 2 binary64))) #s(literal -1 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)))
(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))
(/.f64 (sqrt.f64 (-.f64 (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 2 binary64)) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))) (sqrt.f64 (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))
(/.f64 (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64)))))
(/.f64 (hypot.f64 (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 3/2 binary64)) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (sqrt.f64 (fma.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (-.f64 (pow.f64 (-.f64 p r) #s(literal 2 binary64)) (*.f64 (*.f64 q q) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 2 binary64)))))
(/.f64 (hypot.f64 (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 3/2 binary64)) (pow.f64 (-.f64 p r) #s(literal 3 binary64))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (pow.f64 (-.f64 p r) #s(literal 2 binary64))) (pow.f64 (-.f64 p r) #s(literal 4 binary64)))))
(sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (pow.f64 (-.f64 p r) #s(literal 2 binary64))))
(exp.f64 (*.f64 (log.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 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) (/.f64 #s(literal 1 binary64) (neg.f64 r)))
(*.f64 (pow.f64 r #s(literal -1 binary64)) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))
(*.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) (pow.f64 r #s(literal -1 binary64)))
(*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r))
(pow.f64 (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) #s(literal -1 binary64))
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 2 binary64)) (pow.f64 p #s(literal 4 binary64))) (pow.f64 r #s(literal -1 binary64))) (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (neg.f64 p) p)))
(/.f64 (*.f64 (fma.f64 (pow.f64 (*.f64 q q) #s(literal 3 binary64)) #s(literal 64 binary64) (pow.f64 p #s(literal 6 binary64))) (pow.f64 r #s(literal -1 binary64))) (fma.f64 (*.f64 p p) (-.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 2 binary64))))
(/.f64 (*.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) #s(literal 1 binary64)) r)
(/.f64 (neg.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p))) (neg.f64 (neg.f64 r)))
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 2 binary64)) (pow.f64 p #s(literal 4 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (neg.f64 p) p)) r))
(/.f64 (*.f64 (fma.f64 (pow.f64 (*.f64 q q) #s(literal 3 binary64)) #s(literal 64 binary64) (pow.f64 p #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 p p) (-.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 2 binary64))) r))
(/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) (neg.f64 r))
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 2 binary64)) (pow.f64 p #s(literal 4 binary64))) (*.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 (neg.f64 p) p))))
(/.f64 (fma.f64 (pow.f64 (*.f64 q q) #s(literal 3 binary64)) #s(literal 64 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 r (fma.f64 (*.f64 p p) (-.f64 (*.f64 p p) (*.f64 (*.f64 q q) #s(literal 4 binary64))) (pow.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) #s(literal 2 binary64)))))
(/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r)
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p))))
(neg.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) (neg.f64 r)))
(neg.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal -4 binary64) (*.f64 (neg.f64 p) p)) r))
(exp.f64 (*.f64 (log.f64 (/.f64 r (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal -1 binary64)))

eval127.0ms (1.2%)

Memory
2.4MiB live, 237.2MiB allocated
Compiler

Compiled 66 015 to 4 161 computations (93.7% saved)

prune118.0ms (1.2%)

Memory
-13.9MiB live, 186.9MiB allocated
Pruning

44 alts after pruning (39 fresh and 5 done)

PrunedKeptTotal
New58719606
Fresh112031
Picked325
Done033
Total60144645
Accuracy
82.6%
Counts
645 → 44
Alt Table
Click to see full alt table
StatusAccuracyProgram
21.7%
(/.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))))
14.8%
(*.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 #s(approx (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))
15.3%
(*.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))))
9.5%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (+.f64 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 p p))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))))))
16.5%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)) (/.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 r) #s(approx (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64)) r)))) (fabs.f64 p)))
21.7%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #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 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 p) (fabs.f64 r))))))
42.6%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (fma.f64 (*.f64 #s(literal -4 binary64) q) (/.f64 q (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))))))
38.5%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 #s(approx (sqrt (+ (* (* q q) 4) (* r r))) (fma.f64 (/.f64 (*.f64 r r) q) #s(literal 1/4 binary64) (*.f64 #s(literal 2 binary64) q))) (fabs.f64 r)))))))
39.8%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 #s(approx (sqrt (+ (* (* q q) 4) (* r r))) (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) r)) (fabs.f64 r)))))))
9.1%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 #s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 (neg.f64 q) (+.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 r r) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 r #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)))) (fabs.f64 r)))))))
43.0%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 (neg.f64 q) q) (/.f64 #s(literal 1 binary64) (neg.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))))))
41.8%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) (*.f64 q q))) #s(literal -1 binary64)))))))
29.6%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) #s(approx (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (/.f64 (fma.f64 q q (neg.f64 (*.f64 (*.f64 q q) (/.f64 (fabs.f64 r) r)))) r))))))
40.9%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) #s(approx (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) r)))))))
31.9%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) #s(approx (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (/.f64 (*.f64 q q) r))))))
36.9%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) #s(approx (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))) (/.f64 (*.f64 q q) r) (/.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 r) r))) (*.f64 q q)))))))
24.6%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) #s(approx (+ (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (* -4 (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (+.f64 (fma.f64 (-.f64 (*.f64 (/.f64 p (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))) #s(literal -8 binary64)) (/.f64 #s(literal 4 binary64) (+.f64 (fabs.f64 r) r))) (*.f64 q q) (/.f64 (*.f64 (*.f64 r p) #s(literal 2 binary64)) (+.f64 (fabs.f64 r) r))) (fabs.f64 p)))))
8.3%
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) #s(approx (+ (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (* -4 (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))))))
29.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 0 binary64) q)))
11.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 2 binary64))) r) (-.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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)))))
27.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 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))
31.1%
#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))
19.3%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 (exp.f64 (log.f64 (/.f64 q r))) (exp.f64 (log.f64 (/.f64 q r))) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) (fma.f64 (/.f64 (+.f64 (+.f64 (fabs.f64 r) p) (fabs.f64 p)) r) #s(literal 1/2 binary64) #s(literal -1/2 binary64))) r))
18.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (-.f64 (+.f64 (fabs.f64 r) (fabs.f64 p)) (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)))) #s(literal 1/2 binary64)))
5.5%
#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))))
14.3%
#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 (*.f64 q q) p)) p))))
6.3%
#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)))))
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.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal 1/2 binary64) p))
4.8%
#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.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 #s(literal -1/2 binary64) p))
33.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
23.1%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r r))))
29.7%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (/.f64 q r) q) (/.f64 (neg.f64 (+.f64 r p)) r))))
20.5%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 r p) (*.f64 r r)))))
22.6%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 r) r)))))
26.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r r)) (*.f64 (neg.f64 p) (fma.f64 (/.f64 q r) (/.f64 q r) (*.f64 (/.f64 q r) (/.f64 q p)))))))
29.9%
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r r)) (neg.f64 (/.f64 (*.f64 q q) r)))))
30.5%
#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)) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p))))
6.3%
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 r r)) (-.f64 (fabs.f64 r) (fabs.f64 p))))
6.6%
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (*.f64 r r) (*.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64)) (pow.f64 (/.f64 #s(literal 1/2 binary64) r) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))))))))
6.2%
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (*.f64 r r) #s(approx (- (/ 1/2 (- (fabs r) (fabs p))) (/ 1/2 r)) (/.f64 #s(literal -1/2 binary64) r))))
8.1%
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (exp.f64 (*.f64 (log.f64 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) r))))
5.9%
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (*.f64 (fma.f64 #s(literal 2 binary64) p (fabs.f64 p)) #s(literal 1/2 binary64)))
Compiler

Compiled 9 388 to 2 427 computations (74.1% saved)

regimes167.0ms (1.6%)

Memory
4.4MiB live, 351.5MiB allocated
Counts
84 → 2
Calls
Call 1
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) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (*.f64 (fma.f64 #s(literal 2 binary64) p (fabs.f64 p)) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (*.f64 (-.f64 (fabs.f64 p) (*.f64 #s(literal -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)))))) #s(approx (* (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2)) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r r)) (neg.f64 (/.f64 (*.f64 q q) r)))))
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (*.f64 r r) #s(approx (- (/ 1/2 (- (fabs r) (fabs p))) (/ 1/2 r)) (/.f64 #s(literal -1/2 binary64) r))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.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) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 r r)) (-.f64 (fabs.f64 r) (fabs.f64 p))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r 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))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 r p) (*.f64 r r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 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))
#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)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 r) 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 (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (*.f64 (+.f64 r p) q) q) (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 r) r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (/.f64 q r) q) (/.f64 (neg.f64 (+.f64 r p)) 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) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #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 (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))))
#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)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r r)) (*.f64 (neg.f64 p) (fma.f64 (/.f64 q r) (/.f64 q r) (*.f64 (/.f64 q p) (/.f64 q r)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r r)) (*.f64 (neg.f64 p) (fma.f64 (/.f64 q r) (/.f64 q r) (*.f64 (/.f64 q r) (/.f64 q p)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 q 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))
(*.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)))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) #s(approx (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (/.f64 (*.f64 q q) r))))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) #s(approx (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) r)))))))
(*.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 #s(approx (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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 (fma.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q r) 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 (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)))
#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 (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) #s(approx (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (/.f64 (fma.f64 q q (neg.f64 (*.f64 (*.f64 q q) (/.f64 (fabs.f64 r) r)))) r))))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 #s(approx (sqrt (+ (* (* q q) 4) (* r r))) (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) r)) (fabs.f64 r)))))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (fma.f64 (*.f64 #s(literal -4 binary64) q) (/.f64 q (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 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 (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 #s(approx (sqrt (+ (* (* q q) 4) (* r r))) (fma.f64 (/.f64 (*.f64 r r) q) #s(literal 1/4 binary64) (*.f64 #s(literal 2 binary64) q))) (fabs.f64 r)))))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)) (/.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 r) #s(approx (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal 1 binary64)) r)))) (fabs.f64 p)))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 (neg.f64 q) q) (/.f64 #s(literal 1 binary64) (neg.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (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) (pow.f64 q #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.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 #s(approx (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) (/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (pow.f64 r #s(literal 3 binary64)))) r))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (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))))) #s(approx (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))))) (/.f64 #s(literal -1 binary64) p)) (fabs.f64 p)))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (*.f64 r p) #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)))
(*.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 (+.f64 (fabs.f64 p) (fabs.f64 r)) (sqrt.f64 (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)))))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (fma.f64 (*.f64 r p) #s(literal 2 binary64) (*.f64 #s(literal -4 binary64) (*.f64 q q)))) (/.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)))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) #s(approx (+ (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (* -4 (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (+.f64 (fma.f64 (*.f64 q q) (-.f64 (*.f64 #s(literal -8 binary64) (/.f64 p (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (+.f64 (fabs.f64 r) r))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p r)) (+.f64 (fabs.f64 r) r))) (fabs.f64 p)))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) #s(approx (+ (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (* -4 (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (+.f64 (fma.f64 (-.f64 (*.f64 (/.f64 p (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))) #s(literal -8 binary64)) (/.f64 #s(literal 4 binary64) (+.f64 (fabs.f64 r) r))) (*.f64 q q) (/.f64 (*.f64 (*.f64 r p) #s(literal 2 binary64)) (+.f64 (fabs.f64 r) r))) (fabs.f64 p)))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 #s(approx (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 p p)) r) #s(literal -1 binary64) (*.f64 p #s(literal 2 binary64))) r)) (/.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)))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) #s(approx (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) (pow.f64 (+.f64 (fabs.f64 r) r) #s(literal 2 binary64))) (/.f64 (*.f64 q q) r) (/.f64 #s(literal 1 binary64) (+.f64 (fabs.f64 r) r))) (*.f64 q q)))))))
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (exp.f64 (*.f64 (log.f64 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) r))))
(*.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)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) #s(approx (+ (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (* -4 (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (*.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (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)))
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (*.f64 r r) (*.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) #s(literal 2 binary64)) (pow.f64 (/.f64 #s(literal 1/2 binary64) r) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1/2 binary64) r) (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))))))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)) (*.f64 q q))) #s(literal -1 binary64)))))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (fma.f64 (*.f64 #s(literal -4 binary64) q) (/.f64 q (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (fma.f64 (fma.f64 (*.f64 (pow.f64 (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) #s(literal -2 binary64)) (*.f64 (/.f64 r (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))) (*.f64 q q))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (fabs.f64 r) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r)))))) (neg.f64 p) (fabs.f64 p)))))
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (fma.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) p) #s(literal -1/2 binary64) (*.f64 (-.f64 (fabs.f64 p) (/.f64 (*.f64 (*.f64 q q) #s(literal 4 binary64)) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) #s(literal 1/2 binary64))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 #s(approx (sqrt (+ (* (* q q) 4) (* r r))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 r r) q) (*.f64 #s(literal 2 binary64) q))) (fabs.f64 r)))))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 #s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 (neg.f64 q) (+.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 r r) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 r #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)))) (fabs.f64 r)))))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) #s(approx (+ (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (* -4 (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (*.f64 p (fma.f64 (/.f64 #s(literal -4 binary64) p) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))) (-.f64 (/.f64 (fabs.f64 p) p) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))))) (pow.f64 (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r)) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 r r))) (fabs.f64 r))))))))))
(/.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 #s(literal 1 binary64) #s(literal 2 binary64)) (fma.f64 (+.f64 (pow.f64 (fabs.f64 p) #s(literal 3 binary64)) (pow.f64 r #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fabs.f64 r) (-.f64 (fabs.f64 r) (fabs.f64 p)) (*.f64 p 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 (*.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 binary64) #s(literal 2 binary64)) (*.f64 (-.f64 (pow.f64 (+.f64 (fabs.f64 p) (fabs.f64 r)) #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 (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (pow.f64 (-.f64 p r) #s(literal 2 binary64)))) (+.f64 (fabs.f64 p) (fabs.f64 r))))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (*.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 (/.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) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (pow.f64 (/.f64 q r) #s(literal 2 binary64)) (+.f64 (/.f64 p r) #s(literal 1 binary64))) #s(literal 2 binary64)) (pow.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (fabs.f64 p) p) (fabs.f64 r)) r) #s(literal -1/2 binary64)) #s(literal 2 binary64))) r) (-.f64 (*.f64 (fma.f64 (/.f64 p r) #s(literal -1 binary64) #s(literal -1 binary64)) (pow.f64 (/.f64 q r) #s(literal 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 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 (fma.f64 (neg.f64 p) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 q q) r) (sqrt.f64 (/.f64 #s(literal 1 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))) (fabs.f64 r)) #s(literal 2 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) r) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))) (fabs.f64 p)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 #s(approx (sqrt (+ (* (* q q) 4) (* r r))) (*.f64 (neg.f64 q) (+.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) q) (/.f64 (*.f64 r r) q) (/.f64 (*.f64 #s(literal -1/64 binary64) (pow.f64 r #s(literal 4 binary64))) (pow.f64 q #s(literal 4 binary64)))) #s(literal 2 binary64)))) (fabs.f64 r)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 (exp.f64 (log.f64 (/.f64 q r))) (exp.f64 (log.f64 (/.f64 q r))) (*.f64 (/.f64 p r) (pow.f64 (/.f64 q r) #s(literal 2 binary64)))) (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 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) (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)))
(/.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)))))
Outputs
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
Calls

7 calls:

25.0ms
p
25.0ms
(pow.f64 q #s(literal 2 binary64))
25.0ms
q
22.0ms
r
21.0ms
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
Results
AccuracySegmentsBranch
55.9%3p
63.3%4r
63.1%2q
51.6%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)))))))
51.6%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))))))
63.1%2(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
63.1%2(pow.f64 q #s(literal 2 binary64))
Compiler

Compiled 51 to 54 computations (-5.9% saved)

regimes41.0ms (0.4%)

Memory
25.1MiB live, 69.2MiB allocated
Counts
45 → 2
Calls
Call 1
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) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (*.f64 (fma.f64 #s(literal 2 binary64) p (fabs.f64 p)) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (*.f64 (-.f64 (fabs.f64 p) (*.f64 #s(literal -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)))))) #s(approx (* (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2)) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r r)) (neg.f64 (/.f64 (*.f64 q q) r)))))
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (*.f64 r r) #s(approx (- (/ 1/2 (- (fabs r) (fabs p))) (/ 1/2 r)) (/.f64 #s(literal -1/2 binary64) r))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.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) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 r r)) (-.f64 (fabs.f64 r) (fabs.f64 p))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r 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))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 r p) (*.f64 r r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 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))
#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)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 r) 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 (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (*.f64 (+.f64 r p) q) q) (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 r) r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (/.f64 q r) q) (/.f64 (neg.f64 (+.f64 r p)) 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) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #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 (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))))
#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)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r r)) (*.f64 (neg.f64 p) (fma.f64 (/.f64 q r) (/.f64 q r) (*.f64 (/.f64 q p) (/.f64 q r)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r r)) (*.f64 (neg.f64 p) (fma.f64 (/.f64 q r) (/.f64 q r) (*.f64 (/.f64 q r) (/.f64 q p)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 q 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))
(*.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)))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) #s(approx (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (/.f64 (*.f64 q q) r))))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) #s(approx (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) r)))))))
(*.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 #s(approx (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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 (fma.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q r) 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 (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)))
#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 (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) #s(approx (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (/.f64 (fma.f64 q q (neg.f64 (*.f64 (*.f64 q q) (/.f64 (fabs.f64 r) r)))) r))))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 #s(approx (sqrt (+ (* (* q q) 4) (* r r))) (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) r)) (fabs.f64 r)))))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (fma.f64 (*.f64 #s(literal -4 binary64) q) (/.f64 q (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))) #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 (*.f64 (/.f64 r (+.f64 (fabs.f64 r) r)) p) #s(literal 2 binary64) (fabs.f64 p))))))
Outputs
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 #s(approx (sqrt (+ (* (* q q) 4) (* r r))) (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) r)) (fabs.f64 r)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
Calls

3 calls:

15.0ms
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
12.0ms
q
10.0ms
(pow.f64 q #s(literal 2 binary64))
Results
AccuracySegmentsBranch
62.5%2q
62.5%2(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
62.5%2(pow.f64 q #s(literal 2 binary64))
Compiler

Compiled 9 to 15 computations (-66.7% saved)

regimes39.0ms (0.4%)

Memory
-28.9MiB live, 84.2MiB allocated
Counts
43 → 2
Calls
Call 1
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) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (*.f64 (fma.f64 #s(literal 2 binary64) p (fabs.f64 p)) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (*.f64 (-.f64 (fabs.f64 p) (*.f64 #s(literal -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)))))) #s(approx (* (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2)) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r r)) (neg.f64 (/.f64 (*.f64 q q) r)))))
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (*.f64 r r) #s(approx (- (/ 1/2 (- (fabs r) (fabs p))) (/ 1/2 r)) (/.f64 #s(literal -1/2 binary64) r))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.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) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 r r)) (-.f64 (fabs.f64 r) (fabs.f64 p))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r 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))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 r p) (*.f64 r r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 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))
#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)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 r) 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 (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (*.f64 (+.f64 r p) q) q) (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 r) r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (/.f64 q r) q) (/.f64 (neg.f64 (+.f64 r p)) 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) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #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 (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))))
#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)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r r)) (*.f64 (neg.f64 p) (fma.f64 (/.f64 q r) (/.f64 q r) (*.f64 (/.f64 q p) (/.f64 q r)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r r)) (*.f64 (neg.f64 p) (fma.f64 (/.f64 q r) (/.f64 q r) (*.f64 (/.f64 q r) (/.f64 q p)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 q 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))
(*.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)))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) #s(approx (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (/.f64 (*.f64 q q) r))))))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) #s(approx (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) r)))))))
(*.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 #s(approx (sqrt (+ (* 4 (* q q)) (pow (- p r) 2))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 q q) (*.f64 p p)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r) (/.f64 (*.f64 q 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 (fma.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q 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 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) (*.f64 (/.f64 q r) 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 (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)))
#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 (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) #s(approx (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (/.f64 (fma.f64 q q (neg.f64 (*.f64 (*.f64 q q) (/.f64 (fabs.f64 r) r)))) r))))))
Outputs
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) #s(approx (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) r)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
Calls

3 calls:

11.0ms
q
11.0ms
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
10.0ms
(pow.f64 q #s(literal 2 binary64))
Results
AccuracySegmentsBranch
62.2%2q
62.2%2(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
62.2%2(pow.f64 q #s(literal 2 binary64))
Compiler

Compiled 9 to 15 computations (-66.7% saved)

regimes52.0ms (0.5%)

Memory
3.7MiB live, 90.4MiB allocated
Counts
35 → 3
Calls
Call 1
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) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (*.f64 (fma.f64 #s(literal 2 binary64) p (fabs.f64 p)) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (*.f64 (-.f64 (fabs.f64 p) (*.f64 #s(literal -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)))))) #s(approx (* (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2)) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r r)) (neg.f64 (/.f64 (*.f64 q q) r)))))
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (*.f64 r r) #s(approx (- (/ 1/2 (- (fabs r) (fabs p))) (/ 1/2 r)) (/.f64 #s(literal -1/2 binary64) r))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (/.f64 (-.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) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 r r)) (-.f64 (fabs.f64 r) (fabs.f64 p))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r))) (*.f64 r 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))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 r p) (*.f64 r r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (/.f64 (neg.f64 (*.f64 (*.f64 q q) (+.f64 r p))) (*.f64 r r))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 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))
#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)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 #s(approx (* (* q q) (+ r p)) (*.f64 (*.f64 q q) r)) (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 r) 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 (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (*.f64 (+.f64 r p) q) q) (/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 r) r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (neg.f64 q) q) (/.f64 (+.f64 (/.f64 p r) #s(literal 1 binary64)) r))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) (*.f64 (*.f64 (/.f64 q r) q) (/.f64 (neg.f64 (+.f64 r p)) 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) (+ (* (+ (* r r) (* (neg p) p)) (/ 1 (- (fabs r) (fabs p)))) (neg (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (*.f64 (*.f64 r r) (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (fabs.f64 r) (fabs.f64 p))) (/.f64 #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 (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))))
#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)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r r)) (*.f64 (neg.f64 p) (fma.f64 (/.f64 q r) (/.f64 q r) (*.f64 (/.f64 q p) (/.f64 q r)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r r)) (*.f64 (neg.f64 p) (fma.f64 (/.f64 q r) (/.f64 q r) (*.f64 (/.f64 q r) (/.f64 q p)))))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (*.f64 (fma.f64 #s(literal -1 binary64) #s(approx (* (+ (/ p r) 1) (* (/ q r) (/ q r))) (*.f64 (/.f64 q 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))
(*.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)))
(*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) #s(approx (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (/.f64 (*.f64 q q) r))))))
Outputs
#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)) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r r)) (neg.f64 (/.f64 (*.f64 q q) r)))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
Calls

4 calls:

20.0ms
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
11.0ms
r
10.0ms
q
8.0ms
(pow.f64 q #s(literal 2 binary64))
Results
AccuracySegmentsBranch
53.6%4r
59.9%3q
59.9%3(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
59.9%3(pow.f64 q #s(literal 2 binary64))
Compiler

Compiled 10 to 18 computations (-80% saved)

regimes9.0ms (0.1%)

Memory
19.2MiB live, 19.2MiB allocated
Counts
8 → 2
Calls
Call 1
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) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (*.f64 (fma.f64 #s(literal 2 binary64) p (fabs.f64 p)) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (*.f64 (-.f64 (fabs.f64 p) (*.f64 #s(literal -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)))))) #s(approx (* (neg p) (+ (* (/ (- (+ (fabs r) (fabs p)) r) p) -1/2) -1/2)) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p))))
Outputs
#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)) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p))))
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
Calls

3 calls:

3.0ms
q
3.0ms
(pow.f64 q #s(literal 2 binary64))
3.0ms
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
Results
AccuracySegmentsBranch
57.2%2q
57.2%2(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
57.2%2(pow.f64 q #s(literal 2 binary64))
Compiler

Compiled 9 to 15 computations (-66.7% saved)

regimes19.0ms (0.2%)

Memory
2.3MiB live, 40.6MiB allocated
Accuracy

Total -20.2b remaining (-47.2%)

Threshold costs -20.2b (-47.2%)

Counts
7 → 1
Calls
Call 1
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) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (*.f64 (fma.f64 #s(literal 2 binary64) p (fabs.f64 p)) #s(literal 1/2 binary64)))
#s(approx (* (/ 1 2) (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p))) (*.f64 (-.f64 (fabs.f64 p) (*.f64 #s(literal -2 binary64) p)) #s(literal 1/2 binary64)))
Outputs
#s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) (neg.f64 q))
Calls

7 calls:

4.0ms
(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
3.0ms
q
3.0ms
p
3.0ms
r
2.0ms
(pow.f64 q #s(literal 2 binary64))
Results
AccuracySegmentsBranch
33.1%1r
33.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)))))))
33.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))))))
33.1%1p
33.1%1q
33.1%1(*.f64 #s(literal 4 binary64) (pow.f64 q #s(literal 2 binary64)))
33.1%1(pow.f64 q #s(literal 2 binary64))
Compiler

Compiled 51 to 54 computations (-5.9% saved)

bsearch1.0ms (0%)

Memory
2.0MiB live, 2.0MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
7.1224533724119496e+109
6.0768099221327e+113
Compiler

Compiled 25 to 25 computations (0% saved)

bsearch1.0ms (0%)

Memory
1.5MiB live, 1.5MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
6.0768099221327e+113
5.500876935327407e+124
Compiler

Compiled 25 to 25 computations (0% saved)

bsearch1.0ms (0%)

Memory
1.1MiB live, 1.1MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
7.1224533724119496e+109
6.0768099221327e+113
Compiler

Compiled 25 to 25 computations (0% saved)

bsearch1.0ms (0%)

Memory
1.3MiB live, 1.3MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
4.0724258447986616e-18
8.638621069974567e-8
0.0ms
3.0943122079414644e-164
1.99245803346881e-160
Compiler

Compiled 25 to 25 computations (0% saved)

bsearch0.0ms (0%)

Memory
1.1MiB live, 1.1MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
2.251173264973891e-46
1.0817306318395739e-30
Compiler

Compiled 25 to 25 computations (0% saved)

simplify67.0ms (0.7%)

Memory
-32.7MiB live, 84.5MiB allocated
Algorithm
egg-herbie
Iterations

Useful iterations: 3 (0.0ms)

IterNodesCost
0137762
1282752
2765752
32605744
47637744
Stop Event
node limit
Calls
Call 1
Inputs
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 100000000000000002356936751417025583324953279505688186312991253926828166846616173259830936159244951026231410688 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))))) #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 1000000000000000015559416129466843024268201396921061433369770580430833781164755703264985389915047447676206280867840 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 #s(approx (sqrt (+ (* (* q q) 4) (* r r))) (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) r)) (fabs.f64 r))))))) #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 100000000000000002356936751417025583324953279505688186312991253926828166846616173259830936159244951026231410688 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) #s(approx (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) r))))))) #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 6483618076376551/129672361527531029953512745740348785969138944757576153124864291552832900356653379574990845279596993571506183956603149661949848471106617978371464838566061365220661931356297172615168 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)) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p)))) (if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 6490371073168535/1298074214633706907132624082305024 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r r)) (neg.f64 (/.f64 (*.f64 q q) r))))) #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 5142201741628769/12855504354071922204335696738729300820177623950262342682411008 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)) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p)))) #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 100000000000000002356936751417025583324953279505688186312991253926828166846616173259830936159244951026231410688 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))))) #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 100000000000000002356936751417025583324953279505688186312991253926828166846616173259830936159244951026231410688 binary64)) (*.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 (sqrt.f64 (fma.f64 (*.f64 q q) #s(literal 4 binary64) (*.f64 r r))) (fabs.f64 r))))))) #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 1000000000000000015559416129466843024268201396921061433369770580430833781164755703264985389915047447676206280867840 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 #s(approx (sqrt (+ (* (* q q) 4) (* r r))) (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) r)) (fabs.f64 r))))))) #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 1000000000000000015559416129466843024268201396921061433369770580430833781164755703264985389915047447676206280867840 binary64)) (*.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 q q) (+.f64 #s(approx (sqrt (+ (* (* q q) 4) (* r r))) (fma.f64 (/.f64 (*.f64 q q) r) #s(literal 2 binary64) r)) (fabs.f64 r))))))) #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 100000000000000002356936751417025583324953279505688186312991253926828166846616173259830936159244951026231410688 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) #s(literal 2 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) #s(approx (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) r))))))) #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 100000000000000002356936751417025583324953279505688186312991253926828166846616173259830936159244951026231410688 binary64)) (*.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1 binary64)) #s(approx (+ (* (+ (* r r) (neg (+ (* 4 (* q q)) (pow (- p r) 2)))) (/ 1 (+ (fabs r) (sqrt (+ (* 4 (* q q)) (pow (- p r) 2)))))) (fabs p)) (+.f64 #s(approx (+ (* (neg p) (+ (* (/ (* (* (* q q) r) (sqrt (/ 1 (+ (* (* q q) 4) (* r r))))) (pow (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r)) 2)) 4) (/ (* -2 r) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))))) (fabs p)) (fma.f64 #s(literal 2 binary64) (*.f64 p (/.f64 r (+.f64 (fabs.f64 r) r))) (fabs.f64 p))) (*.f64 #s(literal -4 binary64) #s(approx (/ (* q q) (+ (sqrt (+ (* (* q q) 4) (* r r))) (fabs r))) (/.f64 (*.f64 q q) (+.f64 (fabs.f64 r) r))))))) #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 6483618076376551/129672361527531029953512745740348785969138944757576153124864291552832900356653379574990845279596993571506183956603149661949848471106617978371464838566061365220661931356297172615168 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)) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p)))) (if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 6490371073168535/1298074214633706907132624082305024 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r r)) (neg.f64 (/.f64 (*.f64 q q) r))))) #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 6483618076376551/129672361527531029953512745740348785969138944757576153124864291552832900356653379574990845279596993571506183956603149661949848471106617978371464838566061365220661931356297172615168 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)) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p)))) (if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 6490371073168535/1298074214633706907132624082305024 binary64)) #s(approx (* (/ 1 2) (- (+ (fabs p) (fabs r)) (sqrt (+ (pow (- p r) 2) (* 4 (pow q 2)))))) #s(approx (* (+ (* -1 (* (+ (/ p r) 1) (* (/ q r) (/ q r)))) (+ (* (/ (+ (+ (fabs r) p) (fabs p)) r) 1/2) -1/2)) r) #s(approx (/ (neg (* (* q q) (+ r p))) (* r 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))))
(if (<=.f64 (pow.f64 q #s(literal 2 binary64)) #s(literal 5142201741628769/12855504354071922204335696738729300820177623950262342682411008 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)) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (-.f64 (fabs.f64 r) r) (fabs.f64 p)) p)))) #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))

soundness937.0ms (9.2%)

Memory
35.5MiB live, 735.3MiB allocated
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
01875
03175
110975
279675
0870071
0241317846
1689517363
0825416476
0164816222
1541715454
0816914623
0214519293
1716719231
0811718030
06203263
119073082
262142946
081292747
Stop Event
fuel
iter limit
node limit
iter limit
node limit
iter limit
node limit
iter limit
node limit
iter limit
node limit
iter limit
Compiler

Compiled 892 to 271 computations (69.6% saved)

preprocess111.0ms (1.1%)

Memory
-2.2MiB live, 117.0MiB allocated
Compiler

Compiled 2 272 to 620 computations (72.7% saved)

end0.0ms (0%)

Memory
0.0MiB live, 0.0MiB allocated

Profiling

Loading profile data...